Browse Source

rdpro] Extra, custom keys are correctly rendered

pull/79/head
Louis 9 years ago
parent
commit
882967afda
  1. 3
      patacrep/songs/chordpro/data/latex/song
  2. 1
      patacrep/songs/chordpro/test/metadata.tex

3
patacrep/songs/chordpro/data/latex/song

@ -27,6 +27,9 @@
(( key ))={(( metadata[key] ))},
(* endif *)
(* endfor *)
(* for key in metadata.keys *)
(( key.keyword ))={(( key.argument ))},
(* endfor *)
]
(* if (metadata.cov is defined) or (metadata.vcov is defined) *)

1
patacrep/songs/chordpro/test/metadata.tex

@ -13,6 +13,7 @@ Subtitle5}[
copyright={Copyright},
cov={DIRNAME/Cover},
vcov={VCover},
foo={Foo},
]
\cover

Loading…
Cancel
Save