lilypond-user
[Top][All Lists]
Advanced

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

Re: Space after clef


From: Mats Bengtsson
Subject: Re: Space after clef
Date: Fri, 13 May 2005 13:11:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

This is controlled by the space-alist property, see
http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond-internals/Clef.html#Clef
and
http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond-internals/break_002daligned_002dinterface.html#break_002daligned_002dinterface

You might want to increase the extra space to the next note from the
default 0.5 to 1.5 or so:
\override Staff.Clef #'space-alist = #'(
        (ambitus extra-space . 2.0)
        (staff-bar extra-space . 0.7)
        (key-cancellation minimum-space . 4.0)
        (key-signature minimum-space . 4.0)
        (time-signature minimum-space . 4.2)
        (first-note minimum-fixed-space . 5.0)
        (next-note extra-space . 1.5)
        (right-edge extra-space . 0.5))

   /Mats

Fairchild wrote:
In v 2.4.3, transcribing solo scores with multiple clef changes within bars, notes following the clef glyphs are too close to the glyphs. Using \override Score.SeparationItem #'padding = #2.0 causes added space both prior to and following the glyphs.

Is there a way to insert extra space selectively following clef changes.

                                 - Bruce



------------------------------------------------------------------------

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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