add the first template
This commit is contained in:
parent
af05466e1c
commit
0dbd022fc0
22
template.ly
Executable file
22
template.ly
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
\version "2.22.0"
|
||||||
|
%{
|
||||||
|
Reference: https://lilypondcookbook.com/
|
||||||
|
%}
|
||||||
|
|
||||||
|
drh = \drummode { cymc4.^"crash" hhc16^"h.h." hh hhc8 hho hhc8 hh16 hh hhc4 r4 r2 }
|
||||||
|
drl = \drummode { bd4 sn8 bd bd4 << bd ss >> bd8 tommh tommh bd toml toml bd tomfh16 tomfh }
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new DrumStaff <<
|
||||||
|
\set Staff.instrumentName = #"drums"
|
||||||
|
\new DrumVoice { \stemUp \drh }
|
||||||
|
\new DrumVoice { \stemDown \drl }
|
||||||
|
>>
|
||||||
|
\layout { }
|
||||||
|
\midi {
|
||||||
|
\context {
|
||||||
|
\Score
|
||||||
|
tempoWholesPerMinute = #(ly:make-moment 70 4)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user