5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
11 \repeat unfold 8 { r4. r4.|}
14 \include "parts/bass.ly"
15 \include "parts/keys.ly"
16 \include "parts/stick.ly"
17 \include "parts/click.ly"
20 \new Staff = "keyboard" { \keyboard }
21 \new Staff = "bass" { \bass }
22 \new Staff = "grand stick" { \stick }
25 %% Two scores are needed: one with unfolded repeats for MIDI and the
26 %% other with regular repeats for notation.
31 \new DrumStaff { \click }
34 \midi { \tempo 4 = 180 }
42 %% add the RemoveEmptyStaffContext that erases rest-only staves
43 \Staff \RemoveEmptyStaves
48 %% Remove all-rest staves also in the first system
49 \override VerticalAxisGroup.remove-first = ##t
50 %% If only one non-empty staff in a system exists, still print the starting bar
51 \override SystemStartBar.collapse-height = #1