X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=6c6b53a73d27143066ba55f3da0d812c733f741e;hb=2995e34f3b82324be31383ee6b692badb8cdb9f6;hp=52f5dafeb6fab8e1c2a28e438aab2f023189aa49;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 52f5dafeb6..6c6b53a73d 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,23 +1,27 @@ -\version "1.3.146" + +\version "2.19.21" \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}. " + } +\layout { + ragged-right = ##t +} + -\score { - \context Voice \notes\relative c { - [f8 f] [f64 f] \grace { [f8 e8] } - \property Grace.Stem \override #'no-stem-extend = ##t - [f8 f] - +\context Voice \relative { + f8[ f] f64[ f] + \grace { + f8[ e8] + \override Stem.no-stem-extend = ##f + f8[ e8] + \revert Stem.no-stem-extend } - \paper { - linewidth=-1.0 - } - \midi { } + f8[ f] + }