]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/automatic-polyphony-drumstaff.ly
resolve merge
[lilypond.git] / input / regression / automatic-polyphony-drumstaff.ly
diff --git a/input/regression/automatic-polyphony-drumstaff.ly b/input/regression/automatic-polyphony-drumstaff.ly
new file mode 100644 (file)
index 0000000..0f53dfe
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+
+\header{ texidoc = "In a DrumStaff, automatic polyphony can be used without
+                    explicitly initializing separate voices."
+       }
+
+\score {
+  \new DrumStaff {
+    \drummode {
+      bd4 sn4 bd4 sn4
+      << { \repeat unfold 16 hh16 } \\ { bd4 sn4 bd4 sn4 } >>
+      bd4 sn4 bd4 sn4
+    }
+  }
+}
\ No newline at end of file