bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1928 in lilypond: Incorrect alignment of lyrics on tied notes


From: lilypond
Subject: Re: Issue 1928 in lilypond: Incorrect alignment of lyrics on tied notes when using completion_heads_engraver
Date: Sat, 24 Sep 2011 17:55:15 +0000


Comment #1 on issue 1928 by address@hidden: Incorrect alignment of lyrics on tied notes when using completion_heads_engraver
http://code.google.com/p/lilypond/issues/detail?id=1928

Here's a reduced example showing the problem:

\score {
  <<
   \new Staff {
     \new Voice = "completion" \with {
       \remove "Note_heads_engraver"
       \consists "Completion_heads_engraver"
     }
     \relative c'' {
       c2 c1 c1 c2
     }
   }
   \new Lyrics
   \lyricsto "completion" {
     One -- two __ three -- four.
   }
  >>
}


Attachments:
        badalign.jpg  8.7 KB




reply via email to

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