summaryrefslogtreecommitdiff
path: root/02-song2/instr
diff options
context:
space:
mode:
Diffstat (limited to '02-song2/instr')
-rw-r--r--02-song2/instr/guitar.ly33
1 files changed, 33 insertions, 0 deletions
diff --git a/02-song2/instr/guitar.ly b/02-song2/instr/guitar.ly
new file mode 100644
index 0000000..c5bb6dc
--- /dev/null
+++ b/02-song2/instr/guitar.ly
@@ -0,0 +1,33 @@
+\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
+ }
+ }
+}