|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
|
\beginsong{ |
|
|
\beginsong{ |
|
|
(*- for title in titles -*) |
|
|
(*- for title in titles -*) |
|
|
(( title|escape_specials('{}&#_^%~$\\') )) |
|
|
(( title|escape_specials('{}&#_^%$\\') )) |
|
|
(*- if not loop.last -*) |
|
|
(*- if not loop.last -*) |
|
|
\\ |
|
|
\\ |
|
|
(* endif *) |
|
|
(* endif *) |
|
@ -16,7 +16,7 @@ |
|
|
}[ |
|
|
}[ |
|
|
by={ |
|
|
by={ |
|
|
(* for author in authors *) |
|
|
(* for author in authors *) |
|
|
(( author[1]|escape_specials('{}&#_^%~$\\') )) (( author[0]|escape_specials('{}&#_^%~$\\') )) |
|
|
(( author[1]|escape_specials('{}&#_^%$\\') )) (( author[0]|escape_specials('{}&#_^%$\\') )) |
|
|
(*- if not loop.last -*) |
|
|
(*- if not loop.last -*) |
|
|
, |
|
|
, |
|
|
(* endif *) |
|
|
(* endif *) |
|
@ -24,7 +24,7 @@ |
|
|
}, |
|
|
}, |
|
|
(* for key in ['album', 'copyright'] *) |
|
|
(* for key in ['album', 'copyright'] *) |
|
|
(* if key in metadata *) |
|
|
(* if key in metadata *) |
|
|
(( key ))={(( metadata[key]|escape_specials('{}&#_^%~$\\') ))}, |
|
|
(( key ))={(( metadata[key]|escape_specials('{}&#_^%$\\') ))}, |
|
|
(* endif *) |
|
|
(* endif *) |
|
|
(* endfor *) |
|
|
(* endfor *) |
|
|
(* if 'url' in metadata *) |
|
|
(* if 'url' in metadata *) |
|
@ -39,7 +39,7 @@ |
|
|
(* endblock *) |
|
|
(* endblock *) |
|
|
(* endif *) |
|
|
(* endif *) |
|
|
(* for key in metadata.morekeys *) |
|
|
(* for key in metadata.morekeys *) |
|
|
(( key.keyword ))={(( key.argument|escape_specials('{}&#_^%~$\\') ))}, |
|
|
(( key.keyword ))={(( key.argument|escape_specials('{}&#_^%$\\') ))}, |
|
|
(* endfor *) |
|
|
(* endfor *) |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|