summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/gregoriotex/Command_Index_gregorio.tex
blob: d6eac996fc7d7f8b997d1a1e285d6df071a53774 (plain)
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
% !TEX root = GregorioRef.tex
% !TEX program = LuaLaTeX+se
%
% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md)
%
% This file is part of Gregorio.
%
% Gregorio is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Gregorio is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with Gregorio.  If not, see <http://www.gnu.org/licenses/>.
%
\section{Gregorio Controls}

These functions are the ones written by gregorio to the gtex file.
While one could, in theory, use/change them to alter the appearance of
elements of the score, it is far better to make your changes in the
gabc file and let gregorio make the changes to the gtex file.

\macroname{\textbackslash GreAnnotationLines}{\#1\#2}{gregoriotex-main.tex}
A wrapper macro for placing annotations above the initial. The
arguments are provided by the \texttt{gabc} file in the
\texttt{annotation} header field.  This macro tests for the presence
of the annotation box which means that the annotation is explicitly
defined in the \texttt{main.tex} file. If so, this macro does nothing,
respecting the annotation value in the \texttt{main.tex} file.

\begin{argtable}
	\#1 & string & First line text to place above the initial.\\
	\#2 & string & Second line text to place above the initial.\\
\end{argtable}

\macroname{\textbackslash GreBeginScore}{\#1\#2\#3\#4\#5\#6\#7\#8}{gregoriotex-main.tex}
Macro to start a score.

\begin{argtable}
	\#1 & string  & a unique identifier for the score (currently an SHA-1-based digest of the gabc file)\\
	\#2 & integer & the height number of the top pitch of the entire score, including signs\\
	\#3 & integer & the height number of the bottom pitch of the entire score, including signs\\
	\#4 & 0 & there is no translation line in the score\\
			& 1 & there is a translation line somewhere in the score\\
	\#5 & 0 & there is no above lines text in the score\\
			& 1 & there is above lines text somewhere in the score\\
	\#6 & string  & the absolute filename of the gabc file if point-and-click is enabled\\
	\#7 & integer & the number of staff lines\\
	\#8 & \TeX\ code & macros to run before the score (\eg, setting clef
										 extrema)\\
\end{argtable}

\macroname{\textbackslash GreEndScore}{}{gregoriotex-main.tex}
Macro to end a score.

\macroname{\textbackslash GreBeginHeaders}{}{gregoriotex-main.tex}
Macro called at the beginning of a set of gabc headers.

\macroname{\textbackslash GreEndHeaders}{}{gregoriotex-main.tex}
Macro called at the end of a set of gabc headers.

\macroname{\textbackslash GreAccentus}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting an accentus.

\begin{argtable}
	\#1 & integer & height number of episema\\
	\#2 & string  & Type of glyph the episema is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreAdditionalLine}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset the additional line above or below the staff.

\begin{argtable}
	\#1 & string  & See \Nameref{NoteOffset}.\\
	\#2 & integer & The ambitus of the porrectus or porrectus flexus if the first references these glyph types; ignored otherwise.\\
	\#3 & integer & Set horizontal episema (0), horizontal episema under a note (1), line at top of staff (2), line at bottom of staff (3), choral sign (4).\\
\end{argtable}

\macroname{\textbackslash GreAdHocSpaceEndOfElement}{\#1\#2\#3}{gregoriotex-main.tex}
Macro to end an element with an ad-hoc space.

\begin{argtable}
	\#1 & float & The factor to scale the default space for use as an ad-hoc space.\\
	\#2 & \texttt{0} & Space is breakable.\\
	& \texttt{1} & Space is unbreakable.\\
	\#3 & integer & The number of notes in the syllable prior to this macro.\\
\end{argtable}

\macroname{\textbackslash GreAugmentumDuplex}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro for typesetting an augmentum duplex (a pair of punctum mora)

\begin{argtable}
	\#1 & integer & Height number for first punctum mora.\\
	\#2 & integer & Height number for second punctum mora.\\
	\#3 & integer & First punctum mora occurs before last note of a podatus, prorectus, or toculus resupinus (1), or not (0).\\
\end{argtable}

\macroname{\textbackslash GreBarBrace}{\#1}{gregoriotex-signs.tex}
Macro for typesetting a bar brace.

\begin{argtable}
	\#1 & string & Type of glyph the episema is attached to.  See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreBarSyllable}{\#1\#2\#3\#4\#5\#6\#7\#8\#9}{gregoriotex-syllable.tex}
Macro for typesetting a bar syllable.

\begin{argtable}
	\#1 & \TeX\ code & macro setting syllable letters for the current syllable\\
	\#2 & empty & reserved for future use\\
	\#3 & \TeX\ control sequence & the control sequence to use for styling the hyphen\\
	\#4 & \texttt{0} & this syllable is not the end of a word\\
	& \texttt{1} & this syllable is the end of a word\\
	\#5 & \TeX\ code & macros setting syllable letters for the next syllable\\
	\#6 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\
	\#7 & pair of integers & a pair containing alignment type and alteration type of the next glyph\\
	\#8 &\TeX\ code & other macros (translation, double text, etc.) that don't fit in the limitation of the number of arguments\\
	\#9 & \TeX\ code & The bar line (usually a \textit{writebar} call).
\end{argtable}

\macroname{\textbackslash GreBarVEpisema}{\#1}{gregoriotex-signs.tex}
Macro to typeset a vertical episema on a bar.

\begin{argtable}
	\#1 & string & Type of glyph the episema is attached to.  See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreBeginEUOUAE}{\#1}{gregoriotex-main.tex}
Macro to mark the beginning of a EUOUAE block.  Alters spacings and prohibits a line break until the end of the block.

\begin{argtable}
	\#1 & integer & The identifier of the EUOUAE block.\\
\end{argtable}

\macroname{\textbackslash GreBeginNLBArea}{\#1\#2}{gregoriotex-main.tex}
Macro called at beginning of a no line break area.

\begin{argtable}
	\#1 & \texttt{0} & Not in the neumes.\\
	& \texttt{1} & In the neumes.\\
	\#2 & \texttt{0} & Call didn't come from translation centering.\\
	& \texttt{1} & Call came from translation centering.
\end{argtable}

\macroname{\textbackslash GreBold}{\#1}{gregoriotex.sty and gregoriotex.tex}
Makes argument bold.  Accesses \LaTeX\ \verb=\textbf= (\textit{gregoriotex.sty}) or Plain \TeX\ \verb=\bf= (\textit{gregoriotex.tex}) as appropriate.  Corresponds to ``<b></b>'' tags in gabc.

\begin{argtable}
	\#1 & string & Text to be typeset in bold.\\
\end{argtable}

\macroname{\textbackslash GreBracket}{\#1\#2\#3\#4}{gregoriotex-signs.tex}
Typesets a bracket.

\begin{argtable}
	\#1 & \texttt{0} & Typeset a left bracket.\\
			& \texttt{1} & Typeset a right bracket.\\
	\#2 & integer    & The height of the lowest note within the brackets.\\
	\#3 & integer    & The height of the highest note within the brackets.\\
	\#4 & string     & the line, byte offset, and column address for textedit
										 links when point-and-click is enabled.\\
\end{argtable}

\macroname{\textbackslash GreChangeClef}{\#1\#2\#3\#4\#5\#6\#7}{gregoriotex-signs.tex}
Macro called when key changes

\begin{argtable}
	\#1 & character & Type of new clef (c or f).\\
	\#2 & \texttt{1}--\texttt{5} & Line of new clef.\\
	\#3 & \texttt{0} & Print space before clef.\\
	& \texttt{1} & Do not print space before clef.\\
	\#4 & integer & Height number of flat in clef (\texttt{3} for no flat).\\
	\#5 & \texttt{c} or \texttt{f} & Type of secondary clef.\\
	\#6 & \texttt{0}--\texttt{5} & Line of secondary clef (\texttt{0} for no secondary clef).\\
	\#7 & integer & Height of flat in secondary clef (\texttt{3} for no flat).\\
\end{argtable}

\macroname{\textbackslash GreCirculus}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a circulus.

\begin{argtable}
	\#1 & integer & Height number of circulus.\\
	\#2 & string  & Type of glyph the circulus is attached to.  See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreClearSyllableText}{\#1\#2}{gregoriotex-syllable.tex}
Macro indicating that the text in this syllable should not overlap any previous syllable.

\macroname{\textbackslash GreColored}{\#1}{gregoriotex.sty \textup{and} gregoriotex.tex}
Colors argument (a string) in \verb=gregoriocolor.=  Corresponds to ``<c></c>'' tags in gabc.  Does nothing in Plain \TeX\ because color is not supported there.

\macroname{\textbackslash GreCPVirgaReversaAscendensOnDLine}{\#1}{gregoriotex-main.tex}
Allows the Dominican rule set to force long stems to be used for virga
reversa ascendens neumes on the ``d'' (lowest) line.  This macro is
defined and re-defined by the \verb=\gresetgregoriofont= macro.

\begin{argtable}
	\#1 & \TeX{} code & The \TeX{} code to use when long stems are not forced.\\
\end{argtable}

\macroname{\textbackslash GreCP...}{}{gregoriotex-main.tex}
A class of macros which point to the individual characters in a Gregoiro\TeX\ compatible font.  This class of macros is dynamically mapped from the glyph names embedded in the \texttt{ttf} file via a Lua script to ensure that the code points match up with the installed font.

\macroname{\textbackslash GreHollowCP...}{}{gregoriotex-main.tex}
A class of macros which point to the individual characters in a Gregoiro\TeX\ compatible cavum neume font.  This class of macros is dynamically mapped from the glyph names embedded in the \texttt{ttf} file via a Lua script to ensure that the code points match up with the installed font.

\macroname{\textbackslash GreHoleCP...}{}{gregoriotex-main.tex}
A class of macros which point to the individual characters in a Gregoiro\TeX\ compatible cavum neume hole font.  This class of macros is dynamically mapped from the glyph names embedded in the \texttt{ttf} file via a Lua script to ensure that the code points match up with the installed font.

\macroname{\textbackslash GreCavum}{\#1}{gregoriotex-signs.tex}
Typesets a cavum glyph.

\begin{argtable}
	\#1 & string & The name of the cavum glyph.\\
\end{argtable}

\macroname{\textbackslash GreCustos}{\#1\#2}{gregoriotex-signs.tex}
Typesets a custos.

\begin{argtable}
	\#1 & integer & Height number of custos.\\
	\#2 & \texttt{Flat} & The custos should have a flat.\\
			& \texttt{Natural} & The custos should have a natural.\\
			& \texttt{Sharp} & The custos should have a sharp.\\
			& \textit{empty} & The custos should not have an alteration.\\
\end{argtable}

\macroname{\textbackslash GreDagger}{}{gregoriotex-symbols.tex}
Macro to typeset a dagger (\GreDagger).

\macroname{\textbackslash GreDiscretionary}{\#1\#2\#3}{gregoriotex-signs.tex}
A Gregorio\TeX-specific discretionary. Currently only used to avoid clef change at beginning or end of line, or even with more complex data (z0::c3 for instance).  We require a special function because in the normal discretionary function you cannot use \verb=\hskip= (but you can use \verb=\kern=) and you cannot use \verb=\penalty= (which is useless indeed).  This macro corrects for these two limitations. The first argument allows to select the penalty assigned to the discretionary by recent version of Lua\TeX.

\begin{argtable}
	\#1 & integer & Type of discretionary (for penalty assignment). Currently possible value is 0 for clef change discretionaries.\\
	\#2 & \TeX\ code & First argument of resulting \verb=\discretionary=.\\
	\#3 & \TeX\ code & Third argument of resulting \verb=\discretionary=.\\
\end{argtable}

\macroname{\textbackslash GreDivisioFinalis}{\#1\#2}{gregoriotex-signs.tex}
Macro to typeset a divisio finalis.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio finalis (typically \verb=\grevepisema=).\\
\end{argtable}

\macroname{\textbackslash GreDivisioMaior}{\#1\#2}{gregoriotex-signs.tex}
Macro to typeset a divisio maior.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio maior (typically \verb=\grevepisema=).\\
\end{argtable}

\macroname{\textbackslash GreDivisioMaiorDotted}{\#1\#2}{gregoriotex-signs.tex}
Macro to typeset a dotted divisio maior.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio maior (typically \verb=\grevepisema=).\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinima}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a divisio minima.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio minima (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinimaHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a divisio minima on the ledger line above the staff.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio minima (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinimaParen}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a parenthesized divisio minima.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio minima (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinimaParenHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a parenthesized divisio minima on the ledger line above the staff.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio minima (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinimis}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a divisio ``minimis'' (eighth bar).

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio ``minimis'' (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinimisHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a divisio ``minimis'' (eighth bar) on the ledger line above the staff.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio ``minimis'' (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreDivisioMinor}{\#1\#2}{gregoriotex-signs.tex}
Macro to typeset a divisio minor.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & \TeX\ code & Macros which may happen before the skip but after the divisio minor (typically \verb=\grevepisema=).\\
\end{argtable}

\macroname{\textbackslash GreDominica}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a dominican bar.

\begin{argtable}
	\#1 & \texttt{1}--\texttt{6} & Type of dominican bar.  Corresponds to bar types 6--13 in \verb=\grewritebar=.\\
	\#2 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#3 & \TeX\ code    & Macros which may happen before the skip but after the divisio dominica (typically \verb=\grevepisema=).\\
\end{argtable}

\macroname{\textbackslash GreDrawAdditionalLine}{\#1\#2\#3\#4\#5\#6}{gregoriotex-signs.tex}
Macro to draw ledger lines.

\begin{argtable}
	\#1 & \texttt{0} & Draw an over-the-staff ledger line. \\
			& \texttt{1} & Draw an under-the-staff ledger line. \\
	\#2 & distance   & The length of the line, with TeX units, excluding any left or right distances coming from the rest of the arguments. \\
	\#3 & \texttt{0} & Start the line at this point. \\
			& \texttt{1} & Start the line to the left of this point by \verb=gre@dimen@additionallineswidth=. \\
			& \texttt{2} & Start the line to the left of this point by \#4. \\
	\#4 & distance   & The distance to move left before starting the line if \#3 is \texttt{2}. \\
	\#5 & \texttt{0} & End the line exactly \#2 to the right of this point. \\
			& \texttt{1} & End the line \verb=gre@dimen@additionallineswidth= to the right of \#2 from this point. \\
			& \texttt{2} & End the line \#6 to the right of \#2 from this point. \\
	\#6 & distance   & The distance to end the line after \#2 from this point if \#3 is \texttt{2}. \\
\end{argtable}

\macroname{\textbackslash GreElision}{\#1}{gregoriotex-syllable.tex}
Typesets \#1 using the \texttt{elision} style.

\begin{argtable}
	\#1 & string & Text to be typeset in the \texttt{elision} style.\\
\end{argtable}

\macroname{\textbackslash GreEmptyFirstSyllableHyphen}{}{gregoriotex-syllable.tex}
Macro that indicates the position of an empty-first-syllable hyphen, should one be desired.

\macroname{\textbackslash GreEndEUOUAE}{\#1}{gregoriotex-main.tex}
Macro to mark the end of a EUOUAE block.

\begin{argtable}
	\#1 & \texttt{0} & ending element\\
	& \texttt{1} & ending syllable\\
	& \texttt{2} & ending score\\
	& \texttt{3} & before bar
\end{argtable}

\macroname{\textbackslash GreEndOfElement}{\#1\#2\#3}{gregoriotex-main.tex}
Macro to end elements.

\begin{argtable}
	\#1 & \texttt{0} & Default space.\\
	& \texttt{1} & Larger space.\\
	& \texttt{2} & Glyph space.\\
	& \texttt{3} & Zero-width space.\\
	& \texttt{4} & Ad-hoc space.\\
	\#2 & \texttt{0} & Space is breakable.\\
	& \texttt{1} & Space is unbreakable.\\
	\#3 & integer & The number of notes in the syllable prior to this macro.\\
\end{argtable}

\macroname{\textbackslash GreEndNLBArea}{\#1\#2}{gregoriotex-main.tex}
Macro to end a no line break area.

\begin{argtable}
	\#1 & 0 & ending element\\
	& \texttt{1} & ending syllable\\
	& \texttt{2} & ending score\\
	& \texttt{3} & before bar\\
	\#2 & \texttt{0} & ??\\ %I can’t tell what this flag is for
	& else & ??
\end{argtable}

\macroname{\textbackslash GreEndOfGlyph}{\#1}{gregoriotex-main.tex}
Macro to end a glyph without ending the element.

\begin{argtable}
	\#1 & \texttt{0} & Default space.\\
	& \texttt{1} & Zero-width space.\\
	& \texttt{2} & Space between flat or natural and a note.\\
	& \texttt{3} & Space between two puncta inclinata, descending.\\
	& \texttt{4} & Space between bivirga or trivirga.\\
	& \texttt{5} & space between bistropha or tristropha.\\
	& \texttt{6} & Space after a punctum mora XXX: not used yet, not so sure it is a good idea\ldots\\
	& \texttt{7} & Space between a punctum inclinatum and a punctum inclinatum debilis, descending.\\
	& \texttt{8} & Space between two puncta inclinata debilis.\\
	& \texttt{9} & Space before a punctum (or something else) and a punctum inclinatum.\\
	& \texttt{10} & Space between puncta inclinata (also debilis for now), larger ambitus (range=3rd), descending.\\
	& \texttt{11} & Space between puncta inclinata (also debilis for now), larger ambitus (range=4th or 5th), descending.\\
	& \texttt{12} & Space between two puncta inclinata, ascending. \\
	& \texttt{13} & Space between a punctum inclinatum and a punctum inclinatum debilis, ascending. \\
	& \texttt{14} & Space between puncta inclinata (also debilis for now), larger ambitus (range=3rd), ascending. \\
	& \texttt{15} & Space between puncta inclinata (also debilis for now), larger ambitus (range=4th or 5th), ascending. \\
	& \texttt{16} & Space between a punctum inclinatum and a ``no-bar'' glyph one pitch below. \\
	& \texttt{17} & Space between a punctum inclinatum and a ``no-bar'' glyph two pitches below. \\
	& \texttt{18} & Space between a punctum inclinatum and a ``no-bar'' glyph three or four pitches below \\
	& \texttt{19} & Space between a punctum inclinatum and a ``no-bar'' glyph one pitch above. \\
	& \texttt{20} & Space between a punctum inclinatum and a ``no-bar'' glyph two pitches above. \\
	& \texttt{21} & Space between a punctum inclinatum and a ``no-bar'' glyph three or four pitches above \\
	& \texttt{22} & Half-space. \\
\end{argtable}

\macroname{\textbackslash GreFinalCustos}{\#1\#2}{gregoriotex-signs.tex}
Typesets a custos after the final bar in a score.

\begin{argtable}
	\#1 & integer & Height number of custos.\\
	\#2 & \texttt{Flat} & The custos should have a flat.\\
			& \texttt{Natural} & The custos should have a natural.\\
			& \texttt{Sharp} & The custos should have a sharp.\\
			& \textit{empty} & The custos should not have an alteration.\\
\end{argtable}

\macroname{\textbackslash GreFinalDivisioFinalis}{\#1}{gregoriotex-signs.tex}
Macro to end a score with a divisio finalis.

\begin{argtable}
	\#1 & \texttt{0} & Something does not need to be placed after the divisio finalis.\\
	& \texttt{1} & Something needs to be placed after the divisio finalis.\\
\end{argtable}

\macroname{\textbackslash GreFinalDivisioMaior}{\#1}{gregoriotex-signs.tex}
Macro to end a score with a divisio maior.

\begin{argtable}
	\#1 & \texttt{0} & Something does not need to be placed after the divisio maior.\\
	& \texttt{1} & Something needs to be placed after the divisio maior.\\
\end{argtable}

\macroname{\textbackslash GreFirstSyllable}{\#1}{gregoriotex-syllable.tex}
A macro which is called with the text of the first syllable, excluding the
initial of the score.  This macro may be redefined to style the first syllable
appropriately.  This macro may be called up to three times: for the letters
before the centered letters, for the centered letters, and for the letters
after the centered letters.

\begin{argtable}
	\#1 & string & Text from the first syllable.
\end{argtable}

\macroname{\textbackslash GreFirstSyllableInitial}{\#1}{gregoriotex-syllable.tex}
A macro which is called with the first letter of the first syllable which is
not the initial of the score.  If there is no initial (\verb=\gresetinitiallines{0}= has been called), the
first letter of the syllable will be passed.  Otherwise, the \emph{second} letter will be passed.

\begin{argtable}
	\#1 & string & The first letter of the first syllable which is not the
								 initial of the score.
\end{argtable}

\macroname{\textbackslash GreFirstWord}{\#1}{gregoriotex-syllable.tex}
A macro which is called with the text of the first word, excluding the
initial of the score.  This macro may be redefined to style the first word
appropriately.  This macro may be called multiple times, depending on how
many syllables are in the word.

\begin{argtable}
	\#1 & string & Text from the first word.
\end{argtable}

\macroname{\textbackslash GreFlat}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a 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 GreFlatParen}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a parenthesized 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.

\macroname{\textbackslash GreFuse}{}{gregoriotex-main.tex}
Macro used between two fused glyphs.

\macroname{\textbackslash GreFuseTwo}{\#1\#2}{gregoriotex-main.tex}
Macro for fusing two glyphs to create a larger neume.

\begin{argtable}
	\#1 & Gregorio\TeX\ glyph & The first glyph in the sequence.\\
	\#2 & Gregorio\TeX\ glyph & The second.
\end{argtable}

\macroname{\textbackslash GreGlyph}{\#1\#2\#3\#4\#5\#6\#7}{gregoriotex-syllable.tex}
Macro to typeset a glyph.

\begin{argtable}
	\#1 & character & the character that it must call\\
	\#2 & integer & The number for where the glyph is located.  \texttt{a} in gabc is 1, \texttt{b} is 2, \etc\\
	\#3 & \TeX\ code & code to set the next custos (using \verb=\GreNextCustos=)\\
	\#4 & \texttt{0} & One-note glyph or more than two notes glyph except porrectus: \ie,  we must put the aligncenter in the middle of the first note\\
	& \texttt{1} & Two notes glyph (podatus is considered as a one-note glyph): \ie, we put the aligncenter in the middle of the glyph\\
	& \texttt{2} & Porrectus: has a special align center.\\
	& \texttt{3} & initio-debilis : same as 1 but the first note is much smaller\\
	& \texttt{4} & case of a glyph starting with a quilisma\\
	& \texttt{5} & case of a glyph starting with an oriscus\\
	& \texttt{6} & case of a punctum inclinatum\\
	& \texttt{7} & case of a stropha\\
	& \texttt{8} & flexus with an ambitus of one\\
	& \texttt{9} & flexus deminutus\\
	\#5 & \TeX\ code & signs to typeset before the glyph (typically additional bars, as they must be "behind" the glyph)\\
	\#6 & \TeX\ code & signs to typeset after the glyph (almost all signs)\\
	\#7 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled
\end{argtable}

\macroname{\textbackslash GreGlyphHeights}{\#1\#2}{gregoriotex-syllable.tex}
Passes the glyph height limits.

\begin{argtable}
	\#1 & integer & the high height\\
	\#2 & integer & the low height
\end{argtable}

\macroname{\textbackslash GregorioTeXAPIVersion}{\#1}{gregoriotex-main.tex}
Checks to see if Gregorio\TeX\ API is version specified by argument (and
therefore compatible with the score.

\begin{argtable}
	\#1 & string & Version number for Gregorio\TeX.\\
\end{argtable}

\macroname{\textbackslash GreHeader}{\#1\#2}{gregoriotex-main.tex}
Macro used to pass headers to TeX.

\begin{argtable}
	\#1 & string & The header name.\\
	\#2 & string & The header value.\\
\end{argtable}

\macroname{\textbackslash GreHEpisema}{\#1\#2\#3\#4\#5\#6\#7\#8\#9}{gregoriotex-signs.tex}
Macro to typeset an horizontal episema.

\begin{argtable}
	\#1 & integer & Height number of the episema.\\
	\#2 & string  & See \Nameref{NoteOffset}.\\
	\#3 & integer & The ambitus for a two note episema at the diagonal stroke of a
		porrectus, porrectus flexus, orculus resupinus, or torculus resupinus
		flexus.\\
	\#4 & \texttt{0} & an horizontal episema\\
	& \texttt{1} & an horizontal episema under a note\\
	& \texttt{2} & a line at the top\\
	& \texttt{3} & a line at the bottom\\
	\#5 & \texttt{f} & a normal episema\\
	& \texttt{l} & a small episema aligned left\\
	& \texttt{c} & a small episema aligned center\\
	& \texttt{r} & a small episema aligned right\\
	\#6 & integer & Replacement for \#1 if a bridge causes a height substitution.\\
	\#7 & \TeX\ code & code that sets heuristics\\
	\#8 & string & a positive or negative "nudge" (dimension) for the vertical position of the horizontal episema\\
	\#9 & \texttt{0} & for horizontal episema cases, use automatic positioning within the space\\
	& \texttt{1} & for horizontal episema cases, position in the middle of the space\\
	& \texttt{2} & for horizontal episema cases, position low within the space as if the episema is over the note\\
	& \texttt{3} & for horizontal episema cases, position high within the space as if the episema is under the note\\
	& \texttt{4} & for horizontal episema cases, position low within the space as if the episema is over the note\\
	& \texttt{5} & for horizontal episema cases, position high within the space as if the episema is under the note\\
\end{argtable}

\macroname{\textbackslash GreHEpisemaBridge}{\#1\#2\#3\#4\#5\#6}{gregoriotex-signs.tex}
Macro to typeset a bridge episema for the last note of a glyph
(element, syllable) if the next episema is at the same height.

\begin{argtable}
	\#1 & integer & Height number of the episema.\\
	\#2 & \texttt{0} & Episema above the note.\\
	& \texttt{1} & Episema below the note.\\
	\#3 & \texttt{0} & Default space.\\
	& \texttt{1} & Zero-width space.\\
	& \texttt{2} & Space between flat or natural and a note.\\
	& \texttt{3} & Space between two puncta inclinata.\\
	& \texttt{4} & Space between bivirga or trivirga.\\
	& \texttt{5} & space between bistropha or tristropha.\\
	& \texttt{6} & Space after a punctum mora XXX: not used yet, not so sure it is a good idea\ldots\\
	& \texttt{7} & Space between a punctum inclinatum and a punctum inclinatum debilis.\\
	& \texttt{8} & Space between two puncta inclinata debilis.\\
	& \texttt{9} & Space before a punctum (or something else) and a punctum inclinatum.\\
	& \texttt{10} & Space between puncta inclinata (also debilis for now), larger ambitus (range=3rd).\\
	& \texttt{11} & Space between puncta inclinata (also debilis for now), larger ambitus (range=4th or more).\\
	\#4 & \TeX\ code & code that sets heuristics\\
	\#5 & string & a positive or negative "nudge" (dimension) for the vertical position of the horizontal episema\\
	\#6 & \texttt{0} & for horizontal episema cases, use automatic positioning within the space\\
	& \texttt{1} & for horizontal episema cases, position in the middle of the space\\
	& \texttt{2} & for horizontal episema cases, position low within the space as if the episema is over the note\\
	& \texttt{3} & for horizontal episema cases, position high within the space as if the episema is under the note\\
	& \texttt{4} & for horizontal episema cases, position low within the space as if the episema is over the note\\
	& \texttt{5} & for horizontal episema cases, position high within the space as if the episema is under the note\\
\end{argtable}

\macroname{\textbackslash GreHighChoralSign}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro for typesetting high choral signs.

\begin{argtable}
	\#1 & integer & Height number of the sign.\\
	\#2 & string  & The choral sign.\\
	\#3 & \texttt{0} & Choral sign does not occur before last note of podatus, porrectus, or torculus resupinus.\\
	& \texttt{1} & Choral sign occurs before last note of podatus, porrectus, or torculus resupinus.\\
\end{argtable}

\macroname{\textbackslash GreHyph}{}{gregoriotex-main.tex}
Macro used for end of line hyphens.  Defaults to \verb=\gre@char@normalhyph=.

\macroname{\textbackslash GreInDivisioFinalis}{\#1\#2}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioFinalis= except inside a syllable.

\macroname{\textbackslash GreInDivisioMaior}{\#1\#2}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMaior= except inside a syllable.

\macroname{\textbackslash GreInDivisioMaiorDotted}{\#1\#2}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMaiorDotted= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinima}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinima= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinimaHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinimaHigh= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinimaParen}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinimaParen= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinimaParenHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinimaParenHigh= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinimis}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinimis= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinimisHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinimisHigh= except inside a syllable.

\macroname{\textbackslash GreInDivisioMinor}{\#1\#2}{gregoriotex-signs.tex}
Same as \verb=\GreDivisioMinor= except inside a syllable.

\macroname{\textbackslash GreInDominica}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreDominica= except inside a syllable.

\macroname{\textbackslash GreInitialClefPosition}{\#1\#2}{gregoriotex-signs.tex}
Saves the extrema of the initial clef.

\begin{argtable}
	\#1 & integer & the line of the primary clef (1 is the bottom line)\\
	\#2 & integer & the line of the secondary clef (1 is the bottom line, 0 means
									no secondary clef)\\
\end{argtable}

\macroname{\textbackslash GreInVirgula}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreVirgula= except inside a syllable.

\macroname{\textbackslash GreInVirgulaHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreVirgulaHigh= except inside a syllable.

\macroname{\textbackslash GreInVirgulaParen}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreVirgulaParen= except inside a syllable.

\macroname{\textbackslash GreInVirgulaParenHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Same as \verb=\GreVirgulaParenHigh= except inside a syllable.

\macroname{\textbackslash GreItalic}{\#1}{gregoriotex.sty or gregoriotex.tex}
Makes argument (a string) italic.  Accesses \LaTeX\ \verb=\textit= or
Plain \TeX\ \verb=\it= as appropriate.  Corresponds to ``<i></i>'' tags
in gabc.

\begin{argtable}
	\#1 & string & Text to be typeset in italic font.\\
\end{argtable}

\macroname{\textbackslash GreLastOfLine}{}{gregoriotex-main.tex}
Macro to set \verb=\gre@lastoflinecount= to 1 (\ie, mark that this syllable is the last of the line).

\macroname{\textbackslash GreLastOfScore}{}{gregoriotex-main.tex}
Macro to mark the syllable as the last of the score.

\macroname{\textbackslash GreLastSyllableBeforeEUOUAE}{\#1\#2}{gregoriotex-syllable.tex}
Indicates that this syllable is the last syllable before a EUOUAE block.

\begin{argtable}
	\#1 & integer & The identifier of the EUOUAE block.\\
	\#2 & \texttt{0} & There is no line break between this syllable and the EUOUAE block.\\
			& \texttt{1} & There is a line break between this syllable and the beginning of the EUOUAE block.\\
\end{argtable}

\macroname{\textbackslash GreLowChoralSign}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro for typesetting low choral signs.

\begin{argtable}
	\#1 & integer & Height number of the sign.\\
	\#2 & string  & The choral sign.\\
	\#3 & \texttt{0} & Choral sign does not occur before last note of podatus, porrectus, or torculus resupinus.\\
	& \texttt{1} & Choral sign occurs before last note of podatus, porrectus, or torculus resupinus.\\
\end{argtable}

\macroname{\textbackslash GreMode}{\#1\#2\#3}{gregoriotex-main.tex}
If the gabc file contains a mode in the header, then this function
places said mode as the first (top) annotation.  If the user has
manually added a first annotation in the \TeX\ file, then this
function does nothing. Also, if the \texttt{annotation} header field
is used, then this function does nothing.

\begin{argtable}
	\#1 & \TeX\ code & Mode text to place above the initial of a score in the \texttt{modeline} style.\\
	\#2 & \TeX\ code & Arbitrary code to typeset, in the \texttt{modemodifier} style, after the mode text.\\
	\#3 & \TeX\ code & Arbitrary code to typeset, in the \texttt{modedifferentia} style, after \#2.\\
\end{argtable}

\macroname{\textbackslash GreMusicaFictaFlat}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a musica ficta flat.

\begin{argtable}
	\#1 & integer & Height number of the musica ficta flat.\\
	\#2 & string  & Type of glyph the musica ficta flat is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreMusicaFictaNatural}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a musica ficta natural.

\begin{argtable}
	\#1 & integer & Height number of the musica ficta natural.\\
	\#2 & string  & Type of glyph the musica ficta natural is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreMusicaFictaSharp}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a musica ficta sharp.

\begin{argtable}
	\#1 & integer & Height number of the musica ficta sharp.\\
	\#2 & string  & Type of glyph the musica ficta sharp is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreNatural}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a 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)\\
	\#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 GreNaturalParen}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a parenthesized 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)\\
	\#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.

\macroname{\textbackslash GreNewParLine}{}{gregoriotex-main.tex}
Same as \verb=\GreNewLine= except line is not justified.

\macroname{\textbackslash GreFinalNewLine}{}{gregoriotex-main.tex}
Handles a new line after the final bar.  This currently just advances \verb=\gre@knownline= in order to prevent a potential error message with a two-line initial on a two-line score.

\macroname{\textbackslash GreNextCustos}{\#1\#2}{gregoriotex-signs.tex}
Sets the pitch to use for the next custos if it were to happen at the point
where this macro is called.

\begin{argtable}
	\#1 & integer & Height number of the custos.\\
	\#2 & \texttt{Flat} & The custos should have a flat.\\
			& \texttt{Natural} & The custos should have a natural.\\
			& \texttt{Sharp} & The custos should have a sharp.\\
			& \textit{empty} & The custos should not have an alteration.\\
\end{argtable}

\macroname{\textbackslash GreSuppressEolCustos}{}{gregoriotex-main.tex}
Macro which disables automatic custos at the end of lines.

\macroname{\textbackslash GreResetEolCustos}{}{gregoriotex-main.tex}
Alias that resets the use of automatic custos to the value set by
\verb=\greseteolcustos=.  This macro is aliased to \verb=\gre@useautoeolcustos=
or \verb=\GreSuppressEolCustos= by \verb=\greseteolcustos=.

\macroname{\textbackslash GreNextSyllableBeginsEUOUAE}{\#1\#2}{gregoriotex-syllable.tex}
Indicates that the syllable which follows begins a EUOUAE block.

\begin{argtable}
	\#1 & integer & The identifier of the EUOUAE block.\\
	\#2 & \texttt{0} & There is no line break between this syllable and the EUOUAE block.\\
			& \texttt{1} & There is a line break between this syllable and the beginning of the EUOUAE block.\\
\end{argtable}

\macroname{\textbackslash GreOverBrace}{\#1\#2\#3\#4}{gregoriotex-signs.tex}
Macro to typeset a round brace above the lines.

\begin{argtable}
	\#1 & length & The width of the brace.\\
	\#2 & length & A vertical shift.\\
	\#3 & length & A horizontal shift.\\
	\#4 & \texttt{0} & Don't shift before starting the brace.\\
	& \texttt{1} & Shift back a punctum's width before starting the brace.
\end{argtable}

\macroname{\textbackslash GreOverCurlyBrace}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a curly brace above the lines.

\begin{argtable}
	\#1 & length & The width of the brace.\\
	\#2 & length & A vertical shift.\\
	\#3 & length & A horizontal shift.\\
	\#4 & \texttt{0} & Don't shift before starting the brace.\\
	& \texttt{1} & Shift back a punctum's width before starting the brace.\\
	\#5 & \texttt{0} & No accentus above the brace.\\
	& \texttt{1} & Typeset an accentus above the brace.
\end{argtable}

\macroname{\textbackslash GreProtrusion}{\#1\#2}{gregoriotex-spaces.tex}
Typesets a protrusion.

\begin{argtable}
	\#1 & float & The protrusion factor.  May be a call to \verb=\GreProtrusionFactor=\\
	\#2 & \TeX\ code & The content of the protrusion.\\
\end{argtable}

\macroname{\textbackslash GreProtrusionFactor}{\#1}{gregoriotex-spaces.tex}
Returns a automatic protrusion factor.  The argument is character whose
automatic protrusion factor is desired.

\begin{argtable}
	\#1 & \texttt{,} & The comma protrusion factor.\\
			& \texttt{;} & The semicolon protrusion factor.\\
			& \texttt{:} & The colon protrusion factor.\\
			& \texttt{.} & The period protrusion factor.\\
\end{argtable}

\macroname{\textbackslash GrePunctumMora}{\#1\#2\#3\#4}{gregoriotex-signs.tex}
Macro for typesetting punctum mora.

\begin{argtable}
	\#1 & integer & Height number of punctum mora.\\
	\#2 & \texttt{0} & General case.\\
	& \texttt{1} & Make the punctum mora zero width.\\
	& \texttt{2} & Shift left width of 1 punctum.\\
	& \texttt{3} & Shift left width of 1 punctum if last ambitus is 1.\\
	\#3 & \texttt{0} & Punctum mora does not occur before last note of podatus, porrectus, or torculus resupinus.\\
	& \texttt{1} & Punctum mora occurs before last note of podatus, porrectus, or torculus resupinus.\\
	\#4 & \texttt{0} & No punctum inclinatum.\\
	& \texttt{1} & Punctum inclinatum.\\
\end{argtable}

\macroname{\textbackslash GreReversedAccentus}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a reversed accentus.

\begin{argtable}
	\#1 & integer & Height number of accentus.\\
	\#2 & string  & Type of glyph the accentus is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreReversedSemicirculus}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a reversed semicirculus.

\begin{argtable}
	\#1 & integer & Height number of semicirculus.\\
	\#2 & string  & Type of glyph the semicirculus is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreScoreOpening}{\#1\#2\#3\#4\#5}{gregoriotex-syllable.tex}
Opens the score.

\begin{argtable}
	\#1 & \TeX\ code & Macros rendering the things after the initial but before the notes.\\
	\#2 & \TeX\ code & Macros rendering the things after starting notes but before the syllable.\\
	\#3 & \TeX\ code & Macros rendering the things before the initial.\\
	\#4 & \TeX\ control sequence & Control sequence for the syllable.\\
	\#5 & \TeX\ code & Macros rendering the first syllable; should emit the initial and populate \verb=\gre@opening@syllabletext=.\\
\end{argtable}

\macroname{\textbackslash GreSemicirculus}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting a semicirculus.

\begin{argtable}
	\#1 & integer & Height number of semicirculus.\\
	\#2 & string  & Type of glyph the semicirculus is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreSetFirstSyllableText}{\#1\#2\#3\#4\#5\#6}{gregoriotex-syllable.tex}
Sets the first syllable text.

\begin{argtable}
	\#1 & \TeX\ code & Initial.\\
	\#2 & \TeX\ code & First letter after the initial.\\
	\#3 & \TeX\ code & Everything else in the syllable.\\
	\#4 & \TeX\ code & Three syllable parts when there is a separated initial.\\
	\#5 & \TeX\ code & Three syllable parts where there is no separated initial.\\
	\#6 & \TeX\ code & Extra macros to run if there is an initial.\\
\end{argtable}

\macroname{\textbackslash GreSetFixedNextTextFormat}{\#1}{gregoriotex-syllable.tex}
Same as \verb=\GreSetFixedTextFormat= except for next syllable.

\macroname{\textbackslash GreSetFixedTextFormat}{\#1}{gregoriotex-syllable.tex}
Macro to specify a text which is different from \verb=#1#2#3= (of \verb=\GreSyllable=). It is useful for styles, for instance with:
\par\medskip
\begin{gabccode}
	<i>ffj</i>(gh)
\end{gabccode}

we will have

\begin{latexcode}
	#1 = \textit{f}
	#2 = \textit{f}
	#3 = \textit{j}
\end{latexcode}

and thus \verb=#1#2#3= will be \verb=\textit{f}\textit{f}\textit{j}=, which won't typeset
ligatures. In this example we should call \verb=\grefixedtext{\textit{ffj}}=.

\begin{argtable}
	\#1 & \texttt{0} & nothing (normal text)\\
	& \texttt{1}& italic\\
	& \texttt{2} & bold\\
	& \texttt{3} & small caps\\
	& \texttt{4} & typewriter\\
	& \texttt{5} & underline
\end{argtable}

\begin{argtable}
	\#1 & character & The initial letter of the score.\\
\end{argtable}

\macroname{\textbackslash GreSetInitialClef}{\#1\#2\#3\#4\#5\#6\#7}{gregoriotex-signs.tex}
Macro for writing initial clef.

\begin{argtable}
	\#1 & \texttt{c} or \texttt{f} & Type of clef.\\
	\#2 & \texttt{1}--\texttt{5} & Line of clef.\\
	\#3 & integer & Height number of flat in clef (\texttt{3} for no flat).\\
	\#4 & \texttt{c} or \texttt{f} & Type of secondary clef.\\
	\#5 & \texttt{0}--\texttt{5} & Line of secondary clef (\texttt{0} for no secondary clef).\\
	\#6 & integer & Height of flat in secondary clef (\texttt{3} for no flat).\\
	\#7 & integer & \texttt{0} if clef and first note are far enough to use a shorter space, 1 otherwise.\\
\end{argtable}

\macroname{\textbackslash GreSetLinesClef}{\#1\#2\#3\#4\#5\#6\#7}{gregoriotex-signs.tex}
Macro to define the clef that will appear at the beginning of the lines.

\begin{argtable}
	\#1 & \texttt{c} or \texttt{f} & Type of clef.\\
	\#2 & \texttt{1}--\texttt{5} & Line of clef.\\
	\#3 & \texttt{0} & No space after clef.\\
	& \texttt{1} & Space after clef.\\
	\#4 & integer & Height of flat in clef (\texttt{3} for no flat).\\
	\#5 & \texttt{c} or \texttt{f} & Type of secondary clef.\\
	\#6 & \texttt{0}--\texttt{5} & Line of secondary clef (\texttt{0} for no secondary clef).\\
	\#7 & integer & Height of flat in secondary clef (\texttt{3} for no flat).\\
\end{argtable}

\macroname{\textbackslash GreSetLargestClef}{\#1\#2\#3\#4\#5\#6}{gregoriotex-signs.tex}
Macro defining the largest clef of the score (for notes left alignment).
The arguments are the same as \verb=\GreSetInitialClef= without the \#7th one, which is always considered
to be \texttt{1}.

\macroname{\textbackslash GreSetNabcAboveLines}{\#1}{gregoriotex-main.tex}
Macro to place argument containing Nabc neumes above the lines and empty
\verb=\gre@currenttextabovelines= when done.

\begin{argtable}
	\#1 & string & Nabc neumes to be placed above the lines.\\
\end{argtable}

\macroname{\textbackslash GreSetNextSyllable}{\#1\#2\#3}{gregoriotex-syllable.tex}
Macro to set the text of the next syllable for spacing purposes.

\begin{argtable}
	\#1 & string & the first letters of the syllable, that don't count for the alignment\\
	\#2 & string & the middle letters of the syllable, we must align in the middle of them\\
	\#3 & string & the end letters, they don't count for alignment\\
\end{argtable}

\macroname{\textbackslash GreSetNoFirstSyllableText}{}{gregoriotex-syllable.tex}
Macro that indicates there is no next in the first syllable.

\macroname{\textbackslash GreSetTextAboveLines}{\#1}{gregoriotex-main.tex}
Macro to place argument above the lines and empty
\verb=\gre@currenttextabovelines= when done.

\begin{argtable}
	\#1 & string & Text to be placed above the lines.\\
\end{argtable}

\macroname{\textbackslash GreSetThisSyllable}{\#1\#2\#3}{gregoriotex-syllable.tex}
Macro to set the text of the current syllable.

\begin{argtable}
	\#1 & string & the first letters of the syllable, that don't count for the alignment\\
	\#2 & string & the middle letters of the syllable, we must align in the middle of them\\
	\#3 & string & the end letters, they don't count for alignment\\
\end{argtable}

\macroname{\textbackslash GreSharp}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a 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)\\
	\#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 GreSharpParen}{\#1\#2\#3\#4\#5}{gregoriotex-signs.tex}
Macro to typeset a parenthesized 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)\\
	\#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
in gabc.

\begin{argtable}
	\#1 & string & Text to be typeset in small caps font.\\
\end{argtable}

\macroname{\textbackslash GreSlur}{\#1\#2\#3\#4\#5\#6}{gregoriotex-signs.tex}
Typesets a slur.

\begin{argtable}
	\#1 & integer & Height number of the pitch.\\
	\#2 & \texttt{-1} & The slur should appear under the note.\\
			& \texttt{1} & The slur should appear over the note.\\
	\#3 & \texttt{0} & The slur should start at the right end of the note.\\
			& \texttt{1} & The slur should start at one punctum's width to the left of the right end of the note.\\
			& \texttt{2} & The slur should start at one-half punctum's width to the left of the right end of the note.\\
	\#4 & string & The horizontal dimension of the slur.\\
	\#5 & string & The vertical dimension of the slur.\\
	\#6 & integer & Height number of the pitch.\\
\end{argtable}

\macroname{\textbackslash GreSpecial}{\#1}{gregoriotex-symbols.tex}
Typesets a special character.  If the \#1 special character wasn't defined by
\verb=\gresetspecial=, the text of \#1 will be output directly.

\begin{argtable}
	\#1 & string & The text between \texttt{<sp>} and \texttt{</sp>}.\\
\end{argtable}

\macroname{\textbackslash GreStar}{}{gregoriotex-symbol.tex}
Macro to typeset an asterisk (\GreStar).

\macroname{\textbackslash GreSupposeHighLedgerLine}{}{gregoriotex-spaces.tex}
Indicates that the system should act as if a ledger line exists above the staff.

\macroname{\textbackslash GreSupposeLowLedgerLine}{}{gregoriotex-spaces.tex}
Indicates that the system should act as if a ledger line exists below the staff.

\macroname{\textbackslash GreSyllable}{\#1\#2\#3\#4\#5\#6\#7\#8\#9}{gregoriotex-syllable.tex}
Macro to typeset the syllable.

\begin{argtable}
	\#1 & \TeX\ code & macro setting syllable letters for the current syllable\\
	\#2 & empty & reserved for future use\\
	\#3 & \TeX\ control sequence & the control sequence to use for styling the hyphen\\
	\#4 & \texttt{0} & this syllable is not the end of a word\\
	& \texttt{1} & this syllable is the end of a word\\
	\#5 & \TeX\ code & macros setting syllable letters for the next syllable\\
	\#6 & string & the line, byte offset, and column address for textedit links when point-and-click is enabled\\
	\#7 & pair of integers & a pair containing alignment type and alteration type of the next glyph\\
	\#8 &\TeX\ code & other macros (translation, double text, etc.) that don't fit in the limitation of the number of arguments\\
	\#9 & Gregorio\TeX\ glyphs & all the notes
\end{argtable}

\macroname{\textbackslash GreSyllableNoteCount}{\#1}{gregoriotex-syllable.tex}
Indicates the number of notes in the current syllable.

\begin{argtable}
	\#1 & integer & The number of notes in the current syllable.\\
\end{argtable}

\macroname{\textbackslash GreTranslationCenterEnd}{}{gregoriotex-main.tex}
Macro to end the centering of the translation text.

\macroname{\textbackslash GreTypewriter}{\#1}{gregoriotex.sty and gregoriotex.tex}
Makes argument typewriter font.  Accesses \LaTeX\ \verb=\texttt= or
Plain \TeX\ \verb=\tt= as appropriate.

\begin{argtable}
	\#1 & string & Text to typeset in typewriter font.\\
\end{argtable}

\macroname{\textbackslash GreUnderBrace}{\#1\#2\#3\#4}{gregoriotex-signs.tex}
Macro to typeset a round brace below the lines.

\begin{argtable}
	\#1 & length & The width of the brace.\\
	\#2 & length & A vertical shift.\\
	\#3 & length & A horizontal shift.\\
	\#4 & \texttt{0} & Don't shift before starting the brace.\\
	& \texttt{1} & Shift back a punctum's width before starting the brace.
\end{argtable}

\macroname{\textbackslash GreUnderline}{\#1}{gregoriotex.sty and gregoriotex.tex}
Makes argument underlined under \LaTeX\ using \verb=\underline=.  Does
nothing in Plain \TeX.

\begin{argtable}
	\#1 & string & Text to typeset underlined.\\
\end{argtable}

\macroname{\textbackslash GreUnstyled}{\#1}{gregoriotex-syllable.tex}
Returns its argument as-is.

\begin{argtable}
	\#1 & string & Text to typeset without any extra styling.\\
\end{argtable}

\macroname{\textbackslash GreUpcomingNewLineForcesCustos}{\#1}{gregoriotex-syllable.tex}
Indicates that the new line in the next syllable forces a custos.

\begin{argtable}
	\#1 & \texttt{0} & The custos is forced off.\\
			& \texttt{1} & The custos is forced on.\\
\end{argtable}

\macroname{\textbackslash GreVarBraceLength}{\#1}{gregoriotex-signs.tex}
Returns the computed length of the given brace or ledger line.

\begin{argtable}
	\#1 & string & unique identifier for the brace within the score.
\end{argtable}

\macroname{\textbackslash GreVarBraceSavePos}{\#1\#2\#3}{gregoriotex-signs.tex}
Records positions to compute the lengths of variable-sized braces and ledger lines.

\begin{argtable}
	\#1 & string & unique identifier for the brace within the score.\\
	\#2 & \texttt{0} & Don't shift before recording the position.\\
	& \texttt{1} & Shift back a punctum's width before recording the position.\\
	& \texttt{2} & Shift back one-half a punctum's width before recording the position.\\
	\#3 & \texttt{1} & Position to save is the start of brace.\\
	& \texttt{2} & Position to save is the end of brace.
\end{argtable}

\macroname{\textbackslash GreVEpisema}{\#1\#2}{gregoriotex-signs.tex}
Macro for typesetting the vertical episema.

\begin{argtable}
	\#1 & integer & Height number of episema.\\
	\#2 & string  & Type of glyph the episema is attached to. See \Nameref{NoteOffset} for a description of options.\\
\end{argtable}

\macroname{\textbackslash GreVirgula}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a virgula.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & code & Macros which may happen before the skip but after the virgula (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreVirgulaHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a virgula on the ledger line above the staff.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & code & Macros which may happen before the skip but after the virgula (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreVirgulaParen}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a parenthesized virgula.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & code & Macros which may happen before the skip but after the virgula (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreVirgulaParenHigh}{\#1\#2\#3}{gregoriotex-signs.tex}
Macro to typeset a parenthesized virgula on the ledger line above the staff.

\begin{argtable}
	\#1 & \texttt{0} & There is no text under the bar.\\
	& \texttt{1} & There is text under the bar.\\
	\#2 & code & Macros which may happen before the skip but after the virgula (typically \verb=\grevepisema=).\\
	\#3 & \texttt{0} & The notes around the bar are vertically close to the bar.\\
	& \texttt{1} & The notes around the bar are far, \verb=@short= versions of spaces will be used.\\
\end{argtable}

\macroname{\textbackslash GreWriteTranslation}{\#1}{gregoriotex-main.tex}
Macro to typeset argument in the translation position.

\begin{argtable}
	\#1 & string & Text to typeset in the translation.\\
\end{argtable}

\macroname{\textbackslash GreWriteTranslationWithCenterBeginning}{\#1}{gregoriotex-main.tex}
Macro to typeset argument (a string) in the translation position (at
the beginning of a line?).

\begin{argtable}
	\#1 & string & Text to typeset in the translation (at the beginning of a line).\\
\end{argtable}

\macroname{\textbackslash GreForceBreak}{}{gregoriotex-spaces.tex}
Macro used to force a line break to occur at a given position.

\macroname{\textbackslash GreNoBreak}{}{gregoriotex-spaces.tex}
Macro used to prevent a line break from occurring at a given position.

\macroname{\textbackslash GreScoreId}{}{gregoriotex-main.tex}
A Lua\TeX\ attribute which designates a unique identifier for each score.

\macroname{\textbackslash GreNABCNeumes}{\#1\#2\#3\#4}{gregoriotex-nabc.tex}
Macro to print a nabc character above the lines.

\begin{argtable}
	\#1 & integer & the line on which the character should appear (currently unused)\\
	\#2 & string & The \texttt{nabc} syntax which indicates what neumes are to be printed\\
	\#3 & integer & The high pitch of the notes covered by the nabc character(s).\\
	\#4 & integer & The low pitch of the notes covered by the nabc character(s).\\
\end{argtable}

\macroname{\textbackslash GreNABCChar}{\#1}{gregoriotex-nabc.tex}
Macro to print a nabc character.

\begin{argtable}
	\#1 & string & The \texttt{nabc} syntax which indicates what neumes are to be printed\\
\end{argtable}

\macroname{\textbackslash GreScoreNABCLines}{\#1}{gregoriotex-nabc.tex}
Macro which sets the number of \texttt{nabc} lines in the score.

\begin{argtable}
	\#1 & integer & the number of \texttt{nabc} lines (currently only 1 is supported)\\
\end{argtable}


\macroname{\textbackslash GreModeNumber}{\#1}{gregoriotex-main.tex}
Macro which formats the mode in roman or arabic numerals according to the appropriate setting.

\begin{argtable}
	\#1 & \texttt{1}--\texttt{8} & The mode to be formated\\
\end{argtable}

\macroname{\textbackslash GreNoNoteSyllable}{}{gregoriotex-syllable.tex}
Alias for \verb=\GreSyllable= or \verb=\GreBarSyllable= depending on whether the old or new bar spacing algorithm (respectively) is active.  This is used only for syllables which have no notes.

\macroname{\textbackslash GreGABCForceCenters}{}{gregoriotex-syllable.tex}
Macro inserted into \verb=\GreSyllable= and \verb=\GreBarSyllable= to indicate that the center of the of the current syllable was forced in the gabc with curly braces (``\{'' and ``\}'').

\macroname{\textbackslash GreGABCNextForceCenters}{}{gregoriotex-syllable.tex}
Macro inserted into \verb=\GreSyllable= and \verb=\GreBarSyllable= to indicate that the center of the of the next syllable was forced in the gabc with curly braces (``\{'' and ``\}'').


%%% Local Variables:
%%% mode: latex
%%% TeX-master: "GregorioRef"
%%% End: