mirror of https://github.com/patacrep/patacrep.git
Oliverpool
9 years ago
8 changed files with 132 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
{start_(( content.type ))} |
||||
|
((- render(content.line) -)) |
||||
|
{end_(( content.type ))} |
@ -0,0 +1,3 @@ |
|||||
|
\echo{ |
||||
|
((- render(content.line) -)) |
||||
|
} |
@ -0,0 +1,29 @@ |
|||||
|
{lang: en} |
||||
|
|
||||
|
Soon an echo {start_echo}with chords: [C]cool [A]isn't it?{end_echo} |
||||
|
|
||||
|
|
||||
|
Second example {start_echo} surrounded with spaces {end_echo} continuing |
||||
|
|
||||
|
|
||||
|
Third example {start_echo} on{end_echo} |
||||
|
{start_echo}multiple lines ! {end_echo} continuing |
||||
|
|
||||
|
|
||||
|
{start_echo}Fourth example starting line {end_echo} continuing |
||||
|
|
||||
|
|
||||
|
Fifth example at the {start_echo}end{end_echo} |
||||
|
|
||||
|
|
||||
|
{start_echo}Sixth example: only me!{end_echo} |
||||
|
|
||||
|
|
||||
|
{start_of_chorus} |
||||
|
{start_echo}Seventh example in a chorus{end_echo} |
||||
|
{end_of_chorus} |
||||
|
|
||||
|
|
||||
|
{start_of_bridge} |
||||
|
And in a {start_echo}bridge{end_echo} |
||||
|
{end_of_bridge} |
@ -0,0 +1,20 @@ |
|||||
|
Soon an echo {start_echo}with chords: [C]cool [A]isn't it?{end_echo} |
||||
|
|
||||
|
Second example {start_echo} surrounded with spaces {end_echo} continuing |
||||
|
|
||||
|
Third example {start_echo} on{end_echo} |
||||
|
{start_echo}multiple lines ! {end_echo} continuing |
||||
|
|
||||
|
{start_echo}Fourth example starting line {end_echo} continuing |
||||
|
|
||||
|
Fifth example at the {start_echo}end{end_echo} |
||||
|
|
||||
|
{start_echo}Sixth example: only me!{end_echo} |
||||
|
|
||||
|
{soc} |
||||
|
{start_echo}Seventh example in a chorus{end_echo} |
||||
|
{eoc} |
||||
|
|
||||
|
{sob} |
||||
|
And in a {start_echo}bridge{end_echo} |
||||
|
{eob} |
@ -0,0 +1,49 @@ |
|||||
|
\selectlanguage{english} |
||||
|
|
||||
|
\beginsong{}[ |
||||
|
by={ |
||||
|
}, |
||||
|
] |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
Soon an echo \echo{with chords: \[C]cool \[A]isn't it?} |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
Second example \echo{ surrounded with spaces } continuing |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
Third example \echo{ on} |
||||
|
\echo{multiple lines ! } continuing |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
\echo{Fourth example starting line } continuing |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
Fifth example at the \echo{end} |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
\echo{Sixth example: only me!} |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{chorus} |
||||
|
\echo{Seventh example in a chorus} |
||||
|
\end{chorus} |
||||
|
|
||||
|
|
||||
|
\begin{bridge} |
||||
|
And in a \echo{bridge} |
||||
|
\end{bridge} |
||||
|
|
||||
|
\endsong |
Loading…
Reference in new issue