]> git.donarmstrong.com Git - lilypond.git/blob - input/test/abbrev.ly
release: 1.0.10
[lilypond.git] / input / test / abbrev.ly
1
2 \version "1.0.4";
3 \score{
4         \notes \transpose c'''{
5                 \stemup
6 %               \stemdown
7                 % default abbreviations
8                 c4 c4: c4:32 c4: c4 c2.
9                 a,1
10                 a,1:32
11                 c,4:8 c': c,4:16 c':
12                 [ c,8:16 c, c, c, ] [ a a a a ]
13                 [ c, f, b, e ] 
14                 [ c,16:32 c, c, c, ] [ a16:32 a a a ]
15 %               % there's still some hairy beam bugfixing todo
16                 [ c'8:16 g d a, ]
17                 [ c,8:32 f, b, e ]
18 %               [ c'16:32 g d a, ]
19                 [:32 c16 e]
20                 [:32 c16 e]
21                 [:16 c8 e]
22                 [:16 e4 g]
23                 [:16 e2 g]
24                 [:16 e1 g]
25
26         }
27         \paper{
28                 castingalgorithm = \Wordwrap;
29         }
30 }