X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=6c6b53a73d27143066ba55f3da0d812c733f741e;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=2937c1feec2114cd9eec3703a2f92818ea963ac7;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 2937c1feec..6c6b53a73d 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "2.1.22" +\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] + }