X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=d8838b2b1b07ab9725a5509d47aac00600e27576;hb=e11e32a3a07ec54d98b44ed4647c9e0fc4694b05;hp=908bcd3d173f49770d87a873173b730c7eb52a89;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 908bcd3d17..d8838b2b1b 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,14 +1,17 @@ -\version "2.1.26" +\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. } + +