]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-user.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / markup-user.ly
index 1a12d9a059d294d46ff632574dcb77f0f9924702..4c27aae3b478c86bd935cad5f1bc52548e4cb73e 100644 (file)
@@ -7,14 +7,14 @@
 
       }
 
-\version "2.2.0" % to be updated
+\version "2.3.4" % 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
     }