X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=0bcc5a20afca3ce95ec88ced86da76ed28d2e46e;hb=4e3c28666d3a052f7ee36dce577d02774ef62a5c;hp=422e65c10614b4b39aa584ea8ba5ffe6fe29cafc;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index 422e65c106..0bcc5a20af 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -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}.")