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
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