lilypond-user
[Top][All Lists]
Advanced

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

Re: Making an object not take up vertical space?


From: Marcus Macauley
Subject: Re: Making an object not take up vertical space?
Date: Wed, 18 Oct 2006 16:47:20 -0400
User-agent: Opera Mail/9.00 (Linux)

Kieren MacMillan wrote:

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...).

Perfect -- thank you!

Marcus





reply via email to

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