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} {start_of_tab}
(* for foo in content.content *) (* for content in content.content *)
(( foo )) ((- content ))
(* endfor *) (* endfor *)
{end_of_tab} {end_of_tab}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save