shortInstrumentName = #"Synth"
pedalSustainStyle = #'bracket
} { \keyboard }
- \new Staff = "bass" { \bass }
+ \new StaffGroup = "bass"
+ \with {
+ instrumentName = #"Bass"
+ shortInstrumentName = #"Bass"
+ } { \bass }
\new Staff = "grand stick" { \stick }
>>
--- /dev/null
+\version "2.19.27"
+
+\header {
+ title = "Song 2"
+ subtitle = "Bass"
+ composer = "The very pretentious elephlies"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
+}
+
+\include "parts/bass.ly"
+
+\score {
+ \compressMMRests { \bass }
+
+ \layout {
+ indent = #0
+ short-indent = #0
+ \context {
+ \Score
+ \numericTimeSignature
+ }
+ }
+}
\bassFinal
}
-bass = \new StaffGroup \with {
- instrumentName = #"Bass"
- shortInstrumentName = #"Bass"
-}
-<<
+bass = <<
\new Staff \with {
\RemoveEmptyStaves
} {