lilypond-user
[Top][All Lists]
Advanced

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

Re: invisible note for expressive marks


From: David Kastrup
Subject: Re: invisible note for expressive marks
Date: Sun, 29 May 2016 11:00:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

>> \version "2.19.40"
>> {
>>   <> \p \< \repeat unfold 3 {c' d' e' f'} <> \!
>> }
>> \addlyrics { \repeat unfold 3 { c d e f } }
>>
>> {
>>   s1*0 \p \< \repeat unfold 3 {c'4 d' e' f'} s1*0 \!
>> }
>> \addlyrics { \repeat unfold 3 { c d e f } }
>>
>>
>> Can you figure out what's going wrong with the second example?
>
>
> Honestly, I've not the slightest idea ...

Does it help if I write the last line explicitly as

\addlyrics { \repeat unfold 3 { c1*0 d1*0 e1*0 f1*0 } }

?

Since all lyrics happen at once, \addlyrics has no way to adjust the
timing.  Now to be honest I'm fuzzy why we don't even get a single lyric
but the rest can be explained by having set the default input duration
with s1*0 .

I prefer using <> when it does the job.

-- 
David Kastrup



reply via email to

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