Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / vocal1.ly
blob2243aeb0919a5dace188f75ee4d764565f36d426
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 "vocal1.ily"
11 \score {
12 \new StaffGroup <<
13 \chords {
14 \set chordChanges = ##t
15 \theChords
17 \new Staff \with {
18 instrumentName = "Vocal 1"
19 shortInstrumentName = "Vc1"
20 } {
21 \clef treble
22 \vocalOne
23 % \bar "|."
26 \addlyrics {
30 \new DrumStaff \with {
31 instrumentName = "Metronome"
32 shortInstrumentName = "Mt."
33 } {
34 \initTempo
35 \clef percussion
36 \metronome
37 % \bar "|."
42 \layout { }
45 \score {
46 \new StaffGroup <<
47 \new Staff = "Vocal 1" \with {
48 instrumentName = "Vocal 1"
49 shortInstrumentName = "Vc1"
50 midiInstrument = "voice oohs"
51 % midiMaximumVolume = #1.00
52 % midiPanPosition = 0
53 } {
54 \initTempo
55 \countOff
56 \unfoldRepeats \vocalOne
60 \new DrumStaff \with {
61 instrumentName = "Metronome"
62 shortInstrumentName = "Mt."
63 midiReverbLevel = #0
64 % midiMaximumVolume = #1.00
65 } {
66 \initTempo
67 \countOff
68 \unfoldRepeats \metronome
73 \midi { }
76 % vim: set tw=0 :