X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=746ec5cd4c5bc971f71a9a3b7a3f0890173a2159;hb=b98d183aed598bcfe1d79827a724e60025f62ee2;hp=21ff0b99198d889f0d489260be095f9bea749e5c;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 21ff0b9919..746ec5cd4c 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "1.9.1" +\version "2.7.39" \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 Voice.Stem \override #'no-stem-extend = ##f - f8[ e8] - \property Voice.Stem \revert #'no-stem-extend - } - f8[ f] - +\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 { - raggedright = ##t - } - \midi { } + f8[ f] + }