From 1acacad2c447f1fc182c9130a24df6798c3f773a Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 21 Jun 2002 12:32:42 +0000 Subject: [PATCH] New file. --- ChangeLog | 2 ++ input/bugs/part-combiner.ly | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 input/bugs/part-combiner.ly 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 + } + > + > +} -- 2.39.5