5 composer = "The very pretentious elephlies"
6 arranger = "Ricardo Wurmus"
7 copyright = "2002--2015 Ricardo Wurmus"
10 whiteNoise = { R1*5 } % TODO: how long?
12 \include "parts/bass.ly"
13 \include "parts/keys.ly"
14 \include "parts/stick.ly"
17 \new Staff = "keyboard" { \keyboard }
18 \new Staff = "bass" { \bass }
19 \new Staff = "grand stick" { \stick }
22 %% Two scores are needed: one with unfolded repeats for MIDI and the
23 %% other with regular repeats for notation.
25 \unfoldRepeats { \AllMusic }
26 \midi { \tempo 4 = 120 }
34 %% add the RemoveEmptyStaffContext that erases rest-only staves
35 \Staff \RemoveEmptyStaves
39 %% Remove all-rest staves also in the first system
40 \override VerticalAxisGroup.remove-first = ##t
41 %% If only one non-empty staff in a system exists, still print the starting bar
42 \override SystemStartBar.collapse-height = #1