bug-lilypond
[Top][All Lists]
Advanced

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

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


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

Status: Accepted
Owner: ----
Labels: Type-Ugly

New 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

(notified by Arvid Grøtting <address@hidden>)

% \version "2.15.12"

%  Lyrics in line two shouldn't line up with those in line
% one; rather, they should line up with those in line three.

mel = \relative c'' {
 c2 c1 c1 c2
}

lyr = \lyricmode {
 One -- two __ three -- four.
}

\score {
 \new Score <<
   \new Staff <<
     \new Voice = "normal" \mel
   >>
   \new Lyrics \lyricsto "normal" \lyr
   \new Staff <<
     \new Voice = "completion" \with {
       \remove "Note_heads_engraver"
       \consists "Completion_heads_engraver"
     } \mel
   >>
   \new Lyrics \lyricsto "completion" \lyr
   \new Staff <<
     \new Voice = "revisited" \relative c'' {
       c2 c~c c~c c
     }
   >>
   \new Lyrics \lyricsto "revisited" \lyr
 >>
}



reply via email to

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