]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-markup-syntax.ly
f0ab8091d3461519d53993730689bb2034b1df76
[lilypond.git] / input / regression / new-markup-syntax.ly
1 \header  {
2 texidoc = "New markup syntax."
3 }
4
5 \version "1.7.8"
6
7
8 \score {
9   \notes
10    {
11     \property Voice.TextScript \set #'molecule-callback = #brew-new-markup-molecule
12     f'-\markup { foo
13                 \raise #0.2 \bold bar
14                 \override #'(baseline-skip . 4) \column < baz bazr bla >
15                 \hspace #2.0
16                 \override #'(font-family . music) {
17                         \lookup #"noteheads-0"
18                         \char #53
19                 }
20
21                 \combine "X" "+"   
22                 \combine "o" "/"
23                 "$\\emptyset$"
24                 \italic Norsk
25                 \super "2"
26                 \dynamic sfzp
27                 \sub "alike"
28         }       
29     c''4
30     }
31 }