From b3fc907b26d67ebf6f38973546c0ee3919d7451b Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 3 Jun 2016 07:36:33 +0200 Subject: song2: bass: Add instrument name, remove empty. --- 02-song2/parts/bass.ly | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to '02-song2') 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 -- cgit v1.2.3