Re: inter-staff distance / page header

2010-04-04 Thread Tom Cloyd
Part of the problem I've been having is what appears to be a term confusion. In the Music_glossary.pdf I read:/ 1.282 staff A staff (plural: staves) is a series of (normally five) horizontal lines upon and between which the musical notes are written, thus indicating (in connection with a Sec

Re: inter-staff distance / page header

2010-04-04 Thread Tom Cloyd
Ah, relief at last. This just works. Thanks. I just could NOT figure this out, working from the documentation, for some reason. With much appreciation. Tom On 04/04/2010 03:47 AM, Nick Payne wrote: Try putting the line below in the \paper block and test different values for the settings: be

Re: inter-staff distance / page header

2010-04-04 Thread Nick Payne
Try putting the line below in the \paper block and test different values for the settings: between-system-spacing = #'((space . 4) (padding . 4) (stretchability . 4) (minimum-distance . 0)) Nick On 04/04/10 16:48, Tom Cloyd wrote: This is simply making me nuts. NOTHING I'm trying is having a

Re: inter-staff distance / page header

2010-04-04 Thread Neil Puttock
On 4 April 2010 07:48, Tom Cloyd wrote: > The critical statement - > > \override VerticalAxisGroup #'next-staff-spacing = #'((padding . 10)) > > I have not been able to get much information about. It seems not to be in > the Notation manual index. I don't know what to set the padding value to - >

Re: inter-staff distance / page header

2010-04-04 Thread Neil Puttock
On 4 April 2010 08:48, James Bailey wrote: > > On 04.04.2010, at 08:48, Tom Cloyd wrote: >> >> \override VerticalAxisGroup #'next-staff-spacing = #'((padding . 10)) >> >> > If you're using 2.13, VerticalAxisGroup isn't used anymore. Only 'minimum-Y-extent in a VerticalAxisGroup isn't used (wherea

Re: inter-staff distance / page header

2010-04-04 Thread James Bailey
On 04.04.2010, at 08:48, Tom Cloyd wrote: \override VerticalAxisGroup #'next-staff-spacing = #'((padding . 10)) If you're using 2.13, VerticalAxisGroup isn't used anymore. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/m

Re: inter-staff distance / page header

2010-04-03 Thread Tom Cloyd
This is simply making me nuts. NOTHING I'm trying is having any effect on inter-staff distance at all. Here's the current non-working attempt to increase the distance - \score { \context Staff = "guitar" \with { \consists "Span_arpeggio_engraver" \override VerticalAxisGroup #'next-staff-s

Re: inter-staff distance / page header

2010-04-03 Thread Tom Cloyd
My mistake. The problem isn't "collisions". It's inter-staff distance, which I'm not finding a way to increase. Can you help me do that? Thanks! Tom On 04/03/2010 12:47 AM, James Bailey wrote: It may not help much, but I've just compiled the file with 2.13.17 and had no collisions to speak of

Re: inter-staff distance / page header

2010-04-03 Thread James Bailey
It may not help much, but I've just compiled the file with 2.13.17 and had no collisions to speak of. For printing header information on every page, see section 3 of the notation reference. I even think that odd/even page header may work in the development version, although I'm not sure.

inter-staff distance / page header

2010-04-02 Thread Tom Cloyd
Have just installed developmental ver. "2.13.16" and run convert-ly on all my scores. I got this CLI message when running the conversion: "Not smart enough to convert vertical spacing has been changed; minimum-Y-extent is obsolete. Please refer to the manual for details, and update manually.