mirror of https://github.com/patacrep/patacrep.git
oliverpool
9 years ago
7 changed files with 225 additions and 31 deletions
@ -0,0 +1,43 @@ |
|||||
|
|
||||
|
<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> |
@ -0,0 +1,41 @@ |
|||||
|
{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 |
@ -0,0 +1,2 @@ |
|||||
|
# This content will be overwritten with `newline.source` content |
||||
|
# with windows line endings (CRLF) - for testing purposes |
@ -0,0 +1,61 @@ |
|||||
|
\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