|
@ -1,8 +1,11 @@ |
|
|
(*- if content.nolyrics -*) |
|
|
(*- if content.nolyrics -*) |
|
|
TODO NOLYRICS |
|
|
\begin{verse*} |
|
|
(* for line in content.lines *) |
|
|
\musicnote{\nolyrics |
|
|
(( render(line) )) |
|
|
(* for line in content.lines *) |
|
|
(* endfor *) |
|
|
(( render(line) )) |
|
|
|
|
|
(* endfor *) |
|
|
|
|
|
} |
|
|
|
|
|
\end{verse*} |
|
|
(*- else *) |
|
|
(*- else *) |
|
|
\begin{(( content.type ))} |
|
|
\begin{(( content.type ))} |
|
|
(* for line in content.lines *) |
|
|
(* for line in content.lines *) |
|
|