X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=e0a2177cff9139c823269cc8b0ed1222c12fb862;hb=641486a1a5522a9e66b470d8c762a1f789219573;hp=2ed71f6d1f1d57f3b041f2d4f3c95e58cfc737fe;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index 2ed71f6d1f..e0a2177cff 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,24 +1,24 @@ -\version "1.9.1" +\version "2.4.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 { + \context Voice \relative c { \grace { f8[ e8] - \property Voice.Stem \override #'no-stem-extend = ##t + \override Stem #'no-stem-extend = ##t f8[ e8] - \property Voice.Stem \revert #'no-stem-extend + \revert Stem #'no-stem-extend } a4 } - \paper { + \layout { raggedright = ##t } \midi { }