lilypond-user
[Top][All Lists]
Advanced

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

condense multi-measure repeats in drum part?


From: Matthew Rowles
Subject: condense multi-measure repeats in drum part?
Date: Tue, 28 May 2019 22:18:37 +0800

Hi all

When engraving this part, the multi-measure rests are written out in full, rather than as groups of multi-measure rests

\version "2.18.2"
\score{
   \new DrumStaff <<
      \override MultiMeasureRest.expand-limit = #2
      \drummode {
         R1*4
         R1*8
         R1*10
         R1*4
         cab4 cab cab r
      }
   >>
}

What am I doing wrong and how can I get the multi-measure rests?


Matthew

reply via email to

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