]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/rhythms-headword.ly
Added rhythms headword.
[lilypond.git] / input / manual / rhythms-headword.ly
1 \version "2.11.33"
2
3 \layout {
4    \context { \Score
5       \override NonMusicalPaperColumn #'line-break-system-details =
6       #'((alignment-offsets . (0 -14 -32 -46)))
7    }
8 }
9
10 \new Score <<
11    \set Score.proportionalNotationDuration = #(ly:make-moment 1 96)
12    \set Score.autoBeaming = ##f
13    \set Score.tupletFullLength = ##t
14    \override Score.TupletBracket #'staff-padding = #5
15    \new StaffGroup <<
16       \new RhythmicStaff {
17          \time 4/8
18          c64 [
19          c64
20          c16
21          c64
22          c64
23          c64
24          c64
25          c16
26          c64
27          c64 ]
28          c64 [
29          \set stemLeftBeamCount = #4
30          \set stemRightBeamCount = #4
31          c64
32          \set stemLeftBeamCount = #4
33          \set stemRightBeamCount = #3
34          c64
35          c32.
36          c64
37          c64
38          c64
39          c64
40          c64
41          \set stemRightBeamCount = #4
42          c64
43          \set stemLeftBeamCount = #4
44          \set stemRightBeamCount = #3
45          c64
46          \set stemRightBeamCount = #2
47          c32.
48          \time 1/8
49          \set stemLeftBeamCount = #2
50          c64
51          c64
52          c16
53          c64
54          c64 ]
55       }
56       \new RhythmicStaff {
57          \set stemLeftBeamCount = #0
58          c16 [ ]
59          r8.
60          \times 2/3 {
61             c16 [
62             c16
63             c16
64             c16
65             c16
66             c16
67          }
68          \times 2/3 {
69             c32
70             c32
71             c32
72             c32
73             c32 ]
74             r32
75          }
76       }
77    >>
78    \new StaffGroup <<
79       \new RhythmicStaff {
80          \times 4/5 {
81             \set stemLeftBeamCount = #0
82             c32 [ ]
83             r16.
84             \set stemLeftBeamCount = #2
85             c16. [
86             c32
87             \set stemRightBeamCount = #3
88             c32 ] 
89             r32
90          }
91          \times 8/11 {
92             c16. [
93             c8
94             c8 ]
95          }
96          c8
97       }
98       \new RhythmicStaff {
99          \times 2/3 {
100             c16 [
101             c8. ]
102             c4
103             r4
104          }
105          \times 4/5 {
106             r16
107             \set stemLeftBeamCount = #2
108             \set stemRightBeamCount = #0
109             c16. [ ]
110          }
111       }
112    >>
113 >>