X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest2.ly;h=855d5bdfef599cd5d26c95596df188251fd63cf5;hb=4493eb4584f92123ebacf51541ace8c0e20f5e5a;hp=d5bfab2c78352eea3e5d01bc53f98f1abe4ab75d;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly index d5bfab2c78..855d5bdfef 100644 --- a/input/regression/grace-nest2.ly +++ b/input/regression/grace-nest2.ly @@ -1,13 +1,13 @@ -\version "2.1.36" +\version "2.14.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 "|." +}