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

Unified Diff: scm/define-grobs.scm

Issue 4536068: Adds longas, maximas and non-standard tweaks to MultiMeasureRest (Closed)
Patch Set: Better church rests calculation and update following fixcc.py run. Created 12 years, 8 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 | « scm/define-grob-properties.scm ('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 4545e5bd9f6f7c130267397d3947812e31c82881..2cfc11ab5210d37cceff15aa4cc62168df7017ca 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -1305,6 +1305,7 @@
. (
(expand-limit . 10)
(hair-thickness . 2.0)
+ (round-up-exceptions . ())
(padding . 1)
(spacing-pair . (break-alignment . break-alignment))
(springs-and-rods . ,ly:multi-measure-rest::set-spacing-rods)
@@ -1312,7 +1313,7 @@
(stencil . ,ly:multi-measure-rest::print)
(thick-thickness . 6.6)
;; See Wanske pp. 125
- (usable-duration-logs . (0 -1 -2 -3))
+ (usable-duration-logs . ,(iota 4 -3))
(Y-offset . ,ly:staff-symbol-referencer::callback)
(meta . ((class . Spanner)
(interfaces . (font-interface
« no previous file with comments | « scm/define-grob-properties.scm ('k') | no next file » | no next file with comments »

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