lilypond-user
[Top][All Lists]
Advanced

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

Re: Nope...still don't get the new spacing variables at all


From: Phil Holmes
Subject: Re: Nope...still don't get the new spacing variables at all
Date: Fri, 4 Mar 2011 09:24:27 -0000

And repeated, without my sig at the top :-(

----- Original Message ----- From: "Phil Holmes" <address@hidden> To: "Janek Warchoł" <address@hidden>; "James Lowe" <address@hidden>
Cc: "lilypond-user" <address@hidden>
Sent: Friday, March 04, 2011 9:09 AM
Subject: Re: Nope...still don't get the new spacing variables at all



----- Original Message ----- From: "Janek Warchoł" <address@hidden>
To: "James Lowe" <address@hidden>
Cc: "lilypond-user" <address@hidden>
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 <address@hidden>:
> 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
}



--
Phil Holmes





reply via email to

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