5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 \include "../settings.ly"
10 \include "music/bass.ly"
11 \include "music/keys.ly"
12 \include "music/stick.ly"
13 \include "music/guitar.ly"
14 \include "music/click.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 %% Two scores are needed: one with unfolded repeats for MIDI and the
59 %% other with regular repeats for notation.
64 \new DrumStaff { \click }
67 \midi { \tempo 4 = 90 }
75 %% add the RemoveEmptyStaffContext that erases rest-only staves
76 \Staff \RemoveEmptyStaves
81 %% Remove all-rest staves also in the first system
82 \override VerticalAxisGroup.remove-first = ##t
83 %% If only one non-empty staff in a system exists, still print the starting bar
84 \override SystemStartBar.collapse-height = #1