20090925_LessonsHistory: rhythm-20090925.ly

File rhythm-20090925.ly, 563 bytes (added by snn, 15 years ago)
Line 
1\header {
2        title = "упражнение 25.09.2009"
3}
4
5\version "2.10.33"
6
7\score {
8    <<
9    \new DrumStaff \with {
10        \override BarLine #'bar-size = #3
11        \override StaffSymbol #'line-count = #1
12    }
13    \drummode {
14        \time 4/4
15        \stemUp
16        r8 cl16 cl r8 cl8 cl4 cl4
17    }
18    \new DrumStaff \with {
19        \override BarLine #'bar-size = #3
20        \override StaffSymbol #'line-count = #1
21    }
22    \drummode {
23        \time 4/4
24        \stemUp
25        cl4 cl8 cl8 r8 cl8 r8 cl8
26    }
27    >>
28    \midi{}
29    \layout{}
30}
31