Re: Bug in lyric extenders?

2011-01-15 Thread Jan Warchoł
2011/1/15 Phil Holmes em...@philholmes.net:
 If I use the following:

 {
 
 \new Staff = Staff
  \new Voice = xMelisStaff {
   c''4 c''4 c''4 ~  c''4  |  % 1
   c''4 c''4 c''2 ~   |  % 2
   c''4 c''4 ~  c''2  |  % 3
   c''4 c''4 c''4 c''4
  }
  \new Lyrics \lyricsto xMelisStaff {  La la la La la la La la la la la  }
  \new Lyrics \lyricsto xMelisStaff {
   La la la __
   La la la __
   La __
   \skip 1 \skip 1 \skip 1 \skip 1
  }

 }

I have a workaround - ad an empty syllabe:

\version 2.13.45
{

\new Staff = Staff
 \new Voice = xMelisStaff {
  c''4 c''4 c''4 ~  c''4  |  % 1
  c''4 c''4 c''2 ~   |  % 2
  c''4 c''4 ~  c''2  |  % 3
  c''4 c''4 c''4 c''4
 }
 \new Lyrics \lyricsto xMelisStaff {  La la la La la la La la la la la  }
 \new Lyrics \lyricsto xMelisStaff {
  La la la __
  La la la __
  La __
 \skip 1 \skip 1 \skip 1
 }
 
}

The funny thing is that   (1 space inside) doesn't work, and(2
spaces) does. Any ideas why?

cheers,
Janek

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Bug in lyric extenders?

2011-01-15 Thread Phil Holmes
- Original Message - 
From: Jan Warchoł lemniskata.bernoulli...@gmail.com

To: Phil Holmes em...@philholmes.net
Cc: LilyPond User Group lilypond-user@gnu.org
Sent: Saturday, January 15, 2011 5:45 PM
Subject: Re: Bug in lyric extenders?



I have a workaround - ad an empty syllabe:



The funny thing is that   (1 space inside) doesn't work, and(2
spaces) does. Any ideas why?



cheers,
Janek



Thanks, Jan.  I'd tried a few other things with non-printing characters, but 
not that.  My LilyPond generator now converts the code stop toand so 
I can stop the long extenders.


--
Phil Holmes


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user