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:
98cc22c
)
Ajout ligne vide après une nouvelle page
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 5 Dec 2021 21:45:27 +0000
(16:45 -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
de59c7f
..
c310d20
100644
(file)
--- a/
gtx2tex.pl
+++ b/
gtx2tex.pl
@@
-304,6
+304,7
@@
sub directive{
print TEX "$tab_end" unless ( $lyrics );
}elsif ( /{np}/ ) {
print TEX "$new_page";
+ print TEX "\\hfill\\break";
}elsif ( /{even}/ ) {
print TEX "\\ifthenelse{\\isodd{\\thepage}}{}{\\newpage ~}";
}elsif ( /{title:|{t:/ ) {