summaryrefslogtreecommitdiff
path: root/02-song2/instr
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-06-03 22:56:29 +0200
committerrekado <rekado@elephly.net>2016-06-03 22:56:29 +0200
commit9b75ce715167639f859dcbd0602feec5611107a7 (patch)
tree90543a80938e90caffdeb7067aa86e01d81ce250 /02-song2/instr
parent2cd94037e3faed02cab26dcf876fb1b897431fc1 (diff)
song2: stick: Part file for only Grand Stick.
Diffstat (limited to '02-song2/instr')
-rw-r--r--02-song2/instr/stick.ly27
1 files changed, 27 insertions, 0 deletions
diff --git a/02-song2/instr/stick.ly b/02-song2/instr/stick.ly
new file mode 100644
index 0000000..ea92b50
--- /dev/null
+++ b/02-song2/instr/stick.ly
@@ -0,0 +1,27 @@
+\version "2.19.27"
+
+\header {
+ title = "Song 2"
+ subtitle = "Grand Stick"
+ composer = "The very pretentious elephlies"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
+}
+
+\include "parts/stick.ly"
+
+\score {
+ \new PianoStaff = "grand stick" \with {
+ pedalSustainStyle = #'bracket
+ } {
+ \compressMMRests \stick
+ }
+ \layout {
+ \tempo 4 = 90
+ indent = #0
+ short-indent = #0
+ \context {
+ \Score
+ \numericTimeSignature
+ }
+ }
+}