]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quanting-horizontal.ly
move from abe.ly
[lilypond.git] / input / regression / beam-quanting-horizontal.ly
1 \version "1.7.18"
2
3 \header{
4 texidoc =        "Test beam quant positions for horizontal beams."
5 }
6
7 \score{
8         \notes\relative c' { 
9                  c8-[ c]  a''-[ a]
10                  a,-[ a]  c-[ c]
11                  d,8-[ d]  g'-[ g]
12                  g,-[ g]  d'-[ d]
13                  c,16-[ c c c]  a''-[ a a a]
14                  a,-[ a a a]  c-[ c c c]
15                 \break
16                  c,32-[ c c c c c c c]  a''-[ a a a a a a a]
17                  f,-[ f f f f f f f]  e'-[ e e e e e e e]
18                 \break
19         }
20 }
21
22 %% new-chords-done %%