X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=f8320648b622ce1729935dd334d06738e6c0e71f;hb=0c289671d105bea58592607cb508aef59aee882b;hp=789a67aad88de65f4a246e3e4c30fcc1b3e74d3b;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 789a67aad8..f8320648b6 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,14 +1,17 @@ -\version "2.1.36" +\version "2.10.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. } + +