X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=0783a2e44b664b15b1a231e99f86b5acecc4dd2b;hb=39dd20959c8b3a143cfe41138a5c62749da54079;hp=88f5749d5b77b705aa4a259181592cf1adc8831c;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 88f5749d5b..0783a2e44b 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,22 +1,27 @@ + +\version "2.7.13" \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}. " + } -\version "1.3.117"; -\score { - \context Voice \notes\relative c { - [f8 f] [f64 f] \grace { [f8 e8] } - \property Grace.Stem \override #'no-stem-extend = ##t - [f8 f] - +\layout { + raggedright = ##t +} + + +\context Voice \relative c { + 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] + }