X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=0b8af33de1efe10b7383dc3758aa74b202c0200b;hb=dc9f32df583b0931f0e946b9a7d13dd4983d4701;hp=17ba3bb1f790a4de0e6bf8323fdedc23210b9513;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 17ba3bb1f7..0b8af33de1 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "2.1.36" +\version "2.11.51" \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] + }