lilypond-user
[Top][All Lists]
Advanced

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

Re: horizontal spacing inside \magnifyMusic


From: Valentin Petzel
Subject: Re: horizontal spacing inside \magnifyMusic
Date: Thu, 11 Jun 2020 12:36:00 +0200

Hello Eby,

You could do as I’ve done in the appended file. That is basically whenever you 
need a more loose spacing, you do something like
\temporary\override Score.SpacingSpanner.common-shortest-duration =
#(ly:make-moment 1 256)
(where the 1/256 can be anything to your liking, using bigger note values like 
1/8 will result in tighter spacing, using smaller values will result in looser 
spacing.

Note that you could avoid the skips in the rests of the piano voice by scaling 
eighter the lengths of the respective violine notes, or scaling the length of 
the rests (like this: r1 r1*3/2 r1*5/4)

Regards,
Valentin

Attachment: cadenza.ly
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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