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))


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to