-
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.
- Loading branch information
Showing
5 changed files
with
97 additions
and
4 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,12 @@ | ||
\documentclass{article} | ||
\usepackage[T1]{fontenc} | ||
\usepackage[a4paper, landscape]{geometry} | ||
\usepackage{fontspec, nopageno} | ||
|
||
\pagenumbering{gobble} | ||
|
||
\begin{document} | ||
|
||
\vfill | ||
\textcopyright 2024 | ||
\end{document} |
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,41 @@ | ||
\documentclass{article} | ||
\usepackage[T1]{fontenc} | ||
\usepackage[a4paper, landscape]{geometry} | ||
\usepackage{fontspec, graphicx, nopageno, tikz} | ||
\usepackage{luatexja-fontspec} | ||
\setmainjfont{IPAMincho} | ||
|
||
\usetikzlibrary{calc} | ||
\pagenumbering{gobble} | ||
|
||
\begin{document} | ||
\begin{titlepage} | ||
\begin{tikzpicture}[remember picture, overlay] | ||
\draw[line width = 6pt] | ||
($(current page.north west) + (0.5in, -0.5in)$) | ||
rectangle | ||
($(current page.south east) + (-0.5in, 0.5in)$); | ||
\draw[line width = 3pt] | ||
($(current page.north west) + (0.7in, -0.7in)$) | ||
rectangle ($(current page.south east) + (-0.7in, 0.7in)$); | ||
\end{tikzpicture} | ||
|
||
\begin{center} | ||
{\fontsize{60}{62}\selectfont \textbf{南寺}} | ||
\newline | ||
{\fontsize{60}{62}\selectfont \textbf{Minamidera}} | ||
\end{center} | ||
|
||
\vfill | ||
|
||
{\slshape for piano} | ||
|
||
\vspace*{1\baselineskip} | ||
|
||
{\slshape 2024} | ||
|
||
\vspace*{1\baselineskip} | ||
|
||
Tsz Kiu Pang | ||
\end{titlepage} | ||
\end{document} |
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,31 @@ | ||
\documentclass{article} | ||
\usepackage[T1]{fontenc} | ||
\usepackage[a4paper, landscape]{geometry} | ||
\usepackage{hyperref} | ||
\usepackage{nopageno} | ||
\usepackage{parskip} | ||
|
||
\begin{document} | ||
Placeholder text, lorem ipsum bla bla bla | ||
|
||
\section*{Performance Instruction} | ||
The piece can be performed as it is, for solo piano, fully notated. | ||
% | ||
It can also be performed as a mix of playing the notated music and | ||
improvising. | ||
% | ||
In this case, the notated music can serve as a guide for the | ||
improvisation. | ||
% | ||
Metric modulation indicates the transition from one section to the next. | ||
Although not indicated, when improvising, each section can be repeated, | ||
as many times as desired. | ||
% | ||
When improvising, this piece can be played accompanied. | ||
|
||
\noindent | ||
Accidentals apply only to the note they are attached to. | ||
|
||
\noindent | ||
Dynamics are notated above the staff rather than next to the notes. | ||
\end{document} |
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,12 @@ | ||
\documentclass{article} | ||
\usepackage[a4paper, landscape]{geometry} | ||
\usepackage{pdfpages} | ||
|
||
\begin{document} | ||
\includepdf[pages=-]{minamidera/builds/score/front-cover.pdf} | ||
\shipout\null | ||
\includepdf[pages=-]{minamidera/builds/score/preface.pdf} | ||
\shipout\null | ||
\includepdf[pages=-]{minamidera/builds/score/music.pdf} | ||
\includepdf[pages=-]{minamidera/builds/score/back-cover.pdf} | ||
\end{document} |