]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-properties.scm
Implement framework for post-fix text (de)cresc spanners (backend only)
[lilypond.git] / scm / define-music-properties.scm
index 3d11e06c1c4be58851535218118043593abec0e3..05f9e2b221e8c518334273b06f26f78c356e650e 100644 (file)
@@ -139,9 +139,11 @@ 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?
+     (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.)")
      (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