X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=de069decb4850100a217b9f1b98884b86b0acfe5;hb=6d910958ea621e4ab878a118bd77e61ae210a6ef;hp=dabbb9137babf9c58e1b3cd09f83df9884b36a74;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index dabbb9137b..de069decb4 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,14 +1,17 @@ -\version "2.1.28" +\version "2.11.51" \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. } + +