summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-04 22:14:54 +0000
committerKarl Berry <karl@freefriends.org>2021-03-04 22:14:54 +0000
commitfccd789bbf541302533ca5c4ae75ce56b7d371db (patch)
tree0703d4fb83676c8eeeba1da6d347a648d4453f4d /Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c
parent26d10d9f2d0cc75e2d7688f259ff8ec7212053f9 (diff)
gregorio-6.0.0-beta2
git-svn-id: svn://tug.org/texlive/trunk@58126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c b/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c
index 094b79291fa..5ea3601bb39 100644
--- a/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c
+++ b/Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c
@@ -2,7 +2,7 @@
* Gregorio is a program that translates gabc files to GregorioTeX
* This file provides functions for determining glyphs from notes.
*
- * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md)
+ * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md)
*
* This file is part of Gregorio.
*
@@ -137,8 +137,11 @@ static char add_note_to_a_glyph(gregorio_glyph_type current_glyph_type,
*end_of_glyph = DET_END_OF_BOTH;
break;
case S_FLAT:
+ case S_FLAT_PAREN:
case S_SHARP:
+ case S_SHARP_PAREN:
case S_NATURAL:
+ case S_NATURAL_PAREN:
next_glyph_type = G_ALTERATION;
*end_of_glyph = DET_END_OF_BOTH;
break;