]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / chord-repetition.ly
diff --git a/input/regression/chord-repetition.ly b/input/regression/chord-repetition.ly
new file mode 100644 (file)
index 0000000..6416bfb
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+A repetition symbol can be used to repeat the previous chord and save
+typing.  Only note events are copied: articulations, text scripts,
+fingerings, etc are not repeated.
+"
+}
+
+\relative c' {
+  <c-1 e-3 g-5>8\p( q) q4-| q8.\(^"text" q16 q4-|\)
+}