lilypond-0.1.16
[lilypond.git] / input / abbrev.ly
blobe81a18a4941c57a9480908d1b046edc2962ed78e
1 \header{
2 enteredby jcn
3 copyright PD
4 TestedFeatures simple abbreviations
7 \version "0.1.6";
9 \score{
10 \melodic{
11 \octave c'';
12 \meter 4/4;
13 % default abbreviations
14 c4 c4: c4:32 c4: c4 c2.
15 'a1
16 'a1:32
17 'c4:8 c': 'c4:16 c':
18 % [ 'c8:16 'c 'c 'c ] [ a a a a ]
19 % [ 'c 'f 'b e ]
20 % [ 'c16:32 'c 'c 'c ] [ a16:32 a a a ]
21 %% % there's still some hairy beam bugfixing todo
22 %% [ c'8:16 g d 'a ]
23 %% [ c'16:32 g d 'a ]
24 %% [ 'c8:32 'f 'b e ]
25 [:32 c16 e]
26 [:32 c16 e]
27 [:16 c8 e]
28 [:16 e4 g]
29 [:16 e2 g]
30 [:16 e1 g]
32 \paper{
33 gourlay_maxmeasures =5.;
35 % oeps
36 \midi{ }