5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 \include "music/bass.ly"
10 \include "music/keys.ly"
11 \include "music/stick.ly"
12 \include "music/guitar.ly"
13 \include "music/click.ly"
14 \include "music/chords.ly"
23 \new PianoStaff = "keyboard"
25 instrumentName = #"Synthesizer"
26 shortInstrumentName = #"Synth"
27 pedalSustainStyle = #'bracket
36 \new StaffGroup = "bass"
38 instrumentName = #"Bass"
39 shortInstrumentName = #"Bass"
41 \new PianoStaff = "grand stick"
43 instrumentName = #"Grand Stick"
44 shortInstrumentName = #"Stick"
45 midiInstrument = #"clav"
46 pedalSustainStyle = #'bracket
48 \new TabStaff = "acoustic guitar"
50 stringTunings = #guitar-tuning
53 instrumentName = #"Acoustic Guitar"
54 shortInstrumentName = #"Guitar"
55 } { \tabChordRepeats \guitar }
58 AllMusicMIDI = #(if (string-null? (getenv "LILYPOND_USE_CHORDS"))
62 \include "../layouts.ly"