Hi, Marcus:

Is it possible to make an object (e.g., a text markup) not take up any vertical space?

In order to make Lilypond think an object has no horizontal or vertical size, respectively, use

    \once \override ObjectName #'X-extent = #'(0 . 0)

or

    \once \override ObjectName #'Y-extent = #'(0 . 0),

where the \once is optional (as always) and ObjectName is replaced with the actual name of the object (e.g., RehearsalMark or TextScript or...).

Best regards,
Kieren.


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

Reply via email to