diff --git a/NEWS b/NEWS index 93bfd618..9cca049b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ +version 3.6.7 + +Mickael Chazaux: + Jean-Jacques Goldman - Et l'on y peut rien +Olive: + Manu Chao - El viente +Pipiou: + Georges Brassens - L'orage +Romain Goffe: + Michael Jackson - We are the world + Crep - Ptit pingouin + Adele - Rolling in the deep +broph: + Pink Floyd - Comfortably numb + The Rolling Stones - Mother's little helper + Pink Floyd - Hey you + version 3.6.6 Charles Flèche: diff --git a/books/volume-5.sb b/books/volume-5.sb index dce61708..5695d193 100644 --- a/books/volume-5.sb +++ b/books/volume-5.sb @@ -12,6 +12,7 @@ "subtitle" : "Tome 5", "songs" : [ "3_doors_down/here_without_you.sg", + "adele/rolling_in_the_deep.sg", "alain_souchon/la_ballade_de_jim.sg", "alain_souchon/sous_les_jupes_des_filles.sg", "america/a_horse_with_no_name.sg", @@ -34,6 +35,7 @@ "charlie_winston/like_a_hobo.sg", "coluche/sois_faineant.sg", "creedence_clearwater_revival/bad_moon_rising.sg", + "crep/ptit_pingouin.sg", "debout_sur_le_zinc/aller_simple.sg", "debout_sur_le_zinc/comme_un_frisson.sg", "debout_sur_le_zinc/elle_m_ennuie.sg", @@ -47,6 +49,7 @@ "francis_cabrel/la_corrida.sg", "francis_cabrel/octobre.sg", "gary_jules/mad_world.sg", + "georges_brassens/l_orage.sg", "georges_brassens/pour_me_rendre_a_mon_bureau.sg", "georges_brassens/quatre-vingt-quinze-pour-cent.sg", "gerard_dalton/la_sorciere_grabouilla.sg", @@ -62,6 +65,7 @@ "jacques_brel/au_suivant.sg", "jacques_dutronc/la_fille_du_pere_noel.sg", "jali/espanola.sg", + "jean-jacques_goldman/et_l_on_y_peut_rien.sg", "jean-jacques_goldman/on_ira.sg", "john_denver/last_hobo.sg", "johnny_hallyday/gabrielle.sg", @@ -90,8 +94,10 @@ "les_ogres_de_barback/rue_mazarine.sg", "les_wriggles/petit_bonhomme.sg", "manu_chao/bongo_bong.sg", + "manu_chao/el_viento.sg", "manu_chao/je_ne_t_aime_plus.sg", "maxime_le_forestier/passer_ma_route.sg", + "michael_jackson/we_are_the_world.sg", "noir_desir/lola.sg", "noir_desir/ou_veux_tu_qu_je_regarde.sg", "noir_desir/the_holy_economic_war.sg", @@ -104,6 +110,8 @@ "patrick_coutin/j_aime_regarder_les_filles.sg", "phil_barney/un_enfant_de_toi.sg", "pink_floyd/another_brick_in_the_wall.sg", + "pink_floyd/comfortably_numb.sg", + "pink_floyd/hey_you.sg", "pink_floyd/mother.sg", "ralph_mctell/streets_of_london.sg", "raphael/caravane.sg", @@ -119,6 +127,7 @@ "the_dubliners/the_wild_rover.sg", "the_kingston_trio/greenback_dollar.sg", "the_rolling_stones/gimme_shelter.sg", + "the_rolling_stones/mother_s_little_helper.sg", "thomas_fersen/au_cafe_de_la_paix.sg", "thomas_fersen/bambi.sg", "thomas_fersen/croque.sg", diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index b60bc6d0..28a080f6 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.6.6"}, +%%: {"name":"version", "description":"Version", "default":"3.6.7"}, %%: {"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 4139c8f7..1a226c9c 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.6.6"}, +%%: {"name":"version", "description":"Version", "default":"3.6.7"}, %%: {"name":"subtitle", "description":"Subtitle"}, %%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, %%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"},