summaryrefslogtreecommitdiff
path: root/02-song2
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
parentbca1c3dc7ed6efcc3f2dc152296e349a903f4c39 (diff)
song2: bass: Part file for only bass.
Diffstat (limited to '02-song2')
-rw-r--r--02-song2/02-song2.ly6
-rw-r--r--02-song2/instr/bass.ly23
-rw-r--r--02-song2/parts/bass.ly6
3 files changed, 29 insertions, 6 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 }
>>
diff --git a/02-song2/instr/bass.ly b/02-song2/instr/bass.ly
new file mode 100644
index 0000000..45e9b13
--- /dev/null
+++ b/02-song2/instr/bass.ly
@@ -0,0 +1,23 @@
+\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
+ }
+ }
+}
diff --git a/02-song2/parts/bass.ly b/02-song2/parts/bass.ly
index f336648..30114b4 100644
--- a/02-song2/parts/bass.ly
+++ b/02-song2/parts/bass.ly
@@ -142,11 +142,7 @@ bassMusic = {
\bassFinal
}
-bass = \new StaffGroup \with {
- instrumentName = #"Bass"
- shortInstrumentName = #"Bass"
-}
-<<
+bass = <<
\new Staff \with {
\RemoveEmptyStaves
} {