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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to