X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=419ee40de8256c97ee31bfe6d806d731c36c8742;hb=85294fd1b1a79f2ea094e4d6a4befb8fe0c0cada;hp=cc4b3672ef019dfa083b4aa331462bae9f24bf8b;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index cc4b3672ef..419ee40de8 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,13 +1,17 @@ -\version "1.7.6" + +\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 { linewidth = -1. } + +\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 %% + + +