]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-markup-syntax.ly
(process_lilypond_blocks): opps.
[lilypond.git] / input / regression / new-markup-syntax.ly
1 \header  {
2 texidoc = "New markup syntax."
3 }
4
5 \version "1.7.18"
6
7
8 \score {
9   \notes
10    {
11     \property Voice.TextScript \set #'molecule-callback = #brew-new-markup-molecule
12     f'-\markup {
13                 foo
14                 \raise #0.2 \hbracket \bold bar
15                 \override #'(baseline-skip . 4)
16
17                 \bracket \column << baz bazr bla >>
18                 \hspace #2.0
19                 \override #'(font-family . music) {
20                         \lookup #"noteheads-0"
21                         \char #53
22                 }
23                 \musicglyph #"accidentals--1"
24                 \combine "X" "+"   
25                 \combine "o" "/"
26                 "$\\emptyset$"
27                 \italic Norsk
28                 \super "2"
29                 \dynamic sfzp
30                 \huge { "A" \smaller "A" \smaller \smaller "A"
31                         \smaller \smaller \smaller "A" }
32                 \sub "alike"
33         }       
34     c''4
35     }
36 }