lilypond-user
[Top][All Lists]
Advanced

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

Re: Shifting rests horizontally


From: Nick Payne
Subject: Re: Shifting rests horizontally
Date: Fri, 18 Apr 2014 17:24:58 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 18/04/14 17:05, Andrew Bernard wrote:
How does one shift a rest in a voice horizontally to avoid collisions with notes in other voices? Using force-hshift on the NoteColumn does not seems to move them. Using version 2.19.4.

I define the following function

rsh = #(define-music-function (parser location move) (number?) #{

\once \override Voice.Rest.X-offset = #move

#})


and then use eg    \rsh #0.7 r4



reply via email to

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