X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=7fc51c1875ce243987a8bb46b812af8a54dd6527;hb=2fe8400cb548432897a522351ee0f300a4f34501;hp=6b5624029e85580a7a1e7265c30383aca64dc6b8;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 6b5624029e..7fc51c1875 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,22 +1,28 @@ +\version "1.3.146" \header{ texidoc=" Beams should always reach the middle staff line. The second beam counting from the note head side, should never be lower than the second staff line. This does not hold for grace note beams. Override with @code{noStemExtend}. -"; +" } \score { \context Voice \notes\relative c { - [f8 f] [f64 f] \grace { [f8 e8] } - \property Grace.Stem \override #'no-stem-extend = ##t + [f8 f] [f64 f] + \grace { + [f8 e8] + \property Voice.Stem \override #'no-stem-extend = ##f + [f8 e8] + \property Voice.Stem \revert #'no-stem-extend + } [f8 f] } \paper { - linewidth=-1.0; + linewidth=-1.0 } \midi { } }