Browse Source

[WIP] Special chars, and TODO

pull/213/head
Louis 8 years ago
parent
commit
1e488b26ec
  1. 0
      test/test_song/latex.tsg
  2. 0
      test/test_song/special.csg
  3. 1
      test/test_song/special.csg.source
  4. 21
      test/test_song/special.tsg
  5. 2
      test/test_songbook/special.yaml
  6. 0
      test/test_songbook/special_datadir/songs/special.csg

0
test/test_song/latex.tsg

0
test/test_song/latex.csg → test/test_song/special.csg

1
test/test_song/latex.csg.source → test/test_song/special.csg.source

@ -1,3 +1,4 @@
TODO url ?
{title: & $ % # _ \} \{ ~ ^ \\}
{artist: & $ % # _ \} \{ ~ ^ \\}
{album: & $ % # _ \} \{ ~ ^ \\}

21
test/test_song/special.tsg

@ -0,0 +1,21 @@
\selectlanguage{english}
\beginsong{\& \$ \% \# \_ \} \{ \textasciitilde{} \textasciicircum{} \textbackslash{}}[
by={
\& \$ \% \# \_ \} \{ \textasciitilde{} \textasciicircum{} \textbackslash{} },
album={\& \$ \% \# \_ \} \{ \textasciitilde{} \textasciicircum{} \textbackslash{}},
]
\begin{verse}
\& \$ \% \# \_ \} \{ \textasciitilde{} \textasciicircum{} \textbackslash{}
\end{verse}
\begin{chorus}
\& \$ \% \# \_ \} \{ \textasciitilde{} \textasciicircum{} \textbackslash{}
\end{chorus}
\endsong

2
test/test_songbook/latex_special.yaml → test/test_songbook/special.yaml

@ -1,6 +1,6 @@
book:
datadir:
- latex_special_datadir
- special_datadir
template:
default.tex:

0
test/test_songbook/latex_special_datadir/songs/special.csg → test/test_songbook/special_datadir/songs/special.csg

Loading…
Cancel
Save