Dear all,
Thank you for your useful advice.
I have not seen \newSpacingSection before, and it works very well.
> This is the most laborious method, giving detailed control, though.
I compose using a program, so it's easy to write the same thing a
hundred times. ;-)
Unfortunately, the method of
I’m not sure what you mean by too wide. Lilypond handles full bar rests like
this: Each full measure rest attempts to have about the same width as the
measures next to it. But if space is required, it will be compressed to what
length you need. So the reason why Lilypond does not use smaller ful
> Am 11.08.2021 um 12:13 schrieb Thomas Morley :
>
> Am Mi., 11. Aug. 2021 um 07:51 Uhr schrieb takumi ikeda :
>>
>> \version "2.22.1"
>>
>> {
>> \clef bass
>> \time 5/4 r8 r16. g32 f32 a32 d32 a32 r8 r2 r4
>> r1 r4
>> r2 f32 d32 g32 a,32 a32 r16. r4 r4
>> r1 r4
>> }
>>
>> % The whole b
Am Mi., 11. Aug. 2021 um 07:51 Uhr schrieb takumi ikeda :
>
> \version "2.22.1"
>
> {
> \clef bass
> \time 5/4 r8 r16. g32 f32 a32 d32 a32 r8 r2 r4
> r1 r4
> r2 f32 d32 g32 a,32 a32 r16. r4 r4
> r1 r4
> }
>
> % The whole bar rests below are too wide.
> {
> \clef bass
> \time 5/4 r8 r1
\version "2.22.1"
{
\clef bass
\time 5/4 r8 r16. g32 f32 a32 d32 a32 r8 r2 r4
r1 r4
r2 f32 d32 g32 a,32 a32 r16. r4 r4
r1 r4
}
% The whole bar rests below are too wide.
{
\clef bass
\time 5/4 r8 r16. g32 f32 a32 d32 a32 r8 r2 r4
R4*5
r2 f32 d32 g32 a,32 a32 r16. r4 r4
R4*5
}