X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=feb169674002187d37b7b2345f4995f614267502;hb=e3fa24f095381f36fdc5fa17494ec16b5cd18fe8;hp=e7f9153e225c3454e6131e7b6d5fd5f6f0e32ecf;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index e7f9153e22..feb1696740 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,19 +1,21 @@ -\version "1.7.6" + +\version "2.10.0" \header { - texidoc = "partcombiner and grace notes can go together" + texidoc = "Grace notes may be put in a @code{partcombine}r." } -\score { - \context StaffGroup = group < - \context Staff = instrument < - \context Voice=one \partcombine Voice - \context Thread=one \notes \relative c'' { - c4 d e f \grace f16 g1 - } - \context Thread=two \notes \relative c' { - c4 d e2 g1 - } - > - > +\layout { ragged-right= ##t } + + +\new Staff +\partcombine +\relative c'' { + c4 d e f \grace f16 g1 +} +\relative c' { + c4 d e2 g1 } -%% new-chords-done %% + + + +