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 ", "Ca ": "Ça ",
"\\musicnote{Intro": "\\musicnote{intro", "\\musicnote{Intro": "\\musicnote{intro",
"\\musicnote{Outro": "\\musicnote{outro", "\\musicnote{Outro": "\\musicnote{outro",
"...": "\\dots ", "...": "{\\dots}",
"": "\\dots", "": "{\\dots}",
#replace tabs with two spaces #replace tabs with two spaces
" ": " ", " ": " ",
##: Typo ##: Typo

Loading…
Cancel
Save