summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-09 02:13:53 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-09 02:13:53 +0000
commit77471d966e7252229e6379968b18a7ad789b56da (patch)
tree5e6ff026566c8f7443f132bb097e7325b7b5acee /Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h
parenta286a15b8e122724c858631a30ad23e0e9bff1a1 (diff)
gregorio 4.1.0-beta2
git-svn-id: svn://tug.org/texlive/trunk@39632 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h218
1 files changed, 108 insertions, 110 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h b/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h
index 7daec08eaf2..123dbc1c3a7 100644
--- a/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h
+++ b/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-score-determination-y.h
@@ -49,61 +49,60 @@ extern int gabc_score_determination_debug;
AUTHOR = 259,
GABC_COPYRIGHT = 260,
SCORE_COPYRIGHT = 261,
- NUMBER_OF_VOICES = 262,
- LANGUAGE = 263,
- STAFF_LINES = 264,
- ORISCUS_ORIENTATION = 265,
- DEF_MACRO = 266,
- OTHER_HEADER = 267,
- ANNOTATION = 268,
- MODE = 269,
- MODE_MODIFIER = 270,
- MODE_DIFFERENTIA = 271,
- INITIAL_STYLE = 272,
- VOICE_CUT = 273,
- VOICE_CHANGE = 274,
- END_OF_DEFINITIONS = 275,
- END_OF_FILE = 276,
- COLON = 277,
- SEMICOLON = 278,
- SPACE = 279,
- CHARACTERS = 280,
- NOTES = 281,
- HYPHEN = 282,
- ATTRIBUTE = 283,
- OPENING_BRACKET = 284,
- CLOSING_BRACKET = 285,
- CLOSING_BRACKET_WITH_SPACE = 286,
- I_BEGINNING = 287,
- I_END = 288,
- TT_BEGINNING = 289,
- TT_END = 290,
- UL_BEGINNING = 291,
- UL_END = 292,
- C_BEGINNING = 293,
- C_END = 294,
- B_BEGINNING = 295,
- B_END = 296,
- SC_BEGINNING = 297,
- SC_END = 298,
- SP_BEGINNING = 299,
- SP_END = 300,
- VERB_BEGINNING = 301,
- VERB = 302,
- VERB_END = 303,
- CENTER_BEGINNING = 304,
- CENTER_END = 305,
- TRANSLATION_BEGINNING = 306,
- TRANSLATION_END = 307,
- TRANSLATION_CENTER_END = 308,
- ALT_BEGIN = 309,
- ALT_END = 310,
- BNLBA = 311,
- ENLBA = 312,
- EUOUAE_B = 313,
- EUOUAE_E = 314,
- NABC_CUT = 315,
- NABC_LINES = 316
+ LANGUAGE = 262,
+ STAFF_LINES = 263,
+ ORISCUS_ORIENTATION = 264,
+ DEF_MACRO = 265,
+ OTHER_HEADER = 266,
+ ANNOTATION = 267,
+ MODE = 268,
+ MODE_MODIFIER = 269,
+ MODE_DIFFERENTIA = 270,
+ INITIAL_STYLE = 271,
+ END_OF_DEFINITIONS = 272,
+ END_OF_FILE = 273,
+ COLON = 274,
+ SEMICOLON = 275,
+ SPACE = 276,
+ CHARACTERS = 277,
+ NOTES = 278,
+ HYPHEN = 279,
+ ATTRIBUTE = 280,
+ OPENING_BRACKET = 281,
+ CLOSING_BRACKET = 282,
+ CLOSING_BRACKET_WITH_SPACE = 283,
+ I_BEGIN = 284,
+ I_END = 285,
+ TT_BEGIN = 286,
+ TT_END = 287,
+ UL_BEGIN = 288,
+ UL_END = 289,
+ C_BEGIN = 290,
+ C_END = 291,
+ B_BEGIN = 292,
+ B_END = 293,
+ SC_BEGIN = 294,
+ SC_END = 295,
+ SP_BEGIN = 296,
+ SP_END = 297,
+ VERB_BEGIN = 298,
+ VERB = 299,
+ VERB_END = 300,
+ CENTER_BEGIN = 301,
+ CENTER_END = 302,
+ ELISION_BEGIN = 303,
+ ELISION_END = 304,
+ TRANSLATION_BEGIN = 305,
+ TRANSLATION_END = 306,
+ TRANSLATION_CENTER_END = 307,
+ ALT_BEGIN = 308,
+ ALT_END = 309,
+ NLBA_B = 310,
+ NLBA_E = 311,
+ EUOUAE_B = 312,
+ EUOUAE_E = 313,
+ NABC_CUT = 314,
+ NABC_LINES = 315
};
#endif
/* Tokens. */
@@ -111,61 +110,60 @@ extern int gabc_score_determination_debug;
#define AUTHOR 259
#define GABC_COPYRIGHT 260
#define SCORE_COPYRIGHT 261
-#define NUMBER_OF_VOICES 262
-#define LANGUAGE 263
-#define STAFF_LINES 264
-#define ORISCUS_ORIENTATION 265
-#define DEF_MACRO 266
-#define OTHER_HEADER 267
-#define ANNOTATION 268
-#define MODE 269
-#define MODE_MODIFIER 270
-#define MODE_DIFFERENTIA 271
-#define INITIAL_STYLE 272
-#define VOICE_CUT 273
-#define VOICE_CHANGE 274
-#define END_OF_DEFINITIONS 275
-#define END_OF_FILE 276
-#define COLON 277
-#define SEMICOLON 278
-#define SPACE 279
-#define CHARACTERS 280
-#define NOTES 281
-#define HYPHEN 282
-#define ATTRIBUTE 283
-#define OPENING_BRACKET 284
-#define CLOSING_BRACKET 285
-#define CLOSING_BRACKET_WITH_SPACE 286
-#define I_BEGINNING 287
-#define I_END 288
-#define TT_BEGINNING 289
-#define TT_END 290
-#define UL_BEGINNING 291
-#define UL_END 292
-#define C_BEGINNING 293
-#define C_END 294
-#define B_BEGINNING 295
-#define B_END 296
-#define SC_BEGINNING 297
-#define SC_END 298
-#define SP_BEGINNING 299
-#define SP_END 300
-#define VERB_BEGINNING 301
-#define VERB 302
-#define VERB_END 303
-#define CENTER_BEGINNING 304
-#define CENTER_END 305
-#define TRANSLATION_BEGINNING 306
-#define TRANSLATION_END 307
-#define TRANSLATION_CENTER_END 308
-#define ALT_BEGIN 309
-#define ALT_END 310
-#define BNLBA 311
-#define ENLBA 312
-#define EUOUAE_B 313
-#define EUOUAE_E 314
-#define NABC_CUT 315
-#define NABC_LINES 316
+#define LANGUAGE 262
+#define STAFF_LINES 263
+#define ORISCUS_ORIENTATION 264
+#define DEF_MACRO 265
+#define OTHER_HEADER 266
+#define ANNOTATION 267
+#define MODE 268
+#define MODE_MODIFIER 269
+#define MODE_DIFFERENTIA 270
+#define INITIAL_STYLE 271
+#define END_OF_DEFINITIONS 272
+#define END_OF_FILE 273
+#define COLON 274
+#define SEMICOLON 275
+#define SPACE 276
+#define CHARACTERS 277
+#define NOTES 278
+#define HYPHEN 279
+#define ATTRIBUTE 280
+#define OPENING_BRACKET 281
+#define CLOSING_BRACKET 282
+#define CLOSING_BRACKET_WITH_SPACE 283
+#define I_BEGIN 284
+#define I_END 285
+#define TT_BEGIN 286
+#define TT_END 287
+#define UL_BEGIN 288
+#define UL_END 289
+#define C_BEGIN 290
+#define C_END 291
+#define B_BEGIN 292
+#define B_END 293
+#define SC_BEGIN 294
+#define SC_END 295
+#define SP_BEGIN 296
+#define SP_END 297
+#define VERB_BEGIN 298
+#define VERB 299
+#define VERB_END 300
+#define CENTER_BEGIN 301
+#define CENTER_END 302
+#define ELISION_BEGIN 303
+#define ELISION_END 304
+#define TRANSLATION_BEGIN 305
+#define TRANSLATION_END 306
+#define TRANSLATION_CENTER_END 307
+#define ALT_BEGIN 308
+#define ALT_END 309
+#define NLBA_B 310
+#define NLBA_E 311
+#define EUOUAE_B 312
+#define EUOUAE_E 313
+#define NABC_CUT 314
+#define NABC_LINES 315
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED