From 782b37d572a0ad91bb5dc9e675684ed72ffff477 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Fri, 15 Aug 2008 13:28:06 +0000 Subject: [PATCH] Need to quote and escape in some further situations --- Sources/VLLilypondWriter.cpp | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Sources/VLLilypondWriter.cpp b/Sources/VLLilypondWriter.cpp index 22be3ef..9075152 100644 --- a/Sources/VLLilypondWriter.cpp +++ b/Sources/VLLilypondWriter.cpp @@ -202,10 +202,12 @@ static std::string LilypondPitchName(int8_t pitch, bool useSharps) static std::string EscapeSyllable(std::string syll) { + bool seenAlpha = false; for (size_t i=0; i