\version "2.19.27" \header { title = "Song 2" 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/guitar.ly" \include "music/click.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 \keyboard } >> } \new StaffGroup = "bass" \with { instrumentName = #"Bass" shortInstrumentName = #"Bass" } { \bass } \new PianoStaff = "grand stick" \with { instrumentName = #"Grand Stick" shortInstrumentName = #"Stick" midiInstrument = #"clav" pedalSustainStyle = #'bracket } { \stick } \new TabStaff = "acoustic guitar" \with { stringTunings = #guitar-tuning \RemoveEmptyStaves \tabFullNotation instrumentName = #"Acoustic Guitar" shortInstrumentName = #"Guitar" } { \tabChordRepeats \guitar } >> \include "../layouts.ly"