From 9101e49e19133140a6280f6ca31eddd82fd9a505 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Mon, 20 Jul 2015 17:14:41 +0200 Subject: [PATCH] Escaped space is converted to nonbreakable space --- utils/convert_to_chordpro/latex_grammar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/convert_to_chordpro/latex_grammar.txt b/utils/convert_to_chordpro/latex_grammar.txt index 12f44c83..c1457ea6 100644 --- a/utils/convert_to_chordpro/latex_grammar.txt +++ b/utils/convert_to_chordpro/latex_grammar.txt @@ -126,7 +126,7 @@ empty_command_name / "#" / "," / "'" - / " " + / " " { return " "} / removed_command_name { return ""} removed_command_name