X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-part-combine.ly;h=fe04f094fa2cc5f4633082cdc887dfa42050f046;hb=ee0488f3aa19e0060b6e17c46a4d88cb9d57c489;hp=e1bb3b172b9ec505f67491d1a49b7abf96ae6fa9;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly index e1bb3b172b..fe04f094fa 100644 --- a/input/regression/grace-part-combine.ly +++ b/input/regression/grace-part-combine.ly @@ -1,21 +1,21 @@ -\version "1.9.8" +\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 { - \new StaffGroup << - \new Staff << - \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 } + + +