5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 \include "../settings.ly"
10 \include "music/bass.ly"
11 \include "music/keyboard.ly"
12 \include "music/stick.ly"
13 \include "music/click.ly"
16 \new Staff = "keyboard" { \keyboard }
17 \new Staff = "bass" { \bass }
18 \new Staff = "grand stick" { \stick }
19 \new DrumStaff { \click }
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
40 %% Remove all-rest staves also in the first system
41 \override VerticalAxisGroup.remove-first = ##t
42 %% If only one non-empty staff in a system exists, still print the starting bar
43 \override SystemStartBar.collapse-height = #1