X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=5e295964cb509b05e8f916b808b809af5e7daefd;hb=733828c4ac75972c4c470c7eb6780e0d658761f9;hp=b0e31b5f48812eb3a3cc9755edd30a6c57a57e23;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index b0e31b5f48..5e295964cb 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,13 +1,17 @@ -\version "1.7.16" + +\version "2.16.0" \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 %% + + +