lilypond-user
[Top][All Lists]
Advanced

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

Re: What’s wrong with this snippet?


From: David Kastrup
Subject: Re: What’s wrong with this snippet?
Date: Mon, 13 Aug 2012 09:44:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Vaughan McAlley <address@hidden> writes:

> On 13 August 2012 16:16, David Kastrup <address@hidden> 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




reply via email to

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