From c2fbdb938f352c10f1a993f056964e1ea5d91052 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 6 Jun 2016 22:11:13 +0200 Subject: circus: Add parts. --- 03-circus/parts/stick.ly | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 03-circus/parts/stick.ly (limited to '03-circus/parts/stick.ly') diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly new file mode 100644 index 0000000..f3b72c5 --- /dev/null +++ b/03-circus/parts/stick.ly @@ -0,0 +1,28 @@ +\version "2.19.27" + +\header { + title = "Circus" + subtitle = "Grand Stick" + composer = "The very pretentious elephlies" + copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } +} + +\include "../../settings.ly" +\include "../music/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