]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/new-markup-syntax.ly
* input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
[lilypond.git] / input / regression / new-markup-syntax.ly
index bd6725b3848f845e68f1d9622f9f3a12847868f2..328eae461a9620eb6180e3f767357e2d22f7a612 100644 (file)
@@ -1,18 +1,40 @@
 \header  {
-texidoc = "New markup syntax."
+texidoc = "With the new markup syntax, text may be written in various manners."
 }
 
-\version "1.7.8"
+\version "2.2.0"
 
 
 \score {
   \notes
    {
-    \property Voice.TextScript \set #'molecule-callback = #brew-new-markup-molecule
-    f'-\markup { foo \bold bar \column < baz bazr >
-               \override #'(font-family . music) \lookup #"noteheads-0"
-       }
+    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) {
+                       \lookup #"noteheads-0"
+                       \char #53
+               }
+               \semiflat
+
+               { }
+               
+               \combine "X" "+"   
+               \combine "o" "/"
+%              \char-number #"abc1234abc"
+               \box \column < { "string 1" } { "string 2" } >
+               "$\\emptyset$"
+               \italic Norsk
+               \super "2"
+               \dynamic sfzp
+               \huge { "A" \smaller "A" \smaller \smaller "A"
+                       \smaller \smaller \smaller "A" }
+               \sub "alike"
+       }       
     c''4
     }
 }