5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 whiteNoise = \repeat unfold 3 { r2. r2 } % TODO: how long?
11 \include "../settings.ly"
12 \include "music/bass.ly"
13 \include "music/keys.ly"
14 \include "music/stick.ly"
15 \include "music/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