X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=419ee40de8256c97ee31bfe6d806d731c36c8742;hb=721cbad0a8fa77d545bde7237dfc9aff3e5c6e2c;hp=d6babb10b5d1e00701da636dadd7e98f520b6886;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index d6babb10b5..419ee40de8 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,12 +1,17 @@ -\version "1.5.68" + +\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. } + + +