lilypond-1.3.118
[lilypond.git] / input / test / mark.ly
blobf037d10dde416e2a43b6599babbfc5afaf24ac95
1 \version "1.3.117";
3 global = \notes {
4 s1 | \mark "A";
5 s1 | \mark ;
6 s1 | \mark "12";
7 s1 | \mark "A2";
8 s1
11 one = \notes \relative c {
12 c''1 c c c c
16 \score{
17 \context Staff < \global \one >
18 \paper {
19 \translator { \OrchestralPartStaffContext