]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quanting-horizontal.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-quanting-horizontal.ly
1
2 \version "2.14.0"
3
4 \header{
5
6     texidoc = "In this test for beam quant positions for horizontal beams,
7 staff 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 \relative c' { 
13   c8[ c]  a''[ a]
14   a,[ a]  c[ c]
15   d,8[ d]  g'[ g]
16   g,[ g]  d'[ d]
17   \break
18   c,16[ c]  a''[ a]
19   a,[ a ]  c[ c]
20   c,32[  c]  a''[ a]
21   f,[ f]  e'[ e]
22   c,64[ c]  a''[ a]
23   f,[ f]  e'[ e]
24 }
25
26