Re: Multiple skips in lyrics

2009-05-13 Thread Francisco Vila
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

Re: Multiple skips in lyrics

2009-05-12 Thread Stjepan Brbot
> \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. ___

Re: Multiple skips in lyrics

2009-05-08 Thread Mats Bengtsson
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

Re: Multiple skips in lyrics

2009-05-08 Thread Gilles Sadowski
> [...] 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

Re: Multiple skips in lyrics

2009-05-08 Thread Kieren MacMillan
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

Multiple skips in lyrics

2009-05-08 Thread Stjepan Brbot
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