X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=40a7cb50b47da5a8973086e0a882bfd433058065;hb=95890ee80ae464e70e425dbd39b9798ff27d2bb7;hp=d37d625d5dfdd696cf0e824b9ef68fda7d1e088e;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index d37d625d5d..40a7cb50b4 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "2.1.26" +\version "2.10.0" \header{ -texidoc=" Beams on ledgered notes should always reach the middle staff + 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] - \override Stem #'no-stem-extend = ##f - f8[ e8] - \revert Stem #'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] + }