Hi everyone,

I been going back and updating some older scores and I've noticed that lyric extender lines stop at a rest and not at the \endMelisma command as they are supposed to.

I've provided a short example below.

Thanks

Trent


==========================

\version "2.11.14"

#(set-global-staff-size 14)


\include "english.ly"

Sopverse= \lyricmode {
Test __ end
}

staffSoprano = \new Staff {
\clef treble
\relative c'' {
\context Voice = "melodySop" {
\dynamicUp
\autoBeamOff
g4\melisma g8[ g g g] f4 e
%bar 25
d'4 r b c
%bar 26
d8[( e] f2) e4
%bar 27
d2 r4 e
%bar 28
d8[ c b a] d4\melismaEnd c
}}}>>

\score {
<<
 \staffSoprano
 \new Lyrics \lyricsto "melodySop" \Sopverse


}


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to