X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-quanting-horizontal.ly;h=0337cc7d401ce240e69d2c5ac5188554a7d9380e;hb=dc9f32df583b0931f0e946b9a7d13dd4983d4701;hp=bb3daa39b11f95e332b3b3c1610033a3eafcc131;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/beam-quanting-horizontal.ly b/input/regression/beam-quanting-horizontal.ly index bb3daa39b1..0337cc7d40 100644 --- a/input/regression/beam-quanting-horizontal.ly +++ b/input/regression/beam-quanting-horizontal.ly @@ -1,29 +1,26 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.11.51" \header{ - texidoc = "Test beam quant positions for horizontal beams. Staff -lines should be covered in all cases. For 32nd beams, the free stem + texidoc = "In this test for beam quant positions for horizontal beams, +staff lines should be covered in all cases. For 32nd beams, the free stem lengths are between 2 and 1.5." } -\score{ - \notes\relative c' { - c8-[ c] a''-[ a] - a,-[ a] c-[ c] - d,8-[ d] g'-[ g] - g,-[ g] d'-[ d] - c,16-[ c] a''-[ a] - a,-[ a ] c-[ c] - \break - c,32-[ c] a''-[ a] - f,-[ f] e'-[ e] - c,64-[ c] a''-[ a] - f,-[ f] e'-[ e] - \break - } +\relative c' { + c8[ c] a''[ a] + a,[ a] c[ c] + d,8[ d] g'[ g] + g,[ g] d'[ d] + \break + c,16[ c] a''[ a] + a,[ a ] c[ c] + c,32[ c] a''[ a] + f,[ f] e'[ e] + c,64[ c] a''[ a] + f,[ f] e'[ e] }