X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=249230e721c5da656b28691c93be2518d144300c;hb=0d9d01963bb242297f53b733957b2ca72fb9636d;hp=3dff2e74773ef83a98553aa52259ab7c81e9bebc;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index 3dff2e7477..249230e721 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,25 +1,24 @@ -\version "1.7.16" + +\version "2.11.51" \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 { - raggedright = ##t - } - \midi { } + a4 + } -%% new-chords-done %% +