From 0e2513a0e8b400cbbb368412eb910789d6147054 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Fri, 9 Dec 2022 20:17:58 +0100 Subject: [PATCH] Amend d4095dc0 Apostrophes were being converted inside code-like areas, like LilyPond insets. This patch fixes tests that started to fail: Processing `./60/lily-95ee389a.ly' Parsing... ././60/lily-95ee389a.ly:7:12: error: undefined character or shorthand: & \relative c ’’ { g a b c} --- src/Paragraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 3f1f814b47..063bf324de 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -3649,7 +3649,7 @@ std::tuple, std::vector, std::vector