Correction problème avec symbole newline
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 18 Nov 2021 03:10:46 +0000 (22:10 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Mar 2022 22:14:43 +0000 (17:14 -0500)
gtx2tex.pl

index c414dcd..668cdf5 100644 (file)
@@ -685,6 +685,7 @@ sub includes{
 
     while ( <CHORDPRO> ){
         if ( /{include:/ ) {           #read only lines with an include directive
+            chomp;  # avoid \n on last field
             s/({.*:)(.+)(})/\2/;
             print TMP "#$_\n#\n";