mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-06-04 05:53:13 +02:00
37 lines
862 B
TeX
37 lines
862 B
TeX
\documentclass{book}
|
|
|
|
% \ifchorded
|
|
%CHORDED% \usepackage{acordes}
|
|
% \else
|
|
%LYRICS% \usepackage[lyric,noshading,%SONGCOLUMNS%]{songs}
|
|
%LYRICS% \usepackage{estilo}
|
|
%LYRICS% \usepackage[paperwidth=%PAPERWIDTH%mm,paperheight=%PAPERHEIGHT%mm,margin=%MARGIN%cm]{geometry}
|
|
%LYRICS% \renewcommand{\lyricfont}{\fontsize{%FONTSIZE%}{%LINESKIP%}\sffamily}
|
|
|
|
\usepackage{hyperref}
|
|
\songpos{0} % 0 a 3, cuanto mas alto menos se cortan las canciones
|
|
|
|
\ifchorded
|
|
\else
|
|
\renewcommand\makeprelude{%
|
|
\resettitles%
|
|
{%
|
|
\raggedright%
|
|
%LYRICS% {\fontsize{%TITLEFONTSIZE%}{%TITLELINESKIP%}\sffamily\bfseries\songtitle} \par
|
|
%LYRICS% {\fontsize{%SUBTITLEFONTSIZE%}{\baselineskip}\extendprelude}
|
|
}%
|
|
}%
|
|
\fi
|
|
|
|
|
|
\begin{document}
|
|
|
|
\songsection{\normalfont \textsc{\huge %TITLE%}}
|
|
\begin{songs}{}
|
|
%SONGCOLNUM%
|
|
%IFCOLUMNSEP%\columnsep=%COLUMNSEP%cm
|
|
%SONGLIST%
|
|
\end{songs}
|
|
|
|
\end{document}
|
|
|