repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
midi-drums.ly
blob
bd00285cf29084e0116eba7bb15c2c2d2d2ff788
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"Midi can create drums."
4
}
5
6
\score
{
7
\new
DrumStaff
<<
8
\drummode
{
9
bd
4
sn
4
bd
4
sn
4
10
<<
11
{
\voiceOne \repeat
unfold
16
hh
16
}
12
\new
DrumVoice
{
\voiceTwo
bd
4
sn
4
bd
4
sn
4
}
13
>>
\oneVoice
14
}
15
>>
16
\layout
{}
17
\midi
{}
18
}