Browse Source

Prise en compte des modifications des templates de songbook-core

accords
Louis 11 years ago
parent
commit
85265edb7e
  1. 4
      templates/data.tex
  2. 8
      templates/naheulbeuk.tex

4
templates/patacrep.tex → templates/data.tex

@ -1,3 +1,4 @@
(% comment %)
% Copyright (C) 2014 The Songbook Team % Copyright (C) 2014 The Songbook Team
% Copyright (C) 2009-2010 Romain Goffe, Alexandre Dupas % Copyright (C) 2009-2010 Romain Goffe, Alexandre Dupas
% Copyright (C) 2008 Kevin W. Hamlen % Copyright (C) 2008 Kevin W. Hamlen
@ -48,9 +49,10 @@
%%: {"name":"languages", "description":"List of languages used by songs", "default":""} %%: {"name":"languages", "description":"List of languages used by songs", "default":""}
%%:] %%:]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(% endcomment %)
% begin document % begin document
(* extends "default.tex" *) (* extends "patacrep.tex" *)
(* block preambule *) (* block preambule *)
\usepackage{licence} \usepackage{licence}

8
templates/naheulbeuk.tex

@ -1,3 +1,4 @@
(% comment %)
% Copyright (C) 2014 The Songbook Team % Copyright (C) 2014 The Songbook Team
% Copyright (C) 2009-2010 Romain Goffe, Alexandre Dupas % Copyright (C) 2009-2010 Romain Goffe, Alexandre Dupas
% Copyright (C) 2008 Kevin W. Hamlen % Copyright (C) 2008 Kevin W. Hamlen
@ -46,15 +47,16 @@
%%: {"name":"languages", "description":"List of languages used by songs", "default":""} %%: {"name":"languages", "description":"List of languages used by songs", "default":""}
%%:] %%:]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(% endcomment %)
% begin document % begin document
(* extends "patacrep.tex" *) (* extends "data.tex" *)
(* block preambule *) (* block preambule *)
(( super() ))
\usepackage{venturisold} \usepackage{venturisold}
\renewcommand{\printchord}[1]{\mdseries\ttfamily\upshape#1} \renewcommand{\printchord}[1]{\mdseries\ttfamily\upshape#1}
\usepackage{licence}
(* endblock *) (* endblock *)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Loading…
Cancel
Save