X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgrace-part-combine.ly;h=631056037109d82b5b1853c6e06a66df5b3d3561;hb=03903634a20ae38366df912a41a4c0887a81d2cc;hp=978a2929bbee4f3abe49a099044c812ab03bafa3;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index 978a2929bb..6310560371 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,18 +1,21 @@ -\version "1.5.68" + +\version "2.19.21" \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''4 d e f \grace f16 g1 +} +\relative { + c'4 d e2 g1 } + + + +