Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
On Fri, 2024-05-03 at 18:01 +0200, Hans Aikema wrote: > > > > On 3 May 2024, at 15:34, Richard Shann > > wrote: > > > > On Fri, 2024-05-03 at 09:25 -0400, Kieren MacMillan wrote: > > > Hi Richard, > > > > > > > > is there a reason you don't use \repeat percent in the first > > > > > place ? >

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Hans Aikema
> On 3 May 2024, at 15:34, Richard Shann wrote: > > On Fri, 2024-05-03 at 09:25 -0400, Kieren MacMillan wrote: >> Hi Richard, >> is there a reason you don't use \repeat percent in the first place ? >>> It's easier for users of Denemo to have a single piece of LilyPond >>> syntax at

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
On Fri, 2024-05-03 at 09:25 -0400, Kieren MacMillan wrote: > Hi Richard, > > > > is there a reason you don't use \repeat percent in the first > > > place ? > > It's easier for users of Denemo to have a single piece of LilyPond > > syntax at the place they want to see the "%" > > How is this > >

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Kieren MacMillan
Hi Richard, >> is there a reason you don't use \repeat percent in the first place ? > It's easier for users of Denemo to have a single piece of LilyPond > syntax at the place they want to see the "%" How is this \repeat percent 2 { c c c c } not “a single piece of Lilypond syntax at the

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
On Fri, 2024-05-03 at 13:04 +0200, Xavier Scheuer wrote: > On Fri, 3 May 2024 at 12:43, Richard Shann > wrote: > > > > In earlier versions of LilyPond I avoided the use of \repeat > > percent 2 > > {} syntax by overwriting the stencil for a whole bar rest: > > > > \version "2.20.0" > > { c c c

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Xavier Scheuer
On Fri, 3 May 2024 at 12:43, Richard Shann wrote: > > In earlier versions of LilyPond I avoided the use of \repeat percent 2 > {} syntax by overwriting the stencil for a whole bar rest: > > \version "2.20.0" > { c c c c > \once \override MultiMeasureRest.stencil = #ly:multi-measure-rest::percent

The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
In earlier versions of LilyPond I avoided the use of \repeat percent 2 {} syntax by overwriting the stencil for a whole bar rest: \version "2.20.0" { c c c c \once \override MultiMeasureRest.stencil = #ly:multi-measure-rest::percent \once \override MultiMeasureRest #'thickness = #0.48 R1*4/4 }