]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mark.ly
release: 1.3.60
[lilypond.git] / input / test / mark.ly
1 \version "1.3.59";
2
3 global = \notes {
4   s1 | \mark "A";
5   s1 | \mark ; 
6   s1 | \mark "12";
7   s1 | \mark "A2";
8   s1
9 }
10
11 one = \notes \relative c {
12   c''1 c c c c 
13 }
14
15
16 \score{
17 \context Staff  < \global \one >
18         \paper {
19                 \translator { \OrchestralPartStaffContext 
20                 }
21         }
22 }