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

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

Issue 337870043: Charles Winston's GSoC code: Chord Semantics
Patch Set: Fixing errors in make doc. Created 5 years, 7 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
« scm/chord-name.scm ('K') | « scm/define-music-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-music-types.scm
diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm
index 348bcd0e87228669e281cf379f5fc10332ac6396..7c198d509de8e7fa8490a953d2b719da1ae9fcca 100644
--- a/scm/define-music-types.scm
+++ b/scm/define-music-types.scm
@@ -130,6 +130,11 @@ Syntax: @var{note}@code{\\breathe}")
(types . (event breathing-event))
(midi-length . ,breathe::midi-length)))
+ (ChordSemanticsEvent
+ . ((description . "Semantic information of an EventChord")
+ (types . (chord-semantics-event event))
+ ))
+
(ClusterNoteEvent
. ((description . "A note that is part of a cluster.")
;; not a note-event, to ensure that Note_heads_engraver doesn't eat it.
« scm/chord-name.scm ('K') | « scm/define-music-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