Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / band.ly
blobadff60206d77e4c5f23801ef2d6353506f942358
1 % STDfilenameDTS
2 % File ID: STDuuidDTS
3 % Author: Øyvind A. Holm <sunny@sunbase.org>
5 \include "defs.ily"
7 \include "bass.ily"
8 \include "chords.ily"
9 \include "click.ily"
10 \include "drums.ily"
11 \include "guitar1.ily"
12 \include "guitar2.ily"
13 \include "piano-lower.ily"
14 \include "piano-upper.ily"
15 \include "vocal1.ily"
17 \score {
18 \new StaffGroup <<
19 \chords {
20 \set chordChanges = ##t
21 \theChords
23 \new Staff \with {
24 instrumentName = "Vocal 1"
25 shortInstrumentName = "Vc1"
26 } {
27 \clef treble
28 \vocalOne
29 % \bar "|."
32 \addlyrics {
35 \new Staff \with {
36 instrumentName = "Guitar 1"
37 shortInstrumentName = "Gt1"
38 \omit StringNumber
39 } {
40 \clef "treble_8"
41 \guitarOne
42 % \bar "|."
45 \new TabStaff \with {
46 instrumentName = "Guitar 1"
47 shortInstrumentName = "Gt1"
48 } {
49 \guitarOne
50 % \bar "|."
54 \new Staff \with {
55 instrumentName = "Guitar 2"
56 shortInstrumentName = "Gt2"
57 \omit StringNumber
58 } {
59 \clef "treble_8"
60 \guitarTwo
61 % \bar "|."
64 \new TabStaff \with {
65 instrumentName = "Guitar 2"
66 shortInstrumentName = "Gt2"
67 } {
68 \guitarTwo
69 % \bar "|."
73 \new Staff \with {
74 instrumentName = "Bass"
75 shortInstrumentName = "Bs."
76 \omit StringNumber
77 } {
78 \clef "bass_8"
79 \bassGuitar
80 % \bar "|."
83 \new TabStaff \with {
84 instrumentName = "Bass"
85 stringTunings = #bass-tuning
86 } {
87 \bassGuitar
88 % \bar "|."
92 \new PianoStaff <<
93 \set PianoStaff.instrumentName = #"Piano"
94 \new Staff = "upper" {
95 \clef treble
96 \pianoUpper
97 % \bar "|."
99 \new Staff = "lower" {
100 \clef bass
101 \pianoLower
102 % \bar "|."
106 \new DrumStaff \with {
107 instrumentName = "Drums"
108 shortInstrumentName = "Drm"
110 \clef percussion
111 \theDrums
112 % \bar "|."
116 \new DrumStaff \with {
117 instrumentName = "Metronome"
118 shortInstrumentName = "Mt."
120 \initTempo
121 \clef percussion
122 \metronome
123 % \bar "|."
128 \layout { }
131 \score {
132 \new StaffGroup <<
133 \new Staff = "Vocal 1" \with {
134 instrumentName = "Vocal 1"
135 shortInstrumentName = "Vc1"
136 midiInstrument = "voice oohs"
137 % midiMaximumVolume = #1.00
138 % midiPanPosition = 0
140 \initTempo
141 \countOff
142 \unfoldRepeats \vocalOne
145 \new Staff = "Guitar 1" \with {
146 instrumentName = "Guitar 1"
147 shortInstrumentName = "Gt1"
148 midiInstrument = "overdriven guitar"
149 % midiMaximumVolume = #1.00
150 % midiPanPosition = 0
152 \initTempo
153 \countOff
154 \unfoldRepeats \guitarOne
157 \new Staff = "Guitar 2" \with {
158 instrumentName = "Guitar 2"
159 shortInstrumentName = "Gt2"
160 midiInstrument = "electric guitar (clean)"
161 % midiMaximumVolume = #1.00
162 % midiPanPosition = 0
164 \initTempo
165 \countOff
166 \unfoldRepeats \guitarTwo
169 \new Staff \with {
170 instrumentName = "Bass"
171 shortInstrumentName = "Bs."
172 midiInstrument = "electric bass (finger)"
173 % midiMaximumVolume = #1.60
174 % midiPanPosition = 0
176 \initTempo
177 \countOff
178 \unfoldRepeats \bassGuitar
181 \new Staff = "Piano" \with {
182 instrumentName = "Piano"
183 shortInstrumentName = "Pn."
184 midiInstrument = "acoustic grand"
185 % midiMaximumVolume = #1.00
186 % midiPanPosition = 0
188 \initTempo
189 \countOff
191 \unfoldRepeats \pianoUpper
192 \unfoldRepeats \pianoLower
196 \new DrumStaff \with {
197 instrumentName = "Drums"
198 shortInstrumentName = "Drm"
199 % midiMaximumVolume = #1.00
201 \initTempo
202 \countOff
203 \unfoldRepeats \theDrums
207 \new DrumStaff \with {
208 instrumentName = "Metronome"
209 shortInstrumentName = "Mt."
210 midiReverbLevel = #0
211 % midiMaximumVolume = #1.00
213 \initTempo
214 \countOff
215 \unfoldRepeats \metronome
220 \midi { }
223 % vim: set tw=0 :