X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=62f576b57d8e2e0d4a81a8b60d176e4eb957dd9d;hb=6f3f8f0fceed3b318c2572337e7dca83e4a11f6c;hp=e5d32c2b800ed46c26b52ade59e1186a1ac0ff94;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index e5d32c2b80..62f576b57d 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,26 +1,24 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.17.6" \header{ -texidoc = "Here startGraceMusic should set no-stem-extend to true; -the two grace beams should be the same here. + texidoc = "Here @code{startGraceMusic} should set @code{no-stem-extend} to +true; the two grace beams should be the same here. " } -\score { - \context Voice \notes\relative c { - \grace { - f8[ e8] - \property Voice.Stem \override #'no-stem-extend = ##t - f8[ e8] - \property Voice.Stem \revert #'no-stem-extend - } - a4 - +\layout { + ragged-right = ##t +} + +\context Voice \relative c { + \grace { + f8[ e8] + \override Stem.no-stem-extend = ##t + f8[ e8] + \revert Stem.no-stem-extend } - \paper { - raggedright = ##t - } - \midi { } + a4 + }