Browse Source

patacrep release version 3.4.4

remotes/origin/cmake patacrep_3.4.4
Romain Goffe 13 years ago
parent
commit
2ae94aad99
  1. 14
      books/volume-4.sb
  2. 2
      templates/patacrep-en.tmpl
  3. 2
      templates/patacrep.tmpl
  4. 9
      utils/tarball.sh

14
books/volume-4.sb

@ -11,8 +11,15 @@
"picturecopyright" : "LauraTheArtist @ deviantart.com",
"subtitle" : "Tome 4",
"songs" : [
"Alain_Souchon/Bidon.sg",
"Bob_Marley/No_woman_no_cry.sg",
"Bob_Marley/Redemption_song.sg",
"Catherine_Le_Forestier/La_petite_fugue.sg",
"Charles_Aznavour/Mes_emmerdes.sg",
"Christophe/Aline.sg",
"Christophe/Les_mots_bleus.sg",
"Edith_Piaf/Padam_Padam.sg",
"Jeanne_Moreau/Le_tourbillon_de_la_vie.sg",
"Joe_Dassin/Ma_bonne_etoile.sg",
"Julien_Clerc/Ce_n_est_rien.sg",
"Julien_Clerc/Melissa.sg",
@ -21,12 +28,19 @@
"Karpatt/Le_demenagement.sg",
"Laura_Veirs/Ballad_of_John_Vogelin.sg",
"Laura_Veirs/Black_eyed_Susan.sg",
"Laura_Veirs/Icebound_stream.sg",
"Laura_Veirs/Jailhouse_fire.sg",
"Les_Fatals_Picards/L_amour_a_la_francaise.sg",
"Les_Fatals_Picards/La_securite_de_l_emploi.sg",
"Matticus/Le_p_tit_gars.sg",
"Maxime_Le_Forestier/Entre_14_et_40_ans.sg",
"Maxime_Le_Forestier/Fontenay_aux_roses.sg",
"Maxime_Le_Forestier/L_auto_stop.sg",
"Negresses_vertes/Sous_le_soleil_de_Bodega.sg",
"Nino_Ferrer/Mirza.sg",
"Oldelaf_et_Monsieur_D/Mamy_blue.sg",
"Pep_s/Liberta.sg",
"Telephone/Cendrillon.sg",
"Tracy_Chapman/Talkin_about_the_revolution.sg",
"Yves_Duteil/Le_petit_pont_de_bois.sg"]
}

2
templates/patacrep-en.tmpl

@ -30,7 +30,7 @@
%%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true},
%%: {"name":"lang", "description":"Language", "default":"english"},
%%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]},
%%: {"name":"version", "description":"Version", "default":"3.4.3"},
%%: {"name":"version", "description":"Version", "default":"3.4.4"},
%%: {"name":"subtitle", "description":"Subtitle"},
%%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"},
%%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"},

2
templates/patacrep.tmpl

@ -30,7 +30,7 @@
%%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true},
%%: {"name":"lang", "description":"Language", "default":"french"},
%%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]},
%%: {"name":"version", "description":"Version", "default":"3.4.3"},
%%: {"name":"version", "description":"Version", "default":"3.4.4"},
%%: {"name":"subtitle", "description":"Subtitle"},
%%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"},
%%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"},

9
utils/tarball.sh

@ -14,16 +14,9 @@ rm -rf perso/ ;
rm -rf data/ ;
rm -rf .git/ ;
rm -f .gitignore ;
rm -f crep.sgl ;
rm -f chords.tex ;
rm -f lilypond/*.ps ;
rm -f lilypond/*.pdf ;
rm -f utils/send.sh ;
rm -f utils/release.sh ;
rm -f utils/tarball.sh ;
rm -f tmp*
rm -f books/tmp.sb books/default.sb
rm -f default*
rm -f *.pdf
#Clean tmp files
find . -name "*~" -type f -exec rm -f {} \; && find . -name "#*#" -type f -exec rm -f {} \;

Loading…
Cancel
Save