]> git.donarmstrong.com Git - lilypond.git/blob - input/abbrev.ly
release: 0.1.14
[lilypond.git] / input / abbrev.ly
1 \header{
2 enteredby       jcn
3 copyright       PD
4 TestedFeatures  simple abbreviations
5 }
6
7 \version "0.1.6";
8
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]
31         }
32         \paper{ 
33             gourlay_maxmeasures =5.;
34         }
35 % oeps
36         \midi{ }
37 }
38