X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=b0522548d5ee3513bc4a6bfb078de3dd7dc6ee00;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=d93d30a156257713dc31a4b807163952835c1caf;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index d93d30a156..b0522548d5 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "2.1.28" +\version "2.16.0" \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 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] + }