]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-syntax.ly
* lily/tie.cc (print): idem.
[lilypond.git] / input / regression / markup-syntax.ly
1 \header  {
2 texidoc = "With the new markup syntax, text may be written in various manners."
3 }
4
5 \version "2.5.2"
6
7
8 \score {
9   
10    {
11     f'1-\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-encoding . fetaMusic) {
19                         \lookup #"noteheads-0"
20                 }
21                 \semiflat
22
23                 { }
24                 
25                 \combine "X" "+"   
26                 \combine "o" "/"
27                 }
28     g'1-\markup {
29 %               \char-number #"abc1234abc"
30                 \box \column { \line { "string 1" } \line { "string 2" } }
31                 "$\\emptyset$"
32                 \draw-circle #1 #0.3
33                 " "
34                 \italic Norsk
35                 \super "2"
36                 " "
37                 \raise #3.0 \whiteout white-out
38                 \circle \dynamic p
39                 \with-color #green Green
40                 \dynamic sfzp
41                 \huge { "A" \smaller "A" \smaller \smaller "A"
42                         \smaller \smaller \smaller "A" }
43                 \sub "alike"
44         }       
45     c''4
46     }
47 }