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