]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minimum space after time- key-signatures; issue 724
authorKeith OHara <k-ohara5a5a@oco.net>
Tue, 6 Sep 2011 06:25:55 +0000 (23:25 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Tue, 6 Sep 2011 07:51:30 +0000 (00:51 -0700)
Incrase extra-spacing width, to leave a gap closer to
those shown in Ted Ross' Art of Music Engraving

scm/define-grobs.scm

index e8ba49d189bcdcef7c696026add5b93ea05805e0..0923d2c5253eba03d2367e261a3d6a9ea2dd44fc 100644 (file)
                        (right-edge . (extra-space . 0.5))
                        (first-note . (fixed-space . 2.5))))
        (stencil . ,ly:key-signature-interface::print)
-       (extra-spacing-width . (0.0 . 0.5))
+       (extra-spacing-width . (0.0 . 1.0))
        (Y-offset . ,ly:staff-symbol-referencer::callback)
        (meta . ((class . Item)
                 (interfaces . (break-aligned-interface
                        (right-edge . (extra-space . 0.5))
                        (first-note . (fixed-space . 2.5))))
        (stencil . ,ly:key-signature-interface::print)
-       (extra-spacing-width . (0.0 . 0.5))
+       (extra-spacing-width . (0.0 . 1.0))
        (Y-offset . ,ly:staff-symbol-referencer::callback)
        (meta . ((class . Item)
                 (interfaces . (break-aligned-interface
        (break-align-anchor-alignment . ,LEFT)
        (break-visibility . ,all-visible)
        (extra-spacing-height . (-1.0 . 1.0))
+       (extra-spacing-width . (0.0 . 0.8))
        (non-musical . #t)
        (space-alist . (
                        (cue-clef . (extra-space . 1.5))