summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ddphonism/ddphonism.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ddphonism/ddphonism.tex')
-rw-r--r--macros/latex/contrib/ddphonism/ddphonism.tex138
1 files changed, 27 insertions, 111 deletions
diff --git a/macros/latex/contrib/ddphonism/ddphonism.tex b/macros/latex/contrib/ddphonism/ddphonism.tex
index 2a6f438ce6..a5f53c7b65 100644
--- a/macros/latex/contrib/ddphonism/ddphonism.tex
+++ b/macros/latex/contrib/ddphonism/ddphonism.tex
@@ -7,9 +7,9 @@
\usepackage{ddphonism}
\title{The \textsf{ddphonism} package\footnote{This
- document corresponds to \textsf{ddphonism} v0.2, dated 2019/09/01.}}
+ document corresponds to \textsf{ddphonism} v0.1, dated 2019/08/10.}}
\author{Celia Rubio Madrigal\footnote{Email: \href{mailto:celrubio@ucm.es}{\texttt{celrubio@ucm.es}}}}
-\date{September 1, 2019}
+\date{August 10, 2019}
\begin{document}
@@ -17,13 +17,13 @@
\maketitle
\begin{abstract}
- This is a music-related package focused on notation from the Twelve-Tone System, also called Dodecaphonism. It provides \LaTeX{} algorithms that produce typical dodecaphonic diagrams based off a musical series, or row sequence, of variable length.
+ This is a music-related package which is focused on notation from the Twelve-Tone System, also called Dodecaphonism. It provides \LaTeX{} algorithms that produce typical T.T.S. notation based off a musical series, or row sequence, of variable length.
\begin{center}
\textbf{Keywords}
\end{center}
- \textit{twelve tone system, dodecaphonism, music, mathematics, matrix, row, series, permutation, diagram, clock diagram, notation, algorithm, schoenberg, contemporary music, 20th century}
+ \textit{twelve tone system, dodecaphonism, music, mathematics, matrix, row, series, diagram, clock diagram, notation, algorithm, schoenberg, contemporary music, 20th century}
\end{abstract}
\tableofcontents
@@ -33,140 +33,56 @@
It is said that a twelve-tone matrix is the only thing a twelve-tone composer should need, because it provides the whole serial spectrum with which they may work. I wanted \LaTeX{} users to be able to generate them automatically.
- But I also think that a twelve-tone matrix is not enough, that there exist several other notations with which they may understand their series and their potential. These are the diagrams that can be obtained with this package:
+ But I also think that a twelve-tone matrix is not enough, that there exist several other notations with which they may understand their series and its potential. These are the diagrams that can be obtained with this package.
\begin{multicols}{2}
- \dmatrix{4,3,2,1,0}
+ \dmatrix{0,1,2,3,4}
- \ddihedral{4,5,7,1,6,3,8,2,11,0,9,10}
+ \tikz{\ddihedral{4,5,7,1,6,3,8,2,11,0,9,10}}
- \ddiagram[arrow shift = 4]{4,5,7,1,6,3,8,2,11,0,9,10}
+ \ddiagram{4,5,7,1,6,3,8,2,11,0,9,10}{}
- \darrows{4,5,7,1,6,3,8,2,11,0,9,10}
+ \tikz{\darrows{4,5,7,1,6,3,8,2,11,0,9,10}}
\bigskip
\drow{4,3,2,1,0}
\end{multicols}
\section{Using the \textsf{ddphonism} package}
- These are the commands provided by \textsf{ddphonism}. The main parameter in every command is the row sequence.
+ These are the commands provided by \textsf{ddphonism}:
- \newcommand{\I}[1]{\item[\texttt{$\backslash$#1}]\quad}
- \newcommand{\Ii}[1]{\item[\textsf{#1}]\quad}
+ \newcommand{\I}[1]{\item[\texttt{$\backslash$#1}]\quad}
\begin{itemize}
- \I{dmatrix} produces a twelve-tone matrix of arbitrary length, as shown in \href{https:matrices.netlify.com}{this website}. For example, \verb|\dmatrix{0,2,1,4,3,6,5}| produces the matrix \dmatrix{0,2,1,4,3,6,5}
+ \I{dmatrix} produces a twelve-tone matrix of arbitrary length, as shown in \href{https:matrices.netlify.com}{this website}. Its parameter is the row sequence. For example, \verb|\dmatrix{0,2,1,4,3,6,5}| produces the matrix \dmatrix{0,2,1,4,3,6,5}
- \begin{itemize}
- \Ii{sep} scales the matrix.
- \Ii {vsep} scales the matrix vertically.
- \Ii {hsep} scales the matrix horizontally.
- \Ii{lines} draws lines between rows and columns.
- \Ii{outside lines} only draws the outside lines.
- \Ii{inside lines} only draws the inside lines.
- \Ii{vlines} only draws the vertical lines.
- \Ii{hlines} only draws the horizontal lines.
- \end{itemize}
- \verb|\dmatrix[lines,sep=0.75]{0,2,1,4,3,6,5}| produces the matrix
+ The command automatically reduces the input and output modulus the length of the input series. Thus, the input \verb|\dmatrix{7,9,8,11,10,13,12}| produces the same output as before.
- \dmatrix[lines,sep=0.75]{0,2,1,4,3,6,5}
-
- \begin{itemize}
- \Ii{no tikz} deletes the tikz environment and lets the user write it instead.
- \end{itemize}
-
- \I{ddiagram} produces a twelve tone clock diagram of arbitrary length, as shown in \href{https:diagramas.netlify.com}{this website}. For example, \verb|\ddiagram{0,2,1,4,3,6,5}| produces the diagram\\
- \ddiagram{0,2,1,4,3,6,5}
-
- \begin{itemize}
- \Ii{name} writes a name at the center of the diagram.
- \Ii{up} lets the user choose which number is up north. The default value is the first number in the row.
- \Ii{arrow shift} lets the user choose where the arrow should fall on the line. The values range from 0 to 10. The default value is 2.5.
- \end{itemize}
-
- \verb|\ddiagram[name=P, up=5, arrow shift=5]{0,2,1,4,3,6,5}| produces the diagram\\
- \ddiagram[name=P, up=5, arrow shift=5]{0,2,1,4,3,6,5}
-
-
- \begin{itemize}
- \Ii{no numbers} deletes the numbers around the diagram.
- \Ii{no arrow} deletes the arrow inside the diagram.
- \end{itemize}
-
- \verb|\ddiagram[no numbers, no arrow]{0,2,1,4,3,6,5}| produces the diagram\\
- \ddiagram[no numbers, no arrow]{0,2,1,4,3,6,5}
-
- \begin{itemize}
- \Ii{xshift} shifts the figure horizontally.
- \Ii{yshift} shifts the figure vertically.
- \Ii{no tikz} deletes the tikz environment and lets the user write it instead.
- The option \textsf{up} does not work anymore and the up position becomes 0.
- It is recommended that the user passes the option \textsf{ddiagram} to the environment:
- \begin{verbatim}
- \begin{tikzpicture}[ddiagram]
- \ddiagram[no tikz]{0,2,1,4,3,6,5}
- \end{tikzpicture}
- \end{verbatim} produces the same diagram as \verb|\ddiagram{0,2,1,4,3,6,5}|.
- \end{itemize}
-
- \I{ddihedral} produces a dihedral representation of a series of arbitrary length. For example, \verb|\ddihedral{0,2,1,4,3,6,5}| produces the diagram\\
- \ddihedral{0,2,1,4,3,6,5}
-
- \begin{itemize}
- \Ii{t} applies the transformation \textit{transposition} to the diagram.
- \Ii{s} applies the transformation \textit{inversion} to the diagram.
- \Ii{c} applies the transformation \textit{cyclic shift} to the diagram.
- \Ii{v} applies the transformation \textit{retrograde} to the diagram.
-
- The transformations are applied in that exact order.
- \end{itemize}
-
- \verb|\ddihedral[s=1, c=4]{0,2,1,4,3,6,5}| produces the diagram\\
- \ddihedral[s=1, c=4]{0,2,1,4,3,6,5}
+ \I{ddiagram} produces a twelve tone clock diagram of arbitrary length, as shown in \href{https:diagramas.netlify.com}{this website}. Its parameters are the row sequence and its name. An additional optional parameter tells which number must be up north. The default value is the first number. For example, \verb|\ddiagram{0,2,1,4,3,6,5}{P}| produces the diagram \ddiagram{0,2,1,4,3,6,5}{P}
+
+ and \verb|\ddiagram[3]{0,1,2,3,4}{P}| produces the diagram \ddiagram[3]{0,2,1,4,3,6,5}{P}
+
+ The command also reduces the input and output modulus the length of the input series.
- \begin{itemize}
- \Ii{no italics} removes the italics from the diagram name.
- \Ii{new t} renames the transformation \textit{transposition}.
- \Ii{new s} renames the transformation \textit{inversion}.
- \Ii{new c} renames the transformation \textit{cyclic shift}.
- \Ii{new v} renames the transformation \textit{retrograde}.
- \end{itemize}
-
- \verb|\ddihedral[no italics, new v=R, v=1]{0,2,1,4,3,6,5}| produces the diagram\\
- \ddihedral[no italics, new v=R, v=1]{0,2,1,4,3,6,5}
-
- \begin{itemize}
- \Ii{no tikz} deletes the tikz environment and lets the user write it instead. It is recommended that the user passes the option \textsf{ddihedral} to the environment:
- \begin{verbatim}
- \begin{tikzpicture}[ddihedral]
- \ddihedral[no tikz]{0,2,1,4,3,6,5}
- \end{tikzpicture}
- \end{verbatim} produces the same diagram as \verb|\ddihedral{0,2,1,4,3,6,5}|.
- \end{itemize}
+ \I{ddihedral} produces a dihedral representation of a series of arbitrary length. Its parameters are the original row sequence and, optionally, the transformations it undergoes: \texttt{t,s,c,v} applied in that order. For example,\\ \verb|\tikz{\ddihedral[t=2,v=1]{0,2,1,4,3,6,5}}| produces the diagram\\ \tikz{\ddihedral[t=2,v=1]{0,2,1,4,3,6,5}}
+
+ It needs to be inside a \texttt{tikz} environment, as opposed to the previous ones, which are separate \texttt{tikz} environments on their own. This is because rotation or translation lines are sometimes included in this diagram, and sometimes it needs scalings.
+
+ The command also reduces the input and output modulus the length of the input series.
\I{darrows} produces the arrows from the \verb|\ddihedral| diagram. For example,
- \verb|\darrows{0,2,1,4,3,6,5}| produces the arrows\\
- \darrows{0,2,1,4,3,6,5}
-
- \begin{itemize}
- \Ii{no tikz} deletes the tikz environment and lets the user write it instead.
- \end{itemize}
+ \verb|\tikz{\darrows{0,2,1,4,3,6,5}}| produces the arrows\\
+ \tikz{\darrows{0,2,1,4,3,6,5}}
\I{drow} produces a twelve-tone row sequence as a permutation in its matrix form. For example, \verb|\drow{0,2,1,4,3,6,5}| produces the row
\drow{0,2,1,4,3,6,5}
- \begin{itemize}
- \Ii{sep} lets the user choose the column separation.
- \end{itemize}
-
- \verb|\drow[sep=10pt]{0,2,1,4,3,6,5}| produces the row
-
- \drow[sep=10pt]{0,2,1,4,3,6,5}
-
\end{itemize}
\section{The package code}
\lstset{
+% frame=lines,
+ %
language=[Latex]Tex,
%
basicstyle=\footnotesize\sffamily,