mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
5 changed files with 76 additions and 0 deletions
@ -1,5 +1,15 @@ |
|||||
|
(*- if content.nolyrics -*) |
||||
|
\begin{verse*} |
||||
|
\musicnote{\nolyrics |
||||
|
(* for line in content.lines *) |
||||
|
(( render(line) )) |
||||
|
(* endfor *) |
||||
|
} |
||||
|
\end{verse*} |
||||
|
(*- else *) |
||||
\begin{(( content.type ))} |
\begin{(( content.type ))} |
||||
(* for line in content.lines *) |
(* for line in content.lines *) |
||||
(( render(line) )) |
(( render(line) )) |
||||
(* endfor *) |
(* endfor *) |
||||
\end{(( content.type ))} |
\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,34 @@ |
|||||
|
\selectlanguage{english} |
||||
|
|
||||
|
\beginsong{}[ |
||||
|
by={ |
||||
|
}, |
||||
|
] |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
A chorus \[A]with lyrics |
||||
|
\[Emaj3]maj et nombre |
||||
|
\end{verse} |
||||
|
|
||||
|
|
||||
|
\begin{verse*} |
||||
|
\musicnote{\nolyrics |
||||
|
\[A B#] |
||||
|
} |
||||
|
\end{verse*} |
||||
|
|
||||
|
|
||||
|
\begin{verse*} |
||||
|
\musicnote{\nolyrics |
||||
|
\[A] \[B] |
||||
|
\[C] |
||||
|
} |
||||
|
\end{verse*} |
||||
|
|
||||
|
|
||||
|
\begin{verse} |
||||
|
A chorus \[C]with lyrics |
||||
|
\end{verse} |
||||
|
|
||||
|
\endsong |
Loading…
Reference in new issue