Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / chords.ly
blob3dbbd2b23325cf0e063700b0f8669fd1a76b4753
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
17 \new DrumStaff \with {
18 instrumentName = "Metronome"
19 shortInstrumentName = "Mt."
20 } {
21 \initTempo
22 \clef percussion
23 \metronome
24 % \bar "|."
28 \layout { }
31 \score {
32 \new StaffGroup <<
33 \new Staff = "Chords" \with {
34 instrumentName = "Chords"
35 shortInstrumentName = "Ch."
36 midiInstrument = "acoustic grand"
37 % midiMaximumVolume = #1.00
38 % midiPanPosition = 0
39 } {
40 \initTempo
41 \countOff
42 \unfoldRepeats \theChords
45 \new DrumStaff \with {
46 instrumentName = "Metronome"
47 shortInstrumentName = "Mt."
48 midiReverbLevel = #0
49 % midiMaximumVolume = #1.00
50 } {
51 \initTempo
52 \countOff
53 \unfoldRepeats \metronome
57 \midi { }
60 % vim: set tw=0 :