Browse Source

\{ and \} are now forbidden

chordpro_js
Oliverpool 9 years ago
parent
commit
5d966a6aec
  1. 2
      songs/fleetwood_mac/temporary_one.sg
  2. 4
      utils/convert_to_chordpro/latex_grammar.txt

2
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

4
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"

Loading…
Cancel
Save