Browse Source

Support of tablature

They are rendered using verbatim in LaTeX right now. May be rendered in
a nicer way later.
pull/79/head
Louis 9 years ago
parent
commit
3d34985671
  1. 4
      patacrep/songs/chordpro/data/chordpro/content_tablature
  2. 9
      patacrep/songs/chordpro/data/latex/content_tablature
  3. 2
      patacrep/songs/chordpro/test/07.sgc
  4. 6
      patacrep/songs/chordpro/test/07.tex
  5. 6
      patacrep/songs/chordpro/test/13.sgc
  6. 10
      patacrep/songs/chordpro/test/13.tex
  7. 2
      patacrep/songs/chordpro/test/27.sgc
  8. 6
      patacrep/songs/chordpro/test/27.tex

4
patacrep/songs/chordpro/data/chordpro/content_tablature

@ -1,5 +1,5 @@
{start_of_tab}
(* for foo in content.content *)
(( foo ))
(* for content in content.content *)
((- content ))
(* endfor *)
{end_of_tab}

9
patacrep/songs/chordpro/data/latex/content_tablature

@ -1,4 +1,5 @@
% TODO TABLATURE
% (* for foo in content.content *)
% (( foo ))
% (* endfor *)
\begin{verbatim}
(* for content in content.content *)
((- content ))
(* endfor *)
\end{verbatim}

2
patacrep/songs/chordpro/test/07.sgc

@ -1,5 +1,5 @@
{language: english}
{start_of_tab}
A tab
A tab
{end_of_tab}

6
patacrep/songs/chordpro/test/07.tex

@ -6,8 +6,8 @@
]
% TODO TABLATURE
% % A tab
%
\begin{verbatim}
A tab
\end{verbatim}
\endsong

6
patacrep/songs/chordpro/test/13.sgc

@ -1,7 +1,7 @@
{language: english}
{start_of_tab}
A table
wit many # weir [
[ symbols
A table
wit many # weir [
[ symbols
{end_of_tab}

10
patacrep/songs/chordpro/test/13.tex

@ -6,10 +6,10 @@
]
% TODO TABLATURE
% % A table
% % wit many # weir [
% % [ symbols
%
\begin{verbatim}
A table
wit many # weir [
[ symbols
\end{verbatim}
\endsong

2
patacrep/songs/chordpro/test/27.sgc

@ -1,5 +1,5 @@
{language: english}
{start_of_tab}
A tab
A tab
{end_of_tab}

6
patacrep/songs/chordpro/test/27.tex

@ -6,8 +6,8 @@
]
% TODO TABLATURE
% % A tab
%
\begin{verbatim}
A tab
\end{verbatim}
\endsong

Loading…
Cancel
Save