-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
104 lines (69 loc) · 2.66 KB
/
Copy pathmain.tex
File metadata and controls
104 lines (69 loc) · 2.66 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
\documentclass[twoside]{book}
\input{./source/latex/packages.tex}
\input{./source/latex/page-style.tex}
\input{./source/latex/book-examples.tex}
\input{./source/latex/music-chords.tex}
\begin{document}
\frontmatter
\input{./frontmatter/title-page.tex}
\input{./frontmatter/source-note.tex}
\frontMatterChapter{Preface}
\addcontentsline{toc}{chapter}{Preface}
\input{./preface.tex}
\tableofcontents
\clearpage
\listofmusicalexamples
\clearpage
\frontMatterChapter{Introduction}
\addcontentsline{toc}{chapter}{Introduction}
\input{./frontmatter/introduction/project-overview.tex}
\input{./frontmatter/introduction/barry-harris.tex}
\input{./frontmatter/introduction/practice-or-theory.tex}
\mainmatter
\part{Foundations}
\chapter{Music Fundamentals}
\input{./chapters/foundations/music-fundamentals/fundamentals.tex}
\part{Linear Concepts}
\chapter{Scale Maps}
\input{./chapters/linear-concepts/scale-maps/motivating-scale-maps.tex}
\chapter{All the Little Things}
\input{./chapters/linear-concepts/all-the-little-things/little-things.tex}
\chapter{A Rhythmic Language}
\input{./chapters/linear-concepts/a-rhythmic-language/swing-feel.tex}
\part{Harmonic Concepts}
\chapter{Classical Harmony}
\input{./chapters/harmonic-concepts/classical-harmony/exposition.tex}
\chapter{Barry's Harmonic Concepts}
\input{./chapters/harmonic-concepts/barrys-harmonic-concepts/exposition.tex}
\part{Applications}
\chapter{Blues}
\input{./chapters/applications/blues/blues-main.tex}
\chapter{Rhythm}
\input{./chapters/applications/rhythm/rhythm-main.tex}
\chapter{How High the Moon}
\input{./chapters/applications/how-high-the-moon/how-high-main.tex}
\chapter{What Is This Thing Called Love?}
\input{./chapters/applications/what-is-this-thing/what-is-this-thing-main.tex}
\chapter{Body and Soul}
\input{./chapters/applications/body-and-soul/body-and-soul.tex}
\chapter{April in Paris}
\input{./chapters/applications/april-in-paris/april-in-paris-main.tex}
\chapter{Stella By Starlight}
\input{./chapters/applications/stella-by-starlight/stella-main.tex}
\chapter{'Round Midnight}
\input{./chapters/applications/round-midnight/round-midnight-main.tex}
\chapter{All the Things You Are}
\input{./chapters/applications/all-the-things/all-the-things-main.tex}
\chapter{Cherokee}
\input{./chapters/applications/cherokee/cherokee-main.tex}
\chapter{Indiana}
\input{./chapters/applications/indiana/indiana-main.tex}
\chapter{Confirmation}
\input{./chapters/applications/confirmation/confirmation-main.tex}
\backMatterChapter{Glossary}
\begingroup
\renewcommand*{\glossarysection}[2][]{}%
\printglossary[style=bookdefinition]
\endgroup
\printbibliography[heading=bookbibliography, title={Bibliography}]
\end{document}