]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add test for collisions and grace notes.
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Thu, 17 Feb 2011 02:04:18 +0000 (00:04 -0200)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Thu, 24 Feb 2011 03:56:13 +0000 (00:56 -0300)
input/regression/beam-collision-grace.ly [new file with mode: 0644]

diff --git a/input/regression/beam-collision-grace.ly b/input/regression/beam-collision-grace.ly
new file mode 100644 (file)
index 0000000..49d0389
--- /dev/null
@@ -0,0 +1,13 @@
+
+
+\version "2.13.49"
+
+\header { texidoc = "
+The beaming algorithm handles collisions between beams and
+grace notes too.
+" }
+
+\relative c' {
+ e'8[ f  e \grace { f,16[ a] } e'8]
+}
+