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: Trent Johnston
Subject: Re: Lyric Extender past a rest / Windows / 2.11.14
Date: Wed, 31 Jan 2007 13:33:03 +1100

Hi Graham,


Sorry, that is still not a minimal example. Does this demonstrate the bug you were reporting? (please include the summary of the bug in your reply to this)


\version "2.11.14"
<<
  \new Voice = "one" \relative c'' {
    c4 r r c
  }
  \new Lyrics \lyricsto "one" { Test __ end }
  \new Lyrics \lyricsto "one" { Test -- end }
>>



No your example doesn't show the bug. The bug has to do with singing either a whole word or last syllable across several notes to which an extender line gets placed i.e. This _________________________________________ end. Currently in version 2.11.14 in Lilypond if there is a rest in the middle of the melisma the extender line stops at the rest and does not continue to where I have explicitly stated \melismaEnd.



The minimal example you provided has no melisma so I would expect that no extender line would be drawn. I've attached my 'minimal' example again which shows this error.



The second verse I added shows a hypenated example where the hyphen continues to where I have stated \melismaEnd. I would expect that the extender line extends as far as the hyphenated one, except that it should be a continous line.



I hope this helps.



Trent



==========================
\version "2.11.14"
<<
\new Voice = "one" \relative c'' {
\autoBeamOff
g4\melisma g8[ g g g] f4 e
d'4 r b c
d8[( e] f2)\melismaEnd e4
}
\new Lyrics \lyricsto "one" { Test __ end }
\new Lyrics \lyricsto "one" { Test -- end }






reply via email to

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