]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-markup-syntax.ly
7353ec2a490c1cb3a65c787b0b61f7dc9ef3c171
[lilypond.git] / input / regression / new-markup-syntax.ly
1 \header  {
2 texidoc = "New markup syntax."
3 }
4
5 \version "1.9.1"
6
7
8 \score {
9   \notes
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-family . music) {
19                         \lookup #"noteheads-0"
20                         \char #53
21                 }
22                 \musicglyph #"accidentals--1"
23                 \combine "X" "+"   
24                 \combine "o" "/"
25 %               \char-number #"abc1234abc"
26                 \box \column << { "string 1" } { "string 2" } >>
27                 "$\\emptyset$"
28                 \italic Norsk
29                 \super "2"
30                 \dynamic sfzp
31                 \huge { "A" \smaller "A" \smaller \smaller "A"
32                         \smaller \smaller \smaller "A" }
33                 \sub "alike"
34         }       
35     c''4
36     }
37 }