-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up build script to fully automate the distribution (includes now a small wrapper for the build directory that can be easily archived. Final edits in all the four sections as well as the score.ly. Inclusion of a new file dist.org that basically generates the cover for the score in latex.
- Loading branch information
1 parent
0961f73
commit 616cd03
Showing
8 changed files
with
225 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
#+LATEX_CLASS: report | ||
#+LATEX_CLASS_OPTIONS: [a3paper] | ||
#+LATEX_HEADER: \usepackage{times} | ||
#+LATEX_HEADER: \usepackage{pdfpages} | ||
|
||
#+OPTIONS: toc:nil | ||
#+BEGIN_EXPORT latex | ||
\newcommand*{\titleTH}{\begingroup % Create the command for including the title page in the document | ||
\raggedleft % Right-align all text | ||
\vspace*{\baselineskip} % Whitespace at the top of the page | ||
|
||
{\LARGE\bfseries marana}\\[\baselineskip] % First part of the title, if it is unimportant consider making the font size smaller to accentuate the main title | ||
|
||
{{\Huge for symphony orchestra}}\\[\baselineskip] % Main title which draws the focus of the reader | ||
|
||
\vfill % Whitespace between the title block and the publisher | ||
|
||
{\large Adam McCartney} % Publisher and logo | ||
|
||
\vspace*{3\baselineskip} % Whitespace at the bottom of the page | ||
\endgroup} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% BLANK DOCUMENT | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\begin{document} | ||
|
||
|
||
\frontmatter | ||
\begin{titlepage} | ||
\begin{center} | ||
\pagestyle{plain} % Removes page numbers | ||
\titleTH % This command includes the title page | ||
\end{center} | ||
\end{titlepage} | ||
|
||
\mainmatter | ||
|
||
\newpage | ||
\thispagestyle{empty} | ||
\mbox{} | ||
\newpage | ||
|
||
\includepdf[pages=-]{./build/score.pdf} | ||
\end{document} | ||
#+END_EXPORT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.