Browse Source

do not capitalize intro/outro in musicnote environments

remotes/origin/split-songs
Romain Goffe 14 years ago
parent
commit
840459679f
  1. 2
      utils/latex-preprocessing.py

2
utils/latex-preprocessing.py

@ -21,6 +21,8 @@ word_dic = {
##: Punctuation
"": "'",
"Ca ": "Ça ",
"\\musicnote{Intro": "\\musicnote{intro",
"\\musicnote{Outro": "\\musicnote{outro",
"...": "\\dots ",
"": "\\dots",
#replace tabs with two spaces

Loading…
Cancel
Save