summaryrefslogtreecommitdiff
path: root/02-song2/instr/guitar.ly
diff options
context:
space:
mode:
Diffstat (limited to '02-song2/instr/guitar.ly')
-rw-r--r--02-song2/instr/guitar.ly33
1 files changed, 0 insertions, 33 deletions
diff --git a/02-song2/instr/guitar.ly b/02-song2/instr/guitar.ly
deleted file mode 100644
index c5bb6dc..0000000
--- a/02-song2/instr/guitar.ly
+++ /dev/null
@@ -1,33 +0,0 @@
-\version "2.19.27"
-
-\header {
- title = "Song 2"
- subtitle = "Acoustic Guitar"
- composer = "The very pretentious elephlies"
- copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
-}
-
-\include "../settings.ly"
-\include "parts/guitar.ly"
-
-\score {
- \new TabStaff = "acoustic guitar"
- \with {
- stringTunings = #guitar-tuning
- \RemoveEmptyStaves
- \tabFullNotation
- } {
- \tabChordRepeats
- \compressMMRests
- \guitar
- }
-
- \layout {
- indent = #0
- short-indent = #0
- \context {
- \Score
- \numericTimeSignature
- }
- }
-}