X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=bfa652c922168496b9ca38070902ad97084ccc49;hb=3d47b0450c8c3e488a375b3d143460aec5bc1f3b;hp=7fc51c1875ce243987a8bb46b812af8a54dd6527;hpb=83b33e64bfaa3628a501b3b0c573a3bce6b50c96;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 7fc51c1875..bfa652c922 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,4 +1,4 @@ -\version "1.3.146" +\version "1.7.18" \header{ texidoc=" Beams should always reach the middle staff line. The second beam @@ -11,18 +11,18 @@ Override with @code{noStemExtend}. \score { \context Voice \notes\relative c { - [f8 f] [f64 f] + f8-[ f] f64-[ f] \grace { - [f8 e8] + f8-[ e8] \property Voice.Stem \override #'no-stem-extend = ##f - [f8 e8] + f8-[ e8] \property Voice.Stem \revert #'no-stem-extend } - [f8 f] + f8-[ f] } \paper { - linewidth=-1.0 + raggedright = ##t } \midi { } }