X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-quanting-horizontal.ly;h=3550064738f1bd1e6fe88e68ad58c2fcbe008fe0;hb=12e6948fe2fa0c73103748fd815a7c93fdc3677e;hp=b77ab9d85fcad54929ba27a6ea5a74351a3c20e2;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/beam-quanting-horizontal.ly b/input/regression/beam-quanting-horizontal.ly index b77ab9d85f..3550064738 100644 --- a/input/regression/beam-quanting-horizontal.ly +++ b/input/regression/beam-quanting-horizontal.ly @@ -1,29 +1,26 @@ -\version "1.9.2" +\version "2.16.0" \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] }