]> 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 ef377167826df14518a34983634d3ac7ebfb4b46..7f5fd19e057ec66a71a933d538b9f251bacb3f27 100644 (file)
@@ -25,10 +25,10 @@ For maintenance reasons, we don't excercise the entire markup command set.
 
 
 
-\version "2.7.39"
+\version "2.14.0"
 
 {
-  \fatText
+  \textLengthOn
   f'1-\markup {
     foo
     \raise #0.2 \hbracket \bold bar
@@ -39,16 +39,19 @@ For maintenance reasons, we don't excercise the entire markup command set.
     \override #'(font-encoding . fetaMusic) {
       \lookup #"noteheads-0"
     }
-    \musicglyph #"accidentals.-1"
+    \musicglyph #"accidentals.mirroredflat"
     \combine "X" "+"   
     \combine "o" "/"
     \box \column { \line { "string 1" } \line { "string 2" } }
+    " "
     \italic Norsk
     \super "2"
+    \circle \dynamic "p"
+    " "
     \dynamic sfzp
     \huge { "A" \smaller "A" \smaller \smaller "A"
            \smaller \smaller \smaller "A" }
-    \sub "alike"
+    \larger \sub "alike"
   }    
   \break
   f'1-#(markup* 
@@ -59,7 +62,7 @@ For maintenance reasons, we don't excercise the entire markup command set.
        #:hspace 2.0
        #:override '(font-encoding . fetaMusic) #:line (#:lookup "noteheads-0" 
                                                      )
-       #:musicglyph "accidentals.-1"
+       #:musicglyph "accidentals.mirroredflat"
        #:combine "X" "+"   
        #:combine "o" "/"
        #:box #:column ("string 1" "string 2")
@@ -71,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")
 }