]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-properties.scm
Issue 4485: Refactor \partcombine and \autochange iterators
[lilypond.git] / scm / define-music-properties.scm
index 422e65c10614b4b39aa584ea8ba5ffe6fe29cafc..0bcc5a20afca3ce95ec88ced86da76ed28d2e46e 100644 (file)
@@ -68,6 +68,7 @@ cautionary accidental.")
      (change-to-type ,symbol? "Type of the context to change to.")
      (class ,symbol? "The class name of an event class.")
      (context ,ly:context? "The context to which an event is sent.")
+     (context-change-list ,list? "Context changes for @code{\\autochange} or @code{\\partcombine}.")
      (context-id ,string? "Name of context.")
      (context-type ,symbol?  "Type of context.")
      (create-new ,boolean? "Create a fresh context.")
@@ -184,7 +185,6 @@ Options are @code{'text} and @code{'hairpin}.")
      (span-text ,markup? "The displayed text for dynamic text
 spanners (e.g., cresc.)")
      (spanner-id ,string? "Identifier to distinguish concurrent spanners.")
-     (split-list ,list? "Splitting moments for part combiner.")
      (start-callback ,procedure? "Function to compute the negative length
 of starting grace notes.  This property can only be defined as initializer
 in @file{scm/@/define-music-types.scm}.")