From: Jan Nieuwenhuizen Date: Fri, 21 Jun 2002 12:32:42 +0000 (+0000) Subject: New file. X-Git-Tag: release/1.5.63~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=65eda68cdd4e0103817bfa6284590e4eb7e02fcf;p=lilypond.git New file. --- diff --git a/ChangeLog b/ChangeLog index 71d716741f..766e264953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-06-21 Jan Nieuwenhuizen + * input/bugs/part-combiner.ly: New file. + * lily/include/spacing-interface.hh: New file. * lily/include/spaceable-element.hh: Remove. diff --git a/input/bugs/part-combiner.ly b/input/bugs/part-combiner.ly new file mode 100644 index 0000000000..4561905cc3 --- /dev/null +++ b/input/bugs/part-combiner.ly @@ -0,0 +1,18 @@ + +\header{ + texidoc="This gives two unexpected warnings." +} + +\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 + } + > + > +}