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 Staff = "bass" { \bass }
28 \new Staff = "grand stick" { \stick }
31 %% Two scores are needed: one with unfolded repeats for MIDI and the
32 %% other with regular repeats for notation.
37 \new DrumStaff { \click }
40 \midi { \tempo 4 = 90 }
48 %% add the RemoveEmptyStaffContext that erases rest-only staves
49 \Staff \RemoveEmptyStaves
54 %% Remove all-rest staves also in the first system
55 \override VerticalAxisGroup.remove-first = ##t
56 %% If only one non-empty staff in a system exists, still print the starting bar
57 \override SystemStartBar.collapse-height = #1