lilypond-user
[Top][All Lists]
Advanced

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

How can I change the width of multi-measure rests in the irregular measu


From: takumi ikeda
Subject: How can I change the width of multi-measure rests in the irregular measure?
Date: Mon, 2 Aug 2021 10:53:51 +0900

\version "2.19.81"

{
  \compressFullBarRests
  \set Score.restNumberThreshold = #0
  \time 5/4
  R4*5
  \time 4/4
  R1*2

}

{
  \compressFullBarRests
  \set Score.restNumberThreshold = #0
  \override Staff.MultiMeasureRest.space-increment = 10
  \time 5/4
  R4*5
  \time 4/4
  R1*2
}

% Thanks,
% Takumi



reply via email to

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