Browse Source

Merge branch 'master' of git://git.lohrun.net/songbook

remotes/origin/translate_notes
crep 15 years ago
parent
commit
5d8fb221ca
  1. 2
      crepbook.cls
  2. 10
      templates/minimal.tmpl
  3. 2
      templates/patacrep.tmpl

2
crepbook.cls

@ -11,7 +11,7 @@
\tabsfalse \tabsfalse
\lilypondfalse \lilypondfalse
\nodiagramfalse \nodiagramtrue
% Options % Options
\DeclareOption{tabs}{\tabstrue} \DeclareOption{tabs}{\tabstrue}

10
templates/minimal.tmpl

@ -34,7 +34,7 @@
%%:] %%:]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begin document % begin document
\documentclass[\getbooktype]{crepbook} \documentclass[\getbooktype,\getbookoptions,\getmainfontsize]{crepbook}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[english,french]{babel} \usepackage[english,french]{babel}
@ -45,6 +45,14 @@
{img/}, {img/},
} }
\definecolor{SongNumberBgColor}{HTML}{\getsongnumberbgcolor}
\definecolor{NoteBgColor}{HTML}{\getnotebgcolor}
\definecolor{IndexBgColor}{HTML}{\getindexbgcolor}
\renewcommand{\snumbgcolor}{SongNumberBgColor}
\renewcommand{\notebgcolor}{NoteBgColor}
\renewcommand{\idxbgcolor}{IndexBgColor}
\begin{document} \begin{document}
\begin{songs}{titleidx,authidx} \begin{songs}{titleidx,authidx}

2
templates/patacrep.tmpl

@ -44,7 +44,7 @@
%%:] %%:]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begin document % begin document
\documentclass[\getbooktype]{crepbook} \documentclass[\getbooktype,\getbookoptions,\getmainfontsize]{crepbook}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[english,french]{babel} \usepackage[english,french]{babel}

Loading…
Cancel
Save