From: Hugo Villeneuve Date: Thu, 1 Sep 2011 02:56:56 +0000 (+0000) Subject: Correction notation accords mineurs avec 'm' au lieu de '-' X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=70337f497094523ea2df3a698825ff39f1a77956;p=musique%2Fhvguitartex.git Correction notation accords mineurs avec 'm' au lieu de '-' --- diff --git a/gtx2tex.pl b/gtx2tex.pl index ccd6df5..33d99cc 100644 --- a/gtx2tex.pl +++ b/gtx2tex.pl @@ -69,8 +69,8 @@ $tab_begin = "\\begin{gtxtab}\n"; $tab_end = "\\end{gtxtab}\n"; $define = ""; $majeur_sept = "\$^\\Delta\$"; -$mineur = "\$^-\$"; -$mineur7 = "\$^{-7}\$"; +$mineur = "m"; +$mineur7 = "m\$^7\$"; $half_diminished = "\$^\\emptyset\$"; $diminished = "\$^\\circ\$"; $diminished7 = "\$^{\\circ7}\$";