X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=174a7dfe8213baf1e3260d43d290ab318350ab63;hb=33b0f41c6100556b20893e86e7fcf733a364c545;hp=fdf7f1eaa0a3266dc3f2585fa3a0ac8cf2582b96;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index fdf7f1eaa0..174a7dfe82 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,29 +1,27 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.12.0" \header{ -texidoc=" -Beams 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{noStemExtend}. -" + + 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] - \property Voice.Stem \override #'no-stem-extend = ##f - f8-[ e8] - \property Voice.Stem \revert #'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] + }