X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=62f576b57d8e2e0d4a81a8b60d176e4eb957dd9d;hb=3ca81140f81875a399777cfffe14cdd32c74f7c8;hp=170471e59d5038723c7a7dfcf9a8f851e158070b;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index 170471e59d..62f576b57d 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,26 +1,24 @@ -\version "1.9.8" +\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 + }