5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
10 \include "../settings.ly"
11 \include "music/common.ly"
12 \include "music/bass.ly"
13 \include "music/keys.ly"
14 \include "music/stick.ly"
15 \include "music/click.ly"
24 \new PianoStaff = "keyboard"
26 instrumentName = #"Synthesizer"
27 shortInstrumentName = #"Synth"
28 pedalSustainStyle = #'bracket
37 \new StaffGroup = "bass"
39 instrumentName = #"Bass"
40 shortInstrumentName = #"Bass"
42 \new PianoStaff = "grand stick"
44 instrumentName = #"Grand Stick"
45 shortInstrumentName = #"Stick"
46 midiInstrument = #"clav"
47 pedalSustainStyle = #'bracket
51 %% Two scores are needed: one with unfolded repeats for MIDI and the
52 %% other with regular repeats for notation.
57 \new DrumStaff { \click }
60 \midi { \tempo 4 = 120 }
68 %% add the RemoveEmptyStaffContext that erases rest-only staves
69 \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