lilypond-devel
[Top][All Lists]
Advanced

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

Re: balloonText and DoublePercentEngraver


From: Dan Eble
Subject: Re: balloonText and DoublePercentEngraver
Date: Wed, 22 Dec 2021 09:41:11 -0500

On Dec 22, 2021, at 01:37, Werner LEMBERG <wl@gnu.org> wrote:
> 
> ```
> \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
}
```

?
— 
Dan




reply via email to

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