lilypond-devel
[Top][All Lists]
Advanced

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

Re: balloonText and DoublePercentEngraver


From: Werner LEMBERG
Subject: Re: balloonText and DoublePercentEngraver
Date: Thu, 23 Dec 2021 13:10:24 +0000 (UTC)

>> ```
>> \once\override DoublePercentRepeat.slope = #.3
>> \repeat percent 2 { e'2 e' e' e' }
>> ```
>> 
>> Would it be possible to make `\repeat` accept such overrides,
>> passing them down to the various repeat grobs?
> 
> ```
> {
>   \override DoublePercentRepeat.slope = #.3
>   \repeat percent 2 { e'2 e' e' e' }
>   \revert DoublePercentRepeat.slope
> }
> ```

Right, thanks.  I only thought of using `\once`.


    Werner



reply via email to

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