X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=43eab6278b87b93b3beff21e6c7f08aa6a4acd06;hb=e9135d834819eba63b64ec711542480250b42b78;hp=a47636c95a6af90cae4b0500f96b69072a7a2056;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index a47636c95a..43eab6278b 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,26 +1,24 @@ -\version "1.9.4" +\version "2.12.0" \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 + }