summaryrefslogtreecommitdiff
path: root/02-song2/instr/keys.ly
diff options
context:
space:
mode:
Diffstat (limited to '02-song2/instr/keys.ly')
-rw-r--r--02-song2/instr/keys.ly27
1 files changed, 27 insertions, 0 deletions
diff --git a/02-song2/instr/keys.ly b/02-song2/instr/keys.ly
new file mode 100644
index 0000000..21ec8d0
--- /dev/null
+++ b/02-song2/instr/keys.ly
@@ -0,0 +1,27 @@
+\version "2.19.27"
+
+\header {
+ title = "Song 2"
+ subtitle = "Keyboard"
+ composer = "The very pretentious elephlies"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
+}
+
+\include "parts/keys.ly"
+
+\score {
+ \new Staff \with {
+ pedalSustainStyle = #'bracket
+ } {
+ \tempo 4 = 90
+ \compressMMRests { \keyboard }
+ }
+ \layout {
+ indent = #0
+ short-indent = #0
+ \context {
+ \Score
+ \numericTimeSignature
+ }
+ }
+}