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