]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/empty-chord.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / empty-chord.ly
diff --git a/input/regression/empty-chord.ly b/input/regression/empty-chord.ly
new file mode 100644 (file)
index 0000000..22790b8
--- /dev/null
@@ -0,0 +1,10 @@
+\version "2.16.0"
+
+\header { texidoc = "Empty chords accept articulations, occupy no time,
+                     and leave the current duration unchanged."
+        }
+
+\relative c' {
+  r4 e8( g <>) ^"sul D" \f \> \repeat unfold 8 { c-. } <>\sfz
+  <>\downbow \repeat unfold 2 { c g } c1\> <>\enddecr
+}