2009 2:02 AM
To: Gerard McConnell
Cc: lilypond-user@gnu.org
Subject: Re: vertical spacing between scores
Am 07.05.2009 um 02:26 schrieb Gerard McConnell:
I used these:
\paper {
between-system-space = 15\mm
between-system-padding = 0\mm
}
However, I also used a page title and
Am 07.05.2009 um 02:26 schrieb Gerard McConnell:
I used these:
\paper {
between-system-space = 15\mm
between-system-padding = 0\mm
}
However, I also used a page title and this:
#(set-global-staff-size 26)
It caused a number of problems, one of which is that the
distance between scores did n
I used these:
\paper {
between-system-space = 15\mm
between-system-padding = 0\mm
}
However, I also used a page title and this:
#(set-global-staff-size 26)
It caused a number of problems, one of which is that the
distance between scores did not increase or decrease in
a predictable way. Also t
If I have multiple scores on a single page, how can I control the
vertical spacing between them. Currently it's a bit larger than I'd
like it to be.
James E. Bailey
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman
One solution is to insert a \markup command that takes some vertical space,
such as
\markup{\pad-to-box #'(0 . 0) #'(0 . 100) \null }
Replace the 100 with whatever number you prefer. As always, the unit of
measurement is the spacing between two staff lines.
/Mats
Matthew Beckler wrote:
Hell
Hello,
I'm trying to print two scores (with the same piece for both), on the
same page. I'd like to be able to insert vertical spacing between the
first and second scores so as to push the second score down the page,
leaving blank space between the end of the first score and the second
score.