]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-tremolo.ly
release: 1.2.0
[lilypond.git] / input / test / stem-tremolo.ly
1
2 \version "1.2.0";
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, ]
13                 [ a a a a ]
14                 [ c, f, b, e ] 
15                 [ c,16:32 c, c, c, ] [ a16:32 a a a ]
16 %               % there's still some hairy beam bugfixing todo
17                 [ c'8:16 g d a, ]
18                 [ c,8:32 f, b, e ]
19                 [ c'16:32 g d a, ]
20
21
22         }
23         \paper{
24                 castingalgorithm = \Wordwrap;
25         }
26 }