mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
5 changed files with 69 additions and 0 deletions
@ -1,5 +1,12 @@ |
|||
(*- if content.nolyrics -*) |
|||
TODO NOLYRICS |
|||
(* for line in content.lines *) |
|||
(( render(line) )) |
|||
(* endfor *) |
|||
(*- else *) |
|||
\begin{(( content.type ))} |
|||
(* for line in content.lines *) |
|||
(( render(line) )) |
|||
(* endfor *) |
|||
\end{(( content.type ))} |
|||
(*- endif *) |
|||
|
@ -0,0 +1,14 @@ |
|||
{language: english} |
|||
|
|||
A chorus [A]with lyrics |
|||
[Emaj3]maj et nombre |
|||
|
|||
|
|||
[A B#] |
|||
|
|||
|
|||
[A] [B] |
|||
[C] |
|||
|
|||
|
|||
A chorus [C]with lyrics |
@ -0,0 +1,9 @@ |
|||
A chorus [A]with lyrics |
|||
[Emaj3]maj et nombre |
|||
|
|||
[A B#] |
|||
|
|||
[A] [B] |
|||
[C] |
|||
|
|||
A chorus [C]with lyrics |
@ -0,0 +1,30 @@ |
|||
\selectlanguage{english} |
|||
|
|||
\beginsong{}[ |
|||
by={ |
|||
}, |
|||
] |
|||
|
|||
|
|||
\begin{verse} |
|||
A chorus \[A]with lyrics |
|||
\[Emaj3]maj et nombre |
|||
\end{verse} |
|||
|
|||
|
|||
TODO NOLYRICS |
|||
\[A B#] |
|||
|
|||
|
|||
|
|||
TODO NOLYRICS |
|||
\[A] \[B] |
|||
\[C] |
|||
|
|||
|
|||
|
|||
\begin{verse} |
|||
A chorus \[C]with lyrics |
|||
\end{verse} |
|||
|
|||
\endsong |
Loading…
Reference in new issue