summaryrefslogtreecommitdiff
path: root/04-white-noise/parts/stick.ly
diff options
context:
space:
mode:
Diffstat (limited to '04-white-noise/parts/stick.ly')
-rw-r--r--04-white-noise/parts/stick.ly29
1 files changed, 29 insertions, 0 deletions
diff --git a/04-white-noise/parts/stick.ly b/04-white-noise/parts/stick.ly
new file mode 100644
index 0000000..f74dfd8
--- /dev/null
+++ b/04-white-noise/parts/stick.ly
@@ -0,0 +1,29 @@
+\version "2.19.27"
+
+\header {
+ title = "White Noise"
+ subtitle = "Grand Stick"
+ composer = "The very pretentious elephlies"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
+}
+
+\include "../../settings.ly"
+\include "../music/common.ly"
+\include "../music/stick.ly"
+
+\score {
+ \new PianoStaff = "grand stick" \with {
+ pedalSustainStyle = #'bracket
+ } {
+ \compressMMRests \stick
+ }
+ \layout {
+ \tempo 4 = 120
+ indent = #0
+ short-indent = #0
+ \context {
+ \Score
+ \numericTimeSignature
+ }
+ }
+}