X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest2.ly;h=855d5bdfef599cd5d26c95596df188251fd63cf5;hb=4493eb4584f92123ebacf51541ace8c0e20f5e5a;hp=4b38a503a297c70360c377005678a405b36e4738;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly index 4b38a503a2..855d5bdfef 100644 --- a/input/regression/grace-nest2.ly +++ b/input/regression/grace-nest2.ly @@ -1,11 +1,13 @@ -\version "1.7.6" +\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." } -\score { \notes \context Voice { - { \grace b'8 c''2 } - \grace b'16 c''4 c''4 \bar "|." - }} -%% new-chords-done %% +\layout { ragged-right= ##t } + +\context Voice { + { \grace b'8 c''2 } + \grace b'16 c''4 c''4 \bar "|." +} +