lilypond-user
[Top][All Lists]
Advanced

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

Re: polymetric music with mensuration lines


From: Knut Petersen
Subject: Re: polymetric music with mensuration lines
Date: Sun, 11 Sep 2016 11:19:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


   2: There needs to be some more space between the clefs and the first notes

The solution to that problem is to increase first-note minimum-fixed-space, 
e.g.:

 \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 . 12.0) ; increased !
        (next-note extra-space . 0.5)
        (right-edge extra-space . 0.5))




reply via email to

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