Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / empty.ly
blob44878fdd26d3f25f8663153a6971884301d45d17
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 "empty.ily"
11 \score {
12 \new StaffGroup <<
13 \chords {
14 \set chordChanges = ##t
15 \theChords
17 \new Staff \with {
18 instrumentName = "Empty"
19 shortInstrumentName = "Em."
20 } {
21 \clef treble
22 \emptyInstrument
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 Staff = "Empty" \with {
45 instrumentName = "Empty"
46 shortInstrumentName = "Em."
47 midiInstrument = "acoustic grand"
48 % midiMaximumVolume = #1.00
49 % midiPanPosition = 0
50 } {
51 \initTempo
52 \countOff
53 \unfoldRepeats \emptyInstrument
57 \new DrumStaff \with {
58 instrumentName = "Metronome"
59 shortInstrumentName = "Mt."
60 midiReverbLevel = #0
61 % midiMaximumVolume = #1.00
62 } {
63 \initTempo
64 \countOff
65 \unfoldRepeats \metronome
70 \midi { }
73 % vim: set tw=0 :