lilypond-user
[Top][All Lists]
Advanced

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

Re: How to have separate \paper variables for different scores in the sa


From: David Kastrup
Subject: Re: How to have separate \paper variables for different scores in the same book?
Date: Thu, 19 Sep 2013 18:02:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Dominic <address@hidden> writes:

> Here is what I want to achieve:
>
> Two small scores (an SATB hymn, followed by an optional descant line) one
> after the other on a single page.
>
> My Lilypond file is laid out like this:
>
> /\score {
>   % music for the first score here (SATB hymn)
> }
>
> \score {
>   % music for the second score here (optional descant line)
> }
>
> paper {
>   system-system-spacing #basic-distance = #20
> }/
>
> I want the system-system-spacing variable to apply to the first score only.
>
> I have tried putting the paper block in the first \score block, like this
>
> /\score {
>   % music for first score here
>   \paper {
>     % paper variables here
>   }
> }
>
> \score {
>   % music for second score
> }/
>
> but it is apparently not allowed.
> Neither is putting the system-system-spacing setting inside an individual
> score's \layout block.

Sure?

-- 
David Kastrup




reply via email to

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