lilypond-user
[Top][All Lists]
Advanced

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

Re: chord names under endings?


From: Walter Hofmeister
Subject: Re: chord names under endings?
Date: Sun, 22 Feb 2004 19:12:58 -0600
User-agent: Microsoft-Entourage/10.1.4.030702.0

On 2/22/04 1:08 PM, "Paul Scott" <address@hidden> wrote:

> In printed music that I am familiar with the chord names are printed
> between the (first and second, etc.) ending brackets and the staff.  Is
> this possible with Lilypond?
> 
> Thanks,
> 
> Paul Scott
> 
> 
> 
> _______________________________________________
> Lilypond-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user
Hi Scott,
    I searched my files and found something that I had cut and pasted from
an earlier posting by Scott Ainsworth (I don't remember what date it was
posted or any other reference, and I hope he does not mind me posting it
here again.) here it is:

"I finally found a way to get the chord names below the volta bracket.  I
reduced the height of the staff and increased the volta padding so the
volta number would clear the chords.  Thry something like this:

    . . . Lots of stuff omitted
    \context Staff = melody <
        \property Staff . verticalExtent = #'(-4 . 3.5)
        \property Staff . minimumVerticalExtent = #'(-1 . 1)
    . . . Lots more stuff omitted
    \paper {
        \translator {
            \StaffContext
            VoltaBracket \override #'padding       = #3  %pts
        }
    }

Note that 3.5 is the staff height you need to play with.

Good luck!
Scott Ainsworth"

Hope this works for you. And thanks to Scott if he is still out there.

Walter





reply via email to

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