Romain Goffe
8805092b79
corrections
13 years ago
Romain Goffe
4a2f7a6c84
enclose options into braces + add 'original song' infos
Conflicts:
songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg
13 years ago
Romain Goffe
276e478393
corrections
13 years ago
Romain Goffe
3a10368f5f
remove covers/ directory when performing 'make clean'
- this directory is (fastly) auto generated during 'make' anyway
- it avoids songbooks displaying out of date covers
13 years ago
Romain Goffe
9aea1deaf2
set nolyrics for ukulele tuning
13 years ago
Romain Goffe
122ae70e24
sort songs by artist/album/title
13 years ago
Romain Goffe
b503b0b018
patacrep release version 3.6.1
13 years ago
Romain Goffe
2b51720173
move license from class to templates
13 years ago
Romain Goffe
e7a65f2894
remove unused variable
'directories' was previously used for the list of paths in \graphicspath which is now useless since copy all covers in ./covers
13 years ago
Romain Goffe
a17aed4eef
windows: force removal without confirmation for clean scripts
13 years ago
Romain Goffe
c431803837
Add song: Les Amis d'ta femme - Le tango du viagra
13 years ago
Romain Goffe
98280c91c2
update bridge environments
13 years ago
Romain Goffe
d67d64519a
corrections
13 years ago
Romain Goffe
2c5250d59d
add 'original' field
13 years ago
Romain Goffe
1b0e1b453e
add special characters (fix warnings)
13 years ago
Romain Goffe
ae4ff73cf4
fix latex warning
13 years ago
Romain Goffe
162e290f4d
new appearance for bridge environments
13 years ago
Romain Goffe
2e9743d3e1
add typo rule
13 years ago
Romain Goffe
e91ced8443
add url + prevent rules.py from modifying the url
13 years ago
Romain Goffe
b868bffc40
reduce interline spacing flexibility
- better visibility for chorus
- avoid very different interline between columns
13 years ago
Romain Goffe
c9443d8490
repeat chords
13 years ago
Romain Goffe
1766b51011
corrections
13 years ago
Romain Goffe
f236fc41d8
use new Adlib macro
13 years ago
Romain Goffe
525af293d2
add 'url' and 'original' info
13 years ago
Romain Goffe
a3750d9799
add new Adlib macro
13 years ago
Romain Goffe
c82613c1c2
use \newcommand* instead of \newcommand for short macros
13 years ago
Romain Goffe
c1d8e77ab4
reduce spacing between lyrics lines
This commit entails major changes in the songbook appearance since songs need less vertical space. Advantages:
- saves roughly 100 pages for songbook.pdf !
- less scrolling / page turning required
- better readability due to more important delta between inter-verse spacing and inter-line spacing
13 years ago
Romain Goffe
5dcbb55593
customize song headers and footers.
- introduce two new options:
- 'url' that links to the artist's website
- 'original' that refers to the original song
- display the album in the song header
13 years ago
Romain Goffe
2bb2b062f6
move chords notation before displaying the list of chords
13 years ago
Romain Goffe
b1d48d2b10
use phantom section for the list of songs
13 years ago
Romain Goffe
953227030a
translate chord names + indicate tuning
13 years ago
Romain Goffe
52a80b05e4
don't capitalise titles
13 years ago
Romain Goffe
252832eaff
update naheulbeuk songbook
13 years ago
Romain Goffe
352f31ddeb
repeat chords
13 years ago
Romain Goffe
d86db3e209
templates: rework patacrep.tmpl
- merge patacrep-en.tmpl in patacrep.tmpl
- phantom sections
- translate strings according to \lang parameter
- english book is now based on patacrep template
13 years ago
Romain Goffe
0966bdaebd
templates: remove trailing spaces
13 years ago
Romain Goffe
b0456c280a
rework licenses
- merge license-en into license
- the english/french version now depends on the template's lang parameter
- remove trailing spaces
- add phantom section for a reference in the pdf bookmarks
13 years ago
Romain Goffe
94c06cd2b1
display the list of ukulele diagrams
- merge chords_uku in chords
- rework layout for better presentation
- shorter names for diagrams to ensure it fits in one page
13 years ago
Romain Goffe
36e9b7d3d1
Add song: Le Donjon de Naheulbeuk - Tralala du nain
13 years ago
Romain Goffe
d8a86a3c2c
Add song: Le Donjon de Naheulbeuk - Le petit gobelin
13 years ago
Romain Goffe
947957db4c
Add song: Le Donjon de Naheulbeuk - La hache Durandil
13 years ago
Romain Goffe
f3f32b1c79
Add song: Le Donjon de Naheulbeuk - Hé, la petite dame
13 years ago
Romain Goffe
b96eeb8efc
Correction: Donjon de Naheulbeuk - Nanana de l'elfe
- fix chords
- repeat chords
13 years ago
Romain Goffe
f5d7f1d85d
flat symbols
13 years ago
Romain Goffe
1a6712c31a
Add song: Le Donjon de Naheulbeuk - Crom
13 years ago
Romain Goffe
d06d034e63
Add song: Le Donjon de Naheulbeuk - Chicken quest
13 years ago
Romain Goffe
b308977e8e
apply rules.py
13 years ago
Romain Goffe
d452009806
use transposition macro to hide complexity in norepeatedchords mode
13 years ago
Romain Goffe
1b01bb159a
remove spaces around keywords in musicnote and texnote boxes
13 years ago
Romain Goffe
376431f02a
Add new macro: transposition
This macro depends on the repeatedchord environment:
- if chords are repeated, acts like the \transpose macro from LaTeX package
- if not, a muscinote information box is displayed with the number of half-steps for transposition
This macro can prove usefull to hide the complexity of songs that transpose their verses (e.g: Barbara - L'aigle noir): in repeatedchords mode, the chords are explicitly displayed (in their transposed form), in norepeatedchords mode, it only provides the information that the verses should be transposed.
13 years ago