--- /dev/null
+\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
+ }
+ }
+}