Issue 578: Regression: Completion heads mess up lyrics http://code.google.com/p/lilypond/issues/detail?id=578
New issue report by v.villenave: % \version "2.11.39" % lyrics are misaligned when using completion heads. % They should be in the same place below both staves. % Bug exists in both 2.11.39 and 2.10.33 % This is a regression; it worked as it should in % 2.8.8, 2.9.27 and 2.11.11 (seems to have appeared in 2.11.12). 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" \remove "Forbid_line_break_engraver" \consists "Completion_heads_engraver" } \mel >> \new Lyrics \lyricsto "completion" \lyr >> } Issue attributes: Status: Accepted Owner: v.villenave Labels: Type-Defect Priority-Regression -- 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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond