Skip to content

Commit ab48095

Browse files
some copy and styling nits.
1 parent 97b4e26 commit ab48095

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
The Barry Book Project is a practical jazz textbook that intends to codify the Barry Harris system for the purposes of institutional adoption. Our aim is to set the new standard for music education resources, not only in terms of quality of the educational content, but also in terms of making educational resources affordable for everyone.
1+
The Barry Book is a practical jazz textbook that intends to codify the Barry Harris system for the purposes of institutional adoption. The Barry Book \emph{Project} aims to set a new standard for music education resources, not only in terms of quality, but also in terms of making the textbook affordable for everyone.
22

3-
The core principles of the project:
4-
\begin{enumerate}
3+
\begin{bookStyledList}{Core Principles of the Project}
54
\item This work will always be available free of charge, and will always be permissively licensed.
65
\item This work is collaborative by nature. Members of the Barry Book community make contributions to the project on GitHub.
76
\item This work uses \emph{best in class} document preparation and musical engraving software.
8-
\end{enumerate}
7+
\end{bookStyledList}
98

109
The content of this textbook is designed serve music students at any level of ability. The \emph{fundamentals} chapters will be especially useful for students at the beginning of their musical journey. For best results, work through this text with a knowledgable teacher in private lessons.

source/latex/page-style.lytex

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,26 @@
4343
\endgroup
4444
}
4545

46+
\newcounter{bookStyledListItem}
47+
\newenvironment{bookStyledList}[1]{%
48+
\par\addvspace{0.25em}%
49+
\begingroup
50+
\noindent{\color{barryBlack}\bfseries #1}\par\nobreak
51+
\begin{list}{{\color{barryBlack}\bfseries\arabic{bookStyledListItem}.}}{%
52+
\usecounter{bookStyledListItem}%
53+
\setlength{\leftmargin}{1.85em}%
54+
\setlength{\labelwidth}{1.1em}%
55+
\setlength{\labelsep}{0.45em}%
56+
\setlength{\itemsep}{0.35em}%
57+
\setlength{\parsep}{0pt}%
58+
\setlength{\topsep}{0.25em}%
59+
}%
60+
}{%
61+
\end{list}%
62+
\addvspace{0.25em}%
63+
\endgroup
64+
}
65+
4666
\newglossarystyle{bookdefinition}{%
4767
\setglossarystyle{list}%
4868
\renewenvironment{theglossary}{%

0 commit comments

Comments
 (0)