]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-user.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / markup-user.ly
index f7c08e10225a3da1876d9cffb7f592da7a489432..be706cc4bb48be9bf47de6442cd286c522eef76d 100644 (file)
@@ -7,7 +7,7 @@
 
       }
 
-\version "2.3.17" % to be updated
+\version "2.3.22" % to be updated
 
 #(def-markup-command (upcase paper props str) (string?)
   "Upcase the string characters. Syntax: \\upcase #\"string\""
@@ -18,5 +18,5 @@
         c''-\markup \upcase #"hello world"
         % produces a "HELLO WORLD" markup
     }
-    \paper { raggedright = ##t }
+    \layout { raggedright = ##t }
 }