]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mark.ly
release: 1.0.1
[lilypond.git] / input / test / mark.ly
1 global = \melodic {
2   s1 | \mark "A";
3   s1*2 | \mark "'12";
4 }
5
6 one = \melodic\relative c{
7   c'' c c c
8   c c c c
9   c c c c
10 }
11
12 two = \melodic\relative c{
13   b' b b b
14   b b b b
15   b b b b
16 }
17
18 \score{
19         < \global \one \two >
20         \paper {
21                 \include "score-bar-numbering.ly";
22         }
23 }