Using the snippet below (based on the official webpage's one) causes an
extra full measure rest to be printed out of the staff, overlapping the
mark "D.S..." (see print screen below).
It happens every time one or more full measure rests are added at the
beginning of Coda when using the version 2.24
Le lundi 10 juillet 2023 à 13:06 -0700, Saul Tobin a écrit :
> \layout {
> \context {
> \Score
> skipBars = ##t
> \markLengthOn
> }
> }
>
> {
> \tempo "Tempo" 4=120
> R1*4
> \mark\default
> }
>
> The MMR should only stretch to the minimum length necessary to
> accommodate th
Okay, will do. Thanks
On Wed, Jul 12, 2023 at 8:07 AM Jean Abou Samra wrote:
> Le lundi 10 juillet 2023 à 13:06 -0700, Saul Tobin a écrit :
>
> \layout {
> \context {
> \Score
> skipBars = ##t
> \markLengthOn
> }
> }
>
> {
> \tempo "Tempo" 4=120
> R1*4
> \mark\default
> }
>