From: Hugo Villeneuve <hugo@hugovil.com> Date: Sat, 11 Dec 2021 21:58:14 +0000 (-0500) Subject: Changement notation accords m7b5 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=a036e46bcef01762527c657ba7cd7da80049a678;p=musique%2Fhvguitartex.git Changement notation accords m7b5 --- diff --git a/gtx2tex.pl b/gtx2tex.pl index be4396e..4717d85 100644 --- a/gtx2tex.pl +++ b/gtx2tex.pl @@ -99,7 +99,7 @@ $define = ""; $majeur_sept = "\$^\\Delta\$"; $mineur = "m"; $mineur7 = "m\$^7\$"; -$half_diminished = "\$^\\emptyset\$"; +$half_diminished = "m\$^{7\\flat5}\$"; $diminished = "\$^\\circ\$"; $diminished7 = "\$^{\\circ7}\$";