summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/src/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/src/struct.h')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/src/struct.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/src/struct.h b/Build/source/texk/gregorio/gregorio-src/src/struct.h
index 97061b6716a..144c020f722 100644
--- a/Build/source/texk/gregorio/gregorio-src/src/struct.h
+++ b/Build/source/texk/gregorio/gregorio-src/src/struct.h
@@ -155,7 +155,10 @@ ENUM(gregorio_shape, GREGORIO_SHAPE);
E(B_DIVISIO_MINOR_D5) \
E(B_DIVISIO_MINOR_D6) \
E(B_DIVISIO_MINOR_D7) \
- L(B_DIVISIO_MINOR_D8)
+ E(B_DIVISIO_MINOR_D8) \
+ E(B_VIRGULA_HIGH) \
+ E(B_DIVISIO_MINIMA_HIGH) \
+ L(B_DIVISIO_MAIOR_DOTTED)
ENUM(gregorio_bar, GREGORIO_BAR);
/* definition of the signs. You can notice that the values are made so
@@ -395,7 +398,7 @@ ENUM(gregorio_ledger_specificity, GREGORIO_LEDGER_SPECIFICITY);
typedef struct gregorio_extra_info {
char *ad_hoc_space_factor;
- ENUM_BITFIELD(gregorio_bar) bar:4;
+ ENUM_BITFIELD(gregorio_bar) bar:5;
ENUM_BITFIELD(gregorio_space) space:4;
ENUM_BITFIELD(gregorio_nlba) nlba:2;
bool eol_ragged:1;