X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=419ee40de8256c97ee31bfe6d806d731c36c8742;hb=8d0fb9fe466754fcbd516b5155325bcd04f851b4;hp=50b5c2353fe65c071bb5e28e8d628d158b584112;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 50b5c2353f..419ee40de8 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,13 +1,17 @@ -\version "1.7.18" + +\version "2.17.28" \header { -texidoc = "Pieces may begin with grace notes." + texidoc = "Pieces may begin with grace notes." } -\score {\notes \relative c' \context Staff { - \grace { a'16-[ f] } g1 - \bar "||" % test if | and || are synced. - \grace { a16-[ bes] } c1 - \bar "||" % test if | and || are synced. - } - \paper { raggedright = ##t} + +\layout { ragged-right = ##t} + +\relative c' \context Staff { + \grace { a'16 f } g1 + \bar "||" % test if | and || are synced. + \grace { a16 bes } c1 + \bar "||" % test if | and || are synced. } -%% new-chords-done %% + + +