\version "2.19.27" \header { title = "Circus" composer = "The very pretentious elephlies" copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } \include "music/bass.ly" \include "music/keys.ly" \include "music/stick.ly" \include "music/click.ly" \include "music/chords.ly" \layout { ragged-last = ##t indent = 2\cm short-indent = 1.5\cm } AllMusic = << \new PianoStaff = "keyboard" \with { instrumentName = #"Synthesizer" shortInstrumentName = #"Synth" pedalSustainStyle = #'bracket } { << \new Staff { \clef treble \keyboardUpper } \new Staff { \clef bass \keyboardLower } >> } \new StaffGroup = "bass" \with { instrumentName = #"Bass" shortInstrumentName = #"Bass" } { \bass } \new PianoStaff = "grand stick" \with { instrumentName = #"Grand Stick" shortInstrumentName = #"Stick" midiInstrument = #"clav" pedalSustainStyle = #'bracket } { \stick } >> AllMusicMIDI = #(if (string-null? (getenv "LILYPOND_USE_CHORDS")) #{ \AllMusic #} #{ \chordTrack #}) \include "../layouts.ly"