lilypond-user
[Top][All Lists]
Advanced

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

Re: Silence as long as another part


From: David Kastrup
Subject: Re: Silence as long as another part
Date: Tue, 12 Sep 2017 20:37:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

"Joel C. Salomon" <address@hidden> writes:

> Neighbors,
>
> How can I set one piece to be silent for the duration of another?  I
> know I’ve seen this in the past, but I cannot find it again.
>
> E.g.,
>
>     upper = { c1 d e f }
>
>     dynamics = {
>       <>\p
>       s1*4 % <-- this line: silence as long as \upper
>       \bar "|."
>     }
>
> (This is obviously more useful in larger pieces; e.g., where the first
> sub-melody and the third have dynamics changes or pedal movements and
> the second does not.)

$(skip-of-length upper)

-- 
David Kastrup



reply via email to

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