]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-recheck.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / auto-beam-recheck.ly
diff --git a/input/regression/auto-beam-recheck.ly b/input/regression/auto-beam-recheck.ly
new file mode 100644 (file)
index 0000000..8e368de
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+\header {
+
+  texidoc = "In 4/4 time, the first and second and third and fourth
+beats should be beamed together if only eighth notes are involved.
+If any shorter notes are included, each beat should be beamed separately."
+
+}
+\layout { ragged-right = ##t }
+
+\relative c'' {
+  \repeat unfold 8 { a8} |
+  a8 a a a16 a a8 a  a16 a a8 |
+  r16 a8. a8 a16 a r8. a16 a8 a16 a |
+}