[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Skipping syllables / LyricExtender
From: |
Michael Käppler |
Subject: |
Re: Skipping syllables / LyricExtender |
Date: |
Thu, 4 Jan 2024 10:07:41 +0100 |
User-agent: |
Mozilla Thunderbird |
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 <bug-lilypond@gnu.org>
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