summaryrefslogtreecommitdiff
path: root/02-song2/instr/stick.ly
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-06-04 22:29:52 +0200
committerrekado <rekado@elephly.net>2016-06-04 22:36:31 +0200
commit1b73a6439cd0e05f0bd767d19cb4a60c3d6f0ad2 (patch)
tree14aae793ba3ae79c8ce6d261c46b138e79f38bd8 /02-song2/instr/stick.ly
parent898e5d860d000487aeab81d9faf6591039b692cc (diff)
Rename directories.
parts -> music instr -> parts
Diffstat (limited to '02-song2/instr/stick.ly')
-rw-r--r--02-song2/instr/stick.ly28
1 files changed, 0 insertions, 28 deletions
diff --git a/02-song2/instr/stick.ly b/02-song2/instr/stick.ly
deleted file mode 100644
index 18b3f32..0000000
--- a/02-song2/instr/stick.ly
+++ /dev/null
@@ -1,28 +0,0 @@
-\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 "../settings.ly"
-\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
- }
- }
-}