From fccd789bbf541302533ca5c4ae75ce56b7d371db Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 4 Mar 2021 22:14:54 +0000 Subject: gregorio-6.0.0-beta2 git-svn-id: svn://tug.org/texlive/trunk@58126 c570f23f-e606-0410-a88d-b1316a301751 --- .../texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/gregorio/gregorio-src/src/gabc/gabc-glyphs-determination.c') 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; -- cgit v1.2.3