bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric Extender past a rest / Windows / 2.11.14


From: Graham Percival
Subject: Re: Lyric Extender past a rest / Windows / 2.11.14
Date: Tue, 30 Jan 2007 16:11:01 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Thanks for the bug report. Unfortunately we do not have the resources to investigate long examples; could you please construct a minimally small example? There are some tips here:
http://lilypond.org/web/devel/participating/bugs

Cheers,
- Graham

Trent Johnston wrote:
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

}


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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