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