X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-shortened-lengths.ly;h=057e602963f7386ff6db72911c342d036d7fe799;hb=8a493b7bc9aa4d34cd2970fc2223ec6920f0ed02;hp=f1b27a17d0b36a924e063a5a86843fc61c8ce339;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/beam-shortened-lengths.ly b/input/regression/beam-shortened-lengths.ly index f1b27a17d0..057e602963 100644 --- a/input/regression/beam-shortened-lengths.ly +++ b/input/regression/beam-shortened-lengths.ly @@ -1,18 +1,12 @@ - -\version "2.1.30" +\version "2.16.0" \header{ - texidoc="Beams in unnatural direction, have shortened stems, but do not look too short." - } + texidoc="Beams in unnatural direction, have shortened stems, but do not look too short." +} +\layout{ ragged-right = ##t } + -\score{ - \notes\relative c'{ - \override Beam #'position-callbacks = - #`(,Beam::least_squares - ,Beam::check_concave - ,Beam::slope_damping) - \stemUp - f'4 f8[ f] f16[ f] f32[ f] f64[ f] f128[ f] - } - \paper{ raggedright = ##t} -} +\relative c'{ + \stemUp + f'4 f8[ f] f16[ f] f32[ f] f64[ f] f128[ f] +}