|
@ -1,4 +1,5 @@ |
|
|
(*- if content.nolyrics -*) |
|
|
(*- if content.nolyrics -*) |
|
|
|
|
|
\ifchorded |
|
|
\begin{verse*} |
|
|
\begin{verse*} |
|
|
\musicnote{\nolyrics |
|
|
\musicnote{\nolyrics |
|
|
(* for line in content.lines *) |
|
|
(* for line in content.lines *) |
|
@ -8,6 +9,7 @@ |
|
|
(* endfor *) |
|
|
(* endfor *) |
|
|
} |
|
|
} |
|
|
\end{verse*} |
|
|
\end{verse*} |
|
|
|
|
|
\fi |
|
|
(*- else *) |
|
|
(*- else *) |
|
|
\begin{(( content.type ))} |
|
|
\begin{(( content.type ))} |
|
|
(* for line in content.lines *) |
|
|
(* for line in content.lines *) |
|
|