bug-lilypond
[Top][All Lists]
Advanced

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

afterGrace/Lyrics bug


From: Daniel Johnson
Subject: afterGrace/Lyrics bug
Date: Thu, 25 Jan 2007 16:36:55 -0800
User-agent: Thunderbird 2.0b1 (X11/20061219)

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 }
>>
}

PNG image


reply via email to

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