X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=c45799d0eb316d6116afaaee232c50dc80d8d429;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=36a88f5ea2c5203a1ac278a3e206b120ef69e1d4;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index 36a88f5ea2..c45799d0eb 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,25 +1,24 @@ -\version "1.7.6" + +\version "2.16.0" \header{ -texidoc = "startGraceMusic should 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 { - linewidth=-1.0 - } - \midi { } + a4 + } -%% new-chords-done %% +