]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-user.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-user.ly
index 698e13bce155b8872085c141437d1ffd4d7ef3fa..e9f1bba990b8bc715e4b323d6071b1bb05ba8324 100644 (file)
@@ -5,7 +5,7 @@ the @code{define-markup-command} scheme macro."
 
 \layout { ragged-right = ##t }
 
-\version "2.16.0"
+\version "2.17.6"
 
 #(define-markup-command (upcase paper props str) (string?)
   "Upcase the string characters. Syntax: \\upcase #\"string\""
@@ -19,7 +19,7 @@ the @code{define-markup-command} scheme macro."
   \layout {
     \context {
       \Score
-      \override PaperColumn #'keep-inside-line = ##f
+      \override PaperColumn.keep-inside-line = ##f
     }
   }
 }