lilypond-user
[Top][All Lists]
Advanced

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

Re: Lead sheet: How to change spacing between staff and chords?


From: Mats Bengtsson
Subject: Re: Lead sheet: How to change spacing between staff and chords?
Date: Wed, 18 Apr 2007 08:26:52 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

The general principles are described in the section on "Vertical spacing inside a system" in the manual. You can either increase the extent of the Staff context upwards:

\override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 7)

or as an alternative, you could increase the extent of the ChordNames context downwards:

\override ChordNames.VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 2.5)

(the default setting for ChordNames is described in the program reference for the ChordNames context: http://lilypond.org/doc/v2.10/Documentation/user/lilypond-internals/ChordNames#ChordNames )

  /Mats

Robert Kennedy wrote:
How do I move the chord symbols up from the staff in a lead sheet? The
chord symbols come very close to the textscripts and I want to move
them apart. Thanks!

        -- Robert

P.S. Version 2.10.14.


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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