X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=40a7cb50b47da5a8973086e0a882bfd433058065;hb=a3bb260f7e9420412dc1fa05afc92eeb1dbed32f;hp=e37212e8134877cff69c4bbdc9ed33826c2db8bd;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index e37212e813..40a7cb50b4 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "1.9.4" +\version "2.10.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}. " + } +\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] + }