lilypond-user
[Top][All Lists]
Advanced

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

Multi-measure rest compression and rehearsal marks


From: Adam Griggs
Subject: Multi-measure rest compression and rehearsal marks
Date: Mon, 19 Oct 2020 16:00:09 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

Hello again,

This has me stumped. I've been digging for hours.

\version "2.21.7"

global = {
    \skip 1*24
    \mark \default
    \skip 1*12
    \mark \default
    \skip 1*12
}

music = \relative c'' {
    \compressMMRests
    R1*48
}

\new Staff << \global \music >>

Why does multi-measure rest compression fail after the first rehearsal mark?


I also tried:
music = \relative c'' {
    \compressMMRests
    R1*24
    R1*12
    R1*12
}

No go.


reply via email to

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