lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical positioning of rests and ornaments


From: Mats Bengtsson
Subject: Re: Vertical positioning of rests and ornaments
Date: Mon, 05 Nov 2001 22:31:20 +0100

> How do I move rests and ornaments vertically so that they don't overlap with 
> notes and/or other ornaments/rests ?
> 
> Bas Wassink.

To move a rest, use
\property Voice.Rest \set #'staff-position  = #2
(the position is specified in semitones relative the middle line)

For ornaments, I'd add some padding:
\property Voice.Script \override #'padding = #1.2
(default is 0.3)

  /Mats



reply via email to

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