]> git.donarmstrong.com Git - lilypond.git/commitdiff
New file.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 21 Jun 2002 12:32:42 +0000 (12:32 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 21 Jun 2002 12:32:42 +0000 (12:32 +0000)
ChangeLog
input/bugs/part-combiner.ly [new file with mode: 0644]

index 71d716741f9e62ec487fb193985438dbd8d5748b..766e2649539e00f325ca149e456dd153d21e4b7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * 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 (file)
index 0000000..4561905
--- /dev/null
@@ -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
+           }
+       >
+    >
+}