bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Melismata at end of line aren't aligned properly


From: Graham Percival
Subject: Re: Melismata at end of line aren't aligned properly
Date: Tue, 14 Aug 2007 14:21:16 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Thanks, this has been entered as http://code.google.com/p/lilypond/issues/detail?id=408

Cheers,
- Graham


Peter Budny wrote:
When a word at the end of a line would run off the page, it is normally shifted
left to avoid this. However, when that word also is extended with a melisma,
Lilypond follows the melisma behavior, which is to left-align the word with the
note, causing it to run off the page.

The following code fragment should show clearly what I mean:

\version "2.11.27"
\score {
  \new StaffGroup <<
    \new Voice = "abc" {
      \relative c'' {
        c4( c4) c4 c4
        \break
        c2. c4(
        \break
        c4) c4 c2
      }}
    \new Lyrics {
      \lyricsto "abc" {
        foo __ bar really-long-word-at-the-end-of-a-line
        baz really-really-long-word-at-the-end-of-a-line __
        quux quuux
      }}>>}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

[Prev in Thread] Current Thread [Next in Thread]