5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
9 \include "parts/bass.ly"
10 \include "parts/keyboard.ly"
11 \include "parts/stick.ly"
12 \include "parts/click.ly"
15 \new Staff = "keyboard" { \keyboard }
16 \new Staff = "bass" { \bass }
17 \new Staff = "grand stick" { \stick }
18 \new DrumStaff { \click }
21 %% Two scores are needed: one with unfolded repeats for MIDI and the
22 %% other with regular repeats for notation.
24 \unfoldRepeats { \AllMusic }
25 \midi { \tempo 4 = 120 }
33 %% add the RemoveEmptyStaffContext that erases rest-only staves
34 \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