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