Index: input/regression/grace-beam-stroke.ly |
diff --git a/input/regression/grace-beam-stroke.ly b/input/regression/grace-beam-stroke.ly |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1e66dd1c9dc978da4e01ee775b4b254ce9fbe6d9 |
--- /dev/null |
+++ b/input/regression/grace-beam-stroke.ly |
@@ -0,0 +1,16 @@ |
+\version "2.13.39" |
+ |
+\header { |
+ texidoc = "Beamed multi-note acciaccaturas are printed with a slash |
+on the first stem. The slash is slightly thiner and longer than |
+for single-note acciaccaturas, where a glyph is combined to the |
+note's flag." |
+} |
+ |
+\relative c' { |
+ c4 |
+ \acciaccatura { d16[ c b c] } |
+ e4 |
+ \acciaccatura cis8 |
+ d2 |
+} |