Vaughan McAlley <vaug...@mcalley.net.au> writes:

> On 13 August 2012 16:16, David Kastrup <d...@gnu.org> wrote:
>> \lyricsto refits the durations.
>
> Ah, that would explain it. My real-world example is something like this:
>
> \skip 1*17 \skip 4*4 % 17 3/4 bars of complicated music
>
> I’m using a blank syllable and \melisma at the moment, but was
> investigating other options. What might be nice (if this not too
> cornerish a case) is something like:
>
> melody = \relative c' {
>   \clef treble
>   \key c \major
>   \time 4/4
>   \lyricsOff % \lyricsto ignores these notes
>   d4 e f g
>   \lyricsOn
>   a b c d
> }

\new Voice { % \lyricsto ignores these notes
  d4 e f g
}
...


-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to