From 840459679f3e7416f1750273d025739f12b2adf3 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sun, 9 Jan 2011 18:12:35 +0100 Subject: [PATCH] do not capitalize intro/outro in musicnote environments --- utils/latex-preprocessing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/latex-preprocessing.py b/utils/latex-preprocessing.py index 42f9ca78..b614521a 100755 --- a/utils/latex-preprocessing.py +++ b/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