From 704716ca8805c51c2d79529be6ef9c1aee0305ea Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 3 Jun 2016 22:31:25 +0200 Subject: song2: keys: Part file for only keyboard. --- 02-song2/instr/keys.ly | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 02-song2/instr/keys.ly 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 + } + } +} -- cgit v1.2.3