Issue 688: grace notes may add an hyphen at the beginning of a lyric line http://code.google.com/p/lilypond/issues/detail?id=688
New issue report by v.villenave: %% If there is an appoggiatura at the beginning of a new line, %% the lyrics will get an extra hyphen before the first syllable. %% The appoggiatura influences other staves, too. \version "2.11.60" << \new Staff{ g'2 g' | \break \appoggiatura f'8 g'2 g'2 | \break g'2 g' | } \addlyrics{ \lyricmode{ bla -- bla -- bla -- bla -- bla -- bla }} \new Staff{ g'2 g'2 | g'2 g'2 | g'2 g'2 | } \addlyrics{ \lyricmode{ bla -- bla -- bla -- bla -- bla -- bla }}
Attachments: appoggiatura-lyrics.png 3.2 KB Issue attributes: Status: Accepted Owner: v.villenave Labels: Type-Defect Priority-Low -- 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