Re: Overextended extenders

2011-03-27 Thread Dmytro O. Redchuk
On Sat 26 Mar 2011, 20:45 Michael Welsh Duggan wrote: > When including a small descant lyric line, an extender at the end may > end up extending indefinitely. I am working from git as of yesterday: > > \version "2.13.51" > > << > \new Lyrics = above \with { > \override VerticalAxisGroup #

Re: Overextended extenders

2011-03-27 Thread Michael Welsh Duggan
Here's a slightly different example of this problem (different scenario). << \new Staff \new Voice = "main" { a2 a( a) a^"No lyrics" a a( a) a } \new Lyrics \lyricsto "main" \lyricmode { aa, aa, __ \skip 1 \skip 1 aa, __ aa. } >> Here the extender extends through the skipped section. -

Re: Overextended extenders

2011-03-27 Thread Michael Welsh Duggan
Reinhold Kainhofer writes: > On So., 27. Mär. 2011 18:23:16 CEST, Phil Holmes wrote: > >> "Michael Welsh Duggan" wrote in message >> news:87pqpdtmqx@maru.md5i.com... >> > When including a small descant lyric line, an extender at the end may >> > end up extending indefinitely.  I am workin

Re: Overextended extenders

2011-03-27 Thread Reinhold Kainhofer
On So., 27. Mär. 2011 18:23:16 CEST, Phil Holmes wrote: > "Michael Welsh Duggan" wrote in message > news:87pqpdtmqx@maru.md5i.com... > > When including a small descant lyric line, an extender at the end may > > end up extending indefinitely.  I am working > I think this is because you ha

Re: Overextended extenders

2011-03-27 Thread Phil Holmes
r shows up! -- View this message in context: http://old.nabble.com/Overextended-extenders-tp31248329p31250925.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. There was a fix in 13.19 to extend extenders where there were underscore characters in the lyrics. Probabl

Re: Overextended extenders

2011-03-27 Thread Phil Holmes
"Michael Welsh Duggan" wrote in message news:87pqpdtmqx@maru.md5i.com... When including a small descant lyric line, an extender at the end may end up extending indefinitely. I am working from git as of yesterday: -

Re: Overextended extenders

2011-03-27 Thread -Eluze
d.nabble.com/Overextended-extenders-tp31248329p31250925.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Overextended extenders

2011-03-26 Thread Michael Welsh Duggan
When including a small descant lyric line, an extender at the end may end up extending indefinitely. I am working from git as of yesterday: \version "2.13.51" << \new Lyrics = above \with { \override VerticalAxisGroup #'staff-affinity = #DOWN } s1 \new Staff { \new Voice = "main"