projects
/
musique
/
hvguitartex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4181afe
)
Correction notation accords mineurs avec 'm' au lieu de '-'
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 1 Sep 2011 02:56:56 +0000
(
02:56
+0000)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Mar 2022 22:14:43 +0000
(17:14 -0500)
gtx2tex.pl
patch
|
blob
|
history
diff --git
a/gtx2tex.pl
b/gtx2tex.pl
index
ccd6df5
..
33d99cc
100644
(file)
--- 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}\$";