]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quanting-32nd.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / beam-quanting-32nd.ly
1
2 \header {
3
4 texidoc = "Stem lengths take precedence over beam quants: `forbidden'
5     quants are only avoided for 32nd beams when they are outside of
6     the staff. However, that leads to very long stems, which is even
7     worse."
8
9 }
10
11 \version "2.11.51"
12
13 \relative c''{ 
14   \time 3/8
15   a'16[ b] g[ b]
16   a32[ b] g[ b] 
17   g16[ a] f[ a]
18   g32[ a] f[ a] 
19   f16[ g] e[ g]
20   f32[ g] e[ g] 
21   e16[ f] d[ f]
22   e32[ f] d[ f] 
23   d16[ e] c[ e]
24   d32[ e] c[ e]
25   c16[ d] b[ d]
26   c32[ d] b[ d]
27   a'32[ a] g[ g] f[ f] e[ e] d[ d] c[ c]
28 }