X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-quanting-horizontal.ly;h=3345eb7495add07820322301edcba62598a3f716;hb=837039eaeba8d19517a0ef313fba711187dc0012;hp=984d20a91ecf816a73aca1c535a46fb39b0803fc;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/beam-quanting-horizontal.ly b/input/regression/beam-quanting-horizontal.ly index 984d20a91e..3345eb7495 100644 --- a/input/regression/beam-quanting-horizontal.ly +++ b/input/regression/beam-quanting-horizontal.ly @@ -1,29 +1,27 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.10.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] + 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 }