bug-lilypond
[Top][All Lists]
Advanced

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

Re: Enhancement: adapt the \skip command to automatically-aligned lyrics


From: Urs Liska
Subject: Re: Enhancement: adapt the \skip command to automatically-aligned lyrics mode
Date: Fri, 15 Oct 2010 10:06:23 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

Added as http://code.google.com/p/lilypond/issues/detail?id=1330
Best
Urs
Am 13.10.2010 16:58, schrieb Valentin Villenave:
NR 2.1.2 states that
"The \skip command must be followed by a number,
but this number is ignored in lyrics which derive their durations
from the notes in an associated melody through \addlyrics or
\lyricsto.  Each \skip skips a single note of any
value, irrespective of the value of the following number."

Which means that right now you have to do
<<
   \new Voice = "foo" { b b b b b b b b }
   \new Lyrics \lyricmode {
     \skip 1 blah4 }
   %% BUT:
   \new Lyrics \lyricsto "foo" {
     \repeat unfold 4 \skip 1 blah }
>>
I suggest that either \skip wouldn't require a number when in
automatically-aligned \lyricsto mode, or that the number indicates the
number of syllables to skip (rather than a duration), which would
allow users not to use the \repeat unfold hack.




reply via email to

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