X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest.ly;h=03de47358964995852d38dd35f73ef6cc7741751;hb=d02446a61d3eabfde67ed48928ae07766c97750f;hp=d864fa9feab1af19e95e1d986c5aad6e80af47d2;hpb=38c2d7e469930513d883f7612feedb4061618284;p=lilypond.git diff --git a/input/regression/grace-nest.ly b/input/regression/grace-nest.ly index d864fa9fea..03de473589 100644 --- a/input/regression/grace-nest.ly +++ b/input/regression/grace-nest.ly @@ -1,16 +1,19 @@ -\version "2.1.7" +\version "2.7.32" \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 "|." +} + + + +