]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/text/demonstrating-the-power-and-flexibility-of-the--markup-function.ly
585bc633e3b8659ac5464244f870dda6ce230222
[lilypond.git] / input / lsr / text / demonstrating-the-power-and-flexibility-of-the--markup-function.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 Here are some examples of how various markup texts can be obtained with
6 LilyPond syntax. You won't probably be needing all of them in a
7 standard score, but hey, you never know...
8 " }
9
10 {
11   f'1-\markup {
12     foo
13     \raise #0.2 \hbracket \bold bar
14
15     \override #'(baseline-skip . 4)
16     \bracket \column {
17       baz
18       bazr
19       bla
20     }
21     \hspace #2.0
22     \override #'(font-encoding . fetaMusic) {
23       \lookup #"noteheads-0"
24     }
25     \semiflat
26     { }
27     \combine "X" "+"
28     \combine "o" "/"
29   }
30   g'1-\markup {
31                                 %               \char-number #"abc1234abc"
32     \box \column {
33       \line { "string 1" }
34       \line { "string 2" }
35      %% \concat { "f" "i" }
36     }
37     " "
38     \draw-circle #1 #0.3 ##f
39     " "
40     \draw-circle #1 #0.3 ##t
41     " "
42     \italic Norsk
43     \super "2"
44     " "
45     \raise #3.0 \whiteout white-out
46     \circle \dynamic p
47     \with-color #green Green
48     \dynamic sfzp
49     \huge { "A" \smaller "A" \smaller \smaller "A"
50             \smaller \smaller \smaller "A" }
51     \sub "alike"
52   }     
53   c''4
54 }