X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest2.ly;h=b1a955de191daa9aa7ae93d5120069d39cb7a32c;hb=ad61ab1c0e408654c58cf1e7ff8c1af15d6a989e;hp=05445599f905c7cf535a0c05927384d56d134b08;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly index 05445599f9..b1a955de19 100644 --- a/input/regression/grace-nest2.ly +++ b/input/regression/grace-nest2.ly @@ -1,11 +1,13 @@ -\version "1.7.18" +\version "2.3.4" \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 musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." } -\score { \notes \context Voice { + \paper { raggedright= ##t } + +\score { \context Voice { { \grace b'8 c''2 } \grace b'16 c''4 c''4 \bar "|." }} -%% new-chords-done %% +