]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mark.ly
update syntax in .ly files.
[lilypond.git] / input / test / mark.ly
1 \version "1.7.6"
2
3
4 global =  \notes {
5   s1 | \mark "A"
6   s1 | \mark \default 
7   s1 | \mark \default 
8   s1 | \mark "12"
9   s1 | \mark \default 
10   s1 | \mark "A2"
11   s1 | \mark #'(music "scripts-segno")  
12   s1
13 }
14
15 one =  \notes \relative c {
16   c''1 c c c c c c 
17 }
18
19
20 \score{
21 \context Staff  < \global \one >
22 }
23 %% new-chords-done %%