X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=94f6b8bee4e4cf832f531271a593f70c2e68b994;hb=e3fa24f095381f36fdc5fa17494ec16b5cd18fe8;hp=24feff42013eb36efc4dba48e4452e38ba28bcdf;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index 24feff4201..94f6b8bee4 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,26 +1,24 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.10.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 + }