]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-user.ly
Update documentation targets
[lilypond.git] / input / regression / markup-user.ly
index 6b5c2b41d5199924a1ac53cbe53219dd894350cf..637734706063cfddee3c1efa8055dd108ae1e425 100644 (file)
@@ -1,10 +1,7 @@
 
 \header {
-
-  texidoc = "Own markup commands may be defined by using the
-    @code{define-markup-command} scheme macro."
-
-
+  texidoc = "Users may define non-standard markup commands using
+the @code{define-markup-command} scheme macro."
 }
 
 
@@ -12,7 +9,7 @@
   
 
 
-\version "2.7.36"
+\version "2.12.0"
 
 #(define-markup-command (upcase paper props str) (string?)
   "Upcase the string characters. Syntax: \\upcase #\"string\""