2009/5/12 Stjepan Brbot :
>
>> \repeat unfold 30 { _ }
>
> Thanks Gilles, that's it.
The method that Mats Bengtsson has pointed is better because it is
more robust: it makes the lyrics to be correctly attached to its
melody independently of the length of the introduction. You want this
text to be
> \repeat unfold 30 { _ }
Thanks Gilles, that's it.
--
View this message in context:
http://www.nabble.com/Multiple-skips-in-lyrics-tp23445940p23506068.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
Or use the technique shown in the second example of
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Specific-uses-of-lyrics#Divisi-lyrics
/Mats
Kieren MacMillan wrote:
Hi Stjepan,
I use underscore "_" multiple times, e.g. 30 underscores.
Is there any more convenient way to defin
> [...] I use
> underscore "_" multiple times, e.g. 30 underscores. Is there any more
> convenient way to define multiple skips instead of long row of
> underscores like "_ _ _ _ _ _ _"?
\repeat unfold 30 { _ }
Best,
Gilles
___
lilypond-user maili
Hi Stjepan,
I use underscore "_" multiple times, e.g. 30 underscores.
Is there any more convenient way to define multiple skips
\repeat "unfold" 30 { \skip 8 }
Hope this helps!
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://li
I have a score with intro of e.g. first 16 bars, and after that intro
goes song with lyrics. When I write lyrics in "\addlyrics {}" part I
have to skip notes in first 16 intro bars (bars without lyrics). I use
underscore "_" multiple times, e.g. 30 underscores. Is there any more
convenient way to d