lilypond-user
[Top][All Lists]
Advanced

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

Re: Shifting text markup and reharsal marks


From: Hans Forbrich
Subject: Re: Shifting text markup and reharsal marks
Date: Tue, 01 Apr 2003 09:54:09 -0700

My understanding of "padding" is to ensure separation to the next object.

I frequently use "extra-offset" instead of padding to move text, and that gives
both horizontal and vertical.  Format is (from memory - horiz & vert might be
interchanged)

    \property Voice.TextScript \override #'extra-offset = #'( horiz  . vert )

and I usually use the \once operator since the offset is usually for the next
markup only.  {Replace horiz and vert with numeric values in staff spaces.)   I
haven't tried whether the values can be 'real' or fractions, so far I've only
needed integer, but I can see fractions being required.

I personally think that would be a mistake to allow move/position by absolute
distances, since the score could be recast in any number of sizes (13, 16, 20
point, etc.)  The scaling factor of 'staff spaces' allows for appropriate
relative tracking.

HTH
/Hans





reply via email to

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