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"
15 \new Staff = "keyboard" { \keyboard }
16 \new Staff = "bass" { \bass }
17 \new Staff = "grand stick" { \stick }
20 %% Two scores are needed: one with unfolded repeats for MIDI and the
21 %% other with regular repeats for notation.
26 \new DrumStaff { \click }
29 \midi { \tempo 4 = 90 }
37 %% add the RemoveEmptyStaffContext that erases rest-only staves
38 \Staff \RemoveEmptyStaves
43 %% Remove all-rest staves also in the first system
44 \override VerticalAxisGroup.remove-first = ##t
45 %% If only one non-empty staff in a system exists, still print the starting bar
46 \override SystemStartBar.collapse-height = #1