summaryrefslogtreecommitdiff
path: root/03-circus
diff options
context:
space:
mode:
Diffstat (limited to '03-circus')
-rw-r--r--03-circus/parts/bass.ly19
1 files changed, 14 insertions, 5 deletions
diff --git a/03-circus/parts/bass.ly b/03-circus/parts/bass.ly
index 1716c19..2232faa 100644
--- a/03-circus/parts/bass.ly
+++ b/03-circus/parts/bass.ly
@@ -126,11 +126,7 @@ bassBeauty = \relative cis, {
}
}
-bass = \new TabStaff \with {
- stringTunings = #bass-five-string-tuning
-} {
- \override Stem #'transparent = ##t
- \override Beam #'transparent = ##t
+bassMusic = {
\set Staff.midiInstrument = #"electric bass (finger)"
\set Staff.pedalSustainStyle = #'bracket
\clef "bass_8"
@@ -170,3 +166,16 @@ bass = \new TabStaff \with {
%% Arpeggio
%% TODO
}
+
+bass = <<
+ \new Staff {
+ \bassMusic
+ }
+ \new TabStaff \with {
+ stringTunings = #bass-five-string-tuning
+ } {
+ \override Stem #'transparent = ##t
+ \override Beam #'transparent = ##t
+ \bassMusic
+ }
+>>