]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-scheme.ly
Imported Upstream version 2.16.1
[lilypond.git] / input / regression / markup-scheme.ly
index af1b4f912185e211a76db2c3fcc89d9c491c3050..e2bc601e00d952cc2a053eb1f723a27ea6506a6f 100644 (file)
@@ -10,7 +10,7 @@
 
 %{
 
-For maintenance reasons, we don't excercise the entire markup command set.
+For maintenance reasons, we don't exercise the entire markup command set.
 
 %}
 
@@ -19,16 +19,16 @@ For maintenance reasons, we don't excercise the entire markup command set.
   indent = #0
   \context {
     \Staff
-    \remove Time_signature_engraver 
+    \remove "Time_signature_engraver"
   }
 }
 
 
 
-\version "2.11.5"
+\version "2.16.0"
 
 {
-  \fatText
+  \textLengthOn
   f'1-\markup {
     foo
     \raise #0.2 \hbracket \bold bar
@@ -51,10 +51,10 @@ 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* 
+  f'1-$(markup 
        "foo"
        #:raise 0.2 #:hbracket #:bold "bar"
        #:override '(baseline-skip . 4) 
@@ -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")
 }