diff --git a/NEWS b/NEWS index a13fee4d..1a473109 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ +version 3.7.2 + +Louis: +Narz: + Hubert-Félix Thiéfaine - Sweet amanit phalloide queen + Georges Brassens - Les trompettes de la renommée +Romain Goffe: +m@rco: + Hubert-Félix Thiéfaine - Alligators 427 + Thomas Fersen - Borborygmes + Thomas Fersen - Cosmos +spalax: + version 3.7.1 JBB: diff --git a/books/volume-5.sb b/books/volume-5.sb index 6f52408f..a5ae5f62 100644 --- a/books/volume-5.sb +++ b/books/volume-5.sb @@ -59,6 +59,7 @@ "francis_cabrel/la_corrida.sg", "francis_cabrel/octobre.sg", "gary_jules/mad_world.sg", + "georges_brassens/les_trompettes_de_la_renommee.sg", "georges_brassens/l_orage.sg", "georges_brassens/pour_me_rendre_a_mon_bureau.sg", "georges_brassens/quatre-vingt-quinze-pour-cent.sg", @@ -76,6 +77,7 @@ "hoobastank/the_reason.sg", "hubert-felix_thiefaine/542_lunes_et_7_jours_environ.sg", "hubert-felix_thiefaine/ad_orgasmum_aeternum.sg", + "hubert-felix_thiefaine/alligators_427.sg", "hubert-felix_thiefaine/la_deche_le_twist_et_le_reste.sg", "hubert-felix_thiefaine/la_fille_du_coupeur_de_joints.sg", "hubert-felix_thiefaine/la_fin_du_saint_empire_romain_germanique.sg", @@ -83,6 +85,7 @@ "hubert-felix_thiefaine/le_chant_du_fou.sg", "hubert-felix_thiefaine/lorelei_Sebasto_Cha.sg", "hubert-felix_thiefaine/maison_borniol.sg", + "hubert-felix_thiefaine/sweet_amanite_phalloide_queen.sg", "iggy_pop/in_the_death_car.sg", "jacques_brel/au_suivant.sg", "jacques_dutronc/la_fille_du_pere_noel.sg", @@ -167,6 +170,8 @@ "the_rolling_stones/mother_s_little_helper.sg", "thomas_fersen/au_cafe_de_la_paix.sg", "thomas_fersen/bambi.sg", + "thomas_fersen/borborygmes.sg", + "thomas_fersen/cosmos.sg", "thomas_fersen/croque.sg", "thomas_fersen/irene.sg", "thomas_fersen/le_bouton.sg", diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 600a83e8..b4075a75 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -31,7 +31,7 @@ %%: {"name":"lang", "description":"Language", "default":"english"}, %%: {"name":"instruments", "description":"Instruments", "type":"flag", "values":["guitar","ukulele"], "join":",", "mandatory":true, "default":["guitar"]}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","importantdiagramonly","lilypond","pictures","tabs","repeatchords","onesongperpage"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, -%%: {"name":"version", "description":"Version", "default":"3.7.1"}, +%%: {"name":"version", "description":"Version", "default":"3.7.2"}, %%: {"name":"subtitle", "description":"Subtitle"}, %%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, %%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"}, diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 9da09a10..9a1fa2e6 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -31,7 +31,7 @@ %%: {"name":"lang", "description":"Language", "default":"french"}, %%: {"name":"instruments", "description":"Instruments", "type":"flag", "values":["guitar","ukulele"], "join":",", "mandatory":true, "default":["guitar"]}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","importantdiagramonly","lilypond","pictures","tabs","repeatchords","onesongperpage"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, -%%: {"name":"version", "description":"Version", "default":"3.7.1"}, +%%: {"name":"version", "description":"Version", "default":"3.7.2"}, %%: {"name":"subtitle", "description":"Subtitle"}, %%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, %%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"},