X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=feb169674002187d37b7b2345f4995f614267502;hb=fdc410ddf1a25df4a7a1cdf8af05d20f1d003a1d;hp=2262cf58ae2b07c5229f7a49104c36145d4f4e1a;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index 2262cf58ae..feb1696740 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,19 +1,21 @@ -\version "1.7.16" + +\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 %% + + + +