lilypond-user
[Top][All Lists]
Advanced

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

Re: horizontal spacing inside \magnifyMusic


From: Eby Mani
Subject: Re: horizontal spacing inside \magnifyMusic
Date: Thu, 11 Jun 2020 15:08:19 +0000 (UTC)

Hello Valentine,

I'm looking for to achieve something like the output without using "skips". I plan to run the midi output thru VST instrument, thus adding skips is a big no.

The example is achieved using "skip".

Thanks,
eby
On Thursday, 11 June, 2020, 04:06:16 pm IST, Valentin Petzel <valentin@petzel.at> wrote:


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: desired-spacing.png
Description: PNG image


reply via email to

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