mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
359 B
8 lines
359 B
% Minimal songs.sty package, to be loaded by the songbook_core library, by the
|
|
% PlasTeX packages. Some songs.sty commands are implemented in Python, in the
|
|
% songbook_core/plastex*.py packages, and some commands are implemented in this
|
|
% file.
|
|
|
|
\newenvironment{chorus}{\obeylines}{}
|
|
\newenvironment{verse}{\obeylines}{}
|
|
\newenvironment{verse*}{\obeylines}{}
|
|
|