On Wed, 06 Nov 2002 09:04:55 -0400
Suzanne Blatt <[EMAIL PROTECTED]> wrote:
> 1. I want to redefine the tagline alignment - I want it centered. I tried using
>the 'self-alignment-X=(0) on the 'tagline = ' but that isn't correct. Where would I
>adjust this and what code would I use?
I can't help you here.
> 2. I have read in the archives where this vertical alignment was a problem,
>corrected by using
>
> \property Staff.minimumVerticalExtent = #'(-4 . 4)
This line reduces the spacing between staves; the default is (-6 . 6)
It should look like this:
\score {
\notes {blah blah}
\paper {
\translator{ \StaffContext minimumVerticalExtent = #'(-4 . 4) }
}}
Cheers,
- Graham
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user