\\makeindex
\\usepackage{fancyhdr}
\\pagestyle{fancy}
+ \\usepackage{setspace}
"
}else{
print TEX "
\\newcommand{\\gtxchordsize}{\\footnotesize}
\\setlength{\\parindent}{0pt}
+ % Modification pour augmenter la taille des accords.
+ \\onehalfspacing
+ %%\\doublespacing
+ \\setstretch{1.8}
+
%------PostScript-Header für die Chord-Songs------
%\\special{header=$libpath/chord-common.ps}
\\newcommand{\\gtxchord}[2]{\\sbox{\\gtxchordbox}{#1}\\sbox{\\textbox}{#2}%
\\ifthenelse{\\lengthtest{\\wd\\textbox>\\wd\\gtxchordbox}}%
{%
- \\raisebox{2ex}[2ex][2.5ex]{\\makebox[0pt][l]{\\scriptsize\\bf#1}}#2%
+ % Boîte pour les accords (plus gros)
+ \\raisebox{2.5ex}[2ex][2.5ex]{\\makebox[0pt][l]{\\small\\bf#1}}#2%
}{%
- \\raisebox{2ex}[2ex][2.5ex]{\\makebox[0pt][l]{\\scriptsize\\bf#1}}\\makebox[\\wd\\gtxchordbox+0.5em][l]{#2}%
+ % Boîte pour les accords (plus gros)
+ \\raisebox{2.5ex}[2ex][2.5ex]{\\makebox[0pt][l]{\\small\\bf#1}}\\makebox[\\wd\\gtxchordbox+0.5em][l]{#2}%
}%
}%