X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fmarkup-user.ly;h=637734706063cfddee3c1efa8055dd108ae1e425;hb=c4f84c5da3265130a60010eed5f9d32d0bc5e6e2;hp=586e7cb0c1123b8ea4bbebcb55da3b12f254079a;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/markup-user.ly b/input/regression/markup-user.ly index 586e7cb0c1..6377347060 100644 --- a/input/regression/markup-user.ly +++ b/input/regression/markup-user.ly @@ -1,10 +1,7 @@ \header { - - texidoc = "Own markup commands may be defined by using the - @code{def-markup-command} scheme macro." - - + texidoc = "Users may define non-standard markup commands using +the @code{define-markup-command} scheme macro." } @@ -12,9 +9,9 @@ -\version "2.7.32" % to be updated +\version "2.12.0" -#(def-markup-command (upcase paper props str) (string?) +#(define-markup-command (upcase paper props str) (string?) "Upcase the string characters. Syntax: \\upcase #\"string\"" (interpret-markup paper props (make-simple-markup (string-upcase str))))