X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=fe04f094fa2cc5f4633082cdc887dfa42050f046;hb=f28f870dbd356da530ce1a89bc9accec0494e237;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..fe04f094fa 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.12.0" \header { - texidoc = "Partcombiner and grace notes can go together." + texidoc = "Grace notes may be put in a @code{partcombine}r." } - \paper { raggedright= ##t } - -\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 } + + +