X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest4.ly;h=1da45825676642457369f1326a1f77c1faf9b60b;hb=b25b4262c8124b4d4279527ce00f1c7dd705a9c7;hp=a5d1cc6a977b10b2f6bdcf8f372be787e65aaade;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/grace-nest4.ly b/input/regression/grace-nest4.ly index a5d1cc6a97..1da4582567 100644 --- a/input/regression/grace-nest4.ly +++ b/input/regression/grace-nest4.ly @@ -1,16 +1,19 @@ -\version "1.7.6" +\version "2.16.0" \header { -texidoc = "Another combination of grace note nesting." + texidoc = "Also in the nested syntax here, grace notes appear rightly." } -\score { \notes \context Voice { +\layout { ragged-right = ##t } - < - { \grace g32 f4 } - > - \grace c16 c2. \bar "|." -} +\context Voice \relative c'' { + + << + { \grace g32 f4 } + >> + \grace c16 c2. \bar "|." } -%% new-chords-done %% + + +