5 composer = "The very pretentious elephlies"
6 arranger = "Ricardo Wurmus"
7 copyright = "2002--2015 Ricardo Wurmus"
10 \include "parts/bass.ly"
11 \include "parts/keys.ly"
12 \include "parts/stick.ly"
15 \new Staff = "keyboard" { \keyboard }
16 \new Staff = "bass" { \bass }
17 \new Staff = "grand stick" { \stick }
20 %% Two scores are needed: one with unfolded repeats for MIDI and the
21 %% other with regular repeats for notation.
23 \unfoldRepeats { \AllMusic }
24 \midi { \tempo 4 = 90 }
32 %% add the RemoveEmptyStaffContext that erases rest-only staves
33 \Staff \RemoveEmptyStaves
38 %% Remove all-rest staves also in the first system
39 \override VerticalAxisGroup.remove-first = ##t
40 %% If only one non-empty staff in a system exists, still print the starting bar
41 \override SystemStartBar.collapse-height = #1