lilypond-1.3.129
[lilypond.git] / input / test / mark.ly
blob948f23019772f53fd0daeb3bd95ac8e0158e11e2
1 \version "1.3.117";
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") ;
13 one = \notes \relative c {
14 c''1 c c c c c c
18 \score{
19 \context Staff < \global \one >