X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=d8838b2b1b07ab9725a5509d47aac00600e27576;hb=b4af54cb24ef6879771323ee0797862a96be885e;hp=5889422b6e3c69f13e823e4ac81803e7fb9ae965;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 5889422b6e..d8838b2b1b 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,13 +1,17 @@ -\version "1.7.18" + +\version "2.12.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. } + +