]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-breathe.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / auto-beam-breathe.ly
diff --git a/input/regression/auto-beam-breathe.ly b/input/regression/auto-beam-breathe.ly
new file mode 100644 (file)
index 0000000..66db8d1
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Automatic beams are ended early if a breathing sign is
+encountered."
+}
+
+\relative c' {
+  \time 1/1
+  \repeat unfold 8 c8
+  c8 c
+  \breathe
+  c8 c c c c
+  \breathe
+  c8
+}