X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=2af8f923af4abf305fe623d8c09948610b0c4caa;hb=a1c2a3a778efafbb8abbd44eb212a3f52f34c5f9;hp=e252324e85b3a3e290932a9f4debc2f890acd6ea;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index e252324e85..2af8f923af 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -152,11 +152,10 @@ or down-stem?") (repeat-count ,integer? "Do a @code{\\repeat} how often?") (span-direction ,ly:dir? "Does this start or stop a spanner?") - (span-type ,string? "What kind of spanner should be created? E.g. ligature -for ligatures, or text or hairpin for (de-)crescendi. - -TODO: Consider making type into symbol.") - (span-text ,string? "The displayed text for text spanners (e.g. cresc.)") + (span-type ,symbol? "What kind of dynamic spanner should be created? +Options are @code{'text} and @code{'hairpin}.") + (span-text ,markup? "The displayed text for dynamic text spanners +(e.g., cresc.)") (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 @@ -170,8 +169,6 @@ a @code{StringNumberEvent}.") in a part.") (tempo-unit ,ly:duration? "The unit for the metronome count.") (text ,markup? "Markup expression to be printed.") - (text-type ,symbol? - "Particular type of text script (e.g., finger, dynamic).") (to-relative-callback ,procedure? "How to transform a piece of music to relative pitches.") (tonic ,ly:pitch? "Base of the scale.")