X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-stems.ly;h=6bad83c68edc46c767f7c4329c0a08601a909c9f;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=cb0bc979530b34fa7af859e53d729a0ee29ec6bd;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly index cb0bc97953..6bad83c68e 100644 --- a/input/regression/grace-stems.ly +++ b/input/regression/grace-stems.ly @@ -1,25 +1,24 @@ -\version "1.7.16" + +\version "2.14.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 + } -%% new-chords-done %% +