Browse Source

ensure range of dots command

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
1d8d207164
  1. 4
      utils/rules.py

4
utils/rules.py

@ -26,8 +26,8 @@ word_dic = {
"Ca ": "Ça ",
"\\musicnote{Intro": "\\musicnote{intro",
"\\musicnote{Outro": "\\musicnote{outro",
"...": "\\dots ",
"": "\\dots",
"...": "{\\dots}",
"": "{\\dots}",
#replace tabs with two spaces
" ": " ",
##: Typo

Loading…
Cancel
Save