Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / guitar.ly
blob989ebc633499546718c3f99b81a9e7c4a02de1c7
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 "guitar.ily"
11 \score {
12 \new StaffGroup <<
13 \chords {
14 \set chordChanges = ##t
15 \theChords
17 \new Staff \with {
18 instrumentName = "Guitar"
19 shortInstrumentName = "Gt."
20 \omit StringNumber
21 } {
22 \clef "treble_8"
23 \guitar
24 % \bar "|."
27 \new TabStaff \with {
28 instrumentName = "Guitar"
29 shortInstrumentName = "Gt."
30 } {
31 \guitar
32 % \bar "|."
37 \new DrumStaff \with {
38 instrumentName = "Metronome"
39 shortInstrumentName = "Mt."
40 } {
41 \initTempo
42 \clef percussion
43 \metronome
44 % \bar "|."
49 \layout { }
52 \score {
53 \new StaffGroup <<
54 \new Staff = "Guitar" \with {
55 instrumentName = "Guitar"
56 shortInstrumentName = "Gt."
57 midiInstrument = "acoustic guitar (steel)"
58 % midiMaximumVolume = #1.00
59 % midiPanPosition = 0
60 } {
61 \initTempo
62 \countOff
63 \unfoldRepeats \guitar
67 \new DrumStaff \with {
68 instrumentName = "Metronome"
69 shortInstrumentName = "Mt."
70 midiReverbLevel = #0
71 % midiMaximumVolume = #1.00
72 } {
73 \initTempo
74 \countOff
75 \unfoldRepeats \metronome
80 \midi { }
83 % vim: set tw=0 :