Originally created by: *anonymous
Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com
% 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.
% gp: I know we already have bug 34, but IMO this is more serious.
\version "2.11.13"
\paper{ ragged-right = ##t }
<<
\new Staff {
\new Voice = "myVoice" {
\afterGrace c''2 { e''32[ d''] } c''2
}}
\new Lyrics \lyricsto "myVoice" \lyricmode { foo -- bar }
>>
Originally posted by: hanw...@gmail.com
(No comment was entered for this change.)
Labels: fixed_2_10_15 fixed_2_11_15
Status: Fixed
Originally posted by: gpermus@gmail.com
(No comment was entered for this change.)
Status: Verified