lilypond-user
[Top][All Lists]
Advanced

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

Re: Multimeasure rest shape and polymeter


From: Jean Abou Samra
Subject: Re: Multimeasure rest shape and polymeter
Date: Mon, 4 Jul 2022 15:43:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0



Le 04/07/2022 à 06:20, Adam M. Griggs a écrit :
Hello list,

\enablePolymeter seems to be messing with multimeasure rests. In
particular, MM rests with the shape of a breve rest are being rendered
as semibreve MM rests. Please see the following code:

\version "2.23.10"

music =
{
\time 2/2
R1*3
\time 3/1
R\breve.*2
\time 2/2
R1*2
}

\score
{
\new Staff
<<
{ \skip 1*3 <> ^ "as expected" }
\music
\layout {}
}

\score
{
\new Staff
<<
<> ^ "\enablePolymeter"
{ \skip 1*3 <> ^ "semibreve rests" }
\music
\layout { \enablePolymeter }
}

Is there a workaround for this?

Thank you.


I agree that it's a bug. I've filed

https://gitlab.com/lilypond/lilypond/-/issues/6378

See there for a possible workaround.

Best,
Jean




reply via email to

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