X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-position.ly;h=174a7dfe8213baf1e3260d43d290ab318350ab63;hb=9c1421a4c5d42ae3c78218a296596cc9a4c2e4f5;hp=bfa652c922168496b9ca38070902ad97084ccc49;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index bfa652c922..174a7dfe82 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -1,28 +1,27 @@ -\version "1.7.18" + +\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] + }