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

Unified Diff: scm/define-music-types.scm

Issue 571180043: Implement MeasureSpanner
Patch Set: Changes in response to reviews Created 4 years, 4 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-grobs.scm ('k') | scm/scheme-engravers.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-music-types.scm
diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm
index 1b526bc1b40dd35c878e83baeb75dc1af3cc9021..4d64a9e3afae27d770dbf87558bde9026d4ce4af 100644
--- a/scm/define-music-types.scm
+++ b/scm/define-music-types.scm
@@ -308,6 +308,12 @@ Example: @code{\\mark \"A\"}")
(types . (mark-event event))
))
+ (MeasureSpannerEvent
+ . ((description . "Used to signal the start and end of a measure
+spanner.")
+ (types . (measure-spanner-event span-event event))
+ ))
+
(MeasureCounterEvent
. ((description . "Used to signal the start and end of a measure count.")
(types . (measure-counter-event span-event event))
« no previous file with comments | « scm/define-grobs.scm ('k') | scm/scheme-engravers.scm » ('j') | no next file with comments »

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