Ajout informations de debug
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 3 Dec 2021 18:31:12 +0000 (13:31 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Mar 2022 22:14:43 +0000 (17:14 -0500)
gtx2tex.pl

index 33b75b4..d4cc438 100644 (file)
@@ -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'