bug-lilypond
[Top][All Lists]
Advanced

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

Issue 408 in lilypond: Melismata at end of line aren't aligned properly


From: codesite-noreply
Subject: Issue 408 in lilypond: Melismata at end of line aren't aligned properly
Date: Thu, 16 Aug 2007 18:33:13 -0700

Issue 408: Melismata at end of line aren't aligned properly
http://code.google.com/p/lilypond/issues/detail?id=408

New issue report by gpermus:
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.


\version "2.11.29"
\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
      }}>>}


Attachments:
        foo.png  16.7 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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