lilypond-user
[Top][All Lists]
Advanced

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

Re: temporarily overriding paper variables


From: David Kastrup
Subject: Re: temporarily overriding paper variables
Date: Tue, 28 Mar 2023 10:55:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Werner LEMBERG <wl@gnu.org> writes:

> OK, thanks.
>
>> However, you should be able to get your desired output using a
>> `\vspace` in the markup.
>
> Nope, this doesn't work, AFAICS.  I have a paper setting
>
> ```
> \once \set markup-system-spacing.padding = 2.5
> ```
>
> and my code uses
>
> ```
> \markup \with-dimensions #'(0 . 0) #'(0 . 0) {
>   ...
> }
>
> \score { ... }
> ```
>
> and there is apparently no way to make the markup really
> 'transparent', i.e., taking zero vertical space.  The padding between
> markup and system is always inserted, and I wasn't able to find a
> solution to give the markup a 'negative height'.

If you don't want vertical padding, your horizontal dimensions must be
an empty interval, not a point interval.

-- 
David Kastrup



reply via email to

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