5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 \include "parts/bass.ly"
10 \include "parts/keys.ly"
11 \include "parts/stick.ly"
12 \include "parts/click.ly"
21 \new Staff = "keyboard"
23 instrumentName = #"Synthesizer"
24 shortInstrumentName = #"Synth"
25 pedalSustainStyle = #'bracket
27 \new StaffGroup = "bass"
29 instrumentName = #"Bass"
30 shortInstrumentName = #"Bass"
32 \new Staff = "grand stick" { \stick }
35 %% Two scores are needed: one with unfolded repeats for MIDI and the
36 %% other with regular repeats for notation.
41 \new DrumStaff { \click }
44 \midi { \tempo 4 = 90 }
52 %% add the RemoveEmptyStaffContext that erases rest-only staves
53 \Staff \RemoveEmptyStaves
58 %% Remove all-rest staves also in the first system
59 \override VerticalAxisGroup.remove-first = ##t
60 %% If only one non-empty staff in a system exists, still print the starting bar
61 \override SystemStartBar.collapse-height = #1