summaryrefslogtreecommitdiff
path: root/03-circus/parts/bass.ly
diff options
context:
space:
mode:
Diffstat (limited to '03-circus/parts/bass.ly')
-rw-r--r--03-circus/parts/bass.ly24
1 files changed, 24 insertions, 0 deletions
diff --git a/03-circus/parts/bass.ly b/03-circus/parts/bass.ly
new file mode 100644
index 0000000..3b4dc67
--- /dev/null
+++ b/03-circus/parts/bass.ly
@@ -0,0 +1,24 @@
+\version "2.19.27"
+
+\header {
+ title = "Circus"
+ subtitle = "Bass"
+ composer = "The very pretentious elephlies"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
+}
+
+\include "../../settings.ly"
+\include "../music/bass.ly"
+
+\score {
+ \compressMMRests { \bass }
+
+ \layout {
+ indent = #0
+ short-indent = #0
+ \context {
+ \Score
+ \numericTimeSignature
+ }
+ }
+}