]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mark.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / mark.ly
1
2
3 global =  \notes {
4   s1 | \mark "A";
5   s1 | \mark ; 
6   s1 | \mark ; 
7   s1 | \mark "12";
8   s1 | \mark ; 
9   s1 | \mark "A2";
10   s1 | \mark #'(music "scripts-segno") ; 
11   s1
12 }
13
14 one =  \notes \relative c {
15   c''1 c c c c c c 
16 }
17
18
19 \score{
20 \context Staff  < \global \one >
21 }