]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rehearsal-mark.ly
*** empty log message ***
[lilypond.git] / input / regression / rehearsal-mark.ly
1
2 \header { texidoc= " Rehearsal marks are printed over barlines. They
3 can be incremented automatically or manually.  "}
4
5
6 \version "1.7.16"
7
8
9 global =  \notes {
10   s1 | \mark "A"
11   s1 | \mark \default 
12   s1 | \mark \default 
13   s1 | \mark "12"
14   s1 | \mark \default 
15   s1 | \mark "A2"
16   s1 | \mark \markup { mark \column << up \bold down >> }
17   s1
18 }
19
20 one =  \notes \relative c {
21   c''1 c c c c c c 
22 }
23
24
25 \score{
26 \context Staff  < \global \one >
27 }
28 %% new-chords-done %%