]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Wed, 27 Mar 2002 02:00:06 +0000 (02:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:00:06 +0000 (02:00 +0000)
input/bugs/auto-beam.ly [new file with mode: 0644]

diff --git a/input/bugs/auto-beam.ly b/input/bugs/auto-beam.ly
new file mode 100644 (file)
index 0000000..3a7687c
--- /dev/null
@@ -0,0 +1,18 @@
+\version "1.3.148"
+
+\header {
+texidoc="The Automatic beamer does not put @strong{unfinished} beams
+on the last notes of a score."
+}
+
+\score {
+  <
+    \context Staff=a\notes\relative c'' {
+      a8 a8 a2. a8 a8
+    }
+    \notes\relative c'' {
+      a8 a a a a2
+      a8 a a a
+    }
+  >
+}