summaryrefslogtreecommitdiff
path: root/03-circus/parts/stick.ly
blob: cb60dd7277b13aa47a30f37c38e269f484eb3737 (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
25
26
27
\version "2.19.27"

\header {
  title = "Circus"
  subtitle = "Grand Stick"
  composer = "The very pretentious elephlies"
  copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}

\include "../music/stick.ly"

\score {
  \new PianoStaff = "grand stick" \with {
    pedalSustainStyle = #'bracket
  } {
    \compressMMRests \stick
  }
  \layout {
    \tempo 4 = 90
    indent = #0
    short-indent = #0
    \context {
      \Score
      \numericTimeSignature
    }
  }
}