Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / click.ly
blob4de542fe0c07d2d2bb78f5ac4e3cbb3df3425241
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"
10 \score {
11 \new StaffGroup <<
12 \chords {
13 \set chordChanges = ##t
14 \theChords
16 \new DrumStaff \with {
17 instrumentName = "Metronome"
18 shortInstrumentName = "Mt."
19 } {
20 \initTempo
21 \clef percussion
22 \metronome
23 % \bar "|."
27 \layout { }
30 \score {
31 \new StaffGroup <<
32 \new DrumStaff \with {
33 instrumentName = "Metronome"
34 shortInstrumentName = "Mt."
35 midiReverbLevel = #0
36 % midiMaximumVolume = #1.00
37 } {
38 \initTempo
39 \countOff
40 \unfoldRepeats \metronome
44 \midi { }
47 % vim: set tw=0 :