From 9b75ce715167639f859dcbd0602feec5611107a7 Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 3 Jun 2016 22:56:29 +0200 Subject: song2: stick: Part file for only Grand Stick. --- 02-song2/instr/stick.ly | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 02-song2/instr/stick.ly (limited to '02-song2/instr') diff --git a/02-song2/instr/stick.ly b/02-song2/instr/stick.ly new file mode 100644 index 0000000..ea92b50 --- /dev/null +++ b/02-song2/instr/stick.ly @@ -0,0 +1,27 @@ +\version "2.19.27" + +\header { + title = "Song 2" + subtitle = "Grand Stick" + composer = "The very pretentious elephlies" + copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } +} + +\include "parts/stick.ly" + +\score { + \new PianoStaff = "grand stick" \with { + pedalSustainStyle = #'bracket + } { + \compressMMRests \stick + } + \layout { + \tempo 4 = 90 + indent = #0 + short-indent = #0 + \context { + \Score + \numericTimeSignature + } + } +} -- cgit v1.2.3