]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/new-markup-syntax.ly
*** empty log message ***
[lilypond.git] / input / regression / new-markup-syntax.ly
index b9a482aef61327a2a4feb8e5703a7fc009c8a453..d35606a59a114eb4f49be47dd774323dc3789675 100644 (file)
@@ -1,24 +1,39 @@
 \header  {
-texidoc = "New markup syntax."
+texidoc = "With the new markup syntax, text may be written in various manners."
 }
 
-\version "1.7.8"
+\version "2.5.2"
 
 
 \score {
-  \notes
+  
    {
-    \property Voice.TextScript \set #'molecule-callback = #brew-new-markup-molecule
-    f'-\markup { foo
-               \raise #0.2 \bold bar
-               \override #'(baseline-skip . 4) \column < baz bazr bla >
+    f'-\markup {
+               foo
+               \raise #0.2 \hbracket \bold bar
+               \override #'(baseline-skip . 4)
+
+               \bracket \column { baz bazr bla }
                \hspace #2.0
-               \override #'(font-family . music) {
+               \override #'(font-encoding . fetaMusic) {
                        \lookup #"noteheads-0"
-                       \char #53
                }
+               \semiflat
+
+               { }
+               
+               \combine "X" "+"   
+               \combine "o" "/"
+%              \char-number #"abc1234abc"
+               \box \column { \line { "string 1" } \line { "string 2" } }
+               "$\\emptyset$"
+               \circle #4 #0.2
                \italic Norsk
+               \super "2"
                \dynamic sfzp
+               \huge { "A" \smaller "A" \smaller \smaller "A"
+                       \smaller \smaller \smaller "A" }
+               \sub "alike"
        }       
     c''4
     }