]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quanting-horizontal.ly
cbd0431643790ad871afa87e91c579d9a5127cf0
[lilypond.git] / input / regression / beam-quanting-horizontal.ly
1
2 \version "2.1.22"
3
4 \header{
5
6     texidoc = "Test beam quant positions for horizontal beams.  Staff
7 lines should be covered in all cases. For 32nd beams, the free stem
8 lengths are between 2 and 1.5."
9
10 }
11
12 \score{
13         \notes\relative c' { 
14                  c8[ c]  a''[ a]
15                  a,[ a]  c[ c]
16                  d,8[ d]  g'[ g]
17                  g,[ g]  d'[ d]
18                  c,16[ c]  a''[ a]
19                  a,[ a ]  c[ c]
20                 \break
21                  c,32[  c]  a''[ a]
22                  f,[ f]  e'[ e]
23                  c,64[ c]  a''[ a]
24                  f,[ f]  e'[ e]
25                 \break
26         }
27 }
28
29