]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-markup-syntax.ly
*** empty log message ***
[lilypond.git] / input / regression / new-markup-syntax.ly
1 \header  {
2 texidoc = "With the new markup syntax, text may be written in various manners."
3 }
4
5 \version "2.1.28"
6
7
8 \score {
9   \notes
10    {
11     f'-\markup {
12                 foo
13                 \raise #0.2 \hbracket \bold bar
14                 \override #'(baseline-skip . 4)
15
16                 \bracket \column < baz bazr bla >
17                 \hspace #2.0
18                 \override #'(font-family . music) {
19                         \lookup #"noteheads-0"
20                         \char #53
21                 }
22                 \semiflat
23
24                 { }
25                 
26                 \combine "X" "+"   
27                 \combine "o" "/"
28 %               \char-number #"abc1234abc"
29                 \box \column < { "string 1" } { "string 2" } >
30                 "$\\emptyset$"
31                 \italic Norsk
32                 \super "2"
33                 \dynamic sfzp
34                 \huge { "A" \smaller "A" \smaller \smaller "A"
35                         \smaller \smaller \smaller "A" }
36                 \sub "alike"
37         }       
38     c''4
39     }
40 }