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