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:
7bfc8a3
)
Correction problème avec symbole newline
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 18 Nov 2021 03:10:46 +0000
(22:10 -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
c414dcd
..
668cdf5
100644
(file)
--- a/
gtx2tex.pl
+++ b/
gtx2tex.pl
@@
-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";