bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lyric extenders stop at rest. Windows XP Lilypond version 2.11.14


From: Trent Johnston
Subject: Lyric extenders stop at rest. Windows XP Lilypond version 2.11.14
Date: Sat, 27 Jan 2007 23:08:37 +1100

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


}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]