]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-markup-syntax.ly
* input/regression/new-markup-scheme.ly: oops. font-family=music
[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.5.2"
6
7
8 \score {
9   
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-encoding . fetaMusic) {
19                         \lookup #"noteheads-0"
20                 }
21                 \semiflat
22
23                 { }
24                 
25                 \combine "X" "+"   
26                 \combine "o" "/"
27 %               \char-number #"abc1234abc"
28                 \box \column { \line { "string 1" } \line { "string 2" } }
29                 "$\\emptyset$"
30                 \italic Norsk
31                 \super "2"
32                 \dynamic sfzp
33                 \huge { "A" \smaller "A" \smaller \smaller "A"
34                         \smaller \smaller \smaller "A" }
35                 \sub "alike"
36         }       
37     c''4
38     }
39 }