]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4017: Define spacing from KeyCancellation to custos
authorMark Polesky <markpolesky@yahoo.com>
Thu, 17 Jul 2014 20:09:32 +0000 (13:09 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Mon, 21 Jul 2014 08:11:39 +0000 (01:11 -0700)
Adds a space-alist rule from KeyCancellation to custos
to prevent "No spacing entry" programming error.

scm/define-grobs.scm

index 4a05d4b32caa24ee706e0a3c54d5e3b9aca1dbf2..bed05c799496075279d9c282c5c5752e2b24f771 100644 (file)
                         (key-signature . (extra-space . 0.5))
                         (cue-clef . (extra-space . 0.5))
                         (right-edge . (extra-space . 0.5))
-                        (first-note . (fixed-space . 2.5))))
+                        (first-note . (fixed-space . 2.5))
+                        (custos . (extra-space . 1.0))))
         (stencil . ,ly:key-signature-interface::print)
         (vertical-skylines . ,grob::always-vertical-skylines-from-stencil)
         (Y-extent . ,grob::always-Y-extent-from-stencil)