mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
5 changed files with 39 additions and 177 deletions
@ -1,43 +0,0 @@ |
|||||
|
|
||||
<span class="song-language">Lang: en</span><br> |
|
||||
|
|
||||
|
|
||||
|
|
||||
<div class="song_content"> |
|
||||
<p class="verse">This is a verse<br> |
|
||||
With a new line<br> |
|
||||
<br> |
|
||||
The second part of the verse<br> |
|
||||
Is this line |
|
||||
</p> |
|
||||
|
|
||||
<p class="verse">Here is a new line at the end<br> |
|
||||
|
|
||||
</p> |
|
||||
|
|
||||
<p class="verse">Foo bar |
|
||||
</p> |
|
||||
|
|
||||
<p class="verse"><br> |
|
||||
And a new line<br> |
|
||||
At the beginning |
|
||||
</p> |
|
||||
|
|
||||
<p class="chorus">New lines can also<br> |
|
||||
<br> |
|
||||
Be in chorus |
|
||||
</p> |
|
||||
|
|
||||
<p class="bridge">New lines can also<br> |
|
||||
<br> |
|
||||
Be in bridges |
|
||||
</p> |
|
||||
|
|
||||
<p class="verse">New lines can also<br> |
|
||||
<br> |
|
||||
Be surrounded by spaces |
|
||||
</p> |
|
||||
|
|
||||
<p class="verse">New lines cannot |
|
||||
</p> |
|
||||
</div> |
|
@ -1,41 +0,0 @@ |
|||||
{lang: en} |
|
||||
|
|
||||
This is a verse |
|
||||
With a new line |
|
||||
{newline} |
|
||||
The second part of the verse |
|
||||
Is this line |
|
||||
|
|
||||
|
|
||||
Here is a new line at the end |
|
||||
{newline} |
|
||||
|
|
||||
|
|
||||
Foo bar |
|
||||
|
|
||||
|
|
||||
{newline} |
|
||||
And a new line |
|
||||
At the beginning |
|
||||
|
|
||||
|
|
||||
{start_of_chorus} |
|
||||
New lines can also |
|
||||
{newline} |
|
||||
Be in chorus |
|
||||
{end_of_chorus} |
|
||||
|
|
||||
|
|
||||
{start_of_bridge} |
|
||||
New lines can also |
|
||||
{newline} |
|
||||
Be in bridges |
|
||||
{end_of_bridge} |
|
||||
|
|
||||
|
|
||||
New lines can also |
|
||||
{newline} |
|
||||
Be surrounded by spaces |
|
||||
|
|
||||
|
|
||||
New lines cannot |
|
@ -1,32 +0,0 @@ |
|||||
This is a verse |
|
||||
With a new line |
|
||||
{newline} |
|
||||
The second part of the verse |
|
||||
Is this line |
|
||||
|
|
||||
Here is a new line at the end |
|
||||
{newline} |
|
||||
|
|
||||
Foo bar |
|
||||
|
|
||||
{newline} |
|
||||
And a new line |
|
||||
At the beginning |
|
||||
|
|
||||
{soc} |
|
||||
New lines can also |
|
||||
{newline} |
|
||||
Be in chorus |
|
||||
{eoc} |
|
||||
|
|
||||
{sob} |
|
||||
New lines can also |
|
||||
{newline} |
|
||||
Be in bridges |
|
||||
{eob} |
|
||||
|
|
||||
New lines can also |
|
||||
{newline} |
|
||||
Be surrounded by spaces |
|
||||
|
|
||||
New lines cannot {newline} appear in the middle of a line |
|
@ -1,61 +0,0 @@ |
|||||
\selectlanguage{english} |
|
||||
|
|
||||
\beginsong{}[ |
|
||||
by={ |
|
||||
}, |
|
||||
] |
|
||||
|
|
||||
|
|
||||
\begin{verse} |
|
||||
This is a verse |
|
||||
With a new line |
|
||||
~\\ |
|
||||
The second part of the verse |
|
||||
Is this line |
|
||||
\end{verse} |
|
||||
|
|
||||
|
|
||||
\begin{verse} |
|
||||
Here is a new line at the end |
|
||||
~\\ |
|
||||
\end{verse} |
|
||||
|
|
||||
|
|
||||
\begin{verse} |
|
||||
Foo bar |
|
||||
\end{verse} |
|
||||
|
|
||||
|
|
||||
\begin{verse} |
|
||||
~\\ |
|
||||
And a new line |
|
||||
At the beginning |
|
||||
\end{verse} |
|
||||
|
|
||||
|
|
||||
\begin{chorus} |
|
||||
New lines can also |
|
||||
~\\ |
|
||||
Be in chorus |
|
||||
\end{chorus} |
|
||||
|
|
||||
|
|
||||
\begin{bridge} |
|
||||
New lines can also |
|
||||
~\\ |
|
||||
Be in bridges |
|
||||
\end{bridge} |
|
||||
|
|
||||
|
|
||||
\begin{verse} |
|
||||
New lines can also |
|
||||
~\\ |
|
||||
Be surrounded by spaces |
|
||||
\end{verse} |
|
||||
|
|
||||
|
|
||||
\begin{verse} |
|
||||
New lines cannot |
|
||||
\end{verse} |
|
||||
|
|
||||
\endsong |
|
Loading…
Reference in new issue