X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=502502a361bcff81b2f9ff36ca1ddcddb6cd18f6;hb=885941ba40b854b714fb793875b2987403ce2c72;hp=bf9b6f28809e20fa300a2cb57872517dc196f69f;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index bf9b6f2880..502502a361 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,28 +1,28 @@ -\version "1.9.2" +\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 { 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 { }