X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fmarkup-user.ly;h=6b5c2b41d5199924a1ac53cbe53219dd894350cf;hb=d9affdad4aa6bbcd9928d8eafbb31065d1197c73;hp=f632a71961bd05695fa45391a661bb22bebc6780;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/markup-user.ly b/input/regression/markup-user.ly index f632a71961..6b5c2b41d5 100644 --- a/input/regression/markup-user.ly +++ b/input/regression/markup-user.ly @@ -2,19 +2,19 @@ \header { texidoc = "Own markup commands may be defined by using the - @code{def-markup-command} scheme macro." + @code{define-markup-command} scheme macro." } -\layout { raggedright = ##t } +\layout { ragged-right = ##t } -\version "2.6.0" % to be updated +\version "2.7.36" -#(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))))