lilypond-user
[Top][All Lists]
Advanced

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

Re: taglines and vertical alignment


From: Graham Percival
Subject: Re: taglines and vertical alignment
Date: Thu, 07 Nov 2002 16:54:35 -0800

On Wed, 06 Nov 2002 09:04:55 -0400
Suzanne Blatt <address@hidden> 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




reply via email to

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