From 9d74940aceabc45345777327ee618b8228fc8f5b Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 26 Apr 2016 20:25:38 +0200 Subject: bass: Display both tablature and traditional notation. --- 03-circus/parts/bass.ly | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to '03-circus') 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 + } +>> -- cgit v1.2.3