]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-user.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / markup-user.ly
index 8c94ec6d42a93f9c8939cd5d59e6917bfd56a7e8..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.10.0"
+\version "2.12.0"
 
 #(define-markup-command (upcase paper props str) (string?)
   "Upcase the string characters. Syntax: \\upcase #\"string\""