]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/autobeam-nobeam.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / autobeam-nobeam.ly
diff --git a/input/regression/autobeam-nobeam.ly b/input/regression/autobeam-nobeam.ly
new file mode 100644 (file)
index 0000000..b986d26
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "
+  \noBeam should terminate an autobeam, even if it's not a
+  recommended place for stopping a beam.  In this example,
+  the first three eighth notes should be beamed.
+  "
+}
+
+\relative c'{
+  c8 d e f\noBeam  g a b c
+}