--
Phil Holmes


----- Original Message ----- From: "Janek Warchoł" <lemniskata.bernoull...@gmail.com>
To: "James Lowe" <james.l...@datacore.com>
Cc: "lilypond-user" <lilypond-user@gnu.org>
Sent: Thursday, March 03, 2011 10:24 PM
Subject: Re: Nope...still don't get the new spacing variables at all


2011/3/3 James Lowe <james.l...@datacore.com>:
> So can someone tell me (and they don't have to tell me numbers or tell > me
> where to put the variable - I get that bit) WHICH flippin'
> staff-staff-thingy-dooby variable I am supposed to use?

Just off the top of my head - maybe score-system-spacing
#'basic-distance is what you need to change?

HTH,
Janek

I'd agree that's what it should be. But it doesn't seem to work. I think that's a bug, and it could be argued it's a regression, since you could space scores apart in 2.12.

James - workaround which does work:

\header {}

\paper {
score-markup-spacing #'minimum-distance = #50
}

MusicMain = { \relative c'' { c4 c c c } }

MusicCoda = { \relative c'' { b4 b b b } }

\score {
 \MusicMain
}

\markup { " " }

\score {
 \MusicCoda
}



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

Reply via email to