Re: Skipping syllables / LyricExtender
Michael Käppler via bug-lilypond <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thanks, Paul, but is this mentioned somewhere in the docs?
AFAICS, they recommend using \skip everywhere for skipping notes.
"" is shorter and more logical, since, unlike `\skip (dur)` it does not
request the duration argument, which
is ignored in Lyrics, anyway.
Michael
Am 04.01.2024 um 00:12 schrieb Paul Hodges:
> Replace the \skip 4 with "", as in:
>
> %%%%%%%%%%%%%%%%%%%%%
> \version "2.25.0"
>
> { c' (d') e' f' }
> \addlyrics { foo __ "" bar }
> %%%%%%%%%%%%%%%%%%%%%
>
> Paul
>
> *From: * Michael Käppler via bug-lilypond <[email protected]>
>
> Hi all,
> please consider the following example:
>
> \version "2.25.0"
>
> { c' (d') e' f' }
> \addlyrics { foo __ \skip 4 bar }
>
> The \skip command does not terminate the extender line. This is at
> least
> unexpected.
> Opinions?
>
> Michael
>
>