X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=419ee40de8256c97ee31bfe6d806d731c36c8742;hb=dde9d4f6c50e55ac8f8c0386a3786d17e02ff755;hp=5051c70d1da176ddc859785089f976f4572402d5;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 5051c70d1d..419ee40de8 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,14 +1,17 @@ -\version "1.9.8" +\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. } + +