lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I change the width of multi-measure rests in the irregular m


From: Jean Abou Samra
Subject: Re: How can I change the width of multi-measure rests in the irregular measure?
Date: Mon, 2 Aug 2021 08:59:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Le 02/08/2021 à 03:53, takumi ikeda a écrit :
\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


Is this what you are looking after?

{
  \compressEmptyMeasures
  \time 4/4
  \once \override MultiMeasureRest.usable-duration-logs = #'(1)
  R1*2
}

Best,
Jean



reply via email to

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