]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-syntax.ly
Merge branch 'stable'
[lilypond.git] / input / regression / markup-syntax.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Demo of markup texts, using LilyPond syntax."
5 }
6
7 {
8   f'1-\markup {
9     foo
10     \raise #0.2 \hbracket \bold bar
11
12     \override #'(baseline-skip . 4)
13     \bracket \column {
14       baz
15       bazr
16       bla
17     }
18     \hspace #2.0
19     \override #'(font-encoding . fetaMusic) {
20       \lookup #"noteheads-0"
21     }
22     \semiflat
23     { }
24     \combine "X" "+"
25     \combine "o" "/"
26   }
27   g'1-\markup {
28                                 %               \char-number #"abc1234abc"
29     \box \column {
30       \line { "string 1" }
31       \line { "string 2" }
32       \concat { "f" "i" }
33     }
34     " "
35     \draw-circle #1 #0.3 ##f
36     " "
37     \draw-circle #1 #0.3 ##t
38     " "
39     \italic Norsk
40     \super "2"
41     " "
42     \raise #3.0 \whiteout white-out
43     \circle \dynamic p
44     \with-color #green Green
45     \dynamic sfzp
46     \huge { "A" \smaller "A" \smaller \smaller "A"
47             \smaller \smaller \smaller "A" }
48     \sub "alike"
49   }     
50   c''4
51 }