]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-syntax.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / markup-syntax.ly
index b4ac17530ad7e30e38acdeb3a608966a7dd8ca0f..0dcb732eccf567b6554d947bd00ca201485d4a6a 100644 (file)
@@ -1,47 +1,47 @@
 \header  {
-texidoc = "With the new markup syntax, text may be written in various manners."
-}
 
-\version "2.5.2"
+    texidoc = "Demo of markup texts, using LilyPond syntax. "
 
+}
 
-\score {
-  
-   {
-    f'1-\markup {
-               foo
-               \raise #0.2 \hbracket \bold bar
-               \override #'(baseline-skip . 4)
+\version "2.10.0"
 
-               \bracket \column { baz bazr bla }
-               \hspace #2.0
-               \override #'(font-encoding . fetaMusic) {
-                       \lookup #"noteheads-0"
-               }
-               \semiflat
+{
+  f'1-\markup {
+    foo
+    \raise #0.2 \hbracket \bold bar
+    \override #'(baseline-skip . 4)
 
-               { }
-               
-               \combine "X" "+"   
-               \combine "o" "/"
-               }
-    g'1-\markup {
-%              \char-number #"abc1234abc"
-               \box \column { \line { "string 1" } \line { "string 2" } }
-               "$\\emptyset$"
-               \draw-circle #1 #0.3
-               " "
-               \italic Norsk
-               \super "2"
-               " "
-               \raise #3.0 \whiteout white-out
-               \circle \dynamic p
-               \with-color #green Green
-               \dynamic sfzp
-               \huge { "A" \smaller "A" \smaller \smaller "A"
-                       \smaller \smaller \smaller "A" }
-               \sub "alike"
-       }       
-    c''4
+    \bracket \column { baz bazr bla }
+    \hspace #2.0
+    \override #'(font-encoding . fetaMusic) {
+      \lookup #"noteheads-0"
     }
+    \semiflat
+
+    { }
+    
+    \combine "X" "+"   
+    \combine "o" "/"
+  }
+  g'1-\markup {
+                               %               \char-number #"abc1234abc"
+    \box \column { \line { "string 1" } \line { "string 2" } }
+    " " 
+    \draw-circle #1 #0.3 ##f
+    " "
+    \draw-circle #1 #0.3 ##t
+    " "
+    \italic Norsk
+    \super "2"
+    " "
+    \raise #3.0 \whiteout white-out
+    \circle \dynamic p
+    \with-color #green Green
+    \dynamic sfzp
+    \huge { "A" \smaller "A" \smaller \smaller "A"
+           \smaller \smaller \smaller "A" }
+    \sub "alike"
+  }    
+  c''4
 }