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 Staff = "keyboard"
26 instrumentName = #"Synthesizer"
27 shortInstrumentName = #"Synth"
28 pedalSustainStyle = #'bracket
30 \new StaffGroup = "bass"
32 instrumentName = #"Bass"
33 shortInstrumentName = #"Bass"
35 \new PianoStaff = "grand stick"
37 instrumentName = #"Grand Stick"
38 shortInstrumentName = #"Stick"
39 midiInstrument = #"clav"
40 pedalSustainStyle = #'bracket
44 %% Two scores are needed: one with unfolded repeats for MIDI and the
45 %% other with regular repeats for notation.
50 \new DrumStaff { \click }
53 \midi { \tempo 4 = 120 }
61 %% add the RemoveEmptyStaffContext that erases rest-only staves
62 \Staff \RemoveEmptyStaves
66 %% Remove all-rest staves also in the first system
67 \override VerticalAxisGroup.remove-first = ##t
68 %% If only one non-empty staff in a system exists, still print the starting bar
69 \override SystemStartBar.collapse-height = #1