Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / drums.ly
blobd405910c80c925ffb33e50127c81691883b429c0
1 % STDfilenameDTS
2 % File ID: STDuuidDTS
3 % Author: Øyvind A. Holm <sunny@sunbase.org>
5 \include "defs.ily"
7 \include "chords.ily"
8 \include "click.ily"
9 \include "drums.ily"
11 \score {
12 \new StaffGroup <<
13 \chords {
14 \set chordChanges = ##t
15 \theChords
17 \new DrumStaff \with {
18 instrumentName = "Drums"
19 shortInstrumentName = "Drm"
20 } {
21 \clef percussion
22 \theDrums
23 % \bar "|."
27 \new DrumStaff \with {
28 instrumentName = "Metronome"
29 shortInstrumentName = "Mt."
30 } {
31 \initTempo
32 \clef percussion
33 \metronome
34 % \bar "|."
39 \layout { }
42 \score {
43 \new StaffGroup <<
44 \new DrumStaff \with {
45 instrumentName = "Drums"
46 shortInstrumentName = "Drm"
47 % midiMaximumVolume = #1.00
48 } {
49 \initTempo
50 \countOff
51 \unfoldRepeats \theDrums
55 \new DrumStaff \with {
56 instrumentName = "Metronome"
57 shortInstrumentName = "Mt."
58 midiReverbLevel = #0
59 % midiMaximumVolume = #1.00
60 } {
61 \initTempo
62 \countOff
63 \unfoldRepeats \metronome
68 \midi { }
71 % vim: set tw=0 :