lilypond-user
[Top][All Lists]
Advanced

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

Re: space-between-pieces


From: Xavier Scheuer
Subject: Re: space-between-pieces
Date: Thu, 11 Feb 2010 22:56:16 +0100

On 11 February 2010 19:38, David Bobroff <address@hidden> wrote:

> I'm trying to put extra space between consecutive pieces in a \bookpart{}
> block and have been unsuccessful.  I have looked carefully through "4.1.2
> Page formatting: Vertical dimensions" and tried a number of things, but none
> of them seems to apply to this situation.

Version 2.13, right?

Then "between-scores-system-spacing" should do the trick if your
second score doesn't have a title (piece, opus).
If there is a title then it should be "before-title-spacing".

To use with the correct NEW SYNTAX, so things like "2\cm" are no longer
accepted, you should use a syntax like:

  before-title-spacing = #'((space . 10) (padding . 1) (minimum-distance . 8))
  between-scores-system-spacing = #'((space . 14) (padding . 1)
(minimum-distance . 8))

As explained in 2.13 doc, NR 4.1.2 "Page formatting: Vertical dimensions".
Is this what you tried?


> The only thing that has done anything to increase the space between
> pieces is inserting:
>
> \markup{ " " }
>
> ...between their \score{} blocks.  This helps some, but I'd like a bit more
> space and I'd like to be able to control the amount of space as well.  Help?

There is also the \vspace command.
With dimensions in "staff spaces": \vspace #4

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>




reply via email to

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