]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamlet-test.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beamlet-test.ly
diff --git a/input/regression/beamlet-test.ly b/input/regression/beamlet-test.ly
new file mode 100644 (file)
index 0000000..d2a8667
--- /dev/null
@@ -0,0 +1,36 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "
+Beamlets should point away from complete beat units and toward off-beat or
+broken beat units.  This should work in tuplets as well as in ordinary time.
+"
+}
+
+\relative c'' {
+    \times 2/3 {
+      c8. c16 c8
+    }
+   \times 2/3 {
+      c8 c16 c8.
+    }
+  \times 4/5 {
+    c8[ c8. c16 c8 c8]
+  }
+  \times 4/5 {
+    c8[ c8 c16 c8. c8]
+  }
+  \times 4/5 {
+    c8 c16 c8. c8 c8
+  }
+  \times 4/5 {
+    c8 c8 c8. c16 c8
+  }
+  c8.[ c16 c8 c8]
+  c8[ c16 c8. c8]
+  c8[ c8. c16 c8]
+  c8.[ c16 c8. c16]
+  \times 4/5 { c8 [ c16 c8 c16 c8 c8 ] }
+  \times 4/5 { a8 a32 a8 a16. a8 a8 }
+}
+