X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest.ly;h=da876d92248ea02fb42066f9c80b55431f8aea6b;hb=cde53873a239e07c06b1df80e9aecabc18eb522b;hp=7d47102865258e6c4fc674d6cbe49e15c216219e;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/grace-nest.ly b/input/regression/grace-nest.ly index 7d47102865..da876d9224 100644 --- a/input/regression/grace-nest.ly +++ b/input/regression/grace-nest.ly @@ -1,16 +1,19 @@ -\version "2.3.4" +\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 { - { - c''2 { \grace b'16 c''2 } \bar "|." - } - \paper { - - raggedright = ##t - } + +\layout { + + ragged-right = ##t } +{ + c''2 { \grace b'16 c''2 } \bar "|." +} + + + +