X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest2.ly;h=cd79ef57c424765ca152b958a6ed73f7cd8ae3ec;hb=708aa920d682cf9aa3ed647cd129afd8509760f4;hp=f2a2d4d751ec24c36a977bdb40e7212fea9f1b90;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly index f2a2d4d751..cd79ef57c4 100644 --- a/input/regression/grace-nest2.ly +++ b/input/regression/grace-nest2.ly @@ -1,13 +1,13 @@ -\version "2.3.17" +\version "2.16.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 { \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 "|." +}