summaryrefslogtreecommitdiff
path: root/02-song2/02-song2.ly
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-06-03 22:38:06 +0200
committerrekado <rekado@elephly.net>2016-06-03 22:38:06 +0200
commit2cd94037e3faed02cab26dcf876fb1b897431fc1 (patch)
tree1841ad566d3db66d5b6296ee36866eabedbe173c /02-song2/02-song2.ly
parentbca1c3dc7ed6efcc3f2dc152296e349a903f4c39 (diff)
song2: bass: Part file for only bass.
Diffstat (limited to '02-song2/02-song2.ly')
-rw-r--r--02-song2/02-song2.ly6
1 files changed, 5 insertions, 1 deletions
diff --git a/02-song2/02-song2.ly b/02-song2/02-song2.ly
index 3de92dc..0da7ec4 100644
--- a/02-song2/02-song2.ly
+++ b/02-song2/02-song2.ly
@@ -24,7 +24,11 @@ AllMusic = <<
shortInstrumentName = #"Synth"
pedalSustainStyle = #'bracket
} { \keyboard }
- \new Staff = "bass" { \bass }
+ \new StaffGroup = "bass"
+ \with {
+ instrumentName = #"Bass"
+ shortInstrumentName = #"Bass"
+ } { \bass }
\new Staff = "grand stick" { \stick }
>>