lilypond-user
[Top][All Lists]
Advanced

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

Re: increase vertical space


From: David Kastrup
Subject: Re: increase vertical space
Date: Wed, 31 Oct 2012 00:05:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> if you want to affect only a single line of the score, use
>
> \overrideProperty #"Score.NonMusicalPaperColumn"
>   #'line-break-system-details #'((alignment-distances . (30)))
>
> see also:
> http://lilypond.org/doc/v2.16/Documentation/notation-big-page#explicit-staff-and-system-positioning
>
> Please note that the Syntax for that will probably change soonish.

"soonish" meaning in about an hour if you are working with the latest
development version checked out from master.

The change consists in _having_ to write at least

\overrideProperty Score.NonMusicalPaperColumn .
  #'line-break-system-details #'((alignment-distances . (30)))

instead and optionally being able to write

\overrideProperty
  Score.NonMusicalPaperColumn.line-break-system-details.alignment-distances
  #'(30)

which is arguably simpler.

-- 
David Kastrup




reply via email to

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