X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fautomatic-polyphony-drumstaff.ly;fp=input%2Fregression%2Fautomatic-polyphony-drumstaff.ly;h=0f53dfe71c568dd1c4765dbb31960931a107ce2b;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/automatic-polyphony-drumstaff.ly b/input/regression/automatic-polyphony-drumstaff.ly new file mode 100644 index 0000000000..0f53dfe71c --- /dev/null +++ b/input/regression/automatic-polyphony-drumstaff.ly @@ -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