]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-properties.scm
* Documentation/topdocs/NEWS.tely (Top): doc new feature.
[lilypond.git] / scm / define-music-properties.scm
index 5ee322a5ca903a531ee62287155649804f6c7b15..8e0bab912f445743b1c934711c837a5581d532a9 100644 (file)
@@ -40,7 +40,7 @@ here. TODO: use SpanEvents?")
      (context-id ,string? "name of context")
      (context-type ,symbol?  "type of context")
      (create-new ,boolean? "Create a fresh context.")
-     (delta-pitch ,number? "How much should a fall change pitch?") 
+     (delta-step ,number? "How much should a fall change pitch?") 
      (descend-only ,boolean? "If set, this @code{\\context} will only descend in the context tree.")
      (denominator ,integer? "denominator in a time signature")
      (digit ,integer? "digit for fingering")
@@ -124,6 +124,6 @@ translation property")
      (void ,boolean? "If this property is #t, then the music expression is to be
 discarded by the toplevel music handler.")
      (what ,symbol? "What to change for auto-change. FIXME, naming")
-
+     (untied ,boolean? "Set for note in chord that should not be tied.")
      (untransposable ,boolean? "If set, this music is not transposed.")
      )))