summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-06 22:07:54 +0000
committerKarl Berry <karl@freefriends.org>2019-01-06 22:07:54 +0000
commit3c8cfa33809e130ee90dfed3cc4044294026e2a5 (patch)
tree3da84846317e1b68e1a5e0adfab5db295a4bb279 /Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly
parent1e38cd4b45c93bd4d0e36e7cfb12fb1a8feb02c4 (diff)
latex4musicians (5jan19)
git-svn-id: svn://tug.org/texlive/trunk@49621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly')
-rw-r--r--Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly b/Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly
new file mode 100644
index 00000000000..55596cf9515
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/abctab.ly
@@ -0,0 +1,53 @@
+
+\version "2.18.2"
+% automatically converted by musicxml2ly from abctab.xml
+
+\header {
+ encoder = "abc2xml version 218"
+ encodingdate = "2018-12-22"
+ }
+
+\layout {
+ \context { \Score
+ autoBeaming = ##f
+ }
+ }
+PartPOneVoiceOne = \relative c' {
+ \key c \major \time 3/4 c4 d4 e4 | % 2
+ f4 g4 a4 | % 3
+ b4 a4 b4 | % 4
+ c2 r4 \bar "|."
+ }
+
+PartPTwoVoiceOne = \relative c {
+ \clef "tab" \stopStaff \override Staff.StaffSymbol #'line-count = #6
+ \startStaff \key c \major \time 3/4 c4 \5 d4 \4 e4 \4 | % 2
+ f4 \4 g4 \3 a4 \3 | % 3
+ b4 \2 a4 \3 b4 \2 | % 4
+ c2 \2 r4 \bar "|."
+ }
+
+
+% The score definition
+\score {
+ <<
+ \new Staff <<
+ \context Staff <<
+ \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
+ >>
+ >>
+ \new TabStaff \with { stringTunings = #`( ,(ly:make-pitch 0 2 0)
+ ,(ly:make-pitch -1 6 0) ,(ly:make-pitch -1 4 0)
+ ,(ly:make-pitch -1 1 0) ,(ly:make-pitch -2 5 0)
+ ,(ly:make-pitch -2 2 0) ) } <<
+ \context TabStaff <<
+ \context TabVoice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne }
+ >>
+ >>
+
+ >>
+ \layout {}
+ % To create MIDI output, uncomment the following line:
+ % \midi {}
+ }
+