summaryrefslogtreecommitdiff
path: root/02-song2
diff options
context:
space:
mode:
Diffstat (limited to '02-song2')
-rw-r--r--02-song2/parts/bass.ly17
1 files changed, 15 insertions, 2 deletions
diff --git a/02-song2/parts/bass.ly b/02-song2/parts/bass.ly
index 51319e1..cd6de41 100644
--- a/02-song2/parts/bass.ly
+++ b/02-song2/parts/bass.ly
@@ -142,12 +142,25 @@ bassMusic = {
\bassFinal
}
-bass = <<
- \new Staff {
+\layout {
+ ragged-last = ##t
+ indent = 2\cm
+ short-indent = 1.5\cm
+}
+
+bass = \new StaffGroup \with {
+ instrumentName = #"Bass"
+ shortInstrumentName = #"Bass"
+}
+<<
+ \new Staff \with {
+ \RemoveEmptyStaves
+ } {
\bassMusic
}
\new TabStaff \with {
stringTunings = #bass-five-string-tuning
+ \RemoveEmptyStaves
} {
\override Stem #'transparent = ##t
\override Beam #'transparent = ##t