summaryrefslogtreecommitdiff
path: root/03-circus/parts/bass.ly
blob: 3b4dc67cab3b3f70ef804bfbc0759bd62d6f1b4c (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
    }
  }
}