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.ly28
1 files changed, 0 insertions, 28 deletions
diff --git a/02-song2/instr/keys.ly b/02-song2/instr/keys.ly
deleted file mode 100644
index 2c25d04..0000000
--- a/02-song2/instr/keys.ly
+++ /dev/null
@@ -1,28 +0,0 @@
-\version "2.19.27"
-
-\header {
- title = "Song 2"
- subtitle = "Keyboard"
- composer = "The very pretentious elephlies"
- copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
-}
-
-\include "../settings.ly"
-\include "parts/keys.ly"
-
-\score {
- \new Staff \with {
- pedalSustainStyle = #'bracket
- } {
- \tempo 4 = 90
- \compressMMRests { \keyboard }
- }
- \layout {
- indent = #0
- short-indent = #0
- \context {
- \Score
- \numericTimeSignature
- }
- }
-}