X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=673dc5e1ac53b8c98a89dfe677321f836bbfadcc;hb=eba82770802a246bca4afab7eab1f78e84785214;hp=43e8dd3c2fbd6f0146c2f546420760fbad43e951;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index 43e8dd3c2f..673dc5e1ac 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,21 +1,21 @@ -\version "1.9.1" +\version "2.1.26" \header { - texidoc = "Partcombiner and grace notes can go together." + texidoc = "Grace notes may be put in a @code{partcombine}r." } - \paper { raggedright= ##t } + +\paper { raggedright= ##t } \score { - \context StaffGroup = group < - \context Staff = instrument < - \context Voice=one \partcombine Voice - \context Thread=one \notes \relative c'' { + \new Staff + \partcombine + \notes \relative c'' { c4 d e f \grace f16 g1 } - \context Thread=two \notes \relative c' { + \notes \relative c' { c4 d e2 g1 } - > - > + + }