summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/jingle.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/jingle.ly')
-rw-r--r--Master/texmf-dist/doc/latex/latex4musicians/Figures/jingle.ly20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/jingle.ly b/Master/texmf-dist/doc/latex/latex4musicians/Figures/jingle.ly
new file mode 100644
index 00000000000..cf3fc0fee0e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/jingle.ly
@@ -0,0 +1,20 @@
+% Twelfth Street Rag
+
+\version "2.18.2"
+\header { tagline = "" } % no footer
+\paper { left-margin = 0\cm }
+
+music = \relative c' {
+ \time 2/4 \key ees \major
+ bes16 a bes c bes8-. r8 | bes16 a bes c bes8-. r8 |
+ bes16 bes8 bes16 c8 d | ees4-. r4 |
+}
+
+\score {
+ <<
+ \new Staff { \clef "G_8" \music } % sheet music
+ \new TabStaff { \tabFullNotation \music } % tablature
+ >>
+ \layout { }
+ \midi { \tempo 4 = 128 }
+}