X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-user.ly;h=9adb55d74da0a4137d2d22715d1a86139ba99329;hb=885941ba40b854b714fb793875b2987403ce2c72;hp=8acadf4e6ad3b5dd9802345ff935ade6f99fb5b2;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/markup-user.ly b/input/regression/markup-user.ly index 8acadf4e6a..9adb55d74d 100644 --- a/input/regression/markup-user.ly +++ b/input/regression/markup-user.ly @@ -7,16 +7,16 @@ } -\version "2.1.26" % to be updated +\version "2.4.0" % to be updated #(def-markup-command (upcase paper props str) (string?) "Upcase the string characters. Syntax: \\upcase #\"string\"" (interpret-markup paper props (make-simple-markup (string-upcase str)))) \score { - \notes { + { c''-\markup \upcase #"hello world" % produces a "HELLO WORLD" markup } - \paper { raggedright = ##t } + \layout { raggedright = ##t } }