Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / std / ly / piano.ly
blob9d5511e52c6769a23d07077e7b79b40de78ac367
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 "piano-lower.ily"
10 \include "piano-upper.ily"
12 \score {
13 \new StaffGroup <<
14 \chords {
15 \set chordChanges = ##t
16 \theChords
18 \new PianoStaff <<
19 \set PianoStaff.instrumentName = #"Piano"
20 \new Staff = "upper" {
21 \clef treble
22 \pianoUpper
23 % \bar "|."
25 \new Staff = "lower" {
26 \clef bass
27 \pianoLower
28 % \bar "|."
33 \new DrumStaff \with {
34 instrumentName = "Metronome"
35 shortInstrumentName = "Mt."
36 } {
37 \initTempo
38 \clef percussion
39 \metronome
40 % \bar "|."
45 \layout { }
48 \score {
49 \new StaffGroup <<
50 \new Staff = "Piano" \with {
51 instrumentName = "Piano"
52 shortInstrumentName = "Pn."
53 midiInstrument = "acoustic grand"
54 % midiMaximumVolume = #1.00
55 % midiPanPosition = 0
56 } {
57 \initTempo
58 \countOff
60 \unfoldRepeats \pianoUpper
61 \unfoldRepeats \pianoLower
66 \new DrumStaff \with {
67 instrumentName = "Metronome"
68 shortInstrumentName = "Mt."
69 midiReverbLevel = #0
70 % midiMaximumVolume = #1.00
71 } {
72 \initTempo
73 \countOff
74 \unfoldRepeats \metronome
79 \midi { }
82 % vim: set tw=0 :