summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly')
-rw-r--r--Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly b/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
new file mode 100644
index 00000000000..9bfb546ac9e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
@@ -0,0 +1,15 @@
+\version "2.18.2"
+\header { tagline = "" } % no footer
+\paper { left-margin = 0\cm }
+
+music = {
+ \time 3/4
+ c4 d e f g a b a b c'2 r4
+}
+
+\score {
+ <<
+ \new Staff { \clef "G_8" \music }
+ \new TabStaff { \music }
+ >>
+}