copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}
-\include "parts/bass.ly"
-\include "parts/keys.ly"
-\include "parts/stick.ly"
-\include "parts/click.ly"
+\include "../settings.ly"
+\include "music/bass.ly"
+\include "music/keys.ly"
+\include "music/stick.ly"
+\include "music/guitar.ly"
+\include "music/click.ly"
\layout {
ragged-last = ##t
}
AllMusic = <<
- \new Staff = "keyboard"
+ \new PianoStaff = "keyboard"
\with {
instrumentName = #"Synthesizer"
shortInstrumentName = #"Synth"
pedalSustainStyle = #'bracket
- } { \keyboard }
+ } {
+ <<
+ \new Staff {
+ \clef treble
+ \keyboard
+ }
+ >>
+ }
\new StaffGroup = "bass"
\with {
instrumentName = #"Bass"
shortInstrumentName = #"Bass"
} { \bass }
- \new Staff = "grand stick" { \stick }
+ \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 }
>>
%% Two scores are needed: one with unfolded repeats for MIDI and the