%% %% If there is an appoggiatura at the beginning of a new line, %% the lyrics will get an extra hyphen before the first syllable. %% %% (Of course it happens only if there's a centered hyphen between the %% syllables, but normally that should not add a hyphen at the %% beginning of a line, see measure 3 in the example below.) %% %% I wrote an example with two staves, in order to show that %% the appoggiatura influences other staves, too. %% %% Using \acciaccatura instead of \appoggiatura produces the same bug. %%
\version "2.11.60"
\paper{ ragged-right=##t }
<<
\context StaffGroup
<<
\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 }}
>>
>>
<<attachment: appoggiatura-lyrics.png>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
