proper alignment for whiteout ff
[orchestrallily.git] / Templates / Single_Page / TeX_Settings.itex
blobb3e1ac9f00ac04d961dac5cddd8d58830fdc7bac
1 \title{<< title >>}
2 \subtitle{<< subtitle >>}
3 \composer{<< composer >>}
4 <$ if composerdate -$>
5 \composerdate{(<< composerdate >>)}
6 <$ endif -$>
7 <$ if poet -$>
8 \poet{<< poet >>}
9 <$ if poetdate -$>
10 \poetdate{(<< poetdate >>)}
11 <$ endif -$>
12 <$ endif -$>
13 <$ if description -$>
14 \description{<< description >>}
15 <$ else -$>
16 % \description{Per Coro (SATB) ed Organo o Orchestra}
17 <$ endif -$>
18 <$ if instrumentation -$>
19 \instrumentation{<< instrumentation >>}
20 <$ else -$>
21 % \instrumentation{2 Oboi, 2 Corni\\2 Violini, Viola, Violoncello\\e Basso Continuo (Organo e Bassi)}
22 <$ endif -$>
23 \editor{<$ if editorurl $>\href{<< editorurl >>}{<< editor >>}<$ else $><< editor >><$ endif $>}
24 \publisher{<$ if publisherurl $>\href{<< publisherurl >>}{<< publisher >>}<$ else $><< publisher >><$ endif $>}
25 \year{<< year >>}
26 <$ if scoreinfo -$>
27 \scoreinfo{<<scoreinfo>>}
28 <$ endif $>
29 \basename{<< basename >>}
31 \newcommand{\scoreNumber}[1]{<< scorenumber >>\ifx{#1}\@empty\else-{#1}\fi}
32 \newcommand{\scoreTitle}{<< composer >><$ if composerdate $> (<< composerdate >>)<$ endif $>: << title >>}
34 \geometry{left=1.5cm,right=1.5cm,top=1.5cm,bottom=1.5cm}
35 \hypersetup{
36     pdfauthor={<< editor>><$ if editormail $> << '<' >><<editormail>><< '>' >><$ endif $>}
39 \input{TeX_<<basename>>_Include_Todo.itex}