bug-lilypond
[Top][All Lists]
Advanced

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

extender line bug


From: Erik Sandberg
Subject: extender line bug
Date: Tue, 3 Feb 2004 01:00:17 +0100
User-agent: KMail/1.5.4

Here are 2 new examples of bugs in the extender:

\version "2.1.17"
\score {
 << % the extender is not output at all
  \context Voice=A \notes {  \times 2/3 {a8( a a a a a} a4) r | a16 }
  \lyricsto A \context LyricsVoice \lyrics { a __ a }
 >>
}

\score {
 << % the extender is too long
  \context Voice=A \notes {  \times 2/3 {a8( a a a a a} a4) r \break | a16 }
  \lyricsto A \context LyricsVoice \lyrics { a __ a }
 >>
}





reply via email to

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