]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-markup-syntax.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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.1.26"
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                 \semiflat
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 }