]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-scheme.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / markup-scheme.ly
index af1b4f912185e211a76db2c3fcc89d9c491c3050..7f5fd19e057ec66a71a933d538b9f251bacb3f27 100644 (file)
@@ -25,10 +25,10 @@ For maintenance reasons, we don't excercise the entire markup command set.
 
 
 
-\version "2.11.5"
+\version "2.14.0"
 
 {
-  \fatText
+  \textLengthOn
   f'1-\markup {
     foo
     \raise #0.2 \hbracket \bold bar
@@ -51,7 +51,7 @@ For maintenance reasons, we don't excercise the entire markup command set.
     \dynamic sfzp
     \huge { "A" \smaller "A" \smaller \smaller "A"
            \smaller \smaller \smaller "A" }
-    \sub "alike"
+    \larger \sub "alike"
   }    
   \break
   f'1-#(markup* 
@@ -74,5 +74,5 @@ For maintenance reasons, we don't excercise the entire markup command set.
        #:dynamic "sfzp"
        #:huge #:line ("A" #:smaller "A" #:smaller #:smaller "A" 
                       #:smaller #:smaller #:smaller "A")
-       #:sub "alike")
+       #:larger #:sub "alike")
 }