Issue 378: lyrics misplaced with Completion_heads_engraver
http://code.google.com/p/lilypond/issues/detail?id=378
New issue report by gpermus:
% Setting lilypond to automatically split notes over barlines sometimes
% causes lyrics to be misplaced. This happens when the note being split is
% dotted, and the split occurs at the end of the un-dotted part.
% Note also that the syllable immediately after the split note is positioned
% correctly, but the one following this is misplaced.
\version "2.10.25"
\layout { ragged-right = ##t }
<<
\new Voice = "music"
\with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
} \relative c'' {
c2 c2. c4 c2
}
\new Lyrics \lyricsto music {
a b c d
}
>>
Attachments:
misplacedLyrics2.preview.png 2.1 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Medium
--
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond