5 composer = "The very pretentious elephlies"
6 copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
10 \include "../settings.ly"
11 \include "music/common.ly"
12 \include "music/bass.ly"
13 \include "music/keys.ly"
14 \include "music/stick.ly"
15 \include "music/click.ly"
24 \new PianoStaff = "keyboard"
26 instrumentName = #"Synthesizer"
27 shortInstrumentName = #"Synth"
28 pedalSustainStyle = #'bracket
37 \new StaffGroup = "bass"
39 instrumentName = #"Bass"
40 shortInstrumentName = #"Bass"
42 \new PianoStaff = "grand stick"
44 instrumentName = #"Grand Stick"
45 shortInstrumentName = #"Stick"
46 midiInstrument = #"clav"
47 pedalSustainStyle = #'bracket
51 %% Two scores are needed: one with drums for MIDI and the other for
57 \new DrumStaff { \click }
60 \midi { \tempo 4 = 180 }
64 %% Always unfold repeats in the big score. The individual parts can
65 %% have repeats as they wish.
66 \unfoldRepeats { \AllMusic }
70 %% add the RemoveEmptyStaffContext that erases rest-only staves
71 \Staff \RemoveEmptyStaves
76 %% Remove all-rest staves also in the first system
77 \override VerticalAxisGroup.remove-first = ##t
78 %% If only one non-empty staff in a system exists, still print the starting bar
79 \override SystemStartBar.collapse-height = #1