From 5d966a6aecbdf053d143602944a19a3500661ee7 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Mon, 20 Jul 2015 17:01:05 +0200 Subject: [PATCH] \{ and \} are now forbidden --- songs/fleetwood_mac/temporary_one.sg | 2 +- utils/convert_to_chordpro/latex_grammar.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/songs/fleetwood_mac/temporary_one.sg b/songs/fleetwood_mac/temporary_one.sg index b0ef772e..756a789a 100644 --- a/songs/fleetwood_mac/temporary_one.sg +++ b/songs/fleetwood_mac/temporary_one.sg @@ -58,7 +58,7 @@ \begin{verse*} \musicnote{\Chorus, \Solo, \Chorus \rep{3}} - \musicnote{\Outro: \nolyrics{\{\[D G]\} \rep{4} \[D]}} + \musicnote{\Outro: \nolyrics{\[D G] \rep{4} \[D]}} \end{verse*} \endsong diff --git a/utils/convert_to_chordpro/latex_grammar.txt b/utils/convert_to_chordpro/latex_grammar.txt index 94fd1603..eea358de 100644 --- a/utils/convert_to_chordpro/latex_grammar.txt +++ b/utils/convert_to_chordpro/latex_grammar.txt @@ -130,9 +130,7 @@ empty_command_name / removed_command_name { return ""} removed_command_name - = "{" - / "}" - / "newline" + = "newline" / "MultiwordChords" / "Adlib"