]> git.donarmstrong.com Git - lilypond.git/commitdiff
Changes minimum-space to extra-space in BarLine.space-alist.clef
authorThomas Morley <thomasmorley65@gmail.com>
Sun, 13 Dec 2015 12:52:30 +0000 (13:52 +0100)
committerThomas Morley <thomasmorley65@gmail.com>
Sat, 19 Dec 2015 13:34:50 +0000 (14:34 +0100)
issue 4694

Prevents bad spacing, if Clef is forced to be displayed after BarLine
via changed BreakAlignment.break-align-orders

scm/define-grobs.scm

index 971df383e92eacfbbe992bbcb5216a38e0774939..c874eae7b9e82f15248a1c4d4ffe4e630029a7df 100644 (file)
         (space-alist . (
                         (time-signature . (extra-space . 0.75))
                         (custos . (minimum-space . 2.0))
-                        (clef . (minimum-space . 1.0))
+                        (clef . (extra-space . 1.0))
                         (key-signature . (extra-space . 1.0))
                         (key-cancellation . (extra-space . 1.0))
                         (first-note . (fixed-space . 1.3))