]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/triplet.ly
patch::: 1.3.144.jcn6
[lilypond.git] / input / bugs / triplet.ly
1
2 %
3 % huh? wat gaat er nu fout in os-score.ly, hier issie okede?
4 %
5 global = {
6   \time 2/4;
7   \skip 2*4; \bar "|.";
8 }
9 Key = \notes \key as \major;
10
11 \score {
12     <
13     \global
14     \context StaffGroup = timpani <
15       \context Staff = timpani <
16     \Key
17     \notes\relative c {
18     \times 2/3 { f4 f f }
19     \times 4/5 { as8 as as as as }
20     R1
21   }
22   > >
23   >
24   \paper {
25     linewidth = -1.;
26     \translator {
27       \HaraKiriStaffContext
28     }
29   }
30 }