X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fbeam-position.ly;h=57590306d89067c0f07801753617e0a1e28c3ccd;hb=0ef916567cbdf84627f6d35e33390457703f53b5;hp=502502a361bcff81b2f9ff36ca1ddcddb6cd18f6;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 502502a361..57590306d8 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -\version "2.4.0" +\version "2.10.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 \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 } - \layout { - raggedright = ##t - } - \midi { } + f8[ f] + }