Moved based on to own attribute \m

This commit is contained in:
Carlos Galindo 2019-02-24 20:09:05 +01:00
parent 134acd378c
commit c208c437d3
Signed by: kauron
GPG key ID: 83E68706DEE119A3
16 changed files with 31 additions and 23 deletions

View file

@ -35,3 +35,11 @@
\RequirePackage{changepage}
\strictpagecheck
% Añade un nuevo campo a las canciones para mostrar en qué melodía están basadas
\newsongkey{m}{\def\melody{}}{\def\melody{Basado en #1\par}}
% Modifica el preludio (cabecera) de cada canción para incluir melody
\renewcommand{\extendprelude}{
\showrefs\showauthors
\melody
}