]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/triplet.ly
patch::: 1.3.150.jcn3
[lilypond.git] / input / bugs / triplet.ly
diff --git a/input/bugs/triplet.ly b/input/bugs/triplet.ly
new file mode 100644 (file)
index 0000000..9992897
--- /dev/null
@@ -0,0 +1,10 @@
+\header {
+texidoc="manual beam override is ignored in first triplet"
+}
+
+\score {
+  \context Voice \notes\relative c'' {
+    \times 2/3 { < [ a8 c > < a c > < a c ] > }
+    \times 2/3 < { [ a8 a a ] } { c c c ] } >
+  }
+}