diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/gtablature.ly')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex4musicians/Figures/gtablature.ly | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/gtablature.ly b/Master/texmf-dist/doc/latex/latex4musicians/Figures/gtablature.ly new file mode 100644 index 00000000000..0af7e8c84bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/gtablature.ly @@ -0,0 +1,17 @@ +\version "2.18.2" +\header { +tagline = "" % no footer +} + +\paper { left-margin = 0\cm } + +notes = { + \time 3/4 + c4 d e f g a b a b c'2 r4 +} + +\score { + << + \new TabStaff { \notes } + >> +} |