X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-quanting-horizontal.ly;h=e1645529e604b0cd1926a5c3ff95b3920be125e6;hb=8a493b7bc9aa4d34cd2970fc2223ec6920f0ed02;hp=b0533084c0fdcb3a9e9910684a446bbe6f53b36e;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/beam-quanting-horizontal.ly b/input/regression/beam-quanting-horizontal.ly index b0533084c0..e1645529e6 100644 --- a/input/regression/beam-quanting-horizontal.ly +++ b/input/regression/beam-quanting-horizontal.ly @@ -1,29 +1,26 @@ -\version "2.1.7" +\version "2.19.21" \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'8[ 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] }