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