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:
3477910
)
Ajout informations de debug
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 3 Dec 2021 18:31:12 +0000
(13:31 -0500)
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
33b75b4
..
d4cc438
100644
(file)
--- a/
gtx2tex.pl
+++ b/
gtx2tex.pl
@@
-147,6
+147,9
@@
while ( <CHORDPRO> ) {
print TEX "\\footnotesize \\verb!$_! \\normalsize \\newline\n";
next;
}
+
+ $verbose && print " chordpro data\n";
+
crdpro();
}
@@
-217,6
+220,8
@@
sub crdpro { # Bearbeitung der Zeile aus der Eingabedatei
s/^/\\gtxchord\{\}\{/
}
+ $verbose && print "Accord: <$_>\n";
+
if ( $uppercase ) {
s/(gtxchord\{[A-G][B#]?)MAJ7/\1$majeur_sept/g; # Remplace 'gtxchord{AM' par 'gtxchord{Am'