]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-property-description.scm
junk contents.
[lilypond.git] / scm / music-property-description.scm
index a20edaced9bc7133605898db73040d08f3feb6a4..cc43d7d1063e82b9aa7b55b7de915918de36d124 100644 (file)
@@ -58,6 +58,8 @@ TODO: consider making type into symbol ")
 (music-property-description 'name symbol? "Name of this music object")
 (music-property-description 'numerator integer? "numerator of a time signature")
 (music-property-description 'once boolean? "Apply this operation only during one time step?")
+(music-property-description 'original-pitch  ly:pitch?
+                           "Pitch before inversion. Needed to reconstruct chord name.")
 (music-property-description 'origin ly:input-location? "where was this piece of music defined?")
 (music-property-description 'penalty number? "Penalty for break hint.")
 (music-property-description 'pitch ly:pitch? "the pitch of this note")