1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
# musical package
# Matthew Bertucci 2/15/2022
#include:ifthen
#include:fancyhdr
#include:etoolbox
#include:xspace
#include:titlesec
#include:footmisc
#include:tcolorbox
# loads breakable and skins tcolorbox libraries
#include:pdfcol
#include:tikz
\scripttitles#*
\themusicalpage#*
#keyvals:\pagestyle#c,\thispagestyle#c
scriptheader
#endkeyvals
\begin{script}
\end{script}
\theactcounter#*
\thescenecounter#*
\act
\scene{setting%text}
\scene[title]{setting%text}
\sectionname#*
\setdescription#*
\rehearsalmark{mark}
\transition
\transition[name]
\speechmargin#*
\begin{spokentext}#*
\end{spokentext}#*
\begin{lyrictext}#*
\end{lyrictext}#*
\dialogfootnote{text}#*
\dialog{character}{text}
\charactername#*
\lyrics{character}{lyrics%text}
\spacer{text%plain}
\stdir{direction%text}
\music{title%text}
\dance{title%text}
\pause
\dialogue{character}{text}#*
\listofsongs
\listofdances
\addcharacter{name}{description%text}
\addcharacter[nickname]{name}{description%text}
\character{name}
\comment{comment%text}#*
|