5 composer = "The very pretentious elephlies"
6 arranger = "Ricardo Wurmus"
7 copyright = "2002--2016 Ricardo Wurmus"
10 whiteNoise = \repeat unfold 3 { r2. r2 } % TODO: how long?
12 \include "parts/bass.ly"
13 \include "parts/keys.ly"
14 \include "parts/stick.ly"
15 \include "parts/click.ly"
18 \new Staff = "keyboard" { \keyboard }
19 \new Staff = "bass" { \bass }
20 \new Staff = "grand stick" { \stick }
23 %% Two scores are needed: one with unfolded repeats for MIDI and the
24 %% other with regular repeats for notation.
29 \new DrumStaff { \click }
32 \midi { \tempo 4 = 120 }
40 %% add the RemoveEmptyStaffContext that erases rest-only staves
41 \Staff \RemoveEmptyStaves
45 %% Remove all-rest staves also in the first system
46 \override VerticalAxisGroup.remove-first = ##t
47 %% If only one non-empty staff in a system exists, still print the starting bar
48 \override SystemStartBar.collapse-height = #1