]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/autobeam-tuplet-recheck.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
diff --git a/input/regression/autobeam-tuplet-recheck.ly b/input/regression/autobeam-tuplet-recheck.ly
new file mode 100644 (file)
index 0000000..fbd81b8
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.16.0"
+
+\header {
+
+  texidoc = "Autobeam rechecking works properly with tuplets.
+In the example, the first beat should be beamed completely together."
+
+}
+
+\relative c' {
+  \time 2/4
+  c16 c
+  \times 2/3 { c8 c16 }
+  \times 2/3 { c8 c16 }
+  c16 c
+}