X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest2.ly;h=cd79ef57c424765ca152b958a6ed73f7cd8ae3ec;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=0cc5fa346ef7a9f33cc64db5fb50ec80c26c7b51;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly index 0cc5fa346e..cd79ef57c4 100644 --- a/input/regression/grace-nest2.ly +++ b/input/regression/grace-nest2.ly @@ -1,13 +1,13 @@ -\version "1.9.4" +\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 { \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 "|." +}