]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove obsolete music property.
authorNeil Puttock <n.puttock@gmail.com>
Sat, 3 Apr 2010 22:15:21 +0000 (23:15 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 3 Apr 2010 22:15:21 +0000 (23:15 +0100)
* scm/define-music-properties (all-music-properties):

  remove 'text-type

scm/define-music-properties.scm

index 393efd13adb05b4d7abc92bc79183b5414034a0d..2af8f923af4abf305fe623d8c09948610b0c4caa 100644 (file)
@@ -169,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.")