]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/auto-beam.ly
partial: 1.5.47.jcn
[lilypond.git] / input / bugs / auto-beam.ly
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3a7687cdc4d1029e57f2913f76504d99243c3f8c 100644 (file)
@@ -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
+    }
+  >
+}