X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest2.ly;h=3c1bba2567dc5bb1c7f2ef5c6b79a6eb5286795b;hb=f9116bac398f94d95e237aa3b1fc222a59ad8e3c;hp=498a68ed260bcc1a9ccd70cd3cf165d22af8b7e3;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly index 498a68ed26..3c1bba2567 100644 --- a/input/regression/grace-nest2.ly +++ b/input/regression/grace-nest2.ly @@ -1,13 +1,13 @@ -\version "1.9.2" +\version "2.12.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 music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \notes \context Voice { - { \grace b'8 c''2 } - \grace b'16 c''4 c''4 \bar "|." - }} +\context Voice { + { \grace b'8 c''2 } + \grace b'16 c''4 c''4 \bar "|." +}