Dominic <dominicirv...@gmail.com> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to