]> git.donarmstrong.com Git - lilypond.git/blob - input/test/abbrev.ly
partial: 1.0.1.jcn
[lilypond.git] / input / test / abbrev.ly
1
2 \score{\melodic {
3                 % default abbreviations
4                 c4 c4: c4:32 c4: c4 c2.
5                 'a1
6                 'a1:32
7                 'c4:8 c': 'c4:16 c':
8                 [ 'c8:16 'c 'c 'c ] [ a a a a ]
9                 [ 'c 'f 'b e ] 
10                 [ 'c16:32 'c 'c 'c ] [ a16:32 a a a ]
11 %               % there's still some hairy beam bugfixing todo
12                 [ c'8:16 g d 'a ]
13                 [ c'16:32 g d 'a ]
14                 [ 'c8:32 'f 'b e ]
15                 [:32 c16 e]
16                 [:32 c16 e]
17                 [:16 c8 e]
18                 [:16 e4 g]
19                 [:16 e2 g]
20                 [:16 e1 g]
21
22 }}