X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=2862435d0501b8715d326a6e413f29a6b9908e60;hb=7680952372689f3ce5674d47af42edfc475cface;hp=bec2319790337dcba3e24f6912d9d8533e306f07;hpb=95692a1ccc0f222354e08743ef3271f24528b2bf;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index bec2319790..2862435d05 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,17 +1,21 @@ + +\version "2.16.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 } + + + +