lilypond-user
[Top][All Lists]
Advanced

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

Re: markup-system-spacing syntax help


From: Kieren MacMillan
Subject: Re: markup-system-spacing syntax help
Date: Sun, 18 Oct 2015 15:40:33 -0400

Hi Richard,

> I can't seem to get the vertical spacing settings 
> http://www.lilypond.org/doc/v2.19/Documentation/notation/flexible-vertical-spacing-paper-variables
> to do anything:
> 
> \version "2.19.25"
> \header {
> title = "title"
> }
> \paper {
> markup-system-spacing = 20
> }

The spacing properties require a list, i.e., you need to set one or more of the 
four sub-properties (basic-distance, minimum-distance, padding, 
stretchability). Try

    markup-system-spacing.basic-distance = 20

or

    markup-system-spacing = #’((basic-distance . 20))

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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