Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: scm/define-grobs.scm

Issue 552740043: Improvements to \ambitusAfter
Patch Set: fix regtest, add some space-alist entries (preventing programming-errors) Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ly/property-init.ly ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-grobs.scm
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index 8e1d649b5388ea5798cbb9b6a4d27aa2394857bf..3db84f320bbb702e886ce2b630ffe0ed5cae2849 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -115,6 +115,7 @@
(key-signature . (extra-space . 1.15))
(staff-bar . (extra-space . 1.15))
(time-signature . (extra-space . 1.15))
+ (right-edge . (extra-space . 0.5))
(first-note . (extra-space . 1.15))))
(X-extent . ,ly:axis-group-interface::width)
(Y-extent . ,axis-group-interface::height)
@@ -232,6 +233,7 @@
(non-musical . #t)
(rounded . #f)
(space-alist . (
+ (ambitus . (extra-space . 1.0))
(time-signature . (extra-space . 0.75))
(custos . (minimum-space . 2.0))
(clef . (extra-space . 1.0))
@@ -2544,6 +2546,7 @@
(extra-spacing-width . (0.0 . 0.8))
(non-musical . #t)
(space-alist . (
+ (ambitus . (extra-space . 1.0))
(cue-clef . (extra-space . 1.5))
(first-note . (fixed-space . 2.0))
(right-edge . (extra-space . 0.5))
« no previous file with comments | « ly/property-init.ly ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b