lilypond-0.1.56
[lilypond.git] / input / beam-bug.ly
blob75a8669be5732b0716c38dbea6a765f622b5a4c7
1 % silly file to test beam stem lengths
2 % compare to *ugly* bug in preludes-1: [e'16 c'' g' f']
3 % here it's okee ??
5 one = \melodic{
6 \octave c';
7 [e'8 c'' g' f']
8 \octave c'';
9 [e16-1\f c'-5( g-3 f-2] % [e-1 c'-5 g-3 e-2]
10 \octave c';
11 % [e'16 c'' g' f']
12 [e'32 c'' g' f']
13 [c32 c] ['b 'b]
14 [c8 c]
15 [e8 g b]
16 [e16 g b] c c c
17 [e32 g b] c
18 [c c c c]
19 c4 c4
20 \onevoice;
21 [e'8 c'' g' f']
22 [e'16 c'' g' f']
23 [e'32 c'' g' f']
24 [c32 c] ['b 'b]
25 [c8 c]
26 [e8 g b]
27 [e16 g b] c
28 [e32 g b] c
29 [c c c c]
33 \score{
34 \one