summaryrefslogtreecommitdiff
path: root/20866-h/music/08.ly
diff options
context:
space:
mode:
Diffstat (limited to '20866-h/music/08.ly')
-rw-r--r--20866-h/music/08.ly25
1 files changed, 25 insertions, 0 deletions
diff --git a/20866-h/music/08.ly b/20866-h/music/08.ly
new file mode 100644
index 0000000..286a609
--- /dev/null
+++ b/20866-h/music/08.ly
@@ -0,0 +1,25 @@
+\version "2.8"
+\paper{ line-width=15\cm indent=0\mm }
+
+\header{ tagline="" title=\markup \smallCaps "8. Boots and Saddles." }
+
+tempomark = s1*0^\markup { \large { \italic Quick. } }
+
+\score {
+ \new Staff \relative c'' {
+ \set Staff.midiInstrument = #"trumpet"
+ \set Score.barNumberVisibility = ##f
+ \clef treble
+ \key c \major
+ \autoBeamOff
+ \time 4/4
+ \tempomark
+
+ \times 2/3 { g8[ c e] } g8[ e]
+ \times 2/3 { c8[ g c] } \times 2/3 { c16[ c c] } c8 |
+ \times 2/3 { c8[ g c] } c8.[ c16] c8.[ c16] c4 \bar "||"
+
+ }
+ \layout { }
+ \midi { \tempo 4=100 }
+}