5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 \include "../settings.ly"
10 \include "parts/bass.ly"
11 \include "parts/keys.ly"
12 \include "parts/stick.ly"
13 \include "parts/guitar.ly"
14 \include "parts/click.ly"
23 \new Staff = "keyboard"
25 instrumentName = #"Synthesizer"
26 shortInstrumentName = #"Synth"
27 pedalSustainStyle = #'bracket
29 \new StaffGroup = "bass"
31 instrumentName = #"Bass"
32 shortInstrumentName = #"Bass"
34 \new PianoStaff = "grand stick" \with {
35 instrumentName = #"Grand Stick"
36 shortInstrumentName = #"Stick"
37 midiInstrument = #"clav"
38 pedalSustainStyle = #'bracket
40 \new TabStaff = "acoustic guitar"
42 stringTunings = #guitar-tuning
45 instrumentName = #"Acoustic Guitar"
46 shortInstrumentName = #"Guitar"
47 } { \tabChordRepeats \guitar }
50 %% Two scores are needed: one with unfolded repeats for MIDI and the
51 %% other with regular repeats for notation.
56 \new DrumStaff { \click }
59 \midi { \tempo 4 = 90 }
67 %% add the RemoveEmptyStaffContext that erases rest-only staves
68 \Staff \RemoveEmptyStaves
73 %% Remove all-rest staves also in the first system
74 \override VerticalAxisGroup.remove-first = ##t
75 %% If only one non-empty staff in a system exists, still print the starting bar
76 \override SystemStartBar.collapse-height = #1