]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/tablature.scm
Unify define-builtin-markup-command and define-markup-command
[lilypond.git] / scm / tablature.scm
index 33d28dd1778a33edc9bbebf3819f63f17ed56579..d133217f923491a978ea8890cecd451ce0e5b7dd 100644 (file)
 (add-new-clef "moderntab" "markup.moderntab" 0 0 0)
 
 ;; define sans serif-style tab-Clefs as a markup:
-(define-builtin-markup-command (customTabClef
+(define-markup-command (customTabClef
                                 layout props num-strings staff-space)
   (integer? number?)
-  music
-  ()
+  #:category music
   "Draw a tab clef sans-serif style."
   (define (square x) (* x x))
   (let* ((scale-factor (/ staff-space 1.5))