summaryrefslogtreecommitdiff
path: root/02-song2/instr/bass.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/instr/bass.ly
parentbca1c3dc7ed6efcc3f2dc152296e349a903f4c39 (diff)
song2: bass: Part file for only bass.
Diffstat (limited to '02-song2/instr/bass.ly')
-rw-r--r--02-song2/instr/bass.ly23
1 files changed, 23 insertions, 0 deletions
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
+ }
+ }
+}