X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=502502a361bcff81b2f9ff36ca1ddcddb6cd18f6;hb=885941ba40b854b714fb793875b2987403ce2c72;hp=fac9615d9fbcf1064aceaeb64170216744f20e78;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index fac9615d9f..502502a361 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,28 +1,28 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.4.0" \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}. -" + +texidoc=" Beams on ledgered notes 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{no-stem-extend}. " + } \score { - \context Voice \notes\relative c { + \context Voice \relative c { f8[ f] f64[ f] - \grace { + \grace { f8[ e8] - \property Voice.Stem \override #'no-stem-extend = ##f + \override Stem #'no-stem-extend = ##f f8[ e8] - \property Voice.Stem \revert #'no-stem-extend + \revert Stem #'no-stem-extend } f8[ f] } - \paper { + \layout { raggedright = ##t } \midi { }