summaryrefslogtreecommitdiff
path: root/Build/source/utils/mtx/mtx-0.60d/control.h
blob: 91ce2c2dfef7fc04ef5e2b2fff7725a37dce8ecb (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
/* Header for module control, generated by p2c 1.21alpha-07.Dec.93 */
#ifndef CONTROL_H
#define CONTROL_H


#ifdef CONTROL_G
# define vextern
#else
# define vextern extern
#endif
/* DPL 2004-03-21 */
/* Controls which M-Tx features are enabled.
   The interface allows one to interrogate the feature state, to set
   features according to the M-Tx level, and to override features given
   the feature name as a character string.
*/


extern Void mtxLevel PP((Char *level));
extern boolean setFeature PP((Char *which, int val));
/* return TRUE means OK, return FALSE means there is no such feature */
extern Void printFeatures PP((int anyway));
/* anyway TRUE means print all feature settings, FALSE means only those
   that were set via setFeature */

extern boolean multiFile PV();
extern boolean splitShortcut PV();
extern boolean newWordShortcut PV();
extern boolean doChords PV();
extern boolean doUptext PV();
extern boolean doLyrics PV();
extern boolean unbeamVocal PV();
extern boolean uptextOnRests PV();
extern boolean solfaNoteNames PV();
extern boolean pedanticWarnings PV();
extern boolean ignoreErrors PV();
extern boolean hideBlindSlurs PV();
extern boolean instrumentNames PV();
extern boolean beVerbose PV();
extern boolean debugMode PV();
extern boolean insertDuration PV();
extern boolean rearrangeNote PV();
extern boolean countMacro PV();
extern boolean expandMacro PV();
extern boolean checkPitch PV();


#undef vextern

#endif /*CONTROL_H*/

/* End. */