Hey all, I guess this is related to Issue 2061 (http://code.google.com/p/lilypond/issues/detail?id=2061). Even though the status of Issue 2061 is set to fixed long monosyllabic words still collide with barlines in LilyPond v2.15.27. (Short) syllables don't collide:
\version "2.15.27"
global = {
\key es \major
\time 3/4
s2. |%1
s2. |%2
}
VoiceOne = {
R2. |%1
es''8 f''8 g''4 es''4 |%2
}
LyricsVoiceOne = \lyricmode {
Long words col -- lide!
% Syl -- la -- bles don't!
}
VoiceTwo = {
\clef bass
R2.
R2.
}
\score {
\new StaffGroup <<
\new Staff <<
\new Voice = "VoiceOne" <<
\global
\VoiceOne
>>
\lyricsto "VoiceOne" \new Lyrics \LyricsVoiceOne
>>
\new Staff <<
\new Voice = "VoiceTwo" <<
\global
\VoiceTwo
>>
>>
>>
}
HTH
patrick
<<inline: lyrics-collide-with-barlines.png>>
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
