Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1204)

Unified Diff: input/regression/grace-beam-stroke.ly

Issue 3169041: [Patch] Fix #1333: beamed multi-note acciaccaturas (Closed)
Patch Set: Use optargs Created 14 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ly/grace-init.ly » ('j') | ly/grace-init.ly » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+}
« no previous file with comments | « no previous file | ly/grace-init.ly » ('j') | ly/grace-init.ly » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b