X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=419ee40de8256c97ee31bfe6d806d731c36c8742;hb=8dfb8cb1d1c7cdb47635ec49b7103194a447e2f9;hp=f9ed41ccbed0245a935722abac78bca6ec439355;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index f9ed41ccbe..419ee40de8 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,14 +1,17 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\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. } + +