If afterGrace is used in a voice to which a Lyrics context is attached,
the lyrics become misaligned, and the syllable after the grace notes
overprints the syllable before the grace notes.
\version "2.10.13"
\paper{ ragged-right = ##t }
\score
{
<<
\new Staff { \new Voice = "myVoice" { \afterGrace c''2 { e''32[ d'']
} c''2 } }
\new Lyrics \lyricsto "myVoice" \lyricmode { foo -- bar }
>>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond