-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to print only the first flat on each line #1607
base: develop
Are you sure you want to change the base?
Changes from 16 commits
3ae07bb
f16aa96
a2a2e0c
5ab1c49
7043fdb
949b794
3eac5d4
e2f293b
1a0b474
a0054fd
d28a7e6
348de3c
24b60df
a35eb55
fc38e7a
4005bb8
88c8928
48dce0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -530,6 +530,18 @@ \section{Gregorio Controls} | |
\#5 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\ | ||
\end{argtable} | ||
|
||
\macroname{\textbackslash GreFlatSoft}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex} | ||
Macro to typeset a soft flat. | ||
|
||
\begin{argtable} | ||
\#1 & integer & Height number of the flat.\\ | ||
\#2 & \texttt{0} & The flat is not part of the clef.\\ | ||
& \texttt{1} & The flat is part of the clef.\\ | ||
\#3 & \TeX\ code & signs to typeset before the glyph (typically additional bars, as they must be "behind" the glyph)\\ | ||
\#4 & \TeX\ code & signs to typeset after the glyph (almost all signs)\\ | ||
\#5 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\ | ||
\end{argtable} | ||
|
||
\macroname{\textbackslash GreForceHyphen}{}{gregoriotex-syllable.tex} | ||
Macro that indicates that a hyphen should be forced (if enabled) after the given syllable. | ||
|
||
|
@@ -810,6 +822,18 @@ \section{Gregorio Controls} | |
\#5 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\ | ||
\end{argtable} | ||
|
||
\macroname{\textbackslash GreNaturalSoft}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex} | ||
Macro to typeset a soft natural. | ||
|
||
\begin{argtable} | ||
\#1 & integer & Height number of the natural.\\ | ||
\#2 & \texttt{0} & The natural is not part of the clef.\\ | ||
& \texttt{1} & The natural is part of the clef (doesn't happen).\\ | ||
\#3 & \TeX\ code & signs to typeset before the glyph (typically additional bars, as they must be "behind" the glyph)\\ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment about quotes. |
||
\#4 & \TeX\ code & signs to typeset after the glyph (almost all signs)\\ | ||
\#5 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\ | ||
\end{argtable} | ||
|
||
\macroname{\textbackslash GreNewLine}{}{gregoriotex-main.tex} | ||
Macro to call if you want to go to the next line. | ||
|
||
|
@@ -1080,6 +1104,18 @@ \section{Gregorio Controls} | |
\#5 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\ | ||
\end{argtable} | ||
|
||
\macroname{\textbackslash GreSharpSoft}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex} | ||
Macro to typeset a soft sharp. | ||
|
||
\begin{argtable} | ||
\#1 & integer & Height number of the sharp.\\ | ||
\#2 & \texttt{0} & The sharp is not part of the clef.\\ | ||
& \texttt{1} & The sharp is part of the clef (doesn't happen).\\ | ||
\#3 & \TeX\ code & signs to typeset before the glyph (typically additional bars, as they must be "behind" the glyph)\\ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And a third time. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was a copy-paste from the existing documentation for |
||
\#4 & \TeX\ code & signs to typeset after the glyph (almost all signs)\\ | ||
\#5 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\ | ||
\end{argtable} | ||
|
||
\macroname{\textbackslash GreSmallCaps}{\#1}{gregoriotex.sty and gregoriotex.tex} | ||
Makes argument small capitals. Accesses \LaTeX\ \verb=\textsc= or | ||
Plain \TeX\ \verb=\sc= as appropriate Corresponds to ``<sc></sc>'' tags | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use typographical quotes around behind.