Hi all,
Trying to align a syllable to acciaccaturas, I came across an extender
problem:
The extender should stop *before* the rest, not when encountering the
next acciaccatura.
\version "2.19.15"
Music = {
r4 \acciaccatura { c'8 } e'4~ e'2~
e'1
r4 \acciaccatura { e'8 } c'2.
}
TextKO = \lyricmode { Ah __ KO }
TextBetter = \lyricmode { "Ah __" Hum }
\score {
\new Staff <<
\new Voice = "music" { \Music }
\new Lyrics \lyricsto "music" \TextKO
\new Lyrics \lyricsto "music" \TextBetter >>
\layout { }
}
Cheers,
Jean-Charles
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond