]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/markup.ly
patch::: 1.3.96.jcn7
[lilypond.git] / input / test / markup.ly
index 9b3e531c11295664ef84a2a18b9e29452b4a1aba..ccd03f18a921bf79d8ae9d0bf69da66d2cc23bb6 100644 (file)
@@ -4,22 +4,25 @@
 
 \score{
        \notes\relative c''{
+               \stemUp
                a-"text"
                b-\textscript #"texta"
                c-\textscript #'(bold "textb")
-               d-\textscript #'(lines "een" "twee" "drie")
-               e-\textscript #'(lines (bold "een") 
-                 (rows "en" "dat" "is" ((family . "orator") "2"))
-                 (italic "drie"))
+
+               d-\textscript #'(lines "one" "two" "three")
+               e-\textscript #'(lines (bold "one") 
+                 (rows "and" "there" "is" ((family . "number") "2"))
+                 (italic "three"))
                f-\textscript #'(finger "3")
+               g-\textscript #'(music (named "noteheads-2"))
        }
        \paper{
                linewidth = -1.\mm;
                \translator{
                        \ScoreContext
-                       TextScript \push #'style-sheet = #'paper16
                        TextScript \push #'font-family = #'roman
                        TextScript \pop #'no-spacing-rods
+                       TextScript \push #'direction = #1
                }
        }
 }