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 17:59:39 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

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 }
>>




Trent Johnston wrote:

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


Hi Graham,

Here's the minimal example you requested. I added a second verse to show that lyric hyphen's extend past a rest during a \melisma passage but the extenders do not.

Thanks

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]