X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=6c6b53a73d27143066ba55f3da0d812c733f741e;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=5eb888c0d8288ea88daac0d7fe8da5040bc06261;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 5eb888c0d8..6c6b53a73d 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "2.2.0" +\version "2.19.21" \header{ -texidoc=" Beams on ledgered notes should always reach the middle staff -line. The second beam counting from the note head side, should never + 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 { + 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] + }