summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c b/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c
index f783c84a035..a773b8d1c65 100644
--- a/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c
+++ b/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-write.c
@@ -377,6 +377,15 @@ static void gabc_write_bar(FILE *f, gregorio_bar type)
case B_DIVISIO_MINOR_D8:
fprintf(f, ";8");
break;
+ case B_VIRGULA_HIGH:
+ fprintf(f, "`0");
+ break;
+ case B_DIVISIO_MINIMA_HIGH:
+ fprintf(f, ",0");
+ break;
+ case B_DIVISIO_MAIOR_DOTTED:
+ fprintf(f, ":?");
+ break;
default:
/* not reachable unless there's a programming error */
/* LCOV_EXCL_START */