]> git.donarmstrong.com Git - lilypond.git/blob - input/part.ly
release: 1.1.8
[lilypond.git] / input / part.ly
1 \version "1.0.10";
2 part = \notes {
3         c-1 c c c
4         r1*3
5         c4-5 c c c
6         c-6 c c c
7         c-7 c c c
8         c-8 c c c
9 }
10
11 a4 = \paper{
12         linewidth= 80.\mm;
13          \translator {
14                 \StaffContext
15                 
16                 \consists "Bar_column_engraver";
17                 \consists "Bar_number_engraver";
18                 
19         }
20 }
21
22 \score{
23         <
24                 \notes{ 
25                         \part
26                 }
27         >
28         \paper{\a4}
29 }
30
31 \score{
32         <
33                 \notes{ 
34                         \part
35                 }
36         >
37         \paper{\a4}
38 }