]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mark.ly
patch::: 1.3.128.jcn4
[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         \paper {
21                 \translator { \OrchestralPartStaffContext 
22                 }
23         }
24 }