X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgrace-nest.ly;h=da876d92248ea02fb42066f9c80b55431f8aea6b;hb=c69439a2389be2a111c22571081596d2b7341721;hp=bb631ea5f2ebdedf00020df75a3beef21b0c67c0;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/grace-nest.ly b/input/regression/grace-nest.ly index bb631ea5f2..da876d9224 100644 --- a/input/regression/grace-nest.ly +++ b/input/regression/grace-nest.ly @@ -1,16 +1,19 @@ -\version "2.1.26" +\version "2.10.0" \header { -texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." + texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." } -\score { - \notes { - c''2 { \grace b'16 c''2 } \bar "|." - } - \paper { - - raggedright = ##t - } + +\layout { + + ragged-right = ##t } +{ + c''2 { \grace b'16 c''2 } \bar "|." +} + + + +