bug-lilypond
[Top][All Lists]
Advanced

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

Lyric Extender past a rest / Windows / 2.11.14


From: Trent Johnston
Subject: Lyric Extender past a rest / Windows / 2.11.14
Date: Wed, 31 Jan 2007 09:28:55 +1100

Hi everyone,

Sorry for the previous email. I pasted the code wrong in my previous bug report. Here is the correct one.

As you can see in version 2.11.14 the extender line stops at the first rest but the melisma passage continues to 2nd last note. I went back and tried the example in Lilypond 2.9.29 and it worked showing the extender to the 2nd last note.

This sort of thing happens a lot in 18th century vocal music and I would be very glad to see this feature is restored.

Thanks again,

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]