From: Han-Wen Nienhuys Date: Thu, 17 Feb 2011 02:04:18 +0000 (-0200) Subject: Add test for collisions and grace notes. X-Git-Tag: release/2.13.52-1~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a1209c204e0d48d1f8cacecc9e928796102ab99a;p=lilypond.git Add test for collisions and grace notes. --- diff --git a/input/regression/beam-collision-grace.ly b/input/regression/beam-collision-grace.ly new file mode 100644 index 0000000000..49d0389192 --- /dev/null +++ b/input/regression/beam-collision-grace.ly @@ -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] +} +