lilypond-user
[Top][All Lists]
Advanced

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

Multimeasure rest shape and polymeter


From: Adam M. Griggs
Subject: Multimeasure rest shape and polymeter
Date: Mon, 4 Jul 2022 13:20:06 +0900

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.



reply via email to

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