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