]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quanting-32nd.ly
673ded0745372d9e5d5079393d7e540346532161
[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.1.26"
12
13 \score {
14     \notes \relative c''{ 
15 \time 3/8
16 a'16[ b] g[ b]
17 a32[ b] g[ b] 
18 g16[ a] f[ a]
19 g32[ a] f[ a] 
20 f16[ g] e[ g]
21 f32[ g] e[ g] 
22 e16[ f] d[ f]
23 e32[ f] d[ f] 
24 d16[ e] c[ e]
25 d32[ e] c[ e]
26 c16[ d] b[ d]
27 c32[ d] b[ d]
28 a'32[ a] g[ g] f[ f] e[ e] d[ d] c[ c]
29 }
30 \paper {  }
31 }