X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=94f6b8bee4e4cf832f531271a593f70c2e68b994;hb=3ac8ef8f394f32f1523c6ac24f27e2b403bba16f;hp=4221b14b9a6af4df9cbe76939c561117aaf62be1;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index 4221b14b9a..94f6b8bee4 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,25 +1,24 @@ -\version "1.7.18" + +\version "2.10.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 { - raggedright = ##t - } - \midi { } + a4 + }