X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=631056037109d82b5b1853c6e06a66df5b3d3561;hb=7f1b4934f96cfea964986c29d4048e6e794b9611;hp=88846230178180553dfcb6168cf37bb75f44eeb5;hpb=d3483d5c5122f7d05bb744aa2fa1712f7ab5901a;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index 8884623017..6310560371 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,20 +1,21 @@ -\version "1.7.18" + +\version "2.19.21" \header { - texidoc = "Partcombiner and grace notes can go together." + texidoc = "Grace notes may be put in a @code{partcombine}r." +} + +\layout { ragged-right= ##t } + + +\new Staff +\partcombine +\relative { + c''4 d e f \grace f16 g1 } - \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 - } - > - > +\relative { + c'4 d e2 g1 } + + +