Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=262
Cheers,
- Graham
Trent Johnston wrote:
Hi Graham,
How's this?
<<
\new Voice = "one" \relative c'' {
c4\melisma c4 c4 c
c4 r c\melismaEnd c
}
\new Lyrics \lyricsto "one" { Test __ end }
\new Lyrics \lyricsto "one" { Test -- end }
Trent
----- Original Message ----- From: "Graham Percival" <[EMAIL PROTECTED]>
To: "Trent Johnston" <[EMAIL PROTECTED]>
Cc: <bug-lilypond@gnu.org>
Sent: Wednesday, January 31, 2007 2:10 PM
Subject: Re: Lyric Extender past a rest / Windows / 2.11.14
Trent Johnston wrote:
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.
I highly doubt that your example is _minimal_... in other words, "as
small as possible". In particular,
- it uses manual beaming. Do you need to?
- it uses \autoBeamOff. Do you need to?
- it uses \melisma. Do you need to? (in this case you probably do)
- it uses notes other than "c". Do you need to?
- it uses more than one note. Do you need to? (in this case, you
probably need two notes and one rest)
When we debug lilypond, we often need to construct a truly minimal
example -- if we are going through a debugger line by line, having two
notes instead of 20 can be a huge time saver. This is why I'm being
so picky: somebody needs to make a minimal lilypond example. It could
be a programmer (whose time is better spent doing actual programming /
debugging stuff), me (who has enough work to do with other bugs and
documentation), or you (who hopefully cares enough about this issue to
spend an extra five minutes reducing the bug report to an example
which is as small as possible).
- Graham
==========================
\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 }
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond