lilypond-user
[Top][All Lists]
Advanced

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

Re: skip-of-length and \unfoldRepeats


From: Valentin Petzel
Subject: Re: skip-of-length and \unfoldRepeats
Date: Tue, 15 Feb 2022 19:38:26 +0000 (UTC)

Well, how should they? At the point the skip-of-length is evaluated the repeats 
are not yet unfolded. To achieve what you want we could have some mechanics 
where skip events could have an element property, and have the handling be done 
by the engraver.

Valentin

15.02.2022 20:20:02 Joel C. Salomon <joelcsalomon@gmail.com>:

> … seem not to play nicely together.
> 
> ―Joel
> 
> \version "2.23.6"
> 
> musicA = \fixed c'' \repeat volta 2 { c d }
> musicB = \fixed c { a b }
> 
> music = {
>    \musicA
>    \musicB
> }
> 
> dynamics = {
>    <>\f
>    #(skip-of-length musicA)
>    <>\p
>    #(skip-of-length musicB)
>    %\fine
> }
> 
> \score {
>    \new Staff <<
>    \unfoldRepeats  \music
>    \unfoldRepeats  \dynamics
>    >>
> }



reply via email to

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