]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-grace.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-collision-grace.ly
diff --git a/input/regression/beam-collision-grace.ly b/input/regression/beam-collision-grace.ly
new file mode 100644 (file)
index 0000000..d922949
--- /dev/null
@@ -0,0 +1,16 @@
+
+
+\version "2.14.0"
+
+\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]
+}
+
+\relative c'{
+ d16 e f \grace d'8 g,16
+}
\ No newline at end of file