From 0f6ab3ed0cb5a97f6d6d97520df86cf6942f96fb Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 11 Jun 2012 21:43:32 +0200 Subject: [PATCH 01/54] remove trailing punctuation --- songs/Green_Day/Minority.sg | 4 ++-- songs/Renaud/Manatthan-Kaboul.sg | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/songs/Green_Day/Minority.sg b/songs/Green_Day/Minority.sg index 4b9552f5..1e94a93f 100644 --- a/songs/Green_Day/Minority.sg +++ b/songs/Green_Day/Minority.sg @@ -24,9 +24,9 @@ \end{verse} \begin{bridge} - \[Am]Stepped out of the \[F]line,\[C] + \[Am]Stepped out of the \[F]line\[C] \[Am]Like a sheep runs \[F]from the \[G]herd - \[Am]Marching out of \[F]time,\[C] + \[Am]Marching out of \[F]time\[C] \[Am]To my own \[F]beat \[G]now \end{bridge} diff --git a/songs/Renaud/Manatthan-Kaboul.sg b/songs/Renaud/Manatthan-Kaboul.sg index 5f2eb509..c06c3be1 100644 --- a/songs/Renaud/Manatthan-Kaboul.sg +++ b/songs/Renaud/Manatthan-Kaboul.sg @@ -20,14 +20,14 @@ \begin{verse} \[C]Petit \[F]Portori\[G]cain\[F] - \[C]Bien inté\[F]gré, quasiment New \[G]Yorkais,\[F] - \[C]Dans mon buil\[F]ding tout de verre \[G]et d'acier,\[Am] + \[C]Bien inté\[F]gré, quasiment New \[G]Yorkais\[F] + \[C]Dans mon buil\[F]ding tout de verre \[G]et d'acier\[Am] \[F]Je prends mon \[Dm7]job, un rail de \[E]coke, un café \end{verse} \begin{verse*} - \[C]Peti\[F]te fille af\[G]ghane,\[F] - \[C]De l'autre \[F]côté de la \[G]Terre,\[F] + \[C]Peti\[F]te fille af\[G]ghane\[F] + \[C]De l'autre \[F]côté de la \[G]Terre\[F] \[C]Jamais en\[F]tendu parler \[G]de Manhat\[Am]tan \[E*]Mon quoti\[E/D]dien c'est la mis\[E/C]ère et la \[E/B]guerre \end{verse*} From be0d214e2513d0662e224b1b3dd04df9894014ba Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 11 Jun 2012 21:45:57 +0200 Subject: [PATCH 02/54] corrections --- songs/Alain_Souchon/Sous_les_jupes_des_filles.sg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg b/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg index 0003d80b..fff5c485 100644 --- a/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg +++ b/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg @@ -45,7 +45,7 @@ \begin{repeatedchords} \begin{verse} \[Am]On en fait beaucoup - Se pen\[G]cher tordre son cou + Se pen\[G]cher, tordre son cou \[F]Pour voir l'infortune À quoi nos vies se ré\[C]sument \end{verse} From 376431f02a089c3a804247430b2533f042f6e098 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:03:59 +0200 Subject: [PATCH 03/54] 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. --- tex/crepbook.cls | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index be5fc699..df525220 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -70,6 +70,7 @@ \RequirePackage{tikz} \RequirePackage{licence} \RequirePackage{xstring} +\RequirePackage{ifthen} \iflyric% \tabsfalse% @@ -522,4 +523,18 @@ \fi% } \fi + +\def\removefirstch@r#1{} +\newcommand{\transposition}[1]{% + \ifnorepeatchords% + \musicnote{% + \IfStrEq{\@lang}{english}{transposition:~}{}% + \IfStrEq{\@lang}{french}{transposition~:~}{}% + \ifthenelse{#1>0}{#1$\Uparrow$}{\removefirstch@r#1$\Downarrow$}% + }% + \else% + \transpose{#1} + \fi% +}% + \makeatother From 1b01bb159a6b63b4fc1d4a6838e957f544ff1326 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:13:56 +0200 Subject: [PATCH 04/54] remove spaces around keywords in musicnote and texnote boxes --- tex/crepbook.cls | 64 ++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index df525220..984a23db 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -430,38 +430,38 @@ \fi% %% End of tabs.sty file -\newcommand{\Intro}{ - \IfStrEq{\@lang}{english}{intro}{} - \IfStrEq{\@lang}{french}{intro}{} -} -\newcommand{\Outro}{ - \IfStrEq{\@lang}{english}{outro}{} - \IfStrEq{\@lang}{french}{outro}{} -} -\newcommand{\Bridge}{ - \IfStrEq{\@lang}{english}{bridge}{} - \IfStrEq{\@lang}{french}{pont}{} -} -\newcommand{\Chorus}{ - \IfStrEq{\@lang}{english}{chorus}{} - \IfStrEq{\@lang}{french}{refrain}{} -} -\newcommand{\Verse}{ - \IfStrEq{\@lang}{english}{verse}{} - \IfStrEq{\@lang}{french}{couplet}{} -} -\newcommand{\Solo}{ - \IfStrEq{\@lang}{english}{solo}{} - \IfStrEq{\@lang}{french}{solo}{} -} -\newcommand{\Pattern}{ - \IfStrEq{\@lang}{english}{pattern}{} - \IfStrEq{\@lang}{french}{motif}{} -} -\newcommand{\Rythm}{ - \IfStrEq{\@lang}{english}{rythm}{} - \IfStrEq{\@lang}{french}{rythme}{} -} +\newcommand{\Intro}{% + \IfStrEq{\@lang}{english}{intro}{}% + \IfStrEq{\@lang}{french}{intro}{}% +}% +\newcommand{\Outro}{% + \IfStrEq{\@lang}{english}{outro}{}% + \IfStrEq{\@lang}{french}{outro}{}% +}% +\newcommand{\Bridge}{% + \IfStrEq{\@lang}{english}{bridge}{}% + \IfStrEq{\@lang}{french}{pont}{}% +}% +\newcommand{\Chorus}{% + \IfStrEq{\@lang}{english}{chorus}{}% + \IfStrEq{\@lang}{french}{refrain}{}% +}% +\newcommand{\Verse}{% + \IfStrEq{\@lang}{english}{verse}{}% + \IfStrEq{\@lang}{french}{couplet}{}% +}% +\newcommand{\Solo}{% + \IfStrEq{\@lang}{english}{solo}{}% + \IfStrEq{\@lang}{french}{solo}{}% +}% +\newcommand{\Pattern}{% + \IfStrEq{\@lang}{english}{pattern}{}% + \IfStrEq{\@lang}{french}{motif}{}% +}% +\newcommand{\Rythm}{% + \IfStrEq{\@lang}{english}{rythm}{}% + \IfStrEq{\@lang}{french}{rythme}{}% +}% \let\musicnoteORIG\musicnote \renewcommand{\musicnote}[2][]{% From d4520098064e70cb7b188c91b9936969831ca98a Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:15:29 +0200 Subject: [PATCH 05/54] use transposition macro to hide complexity in norepeatedchords mode --- songs/Barbara/L_aigle_noir.sg | 81 +++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 36 deletions(-) diff --git a/songs/Barbara/L_aigle_noir.sg b/songs/Barbara/L_aigle_noir.sg index 6b30d995..a9d6271e 100644 --- a/songs/Barbara/L_aigle_noir.sg +++ b/songs/Barbara/L_aigle_noir.sg @@ -10,6 +10,8 @@ \gtab{D}{XX0232} \gtab{B&}{1:X02220} \gtab{E&}{6:X02220} + \ifnorepeatchords% + \else% \gtab{G}{320003} \gtab{Am}{X02210} \gtab{E}{022100} @@ -19,6 +21,7 @@ \gtab{B}{2:X02220} \gtab{C#m}{4:X02210} \gtab{G#}{4:022100} + \fi% \begin{verse} \[F]Un beau jour ou peut-être \[C]une nuit @@ -28,45 +31,51 @@ Surgit un \[D]aigle noir \end{verse} - \begin{verse} - \[G]Lentement, les ailes \[D]déployées - \[Am]Lentement, je le vis \[E]tournoyer - \[C]Près de moi, dans un brui\[G]ssement d'ailes - Comme tom\[F]bé du ciel - L'oiseau vint \[E]se poser - \end{verse} + \begin{repeatedchords} + \transposition{2} + \begin{verse} + \[F]Lentement, les ailes \[C]déployées + \[Gm]Lentement, je le vis \[D]tournoyer + \[B&]Près de moi, dans un brui\[F]ssement d'ailes + Comme tom\[E&]bé du ciel + L'oiseau vint \[D]se poser + \end{verse} - \begin{verse} - \[A]Il avait les yeux cou\[E]leur rubis - \[Bm]Et des plumes aux couleurs \[F#]de la nuit - \[D]À son front, brillant de \[A]mille feux - L'oiseau roi \[G]couronné - Portait un \[F#]diamant bleu - \end{verse} + \transposition{2} + \begin{verse} + \[F]Il avait les yeux cou\[C]leur rubis + \[Gm]Et des plumes aux couleurs \[D]de la nuit + \[B&]À son front, brillant de \[F]mille feux + L'oiseau roi \[E&]couronné + Portait un \[D]diamant bleu + \end{verse} - \begin{verse} - \[B]De son bec, il a tou\[F#]ché ma joue - \[C#m]Dans ma main, il a gli\[G#]ssé son cou - \[E]{C'est} alors que je l'ai \[B]reconnu - Surgissant \[A]du passé - Il m'était \[G#]revenu - \end{verse} - - \begin{verse} - \[A]Dis l'oiseau, oh dis, em\[E]mène-moi - \[Bm]Retournons au pays \[F#]{d'autrefois} - \[D]Comme avant dans mes rê\[A]ves d'enfant - Pour cueillir \[G]en tremblant - Des étoiles, \[F#]des étoiles - \end{verse} + \transposition{2} + \begin{verse} + \[F]De son bec, il a tou\[C]ché ma joue + \[Gm]Dans ma main, il a gli\[D]ssé son cou + \[B&]{C'est} alors que je l'ai \[F]reconnu + Surgissant \[E&]du passé + Il m'était \[D]revenu + \end{verse} + \transposition{-2} + \begin{verse} + \[F]Dis l'oiseau, oh dis, em\[C]mène-moi + \[Gm]Retournons au pays \[D]{d'autrefois} + \[B&]Comme avant dans mes rê\[F]ves d'enfant + Pour cueillir \[E&]en tremblant + Des étoiles, \[D]des étoiles + \end{verse} - \begin{verse} - \[B]Comme avant, dans mes rê\[F#]ves d'enfant - \[C#m]Comme avant, sur un nu\[G#]age blanc - \[E]Comme avant, allumer \[B]le soleil - Être fai\[A]seur de pluie - Et faire \[G#]des merveilles - \end{verse} + \transposition{2} + \begin{verse} + \[F]Comme avant, dans mes rê\[C]ves d'enfant + \[Gm]Comme avant, sur un nu\[D]age blanc + \[B&]Comme avant, allumer \[F]le soleil + Être fai\[E&]seur de pluie + Et faire \[D]des merveilles + \end{verse} + \end{repeatedchords} \endsong From b308977e8ea72a152b10ea60d3af119991b12535 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:17:41 +0200 Subject: [PATCH 06/54] apply rules.py --- songs/Renan_Luce/le_lacrymal_circus.sg | 14 +++++++------- songs/Thomas_Fersen/au_cafe_de_la_paix.sg | 2 +- songs/Thomas_Fersen/saint_jean_du_doigt.sg | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/songs/Renan_Luce/le_lacrymal_circus.sg b/songs/Renan_Luce/le_lacrymal_circus.sg index ace93b02..5a5fc127 100644 --- a/songs/Renan_Luce/le_lacrymal_circus.sg +++ b/songs/Renan_Luce/le_lacrymal_circus.sg @@ -13,21 +13,21 @@ \utab{Gm}{0231} \begin{verse*} - \musicnote {\Intro : \nolyrics \[Dm Bb A Dm A - Dm]} + \musicnote {\Intro : \nolyrics \[Dm Bb A Dm A - Dm]} \end{verse*} \begin{verse} Une vieille deux chevaux qui \[Dm]tousse - Déversait des prospec\[Bb]tus + Déversait des prospec\[B&]tus {\og}Ce soir vingt heures, venez \[A]tous - Entrez au Lacrymal Cir\[Dm]cus !{\fg} \[A - Dm] + Entrez au Lacrymal Cir\[Dm]cus !{\fg} \[A - Dm] \end{verse} \begin{verse*} J'étais seul et je cher\[A]chais Un abri contre la \[Dm]bruine - J’ai pris ma place au gui\[A]chet - D’une roulotte qui tombe en \[Dm]ruine \[A - Dm] + J'ai pris ma place au gui\[A]chet + D'une roulotte qui tombe en \[Dm]ruine \[A - Dm] \end{verse*} \begin{chorus} @@ -46,7 +46,7 @@ \begin{repeatedchords} \begin{verse} Un vieux lion à bout de \[Dm]force - A cligné trois fois des \[Bb]yeux + A cligné trois fois des \[B&]yeux Il me disait, je crois, en \[A]morse : {\og}J'peux pas sauter j'ai peur du \[Dm]feu !{\fg} \[A - Dm] \end{verse} @@ -74,7 +74,7 @@ \begin{chorus} Un é\[Gm]trange ballet équestre Hennis\[Dm]sements et ruades - Y a qu'un \[A]tambour à l'orchestre + Y'a qu'un \[A]tambour à l'orchestre Tous les \[Dm]cuivres sont malades Ceux qui \[Gm]soufflent n'ont plus d'air Il ne \[Dm]reste que ceux qui tapent diff --git a/songs/Thomas_Fersen/au_cafe_de_la_paix.sg b/songs/Thomas_Fersen/au_cafe_de_la_paix.sg index 964130df..fab94f64 100644 --- a/songs/Thomas_Fersen/au_cafe_de_la_paix.sg +++ b/songs/Thomas_Fersen/au_cafe_de_la_paix.sg @@ -85,7 +85,7 @@ L'an\[F6]nonce dans le jour\[B&]nal Est \[Gdim]parue y a un \[F6]mois Si \[F6]tu lis ce jour\[B&]nal - Tu \[Gdim]te reconnaî\[C7]tras, + Tu \[Gdim]te reconnaî\[C7]tras \end{chorus} \begin{verse} diff --git a/songs/Thomas_Fersen/saint_jean_du_doigt.sg b/songs/Thomas_Fersen/saint_jean_du_doigt.sg index 08cf3420..cd1b0eb4 100644 --- a/songs/Thomas_Fersen/saint_jean_du_doigt.sg +++ b/songs/Thomas_Fersen/saint_jean_du_doigt.sg @@ -21,7 +21,7 @@ Elle a \[Dm]les cheveux mayonnaise Moi j'ai \[Dm]un pull caca d'oie Elle c'est \[Gm]Jeanne et moi c'est \[F]Blaise - Ca se passe \[A]à Saint-Jean-du-\[Dm]Doigt + Ça se passe \[A]à Saint-Jean-du-\[Dm]Doigt \end{verse} \begin{verse*} @@ -32,7 +32,7 @@ Faudrait \[Dm]que j'monte sur une chaise Car elle \[Dm]est plus grande que moi Faudrait \[Gm]que j'monte sur une \[Dm]chaise - Ca va \[Gm]mieux quand elle s'as\[A]soit + Ça va \[Gm]mieux quand elle s'as\[A]soit \end{verse*} \begin{verse*} @@ -45,7 +45,7 @@ \begin{chorus} Allez \[C]Jeanne, y a pas de ma\[F]laise Viens donc \[C]admirer chez \[F]moi - Mes es\[D]tampes japo\[Gm]naises + Mes es\[D]tampes japo\[Gm]naises Et puis \[A]mon chapeau chi\[Dm]nois \end{chorus} @@ -61,7 +61,7 @@ \begin{verse} Elle a \[Dm]vingt ans, j'en ai treize Et c'est \[Dm]vrai que j'ai les pieds froids - Mais mon \[Gm]coeur est une \[F]braise + Mais mon \[Gm]cÅ“ur est une \[F]braise Et je \[A]{n'suis} pas mala\[Dm]droit \end{verse} @@ -81,7 +81,7 @@ J'ai pris \[Gm]une douche écos\[Dm]saise C'était \[Gm]chaud pis c'était \[Dm]froid Une cha\[Gm]leur de ge\[Dm]nèse - Et l'mer\[A]cure à -3\[Dm]3 + Et l'mer\[A]cure à -3\[Dm]3 \end{verse*} \begin{chorus} @@ -95,14 +95,14 @@ Elle a \[Dm]les cheveux mayonnaise Moi j'ai \[Dm]un pull caca d'oie Elle c'est \[Gm]Jeanne et moi c'est \[F]Blaise - Ca s'passe \[A]à Saint-Jean-du-\[Dm]Doigt + Ça s'passe \[A]à Saint-Jean-du-\[Dm]Doigt \end{verse} \begin{verse*} Fixé \[Dm]avec une punaise Epin\[Dm]glé à la paroi Pour la \[Gm]regarder à \[Dm]{l'aise} - J'ai mis \[Gm]son portrait chez \[A]moi + J'ai mis \[Gm]son portrait chez \[A]moi \end{verse*} \begin{verse*} From d06d034e6313821c5ab605a81eecb01eedfbb7fe Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:18:38 +0200 Subject: [PATCH 07/54] Add song: Le Donjon de Naheulbeuk - Chicken quest --- .../Le_Donjon_de_Naheulbeuk/Chicken_quest.sg | 220 ++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg diff --git a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg new file mode 100644 index 00000000..6a6b2be7 --- /dev/null +++ b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg @@ -0,0 +1,220 @@ +\selectlanguage{french} +\songcolumns{2} +\beginsong{Chicken quest} + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + + \cover + \capo{2} + \gtab{Am}{X02210} + \gtab{G}{320003} + \gtab{C}{X32010} + \gtab{F}{1:022100} + \gtab{E}{022100} + \gtab{G#}{4:022100} + \ifnorepeatchords% + \gtab{G6}{320000} + \gtab{F#7}{2:020100} + \else% + \gtab{Cm}{3:X02210} + \gtab{E&}{3:X32010} + \gtab{B&}{1:X02220} + \gtab{A&}{4:022100} + \gtab{B&6}{3:020000} + \gtab{A7}{X02020} + \fi% + + \textnote{\Intro} + \begin{verse*} + \[Am]Oyez, o\[G]yez damoi\[C]selles, damoi\[G]seaux + Lais\[C]sez-vous con\[F]ter la quê\[Am]te des pou\[E]lets + \[Am]Voici l'his\[G]toire d'un va\[C]leureux hé\[G]ros + \[C]Frais comme \[F]{l'aube}, aussi \[E]preux qu'un na\[Am]vet + \end{verse*} + + \begin{repeatedchords} + \begin{verse*} + \[Am]Né à Lou\[G]bet, non loin \[C]de Valto\[G]rdu + F\[C]meux pour ses \[F]chaises et son \[Am]fromage \[E]cru + Au \[Am]lait de fu\[G]ret, affi\[C]né sous les \[G]pieds + On \[C]sait qu'il est \[F]bon quand poussent \[E]les champi\[Am]gnons + \end{verse*} + + \begin{verse*} + \[Am]Avec un \[G]pain aux ai\[C]relles, j'vous dis \[G]pas + Le muns\[C]ter à cô\[F]té c'est \[Am]fade comme du nou\[E]gat + {\og}Et \[Am]alors, \[G]personne ne m'met une \[C]baffe pour les bêtises que \[G]{j'dis} ? + Ah d'ac\[C]cord, tout l'monde se bouche les \[F]oreilles et ils n'\[E]écoutent pas. Bon ben tant \[Am]pis, j'vais continuer à raconter n'importe quoi{\fg} + \end{verse*} + + \begin{verse*} + Rem\[Am]pailleurs de \[G]chaises, ses \[C]parents é\[G]taient + \[C]Et son grand-\[F]père des vo\[Am]lailles éle\[E]vait + \[Am]Par un ma\[G]tin un drame \[C]est surve\[G]nu : + \[C]Dans la basse-\[F]cour, les pou\[E]lets n'étaient \[Am]plus + \end{verse*} + + \begin{verse*} + \[Am]{L'enfant} per\[G]çu un si\[C]gne du de\[G]stin + Au \[C]fond de son \[F]cÅ“ur et de \[E]ses inte\[Am]stins + \end{verse*} + \end{repeatedchords} + + + \begin{chorus} + Voi\[Am]ci le ranger du chaos + Le \[G]pourfendeur des sept pou\[F]lets + S'en \[Am]allant par monts et par vaux + Par-\[G]delà les granges à fu\[F]mier + \end{chorus} + + \begin{chorus} + \nolyrics{\[C Am F G] \rep{2}} + \end{chorus} + + + \begin{verse} + À \[Am]dix pas d'la volière + Son premier adversaire + A\[C]dorateur de Dlul + Il \[G]le trouva par terre + Ron\[F]flant à faire des bulles + \end{verse} + + \begin{verse*} + \[F]{C'est} \[E]nul, \[F]{c'est} \[E]nul, \[F]{c'est} \[E]nul, \[F]{c'est} \[E]nul + Ça démarre très très mal, c'est nul + \end{verse*} + + \begin{repeatedchords} + \begin{verse} + Le \[Am]deuxième dans la lice + Tout un champ de maïs + Ve\[C]nait de picorer + Bour\[G]souflé de délices + Se \[F]laissa ramasser + \end{verse} + + \begin{verse*} + \[F]Mau\[E]vais, \[F]mau\[E]vais, \[F]mau\[E]vais, \[F]mau\[E]vais + Au fond ton héros n'a rien fait ! + \end{verse*} + + + \begin{chorus} + Voi\[Am]ci le ranger du chaos + Le \[G]pourfendeur des sept pou\[F]lets + S'en \[Am]allant par monts et par vaux + Par-\[G]delà les granges à fu\[F]mier + \end{chorus} + + \begin{chorus} + Plus \[C]fort, si l'ennemi est mort + Plus \[Am]grand, monté sur un banc + Plus \[F]beau, pour ceux qui le voient de \[G]dos + Plus \[C]bleu, quand c'est dangereux + Plus \[Am]plein, de rêves que d'entrain + Plus \[F]gras, qu'une charrette de confit \[G]{d'oie} + \end{chorus} + + + \begin{verse} + Au \[Am]sommet du clocher + Se croyait bien caché + Le \[C]troisième volatile + Mais \[G]le vent a soufflé + Il \[F]tomba comme une tuile + \end{verse} + + \begin{verse*} + \[F]Dé\[E]bile, \[F]dé\[E]bile, \[F]dé\[E]bile, \[F]dé\[E]bile + Tu parles d'une quête c'est trop facile + \end{verse*} + + \transposition{3} + \begin{verse} + Le \[Am]quatrième fuyard + De loin le plus fêtard + D'hor\[C]mones s'était farci + Le \[G]ranger s'en empare + En \[F]pleine betterave party + \end{verse} + + \begin{verse*} + \[F]Pou\[E]rri, \[F]pou\[E]rri, \[F]pou\[E]rri, \[F]pou\[E]rri + Ton héros il est trop moisi + \end{verse*} + \end{repeatedchords} + + \begin{verse} + \musicnote{\Bridge 1} + \[Am]Pour le plus joueur il dû \[F]faire des fouilles + Dans \[C]chaque maison se prendre \[E]des coups d'pied + Mais \[Am]à la taverne il en\[F]tendit : {\og}Ouille{\fg} + L'a\[C]nimal venait de se \[E]faire plumer + \end{verse} + + \begin{repeatedchords} + \begin{verse*} + Sur \[Am]la grand' route le vainqueur \[F]était fier + Quand \[C]le sixième poulet sur\[E]git furieux + Si \[Am]aveuglé d'vouloir ven\[F]ger ses frères + Qu'il \[C]ne vit pas du champ sor\[E]tir les bÅ“ufs + \end{verse*} + \end{repeatedchords} + + \begin{verse} + \musicnote{\Bridge 2} + \[A]Le septième ce fut le \[G6]coq + Sei\[D]gneur glorieux de la basse-\[F#7]cour + Ra\[A]pide, paré à tous les \[G6]chocs + Son \[D]seul point faible, c'est l'a\[F#7]mour + \end{verse} + + \begin{repeatedchords} + \transposition{-3} + \begin{verse} + \musicnote{\Bridge 1} + \[Am]Alors le ranger s'est \[F]déguisé : + D'un \[C]bec et de plumes, il s'est \[E]encollé + Puis \[Am]il s'approcha du gal\[F]linacé + Par \[C]ses charmes il tenta de l'\[E]appâter + \end{verse} + + \begin{verse*} + \[Am]Messire le Coq fut aussi\[F]tôt séduit + Et \[C]sur cette poule, enthousiaste, \[E]il fondit + Dans \[Am]la cohue de plumes \[F]qui suivit + On \[C]ne sut plus du tout qui \[E]était qui ! + \end{verse*} + \end{repeatedchords} + + \begin{verse} + \musicnote{\Bridge 3} + \[Am]La la la la, la la la la la la la + \[F]La la la la, la la la la la la la + \[Dm]La la la la, la la la la la la \[C]la + La la \[E]la + \rep{2} + \end{verse} + + \begin{repeatedchords} + \begin{chorus} + Je \[Am]suis le ranger du chaos + Je \[G]fus pris pour une pou\[F]lette + Et \[Am]mon grand-père qu'était miro + M'em\[G]brocha d'un coup d'arba\[F]lète + \end{chorus} + + \begin{chorus} + Ble\[C]ssé, c'est bien fait pour toi + Per\[Am]cé, mais à quel endroit ? + San\[F]glant, va pleurer chez ta ma\[G]man + Cham\[C]pion, t'auras un biberon + Ga\[Am]gnant, ou alors du flan + Guer\[F]rier, ou alors \dots du \[G]riz + \[G#]Du \[G]riz, \[G#]du \[G]riz, \[G#]du \[G]riz, \[G#]du \[G]riz + \[G]Au \[C]lait + \end{chorus} + \end{repeatedchords} + +\endsong From 1a6712c31a8c4497e0291a5ad59ff9684ea00e3c Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:18:57 +0200 Subject: [PATCH 08/54] Add song: Le Donjon de Naheulbeuk - Crom --- songs/Le_Donjon_de_Naheulbeuk/Crom.sg | 124 ++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 songs/Le_Donjon_de_Naheulbeuk/Crom.sg diff --git a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg new file mode 100644 index 00000000..9aeae796 --- /dev/null +++ b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg @@ -0,0 +1,124 @@ +\selectlanguage{french} +\songcolumns{2} +\beginsong{Crom} + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + + \cover + \gtab{Em}{X02210} + \gtab{G}{320003} + \gtab{Am}{X02210} + \gtab{C}{X32010} + \gtab{F}{1:022100} + \gtab{E}{022100} + \gtab{G6}{320000} + + \begin{verse} + \[Em]Crom + C'est le dieu barbare de \[G]la baston + \[Em]Crom + Des mandales, des chtars, des \[G]gnons \echo{oh oh oh} + \[Am]Crom + Assis en haut de sa \[C]montagne + Quand \[F]les guerriers \[G]meurent, il ri\[Am]cane + \end{verse} + + \begin{repeatedchords} + \begin{verse} + \[Em]Crom + Devenu dieu de ses \[G]propres mains + \[Em]Crom + Avec des techniques de \[G]bourrin \echo{oh oh oh} + \[Am]Crom + Il a soloté tous \[C]les donjons + Sans \[F]armure et \[G]sans panta\[Am]lon + \end{verse} + \end{repeatedchords} + + \begin{chorus} + \[Am]Stratégie, diplomatie + \[G]Crom n'a jamais rien com\[Am]pris + \[F]{C'est} la ba\[G]ston, et voi\[E]là ! + \end{chorus} + + \begin{repeatedchords} + \begin{verse} + \[Em]Crom + On en parle en mangeant \[G]du poulet \echo{piou \rep{7}} + \[Em]Crom + Dans les campements qui sentent \[G]les pieds \echo{oh oh oh} + \[Am]Crom + On le prie mais il n'é\[C]coute pas + Car \[F]il s'empiffre \[G]au Valhal\[Am]la + \end{verse} + + \begin{chorus} + \[Am]{S'équiper} d'une grosse épée + \[G]Massacrer à tour de bras + \[Am]Écraser ses ennemis + \[G]Les voir mourir devant soi + \[F]Crom, c'est ce qu'il \[G]veut, et voi\[E]là ! + \end{chorus} + + \begin{verse} + \[Em]Crom + A les bras comme des cuisses \[G]de taureau \echo{oh oh oh} + \[Em]Crom + N'utilise pas trop son \[G]cerveau \echo{oh oh oh} + \[Am]Crom + A traversé la mer \[C]en nageant + A\[F]vec son glaive \[G]entre les \[Am]dents + \end{verse} + + \begin{verse} + \[Em]Crom + A coupé la tête au \[G]Léviathan \echo{oh oh oh} + \[Em]Crom + A fait pleurer Lara \[G]Fabian \echo{oh oh oh} + \[Am]Crom + A toujours épaté \[C]Chuck Norris + Il \[F]va bien plus \[G]loin quand il \[Am]pisse ! + \end{verse} + \end{repeatedchords} + + + \begin{bridge} + \[Am]Crom + A le torse huilé + \[Am]Crom + Ne s'est jamais peigné + \[C]Crom + D'un seul regard, il peut \[F]tuer \echo{oh oh oh} + \end{bridge} + + \begin{repeatedchords} + \begin{verse*} + \[Am]Crom + A des filles à ses pieds + \[Am]Crom + La main sur son épée + \[C]Crom + Boit sa bière dans un crâne \[F]éclaté \echo{oh oh oh} + \end{verse*} + \end{repeatedchords} + + \begin{verse*} + \[Am]Il t'attend \[G6]au Valhal\[E]la + \end{verse*} + + \begin{repeatedchords} + \begin{verse} + \[Em]Crom + A gardé le secret \[G]de l'acier + \[Em]Crom + Et si tu viens lui de\[G]mander \echo{oh oh oh} + \[Am]Crom + Mais où est donc le se\[C]cret perdu ? + Il \[F]te répon\[G]dra : dans ton \[Am]cul ! + \end{verse} + \end{repeatedchords} + + \begin{verse*} + Oh oui c'est Crom ! + \end{verse*} + +\endsong From f5d7f1d85d60ed5f719504387df4b1a67fe5b7e5 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:53:34 +0200 Subject: [PATCH 09/54] flat symbols --- songs/Renan_Luce/le_lacrymal_circus.sg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/songs/Renan_Luce/le_lacrymal_circus.sg b/songs/Renan_Luce/le_lacrymal_circus.sg index 5a5fc127..4cee44c3 100644 --- a/songs/Renan_Luce/le_lacrymal_circus.sg +++ b/songs/Renan_Luce/le_lacrymal_circus.sg @@ -4,16 +4,16 @@ \cover \gtab{Dm}{XX0231} - \gtab{Bb}{1:X02220} + \gtab{B&}{1:X02220} \gtab{A}{X02220} \gtab{Gm}{3:022000} \utab{Dm}{2210} - \utab{Bb}{1:2100} + \utab{B&}{1:2100} \utab{A}{2100} \utab{Gm}{0231} \begin{verse*} - \musicnote {\Intro : \nolyrics \[Dm Bb A Dm A - Dm]} + \musicnote {\Intro : \nolyrics \[Dm B\flt A Dm A - Dm]} \end{verse*} \begin{verse} From b96eeb8efcf1f0bbfebc7422fbb55a3f60622bad Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:12:34 +0200 Subject: [PATCH 10/54] Correction: Donjon de Naheulbeuk - Nanana de l'elfe - fix chords - repeat chords --- .../Nanana_de_l_elfe.sg | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg b/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg index a93c0cc3..fdab8168 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg @@ -5,14 +5,13 @@ \cover \gtab{D}{XX0232} - \gtab{A}{X02220} - \gtab{G}{320003} \gtab{Bm}{2:X02210} + \gtab{G}{320003} \begin{chorus} - \[D]Moi c'que j'aime dans \[A]les ba\[D]lades + \[D]Moi c'que j'aime dans \[Bm]les balades C'est qu'on \[G]peut se bala\[D]der - \[D]On peut cueillir \[A]des sa\[D]lades + \[D]On peut cueillir \[Bm]des salades Et a\[G]près on peut les man\[D]ger \end{chorus} @@ -23,17 +22,19 @@ Si on \[Bm]glisse, on peut s'no\[D]yer \end{verse} - \begin{verse} - Les écureuils et les lapins - Les poneys et les cerfs - Font la ronde autour des sapins - Parce que la forêt, c'est super ! - \end{verse} + \begin{repeatedchords} + \begin{verse} + Les é\[G]cureuils et les \[D]lapins + Les \[G]poneys et les \[D]cerfs + Font la \[G]ronde autour des \[D]sapins + Parce que la \[Bm]forêt, c'est su\[D]per ! + \end{verse} - \begin{chorus} - Nananaaaa nanananaaaa - Nanaaaa nanananaaaaa - \rep{2} - \end{chorus} + \begin{chorus} + \[D]Nanana na \[Bm]nanana + Na \[G]na nanana\[D]na + \rep{2} + \end{chorus} + \end{repeatedchords} \endsong From f3f32b1c7982131346c4411674094e3ed9eb43c2 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:13:26 +0200 Subject: [PATCH 11/54] =?UTF-8?q?Add=20song:=20Le=20Donjon=20de=20Naheulbe?= =?UTF-8?q?uk=20-=20H=C3=A9,=20la=20petite=20dame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../He_la_petite_dame.sg | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg diff --git a/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg b/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg new file mode 100644 index 00000000..bd3c9b62 --- /dev/null +++ b/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg @@ -0,0 +1,53 @@ +\selectlanguage{french} +\songcolumns{2} +\beginsong{Hé, la petite dame} + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + + \cover + \capo{3} + \gtab{Am}{X02210} + \gtab{E}{022100} + \gtab{C}{X32010} + + \begin{chorus} + \[Am]Hélas ma\[E]dame, je n'ai plus de mer\[Am]lan + \[Am] Hier en\[E]core, ben j'en avais pour\[Am]tant + Nous \[Am]autres on n'y peut \[C]rien, vous savez comment c'est + \[C]Les arri\[E]vages, ça \[C]dépend d'\[E]la ma\[Am]rée + \end{chorus} + + \begin{repeatedchords} + \begin{verse} + \[Am]Hé, la p'tite \[E]dame, elle veut pas du flé\[Am]tan + C'est du fi\[E]let, y'a pas d'arêtes de\[Am]dans + C'est \[Am]un poisson tout \[C]plat qu'a les yeux sur l'côté + \[C]{C'est} pas pour \[E]ça, qu'ça \[C]doit vous \[E]dégoû\[Am]ter + \end{verse} + + \begin{verse} + \[Am]Hé non ma\[E]dame, y'a pas d'rosbif chez \[Am]moi + \[Am] J'suis poisson\[E]nier mais vous n'y perdez \[Am]pas + J'peux \[Am]vous donner du \[C]thon qui vient du Pacifique + \[C]Un tour à la \[E]poêle, faut \[C]dire que \[E]{c'est} pra\[Am]tique + \end{verse} + + \begin{verse} + \[Am]Hé, la p'tite \[E]dame, elle veut pas du sau\[Am]mon + \[Am] C'est des pa\[E]vés, c'est vrai que c'est vachement \[Am]bon + Si \[Am]vous m'en prenez \[C]deux, j'vous offre le troisième + \[C]Ça c'est vrai\[E]ment la \[C]promo\[E]tion d'la s'\[Am]maine + \end{verse} + + \begin{verse} + \[Am]{J'ai} du mer\[E]lu, j'ai du filet d'co\[Am]lin + \[Am] J'ai des sar\[E]dines et du rouget gron\[Am]din + J'ai \[Am]même de l'espa\[C]don, du bar, des éperlans + \[C]Mais c'que j'ai \[E]pas, vous \[C]en d'man\[E]dez tout l'\[Am]temps + \end{verse} + + \begin{verse*} + \[Am]Hélas ma\[E]dame, je n'ai plus de mer\[Am]lan + \end{verse*} + \end{repeatedchords} + +\endsong From 947957db4cd4fa8159117a72a3c8eed674ad814a Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:13:49 +0200 Subject: [PATCH 12/54] Add song: Le Donjon de Naheulbeuk - La hache Durandil --- .../La_hache_Durandil.sg | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg b/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg new file mode 100644 index 00000000..bb38bb0e --- /dev/null +++ b/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg @@ -0,0 +1,53 @@ +\selectlanguage{french} +\songcolumns{1} +\beginsong{La hache Durandil} + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + + \cover + \gtab{B&}{1:X02220} + \gtab{Gm}{3:022000} + \gtab{Cm}{3:X02210} + \gtab{F}{1:022100} + \gtab{E&}{6:X02220} + + \begin{verse} + \[B&] J'ai trouvé une super hache \[Gm]Durandil + \[Cm] En farfouillant dans un p'tit \[F]magasin + \[B&] J'ai marchandé au gars, c'é\[Gm]tait facile + \[Cm] C'était moins \[F]cher et ça c'est \[B&]bien + \end{verse} + + \begin{repeatedchords} + \begin{verse} + \[B&] J'vais pouvoir la planter dans \[Gm]tout c'qui bouge \echo{ou dans mon dos} + \[Cm] J'vais massacrer les orcs et \[F] les gobelins \echo{et tes amis} + \[B&] Et leur sang va couler tout \[Gm]rouge \echo{c'est la misère} + \[Cm] La hache de \[F]jet, c'est vachement \[B&]bien \echo{c'n'est pas mon avis mais tant pis} + \end{verse} + \end{repeatedchords} + + \begin{chorus} + \[E&]Ouais, ma hache \[F]Duran\[E&]dil \echo{c'est foutu} + \[B&] Ma hache de jet qu'était pas chère \echo{c'est d'la merde et voilà} + \[E&]Ouais, ma hache \[F]Duran\[E&]dil + \[B&] Elle est super \echo{c'est tout perrave} + Et \[F]elle est pas \[B&]chère + \end{chorus} + + \begin{repeatedchords} + \begin{verse} + \[B&] J'ai vu des elfes avec des \[Gm]arcs pourris \echo{ça c'est bien dit} + \[Cm] J'ai vu des types avec des \[F]vieilles épées \echo{c'était pas moi} + \[B&] Des ogres avec des vieux gour\[Gm]dins moisis \echo{ou du jambon} + \[Cm] Mais ça vaut \[F]pas ma hache de \[B&]jet \echo{c'est toi qui l'dit mais t'es tout p'tit} + \end{verse} + + \begin{verse} + \[B&] C'est pas la peine de dépen\[Gm]ser tes pièces \echo{je fais c'que j'veux} + \[Cm] Dans des épées rouillées qui \[F]servent à rien \echo{c'est même pas vrai} + \[B&] Au lieu d'ça tu devrais t'bou\[Gm]ger les fesses \echo{va donc crever} + \[Cm] Et acheter \[F]une vraie arme de \[B&]Nain \echo{c'n'est pas mon avis mais tant pis} + \end{verse} + \end{repeatedchords} + +\endsong From d8a86a3c2c069b183bef7d38668edc1a958e9fa5 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:14:17 +0200 Subject: [PATCH 13/54] Add song: Le Donjon de Naheulbeuk - Le petit gobelin --- .../Le_petit_gobelin.sg | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg diff --git a/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg b/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg new file mode 100644 index 00000000..a9cca396 --- /dev/null +++ b/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg @@ -0,0 +1,22 @@ +\selectlanguage{french} +\songcolumns{2} +\beginsong{Le petit gobelin} + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + + \cover + \gtab{C}{X32010} + \gtab{G}{320003} + \gtab{G7}{320001} + \gtab{F}{1:022100} + + \begin{verse} + \[C]{C'était} un petit gobelin qui s'en \[G]allait \[G7]à la \[C]plage + \[C]Mais il n'savait pas nager et il y \[G]avait \[G7]des re\[C]quins + \[F]Plouf, plouf, le \[C]gobelin ! + Il s'est \[G7]noyé dans les \[C]vagues + \[F]Miam, miam, a \[C]dit l'requin + Tu finis \[G7]dans mon Å“so\[C]phage + Voilà c'qu'ar\[F]rive si \[G7]{t'es} pas \[C]sage ! + \end{verse} + +\endsong From 36e9b7d3d144c6e9124c32c2f1b2137e2d1972a8 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:14:37 +0200 Subject: [PATCH 14/54] Add song: Le Donjon de Naheulbeuk - Tralala du nain --- .../Tralala_du_nain.sg | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg diff --git a/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg b/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg new file mode 100644 index 00000000..2f373e38 --- /dev/null +++ b/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg @@ -0,0 +1,40 @@ +\selectlanguage{french} +\songcolumns{2} +\beginsong{Tralala du nain} + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + + \cover + \gtab{D}{XX0232} + \gtab{Bm}{2:X02210} + \gtab{G}{320003} + + \begin{chorus} + \[D]Moi c'que j'aime dans \[Bm]les tavernes + C'est qu'on \[G]peut aller pio\[D]cher + \[D]On peut extraire \[Bm]du minerai + Et des \[G]pierres pour les tai\[D]ller + \end{chorus} + + \begin{verse} + On est \[G]jamais emmer\[D]dé + Par les \[G]animaux cré\[D]tins + Des fois \[G]on peut baston\[D]ner + Quand on \[Bm]tombe sur des gobe\[D]lins + \end{verse} + + \begin{repeatedchords} + \begin{verse} + Puis on \[G]court à la ta\[D]verne + Parce qu'on \[G]a bien travai\[D]llé + Et on s'\[G]enfile quarante \[D]bières + Pour fi\[Bm]nir en train d'ger\[D]ber ! + \end{verse} + + \begin{chorus} + \[D]Tralala la \[Bm]lalala + Tra \[G]la lalala\[D]la + \rep{2} + \end{chorus} + \end{repeatedchords} + +\endsong From 94c06cd2b1fbdb33d860a70b9843ca999e7d5776 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:20:21 +0200 Subject: [PATCH 15/54] 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 --- tex/chords.tex | 424 +++++++++++++++++++++++++++++++-------------- tex/chords_uku.tex | 140 --------------- 2 files changed, 296 insertions(+), 268 deletions(-) delete mode 100644 tex/chords_uku.tex diff --git a/tex/chords.tex b/tex/chords.tex index 9037b5eb..00e44278 100644 --- a/tex/chords.tex +++ b/tex/chords.tex @@ -1,140 +1,308 @@ -\ifchorded -\songsection{Liste des accords} -\begin{songs}{} +\newcommand*{\Sharp}{\nolinebreak\hspace{-.05em}\raisebox{.6ex}{\,\small\bf \#}} +\newcommand*{\Flat}{\nolinebreak\hspace{-.05em}\raisebox{.6ex}{\,\small$\mathbf{\flat}$}} +\newcommand*{\chordrule}{\mbox{\hspace{1cm}\rule[0.5cm]{15cm}{0.02cm}}\vspace{-.4cm}} +\newcommand*{\chordname}[1]{\makebox[3cm]{\raisebox{.5cm}{\large \textbf{#1}}}} +\begin{songs}{} %hide song number \definecolor{SongNumberBgColor}{HTML}{FFFFFF} \renewcommand{\snumbgcolor}{SongNumberBgColor} \renewcommand{\printsongnum}[1]{} \setlength{\songnumwidth}{0.1cm} + \songcolumns{1} + + \ifguitar + \IfStrEq{\getlang}{english}{\beginsong{Guitar chords}}{\beginsong{Accords de guitare}} + \chordname{C} + \gtab{C}{~:X32010} + \gtab{C7}{~:X32310} + \gtab{Cm}{3:X02210} + \gtab{Cm7}{3:X02010} + \hspace{1cm} + \gtab{C7M}{~:332000} + \gtab{C4}{~:X32011} + \gtab{C7}{1:X2120X} + \gtab{C6}{~:XX2213} + \chordrule + + \chordname{C\Sharp = D\Flat} + \gtab{C#}{4:X02220} + \gtab{C#7}{4:X02020} + \gtab{C#m}{4:X02210} + \gtab{C#m7}{5:XX2213} + \hspace{1cm} + \gtab{C#7M}{1:X32000} + \gtab{C#4}{2:X21000} + \gtab{C#7}{2:X2120X} + \gtab{C#6}{1:X02010} + \chordrule + + \chordname{D} + \gtab{D}{~:XX0232} + \gtab{D7}{~:XX0212} + \gtab{Dm}{~:XX0231} + \gtab{Dm7}{~:XX0211} + \hspace{1cm} + \gtab{D7M}{~:X00222} + \gtab{D4}{~:X00233} + \gtab{D7}{3:X2120X} + \gtab{D6}{~:X00202} + \chordrule + + \chordname{D\Sharp = E\Flat} + \gtab{D#}{6:X02220} + \gtab{D#7}{6:X02020} + \gtab{D#m}{6:X02210} + \gtab{D#m7}{~:XX1322} + \hspace{1cm} + \gtab{D#7M}{3:022010} + \gtab{D#4}{4:X21000} + \gtab{D#7}{4:X2120X} + \gtab{D#6}{1:X00202} + \chordrule + + \chordname{E} + \gtab{E}{~:022100} + \gtab{E7}{~:020100} + \gtab{Em}{~:022000} + \gtab{Em7}{~:022030} + \hspace{1cm} + \gtab{E7M}{~:021100} + \gtab{E4}{~:02220} + \gtab{E7}{5:X2120X} + \gtab{E6}{~:022120} + \chordrule + + \chordname{F} + \gtab{F}{1:022100} + \gtab{F7}{1:02010} + \gtab{Fm}{1:022000} + \gtab{Fm7}{1:020000} + \hspace{1cm} + \gtab{F7M}{~:XX3210} + \gtab{F4}{1:022200} + \gtab{F7}{6:X2120X} + \gtab{F6}{~:XX0211} + \chordrule + + \chordname{F\Sharp = G\Flat} + \gtab{F#}{2:022100} + \gtab{F#7}{2:020100} + \gtab{F#m}{2:022000} + \gtab{F#m7}{2:020000} + \hspace{1cm} + \gtab{F#7M}{~:XX4321} + \gtab{F#4}{2:022200} + \gtab{F#7}{7:X2120X} + \gtab{F#6}{~:XX1322} + \chordrule + + \chordname{G} + \gtab{G}{~:320003} + \gtab{G7}{~:320001} + \gtab{Gm}{3:022000} + \gtab{Gm7}{3:020000} + \hspace{1cm} + \gtab{G7M}{~:XX0002} + \gtab{G4}{3:022200} + \gtab{G7}{3:020200} + \gtab{G6}{~:320000} + \chordrule + + \chordname{G\Sharp = A\Flat} + \gtab{G#}{4:022100} + \gtab{G#7}{4:020100} + \gtab{G#m}{4:022000} + \gtab{G#m7}{4:020000} + \hspace{1cm} + \gtab{G#7M}{3:XX4321} + \gtab{G#4}{4:022200} + \gtab{G#7}{~:XX1122} + \gtab{G#6}{~:XX1111} + \chordrule + + \chordname{A} + \gtab{A}{~:X02220} + \gtab{A7}{~:022100} + \gtab{Am}{~:XX0232} + \gtab{Am7}{~:X02213} + \hspace{1cm} + \gtab{A7M}{~:X02120} + \gtab{A4}{~:X02230} + \gtab{A7}{~:X02233} + \gtab{A6}{~:XX2222} + \chordrule - \beginsong{Accords usuels} - %\musicnote[french]{Accords usuels} - %\musicnote[english]{Standard chords} - \gtab{C}{X32010} - \gtab{C7}{X32310} - \gtab{Cm}{3:X02210} - \gtab{Cm7}{3:X02010} - - \gtab{C#=D&}{4:X02220} - \gtab{C#7=D&7}{4:X02020} - \gtab{C#m=D&m}{4:X02210} - \gtab{C#m7=D&m7}{5:XX2213} - - \gtab{D}{XX0232} - \gtab{D7}{XX0212} - \gtab{Dm}{XX0231} - \gtab{Dm7=F6}{XX0211} - - \gtab{D#=E&}{6:X02220} - \gtab{D#7=E&7}{6:X02020} - \gtab{D#m=E&m}{6:X02210} - \gtab{D#m7=E&m7}{XX1322} - - \gtab{E}{022100} - \gtab{E7}{020100} - \gtab{Em}{022000} - \gtab{Em7}{022030} - - \gtab{F}{1:022100} - \gtab{F7}{1:02010} - \gtab{Fm}{1:022000} - \gtab{Fm7=A&6}{1:020000} - - \gtab{F#=G&}{2:022100} - \gtab{F#7=G&7}{2:020100} - \gtab{F#m=G&m}{2:022000} - \gtab{F#m7=A6}{2:020000} - - \gtab{G}{320003} - \gtab{G7}{320001} - \gtab{Gm}{3:022000} - \gtab{Gm7=B&6}{3:020000} - - \gtab{G#=A&}{4:022100} - \gtab{G#7=A&7}{4:020100} - \gtab{G#m=A&m}{4:022000} - \gtab{G#m7=B6}{4:020000} - - \gtab{A}{X02220} - \gtab{A7}{022100} - \gtab{Am}{XX0232} - \gtab{Am7}{X02213} - - \gtab{A#=B&}{1:X02220} - \gtab{A#7=B&7}{1:X02020} - \gtab{A#m=B&m}{1:X02210} - \gtab{A#m7=B&m7}{1:X02010} - - \gtab{B}{2:X02220} - \gtab{B7}{X21202} - \gtab{Bm}{2:X02210} - \gtab{Bm7=D6}{X00202} + \chordname{A\Sharp = B\Flat} + \gtab{A#}{1:X02220} + \gtab{A#7}{1:X02020} + \gtab{A#m}{1:X02210} + \gtab{A#m7}{1:X02010} + \hspace{1cm} + \gtab{A#7M}{1:X02120} + \gtab{A#4}{1:X02230} + \gtab{A#7}{~:XX3344} + \gtab{A#6}{~:XX3333} + \chordrule + + \chordname{B} + \gtab{B}{2:X02220} + \gtab{B7}{X21202} + \gtab{Bm}{2:X02210} + \gtab{Bm7}{~:X00202} + \hspace{1cm} + \gtab{B7M}{2:X02120} + \gtab{B4}{2:X02230} + \gtab{B7}{~:X22202} + \gtab{B6}{~:XX4444} \endsong + \fi + + \ifukulele + \IfStrEq{\getlang}{english}{\beginsong{Ukulele chords}}{\beginsong{Accords de ukulélé}} + \chordname{C} + \utab{C}{~:0003} + \utab{C7}{~:0001} + \utab{Cm}{~:0333} + \utab{Cm7}{3:0000} + \hspace{1cm} + \utab{C7M}{~:0002} + \utab{C6}{~:0000} + \utab{Caug}{~:1003} + \utab{Cdim}{2:3101} + \chordrule + + \chordname{C\Sharp = D\Flat} + \utab{C#}{1:0003} + \utab{C#7}{1:0001} + \utab{C#m}{~:1104} + \utab{C#m7}{4:0000} + \hspace{1cm} + \utab{C#7M}{1:0002} + \utab{C#6}{1:0000} + \utab{C#aug}{~:2110} + \utab{C#dim}{~:0104} + \chordrule + + \chordname{D} + \utab{D}{~:2220} + \utab{D7}{2:0001} + \utab{Dm}{~:2210} + \utab{Dm7}{1:1102} + \hspace{1cm} + \utab{D7M}{2:0002} + \utab{D6}{2:0000} + \utab{Daug}{1:2110} + \utab{Ddim}{1:0104} + \chordrule + + \chordname{D\Sharp = E\Flat} + \utab{D#}{1:2220} + \utab{D#7}{3:0001} + \utab{D#m}{1:2210} + \utab{D#m7}{2:1102} + \hspace{1cm} + \utab{D#7M}{3:0002} + \utab{D#6}{3:0000} + \utab{D#aug}{~:0332} + \utab{D#dim}{~:2320} + \chordrule + + \chordname{E} + \utab{E}{2:2220} + \utab{E7}{~:1202} + \utab{Em}{~:0432} + \utab{Em7}{~:0202} + \hspace{1cm} + \utab{E7M}{~:1302} + \utab{E6}{~:1102} + \utab{Eaug}{1:0000} + \utab{Edim}{1:2320} + \chordrule + + \chordname{F} + \utab{F}{~:2010} + \utab{F7}{~:2310} + \utab{Fm}{~:1013} + \utab{Fm7}{1:0202} + \hspace{1cm} + \utab{F7M}{1:1302} + \utab{F6}{1:1102} + \utab{Faug}{~:2110} + \utab{Fdim}{2:2320} + \chordrule + + \chordname{F\Sharp = G\Flat} + \utab{F#}{1:2010} + \utab{F#7}{1:2310} + \utab{F#m}{~:2120} + \utab{F#m7}{2:0202} + \hspace{1cm} + \utab{F#7M}{2:1302} + \utab{F#6}{~:0202} + \utab{F#aug}{1:2110} + \utab{F#dim}{~:2020} + \chordrule + + \chordname{G} + \utab{G}{~:0232} + \utab{G7}{~:0212} + \utab{Gm}{~:0231} + \utab{Gm7}{~:0211} + \hspace{1cm} + \utab{G7M}{~:0222} + \utab{G6}{~:0202} + \utab{Gaug}{~:0332} + \utab{Gdim}{~:0131} + \chordrule + + \chordname{G\Sharp = A\Flat} + \utab{G#}{3:2010} + \utab{G#7}{1:0212} + \utab{G#m}{1:0231} + \utab{G#m7}{1:0211} + \hspace{1cm} + \utab{G#7M}{1:0222} + \utab{G#6}{1:0202} + \utab{G#aug}{~:1003} + \utab{G#dim}{1:0131} + \chordrule + + \chordname{A} + \utab{A}{~:2100} + \utab{A7}{~:0100} + \utab{Am}{~:2000} + \utab{Am7}{~:0000} + \hspace{1cm} + \utab{A7M}{~:1100} + \utab{A6}{2:0202} + \utab{Aaug}{~:2110} + \utab{Adim}{2:0131} + \chordrule + + \chordname{A\Sharp = B\Flat} + \utab{A#}{1:2100} + \utab{A#7}{1:0100} + \utab{A#m}{1:2000} + \utab{A#m7}{1:0000} + \hspace{1cm} + \utab{A#7M}{1:1100} + \utab{A#6}{~:0211} + \utab{A#aug}{1:2110} + \utab{A#dim}{~:3101} + \chordrule - \beginsong{Accords avancés} - %\musicnote[french]{Accords avancés} - %\musicnote[english]{Advanced chords} - \gtab{C7M}{332000} - \gtab{C4}{X32011} - \gtab{C7}{1:X2120X} - \gtab{C6}{XX2213} - - \gtab{C#7M=D&7M}{1:X32000} - \gtab{C#4=D&4}{2:X21000} - \gtab{C#7=D&7}{2:X2120X} - \gtab{C#6=D&6}{1:X02010} - - \gtab{D7M}{X00222} - \gtab{D4}{X00233} - \gtab{D7}{3:X2120X} - \gtab{D6}{X00202} - - \gtab{D#7M=E&7M}{3:022010} - \gtab{D#4=E&4}{4:X21000} - \gtab{D#7=E&7}{4:X2120X} - \gtab{D#6=E&6}{1:X00202} - - \gtab{E7M}{021100} - \gtab{E4}{02220} - \gtab{E7}{5:X2120X} - \gtab{E6}{022120} - - \gtab{F7M}{XX3210} - \gtab{F4}{1:022200} - \gtab{F7}{6:X2120X} - \gtab{F6}{XX0211} - - \gtab{F#7M=G&7M}{XX4321} - \gtab{F#4=G&4}{2:022200} - \gtab{F#7=G&7}{7:X2120X} - \gtab{F#6=G&6}{XX1322} - - \gtab{G7M}{XX0002} - \gtab{G4}{3:022200} - \gtab{G7}{3:020200} - \gtab{G6}{320000} - - \gtab{G#7M=A&7M}{3:XX4321} - \gtab{G#4=A&4}{4:022200} - \gtab{G#7=A&7}{XX1122} - \gtab{G#6=A&6}{XX1111} - - \gtab{A7M}{X02120} - \gtab{A4}{X02230} - \gtab{A7}{X02233} - \gtab{A6}{XX2222} - - \gtab{A#7M=B&7M}{1:X02120} - \gtab{A#4=B&4}{1:X02230} - \gtab{A#7=B&7}{XX3344} - \gtab{A#6=B&6}{XX3333} - - \gtab{B7M}{2:X02120} - \gtab{B4}{2:X02230} - \gtab{B7}{X22202} - \gtab{B6}{XX4444} + \chordname{B} + \utab{B}{2:2100} + \utab{B7}{2:0100} + \utab{Bm}{2:2000} + \utab{Bm7}{2:0000} + \hspace{1cm} + \utab{B7M}{2:1100} + \utab{B6}{1:0211} + \utab{Baug}{~:0332} + \utab{Bdim}{1:3101} \endsong + \fi \end{songs} -\fi diff --git a/tex/chords_uku.tex b/tex/chords_uku.tex deleted file mode 100644 index 7073e9e0..00000000 --- a/tex/chords_uku.tex +++ /dev/null @@ -1,140 +0,0 @@ -\ifchorded -\songsection{Liste des accords} -\begin{songs}{} - - %hide song number - \definecolor{SongNumberBgColor}{HTML}{FFFFFF} - \renewcommand{\snumbgcolor}{SongNumberBgColor} - \renewcommand{\printsongnum}[1]{} - \setlength{\songnumwidth}{0.1cm} - - \beginsong{Accords usuels} - %\musicnote[french]{Accords usuels} - %\musicnote[english]{Standard chords} - \utab{C}{0003} - \utab{C7}{0001} - \utab{Cm}{0333} - \utab{Cm7}{3:0000} - - \utab{C#=D&}{1:0003} - \utab{C#7=D&7}{1:0001} - \utab{C#m=D&m}{1104} - \utab{C#m7=D&m7}{4:0000} - - \utab{D}{2220} - \utab{D7}{2:0001} - \utab{Dm}{2210} - \utab{Dm7}{1:1102} - - \utab{D#=E&}{1:2220} - \utab{D#7=E&7}{3:0001} - \utab{D#m=E&m}{1:2210} - \utab{D#m7=E&m7}{2:1102} - - \utab{E}{2:2220} - \utab{E7}{1202} - \utab{Em}{0432} - \utab{Em7}{0202} - - \utab{F}{2010} - \utab{F7}{2310} - \utab{Fm}{1013} - \utab{Fm7}{1:0202} - - \utab{F#=G&}{1:2010} - \utab{F#7=G&7}{1:2310} - \utab{F#m=G&m}{2120} - \utab{F#m7=G&m7}{2:0202} - - \utab{G}{0232} - \utab{G7}{0212} - \utab{Gm}{0231} - \utab{Gm7}{0211} - - \utab{G#=A&}{3:2010} - \utab{G#7=A&7}{1:0212} - \utab{G#m=A&m}{1:0231} - \utab{G#m7=A&m7}{1:0211} - - \utab{A}{2100} - \utab{A7}{0100} - \utab{Am}{2000} - \utab{Am7}{0000} - - \utab{A#=B&}{1:2100} - \utab{A#7=B&7}{1:0100} - \utab{A#m=B&m}{1:2000} - \utab{A#m7=B&m7}{1:0000} - - \utab{B}{2:2100} - \utab{B7}{2:0100} - \utab{Bm}{2:2000} - \utab{Bm7}{2:0000} - \endsong - - \beginsong{Accords avancés} - %\musicnote[french]{Accords avancés} - %\musicnote[english]{Advanced chords} - \utab{C7M}{0002} - \utab{C6}{0000} - \utab{Caug}{1003} - \utab{Cdim}{2:3101} - - \utab{C#7M=D&7M}{1:0002} - \utab{C#6=D&6}{1:0000} - \utab{C#aug=D&aug}{2110} - \utab{C#dim=D&dim}{0104} - - \utab{D7M}{2:0002} - \utab{D6}{2:0000} - \utab{Daug}{1:2110} - \utab{Ddim}{1:0104} - - \utab{D#7M=E&7M}{3:0002} - \utab{D#6=E&6}{3:0000} - \utab{D#aug=E&aug}{0332} - \utab{D#dim=E&dim}{2320} - - \utab{E7M}{1302} - \utab{E6}{1102} - \utab{Eaug}{1:0000} - \utab{Edim}{1:2320} - - \utab{F7M}{1:1302} - \utab{F6}{1:1102} - \utab{Faug}{2110} - \utab{Fdim}{2:2320} - - \utab{F#7M=G&7M}{2:1302} - \utab{F#6=G&6}{0202} - \utab{F#aug=G&aug}{1:2110} - \utab{F#dim=G&dim}{2020} - - \utab{G7M}{0222} - \utab{G6}{0202} - \utab{Gaug}{0332} - \utab{Gdim}{0131} - - \utab{G#7M=A&7M}{1:0222} - \utab{G#6=A&6}{1:0202} - \utab{G#aug=A&aug}{1003} - \utab{G#dim=A&dim}{1:0131} - - \utab{A7M}{1100} - \utab{A6}{2:0202} - \utab{Aaug}{2110} - \utab{Adim}{2:0131} - - \utab{A#7M=B&7M}{1:1100} - \utab{A#6=B&6}{0211} - \utab{A#aug=B&aug}{1:2110} - \utab{A#dim=B&dim}{3101} - - \utab{B7M}{2:1100} - \utab{B6}{1:0211} - \utab{Baug}{0332} - \utab{Bdim}{1:3101} - \endsong - -\end{songs} -\fi From b0456c280a329f6c6f8b214854205090582a031e Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:24:01 +0200 Subject: [PATCH 16/54] 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 --- tex/license-en.tex | 77 --------------- tex/license-nb.tex | 24 ++--- tex/license.tex | 239 ++++++++++++++++++++++++++++++--------------- 3 files changed, 173 insertions(+), 167 deletions(-) delete mode 100644 tex/license-en.tex diff --git a/tex/license-en.tex b/tex/license-en.tex deleted file mode 100644 index 5f59602f..00000000 --- a/tex/license-en.tex +++ /dev/null @@ -1,77 +0,0 @@ -%Licence Creative Commons -\begin{center} - \textbf{\LARGE{Creative Commons\footnote{ This work is licensed - under the Creative Commons Attribution-ShareAlike 3.0 Unported - License. To view a copy of this license, visit - \url{http://creativecommons.org/licenses/by-sa/3.0/} or send a - letter to Creative Commons, 171 Second Street, Suite 300, San - Francisco, California, 94105, USA.} Legal Code} } -\end{center} -\vspace{1cm} - -%------------------------------------------------------------------------------- -\begin{lblock}{You are free to:} - - \begin{pictonote}{share} - \lcondition{Share} copy, distribute and transmit the work; - \end{pictonote} - - \begin{pictonote}{remix} - \lcondition{Remix} adapt the work; - \end{pictonote} - -\end{lblock} -%------------------------------------------------------------------------------- -\begin{lblock}{Under the following conditions:} - - \begin{pictonote}{by} - \lcondition{Attribution} You must attribute the work in the manner - specified by the author or licensor (but not in any way that - suggests that they endorse you or your use of the work); - \end{pictonote} - - \begin{pictonote}{sa} - \lcondition{Share Alike} If you alter, transform, or build upon - this work, you may distribute the resulting work only under the - same or similar license to this one. - \end{pictonote} - -\end{lblock} -%------------------------------------------------------------------------------- -\begin{lblock}{With the understanding that:} - - \hspace{0.4cm} - \parbox{15cm}{ - \paragraph{Waiver --} - Any of the above conditions can be waived if you get permission - from the copyright holder. - - \paragraph{Public Domain --} - Where the work or any of its elements is in the public domain - under applicable law, that status is in no way affected by the - license. - - \paragraph{Other Rights --} - In no way are any of the following rights affected by the license: - \begin{itemize} - \item your fair dealing or fair use rights, or other applicable - copyright exceptions and limitations; - \item apart from the remix rights granted under this license, - the author's moral rights; - \item rights other persons may have either in the work itself - or in how the work is used, such as publicity or privacy rights. - \end{itemize} - } - - \begin{center} - \includegraphics[width=4cm]{license} - \end{center} - -\end{lblock} -%------------------------------------------------------------------------------- -\paragraph{Songs \LaTeX~Package} -This document is written in \LaTeX, from the Songs -Project\footnote{\url{http://songs.sourceforge.net/}}. - -%------------------------------------------------------------------------------- -% End of Licence diff --git a/tex/license-nb.tex b/tex/license-nb.tex index 57b41869..197d5b02 100644 --- a/tex/license-nb.tex +++ b/tex/license-nb.tex @@ -1,5 +1,7 @@ +\phantomsection +\addcontentsline{toc}{section}{Licence} %Licence Creative Commons -\begin{center} +\begin{center} \textbf{\LARGE{Creative Commons\footnote{ Ce document est mis à disposition selon le Contrat Attribution-ShareAlike 3.0 Unported disponible en ligne @@ -24,7 +26,7 @@ \end{lblock} %------------------------------------------------------------------------------- \begin{lblock}{Selon les conditions suivantes~:} - + \begin{pictonote}{by} \lcondition{Paternité} Vous devez citer le nom de l'auteur original de la manière indiquée par l'auteur de l'Å“uvre ou le @@ -32,30 +34,30 @@ d'une manière qui suggérerait qu'ils vous soutiennent ou approuvent votre utilisation de l'Å“uvre)~; \end{pictonote} - + \begin{pictonote}{sa} \lcondition{Partage des Conditions Initiales à l'Identique} Si vous modifiez, transformez ou adaptez cette création, vous n'avez le droit de distribuer la création qui en résulte que sous un contrat identique a celui-ci~; \end{pictonote} - + \end{lblock} %------------------------------------------------------------------------------- \begin{lblock}{Informations complémentaires~:} - + \hspace{0.4cm} \parbox{15cm}{ - \paragraph{Dérogation --} + \paragraph{Dérogation --} Chacune des conditions optionnelles peut être levée après l'autorisation du titulaire des droits. - - \paragraph{Utilisation --} + + \paragraph{Utilisation --} À chaque réutilisation ou distribution de cette création, vous devez faire apparaître clairement au public les conditions contractuelles de sa mise à disposition. - \paragraph{Équité --} + \paragraph{Équité --} La licence n'interfère avec aucun des droits ci-dessous~: \begin{itemize} \item votre bon usage de ce document~; @@ -64,11 +66,11 @@ présenté ou utilisé. \end{itemize} } - + \begin{center} \includegraphics[width=5cm]{license} \end{center} - + \end{lblock} %------------------------------------------------------------------------------- \begin{itemize} diff --git a/tex/license.tex b/tex/license.tex index 255680d4..3f272e85 100644 --- a/tex/license.tex +++ b/tex/license.tex @@ -1,89 +1,170 @@ %Licence Creative Commons -\begin{center} - \textbf{\LARGE{Creative Commons\footnote{ Cette création est mise à - disposition selon le Contrat Attribution-ShareAlike 3.0 - Unported disponible en ligne - \url{http://creativecommons.org/licenses/by-sa/3.0/} ou par - courrier postal à Creative Commons, 171 Second Street, Suite - 300, San Francisco, California 94105, USA.} Legal Code} } -\end{center} -\vspace{1cm} +\IfStrEq{\getlang}{english}{ + \phantomsection + \addcontentsline{toc}{section}{License} + \begin{center} + \textbf{\LARGE{Creative Commons\footnote{ This work is licensed + under the Creative Commons Attribution-ShareAlike 3.0 Unported + License. To view a copy of this license, visit + \url{http://creativecommons.org/licenses/by-sa/3.0/} or send a + letter to Creative Commons, 171 Second Street, Suite 300, San + Francisco, California, 94105, USA.} Legal Code} } + \end{center} + \vspace{1cm} -%------------------------------------------------------------------------------- -\begin{lblock}{Vous êtes libres~:} + %------------------------------------------------------------------------------- + \begin{lblock}{You are free to:} - \begin{pictonote}{share} - de reproduire, distribuer et communiquer cette création au - public~; - \end{pictonote} + \begin{pictonote}{share} + \lcondition{Share} copy, distribute and transmit the work; + \end{pictonote} - \begin{pictonote}{remix} - de modifier cette création~; - \end{pictonote} + \begin{pictonote}{remix} + \lcondition{Remix} adapt the work; + \end{pictonote} -\end{lblock} -%------------------------------------------------------------------------------- -\begin{lblock}{Selon les conditions suivantes~:} - - \begin{pictonote}{by} - \lcondition{Paternité} Vous devez citer le nom de l'auteur - original de la manière indiquée par l'auteur de l'Å“uvre ou le - titulaire des droits qui vous confère cette autorisation (mais pas - d'une manière qui suggérerait qu'ils vous soutiennent ou - approuvent votre utilisation de l'Å“uvre)~; - \end{pictonote} - - \begin{pictonote}{sa} - \lcondition{Partage des Conditions Initiales à l'Identique} Si - vous modifiez, transformez ou adaptez cette création, vous n'avez - le droit de distribuer la création qui en résulte que sous un - contrat identique a celui-ci~; - \end{pictonote} - -\end{lblock} -%------------------------------------------------------------------------------- -\begin{lblock}{Informations complémentaires~:} - - \hspace{0.4cm} - \parbox{15cm}{ - \paragraph{Dérogation --} - Chacune des conditions optionnelles peut être levée après - l'autorisation du titulaire des droits. - - \paragraph{Utilisation --} - À chaque réutilisation ou distribution de cette création, vous - devez faire apparaître clairement au public les conditions - contractuelles de sa mise à disposition. - - \paragraph{Équité --} - La licence n'interfère avec aucun des droits ci-dessous~: - \begin{itemize} - \item votre bon usage de ce document~; - \item les droits moraux des auteurs~; - \item les droits des personnes tierces dont le travail est - présenté ou utilisé. - \end{itemize} - } + \end{lblock} + %------------------------------------------------------------------------------- + \begin{lblock}{Under the following conditions:} + + \begin{pictonote}{by} + \lcondition{Attribution} You must attribute the work in the manner + specified by the author or licensor (but not in any way that + suggests that they endorse you or your use of the work); + \end{pictonote} + + \begin{pictonote}{sa} + \lcondition{Share Alike} If you alter, transform, or build upon + this work, you may distribute the resulting work only under the + same or similar license to this one. + \end{pictonote} + \end{lblock} + %------------------------------------------------------------------------------- + \begin{lblock}{With the understanding that:} + + \hspace{0.4cm} + \parbox{15cm}{ + \paragraph{Waiver --} + Any of the above conditions can be waived if you get permission + from the copyright holder. + + \paragraph{Public Domain --} + Where the work or any of its elements is in the public domain + under applicable law, that status is in no way affected by the + license. + + \paragraph{Other Rights --} + In no way are any of the following rights affected by the license: + \begin{itemize} + \item your fair dealing or fair use rights, or other applicable + copyright exceptions and limitations; + \item apart from the remix rights granted under this license, + the author's moral rights; + \item rights other persons may have either in the work itself + or in how the work is used, such as publicity or privacy rights. + \end{itemize} + } + + \begin{center} + \includegraphics[width=4cm]{license} + \end{center} + + \end{lblock} + %------------------------------------------------------------------------------- + \paragraph{Songs \LaTeX~Package} + This document is written in \LaTeX, from the Songs + Project\footnote{\url{http://songs.sourceforge.net/}}. +}{ + \phantomsection + \addcontentsline{toc}{section}{Licence} \begin{center} - \includegraphics[width=4cm]{license} + \textbf{\LARGE{Creative Commons\footnote{ Cette création est mise à + disposition selon le Contrat Attribution-ShareAlike 3.0 + Unported disponible en ligne + \url{http://creativecommons.org/licenses/by-sa/3.0/} ou par + courrier postal à Creative Commons, 171 Second Street, Suite + 300, San Francisco, California 94105, USA.} Legal Code} } \end{center} + \vspace{1cm} -\end{lblock} -%------------------------------------------------------------------------------- -\paragraph{Songs \LaTeX~Package} -Ce document est écrit en \LaTeX, d'après le style du projet -Songs\footnote{\url{http://songs.sourceforge.net/}}. - -\paragraph{Note des auteurs} -Ces tablatures sont des représentations d'interprétations personnelles -et approximatives de chansons potentiellement protégées par droits -d'auteurs. Ce recueil de chansons n'a absolument aucune vocation -commerciale et joue sur l'autorisation tacite des auteurs et des -ayant-droits, pensant que la publication de ces tablatures représente -une publicité positive à leur égard. Si un auteur ou une société -accréditée pense que ces tablatures sont utilisées d'une manière -susceptible de porter atteinte à ses droits et désire s'opposer à leur -publication, merci de nous contacter à \url{crep@team-on-fire.com}. + %------------------------------------------------------------------------------- + \begin{lblock}{Vous êtes libres~:} + + \begin{pictonote}{share} + de reproduire, distribuer et communiquer cette création au + public~; + \end{pictonote} + + \begin{pictonote}{remix} + de modifier cette création~; + \end{pictonote} + + \end{lblock} + %------------------------------------------------------------------------------- + \begin{lblock}{Selon les conditions suivantes~:} + + \begin{pictonote}{by} + \lcondition{Paternité} Vous devez citer le nom de l'auteur + original de la manière indiquée par l'auteur de l'Å“uvre ou le + titulaire des droits qui vous confère cette autorisation (mais pas + d'une manière qui suggérerait qu'ils vous soutiennent ou + approuvent votre utilisation de l'Å“uvre)~; + \end{pictonote} + + \begin{pictonote}{sa} + \lcondition{Partage des Conditions Initiales à l'Identique} Si + vous modifiez, transformez ou adaptez cette création, vous n'avez + le droit de distribuer la création qui en résulte que sous un + contrat identique a celui-ci~; + \end{pictonote} + + \end{lblock} + %------------------------------------------------------------------------------- + \begin{lblock}{Informations complémentaires~:} + + \hspace{0.4cm} + \parbox{15cm}{ + \paragraph{Dérogation --} + Chacune des conditions optionnelles peut être levée après + l'autorisation du titulaire des droits. + + \paragraph{Utilisation --} + À chaque réutilisation ou distribution de cette création, vous + devez faire apparaître clairement au public les conditions + contractuelles de sa mise à disposition. + + \paragraph{Équité --} + La licence n'interfère avec aucun des droits ci-dessous~: + \begin{itemize} + \item votre bon usage de ce document~; + \item les droits moraux des auteurs~; + \item les droits des personnes tierces dont le travail est + présenté ou utilisé. + \end{itemize} + } + + \begin{center} + \includegraphics[width=4cm]{license} + \end{center} + + \end{lblock} + %------------------------------------------------------------------------------- + \paragraph{Songs \LaTeX~Package} + Ce document est écrit en \LaTeX, d'après le style du projet + Songs\footnote{\url{http://songs.sourceforge.net/}}. + + \paragraph{Note des auteurs} + Ces tablatures sont des représentations d'interprétations personnelles + et approximatives de chansons potentiellement protégées par droits + d'auteurs. Ce recueil de chansons n'a absolument aucune vocation + commerciale et joue sur l'autorisation tacite des auteurs et des + ayant-droits, pensant que la publication de ces tablatures représente + une publicité positive à leur égard. Si un auteur ou une société + accréditée pense que ces tablatures sont utilisées d'une manière + susceptible de porter atteinte à ses droits et désire s'opposer à leur + publication, merci de nous contacter à \url{crep@team-on-fire.com}. + %------------------------------------------------------------------------------- +} %------------------------------------------------------------------------------- -% Fin de la Licence +% End of Licence From 0966bdaebdc317b038472ad2c87eb3772a072f64 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:29:49 +0200 Subject: [PATCH 17/54] templates: remove trailing spaces --- templates/ancient.tmpl | 2 +- templates/minimal.tmpl | 2 +- templates/patacrep.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index d0c8a8d5..362e5d22 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -19,7 +19,7 @@ % The latest version of this program can be obtained from % http://songs.sourceforge.net. % -% Modified to serve personnal purposes. Newer versions can be +% Modified to serve personnal purposes. Newer versions can be % obtained from http://www.lohrun.net. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Template parameters diff --git a/templates/minimal.tmpl b/templates/minimal.tmpl index 11ed5b16..cfd63965 100644 --- a/templates/minimal.tmpl +++ b/templates/minimal.tmpl @@ -19,7 +19,7 @@ % The latest version of this program can be obtained from % http://songs.sourceforge.net. % -% Modified to serve personnal purposes. Newer versions can be +% Modified to serve personnal purposes. Newer versions can be % obtained from http://www.lohrun.net. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Template parameters diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 952ec424..e60bf00b 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -19,7 +19,7 @@ % The latest version of this program can be obtained from % http://songs.sourceforge.net. % -% Modified to serve personnal purposes. Newer versions can be +% Modified to serve personnal purposes. Newer versions can be % obtained from http://www.lohrun.net. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Template parameters From d86db3e2099c995b78bc85eaa5d8783c80f6c872 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 13 Jun 2012 20:31:08 +0200 Subject: [PATCH 18/54] 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 --- templates/patacrep-en.tmpl | 96 -------------------------------------- templates/patacrep.tmpl | 44 ++++++++++++++--- utils/header-english | 2 +- 3 files changed, 39 insertions(+), 103 deletions(-) delete mode 100644 templates/patacrep-en.tmpl diff --git a/templates/patacrep-en.tmpl b/templates/patacrep-en.tmpl deleted file mode 100644 index 95a1f831..00000000 --- a/templates/patacrep-en.tmpl +++ /dev/null @@ -1,96 +0,0 @@ -% Copyright (C) 2009-2010 Romain Goffe, Alexandre Dupas -% Copyright (C) 2008 Kevin W. Hamlen -% -% This program is free software; you can redistribute it and/or -% modify it under the terms of the GNU General Public License -% as published by the Free Software Foundation; either version 2 -% of the License, or (at your option) any later version. -% -% This program is distributed in the hope that it will be useful, -% but WITHOUT ANY WARRANTY; without even the implied warranty of -% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -% GNU General Public License for more details. -% -% You should have received a copy of the GNU General Public License -% along with this program; if not, write to the Free Software -% Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -% MA 02110-1301, USA. -% -% The latest version of this program can be obtained from -% http://songs.sourceforge.net. -% -% Modified to serve personnal purposes. Newer versions can be -% obtained from http://www.lohrun.net. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Template parameters -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%:[ -%%: {"name":"title", "description":"Title", "default":"Patacrep Songbook", "mandatory":true}, -%%: {"name":"author", "description":"Author", "default":"Crep (R. Goffe) \\and Lohrun (A. Dupas)", "mandatory":true}, -%%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, -%%: {"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.0"}, -%%: {"name":"subtitle", "description":"Subtitle"}, -%%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, -%%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"}, -%%: {"name":"picture", "description":"Picture", "type":"file", "default":"Music_by_Katie8594"}, -%%: {"name":"picturecopyright", "description":"Copyright", "default":"Katie8594 @ deviantart.com"}, -%%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"}, -%%: {"name":"license", "description":"License", "default":"\\input{license-en.tex}"}, -%%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"}, -%%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"}, -%%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#D1E4AE"}, -%%: {"name":"indexbgcolor", "description":"Index Shade", "type":"color", "default":"#D1E4AE"} -%%:] -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% begin document -\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize]{tex/crepbook} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage{lmodern} -\usepackage[portuguese,spanish,french,english]{babel} - -\title{\gettitle} -\author{\getauthor} -\subtitle{\getsubtitle} -\version{\getversion} -\mail{\getmail} -\web{\getweb} -\picture{\getpicture} -\picturecopyright{\getpicturecopyright} -\footer{\getfooter} -\licence{\getlicense} -\lang{\getlang} - -\newindex{titleidx}{\getname_title} -\newauthorindex{authidx}{\getname_auth} - -\graphicspath{ {covers/}, {img/} } - -\definecolor{SongNumberBgColor}{HTML}{\getsongnumberbgcolor} -\definecolor{NoteBgColor}{HTML}{\getnotebgcolor} -\definecolor{IndexBgColor}{HTML}{\getindexbgcolor} - -\renewcommand{\snumbgcolor}{SongNumberBgColor} -\renewcommand{\notebgcolor}{NoteBgColor} -\renewcommand{\idxbgcolor}{IndexBgColor} - -\pagestyle{empty} - -\begin{document} - -\maketitle - -\showindex{Songs Index}{titleidx} -\showindex{Authors Index}{authidx} - -\songsection{List of Songs} -\begin{songs}{titleidx,authidx} - \getsongslist -\end{songs} - -\end{document} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% end document diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index e60bf00b..e012018c 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -81,17 +81,49 @@ \begin{document} -\maketitle +% translate default title +\IfStrEq{\gettitle}{Recueil de chansons pour guitare}{ + \IfStrEq{\getlang}{english}{\title{Patacrep songbook}}{} +}{} -\showindex{Index des chansons}{titleidx} -\showindex{Index des auteurs}{authidx} +\maketitle -\notenamesin{A}{B}{C}{D}{E}{F}{G} -\notenamesout{La}{Si}{Do}{Ré}{Mi}{Fa}{Sol} +% indexes +\IfStrEq{\getlang}{english}{ + \showindex{Songs Index}{titleidx} +}{ + \showindex{Index des chansons}{titleidx} +} +\IfStrEq{\getlang}{english}{ + \showindex{Authors Index}{authidx} +}{ + \showindex{Index des auteurs}{authidx} +} +% list of chords +\ifchorded +\phantomsection +\IfStrEq{\getlang}{english}{ + \addcontentsline{toc}{section}{Chords list} +}{ + \addcontentsline{toc}{section}{Liste des accords} +} \include{tex/chords} +\fi + +% chords notation +\IfStrEq{\getlang}{french}{ + \notenamesin{A}{B}{C}{D}{E}{F}{G} + \notenamesout{La}{Si}{Do}{Ré}{Mi}{Fa}{Sol} +}{} -\songsection{Liste des chansons} +% songs +\phantomsection +\IfStrEq{\getlang}{english}{ + \addcontentsline{toc}{section}{Songs list} +}{ + \addcontentsline{toc}{section}{Liste des chansons} +} \begin{songs}{titleidx,authidx} \getsongslist \end{songs} diff --git a/utils/header-english b/utils/header-english index 297aa71a..41c2ec54 100644 --- a/utils/header-english +++ b/utils/header-english @@ -1,5 +1,5 @@ { -"template" : "patacrep-en.tmpl", +"template" : "patacrep.tmpl", "lang" : "english", "bookoptions" : [ "diagram", From 352f31ddebabfb62bd70785d7fc3d845d5f5b320 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 12 Jun 2012 23:27:00 +0200 Subject: [PATCH 19/54] repeat chords --- songs/Bruce_Springsteen/Bring_em_home.sg | 74 +++++++-------- songs/Bruce_Springsteen/Buffalo_gals.sg | 28 +++--- .../O_Mary_don_t_you_weep.sg | 74 +++++++-------- songs/Bruce_Springsteen/Old_Dan_Tucker.sg | 38 ++++---- .../Bruce_Springsteen/Pay_me_my_money_down.sg | 78 ++++++++-------- .../10_sous_dans_ma_poche.sg | 50 ++++++----- .../A_l_aventure_compagnons.sg | 88 +++++++++--------- songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg | 44 ++++----- .../La_biere_du_donjon.sg | 77 ++++++++-------- .../La_compagnie_du_chien_rugissant.sg | 90 ++++++++++--------- .../Les_elfes_de_GreenElven.sg | 72 +++++++-------- 11 files changed, 369 insertions(+), 344 deletions(-) diff --git a/songs/Bruce_Springsteen/Bring_em_home.sg b/songs/Bruce_Springsteen/Bring_em_home.sg index de00542f..6f04c80f 100644 --- a/songs/Bruce_Springsteen/Bring_em_home.sg +++ b/songs/Bruce_Springsteen/Bring_em_home.sg @@ -17,46 +17,48 @@ Bring 'em \[G]home, bring 'em \[C]home \end{verse} - \begin{verse} - It will make the politicians sad, I know - Bring 'em home, bring 'em home - They wanna tangle with their foe - Bring 'em home, bring 'em home - \end{verse} + \begin{repeatedchords} + \begin{verse} + It will \[C]make the politicians sad, I know + Bring 'em \[Am]home, bring 'em home + They wanna \[F]tangle with their \[C]foe + Bring 'em \[G]home, bring 'em \[C]home + \end{verse} - \begin{verse} - They wanna test their grand theories - Bring 'em home, bring 'em home - With the blood of you and me - Bring 'em home, bring 'em home - \end{verse} + \begin{verse} + They wanna \[C]test their grand theories + Bring 'em \[Am]home, bring 'em home + With the \[F]blood of you and \[C]me + Bring 'em \[G]home, bring 'em \[C]home + \end{verse} - \begin{verse} - Now we'll give no more brave young lives - Bring 'em home, bring 'em home - For the gleam in someone's eyes - Bring 'em home, bring 'em home - \end{verse} + \begin{verse} + Now we'll \[C]give no more brave young lives + Bring 'em \[Am]home, bring 'em home + For the \[F]gleam in someone's \[C]eyes + Bring 'em \[G]home, bring 'em \[C]home + \end{verse} - \begin{verse} - The men will cheer and the boys will shout - Bring 'em home, bring 'em home - Yeah and we will all turn out - Bring 'em home, bring 'em home - \end{verse} + \begin{verse} + The men will \[C]cheer and the boys will shout + Bring 'em \[Am]home, bring 'em home + Yeah and we \[F]will all turn \[C]out + Bring 'em \[G]home, bring 'em \[C]home + \end{verse} - \begin{verse} - The church bells will ring with joy - Bring 'em home, bring 'em home - To welcome our darlin', girls and boys - Bring 'em home, bring 'em home - \end{verse} + \begin{verse} + The church \[C]bells will ring with joy + Bring 'em \[Am]home, bring 'em home + To welcome our \[F]darlin', girls and \[C]boys + Bring 'em \[G]home, bring 'em \[C]home + \end{verse} - \begin{verse} - We will lift their voice and song - Bring 'em home, bring 'em home - When Johnny comes marching home - Bring 'em home, bring 'em home - \end{verse} + \begin{verse} + We will \[C]lift their voice and song + Bring 'em \[Am]home, bring 'em home + When John\[F]ny comes marching \[C]home + Bring 'em \[G]home, bring 'em \[C]home + \end{verse} + \end{repeatedchords} \endsong diff --git a/songs/Bruce_Springsteen/Buffalo_gals.sg b/songs/Bruce_Springsteen/Buffalo_gals.sg index 1089414d..6253ceb2 100644 --- a/songs/Bruce_Springsteen/Buffalo_gals.sg +++ b/songs/Bruce_Springsteen/Buffalo_gals.sg @@ -10,22 +10,24 @@ \begin{verse} \[F]As I was walking down the street \[C7]Down the street, \[F]down the street - A pretty girl I chanced to meet + \[F]{A pretty} girl I chanced to meet And we \[C7]danced by the light of the \[F]moon \end{verse} - \begin{chorus} - \[F]Buffalo gals won't you come out tonight - \[C7]Come out tonight, \[F]come out tonight - \[F]Buffalo gals won't you come out tonight - And we'll \[C7]dance by the light of the \[F]moon - \end{chorus} + \begin{repeatedchords} + \begin{chorus} + \[F]Buffalo gals won't you come out tonight + \[C7]Come out tonight, \[F]come out tonight + \[F]Buffalo gals won't you come out tonight + And we'll \[C7]dance by the light of the \[F]moon + \end{chorus} - \begin{verse} - I danced with a gal with a hole in her stocking - And he knees was a-knockin' and her shoes was a'rockin' - I danced with a gal with a hole in her stocking - And we danced by the light of the moon - \end{verse} + \begin{verse} + I \[F]danced with a gal with a hole in her stocking + And he \[C7]knees was a-knockin' and her \[F]shoes was a'rockin' + I \[F]danced with a gal with a hole in her stocking + And we \[C7]danced by the light of the \[F]moon + \end{verse} + \end{repeatedchords} \endsong diff --git a/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg b/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg index 93b7e20e..06397f26 100644 --- a/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg +++ b/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg @@ -22,46 +22,48 @@ \[D7]{O Mary}, don't you \[Gm]weep \end{chorus} - \begin{verse} - Well Mary wore three links of chain - On every link was Jesus' name - Pharaoh's army got drownded - O Mary, don't you weep - \end{verse} + \begin{repeatedchords} + \begin{verse} + Well \[Gm]Mary wore three \[D7]links of chain + On \[D7]every link was \[Gm]Jesus' name + \[Cm]Pharaoh's army got \[Gm]drownded + \[D7]{O Mary}, don't you \[Gm]weep + \end{verse} - \begin{verse} - Well one of these nights bout 12 o'clock - This old world is gonna rock - Pharaoh's army got drownded - O Mary, don't you weep - \end{verse} + \begin{verse} + Well \[Gm]one of these nights bout \[D7]12 o'clock + \[D7]This old world is \[Gm]gonna rock + \[Cm]Pharaoh's army got \[Gm]drownded + \[D7]{O Mary}, don't you weep + \end{verse} - \begin{verse} - Well Moses stood on the Red Sea shore - And smote the water with a two by four - Pharaoh's army got drownded - O Mary, don't you weep - \end{verse} + \begin{verse} + Well \[Gm]Moses stood on the \[D7]Red Sea shore + And \[D7]smote the water with a \[Gm]two by four + \[Cm]Pharaoh's army got \[Gm]drownded + \[D7]{O Mary}, don't you \[Gm]weep + \end{verse} - \begin{verse} - Well, old Mr. Satan he got mad - Missed that soul that he thought he had - Pharaoh's army get drownded - O Mary, don't you weep - \end{verse} + \begin{verse} + Well, \[Gm]old Mr. Satan \[D7]he got mad + \[D7]Missed that soul that he \[Gm]thought he had + \[Cm]Pharaoh's army get \[Gm]drownded + \[D7]{O Mary}, don't you weep + \end{verse} - \begin{verse} - Brothers and sisters don't you cry - They'll be good times by and by - Pharaoh's army got drownded - O Mary, don't you weep - \end{verse} + \begin{verse} + \[Gm]Brothers and sisters \[D7]don't you cry + \[D7]They'll be good times \[Gm]by and by + \[Cm]Pharaoh's army got \[Gm]drownded + \[D7]{O Mary}, don't you \[Gm]weep + \end{verse} - \begin{verse} - God gave Noah the rainbow sign - Said, ``No more water, but fire next time'' - Pharaoh's army got drownded - O Mary, don't you weep - \end{verse} + \begin{verse} + \[Gm]God gave Noah the \[D7]rainbow sign + \[D7]Said, ``No more water, but \[Gm]fire next time'' + \[Cm]Pharaoh's army got \[Gm]drownded + \[D7]{O Mary}, don't you weep + \end{verse} + \end{repeatedchords} \endsong diff --git a/songs/Bruce_Springsteen/Old_Dan_Tucker.sg b/songs/Bruce_Springsteen/Old_Dan_Tucker.sg index 73c05abc..56de9d69 100644 --- a/songs/Bruce_Springsteen/Old_Dan_Tucker.sg +++ b/songs/Bruce_Springsteen/Old_Dan_Tucker.sg @@ -22,25 +22,27 @@ \rep{2} \end{chorus} - \begin{verse} - Now Old Dan Tucker come to town - Ridin' a billy goat, leadin' a hound - The hound dog barked and billy goat jumped - And landed old Tucker on a stump - \end{verse} + \begin{repeatedchords} + \begin{verse} + Now \[C]Old Dan Tucker \[F]come to town + \[G]Ridin' a billy goat, \[C]leadin' a hound + The \[C]hound dog barked and bil\[F]ly goat jumped + And \[G]landed old Tucker \[C]on a stump + \end{verse} - \begin{verse} - Now Old Dan Tucker got drunk and fell - In the fire and kicked up holy hell - A red-hot coal got in his shoe - And, oh my Lord, the ashes flew! - \end{verse} + \begin{verse} + Now \[C]Old Dan Tucker got \[F]drunk and fell + In the \[G]fire and kicked up \[C]holy hell + A \[C]red-hot coal got \[F]in his shoe + And, \[G]oh my Lord, the \[C]ashes flew! + \end{verse} - \begin{verse} - Now Old Dan Tucker come to town - Swinging them ladies all round - First to the right and then to the left - Then to the gal that he loved best - \end{verse} + \begin{verse} + Now \[C]Old Dan Tucker \[F]come to town + \[G]Swinging them ladies \[C]all round + \[C]First to the right and \[F]then to the left + \[G]Then to the gal that \[C]he loved best + \end{verse} + \end{repeatedchords} \endsong diff --git a/songs/Bruce_Springsteen/Pay_me_my_money_down.sg b/songs/Bruce_Springsteen/Pay_me_my_money_down.sg index 3eda9a71..05ddda74 100644 --- a/songs/Bruce_Springsteen/Pay_me_my_money_down.sg +++ b/songs/Bruce_Springsteen/Pay_me_my_money_down.sg @@ -6,50 +6,56 @@ \cover \gtab{G}{320003} \gtab{D}{XX0232} + \ifnorepeatchords% + \else% \gtab{B&}{1:X02220} \gtab{F}{1:022100} + \fi% \begin{verse} - \[G]Well, I thought I heard the captain say + Well, I \[G]thought I heard the captain say ``Pay me my \[D]money down Tomorrow is my sailing day Pay me my \[G]money down'' \end{verse} - \begin{chorus} - Pay me, pay me - Pay me my \[D]money down - Pay me or go to jail - Pay me my \[G]money down - \end{chorus} - - \begin{verse} - Soon as that boat was clear of the bar - Pay me my money down - He knocked me down with the end of a spar - Pay me my money down - \end{verse} - - \begin{verse} - Well if I'd been a rich man's son - Pay me my money down - I'd sit on the river and watch it run - Pay me my money down - \end{verse} - - \begin{verse} - \[B&]Well, I wish I was Mr. Gates - Pay me my \[F]money down - Haul my money in egg crates - Pay me my \[B&]money down - \end{verse} - - \begin{verse} - \[G]Well, 40 nights, nights at sea - Pay me my \[D]money down - Captain worked every last dollar out of me - Pay me my \[G]money down - \end{verse} + \begin{repeatedchords} + \begin{chorus} + \[G] Pay me, pay me + Pay me my \[D]money down + Pay me or go to jail + Pay me my \[G]money down + \end{chorus} + + \begin{verse} + \[G]Soon as that boat was clear of the bar + Pay me my \[D]money down + He knocked me down with the end of a spar + Pay me my \[G]money down + \end{verse} + + \begin{verse} + Well \[G]if I'd been a rich man's son + Pay me my \[D]money down + I'd sit on the river and watch it run + Pay me my \[G]money down + \end{verse} + + \transposition{3} + \begin{verse} + Well, I wish \[G]{I was} Mr. Gates + Pay me my \[D]money down + Haul my money in egg crates + Pay me my \[G]money down + \end{verse} + + \transposition{-3} + \begin{verse} + Well, \[G]40 nights, nights at sea + Pay me my \[D]money down + Captain worked every last dollar out of me + Pay me my \[G]money down + \end{verse} + \end{repeatedchords} \endsong - diff --git a/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg b/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg index 19d37874..80e61285 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg @@ -22,40 +22,42 @@ \begin{chorus} Et tou\[Am]jours gai gai Et tou\[Em]jours gaiement - \[F]Y'a bien des gens + \[F]{Y'a} bien des gens Dans \[G]mon village Qui n'en \[C]ont \[E7]pas \[Am]tant \rep{2} \end{chorus} - \begin{verse} - J'ai 8 sous dans ma poche{\ldots} - \end{verse} + \begin{repeatedchords} + \begin{verse} + J'ai 8 sous dans ma poche{\ldots} + \end{verse} - \begin{verse} - J'ai 6 sous dans ma poche{\ldots} - \end{verse} + \begin{verse} + J'ai 6 sous dans ma poche{\ldots} + \end{verse} - \begin{verse} - J'ai 4 sous dans ma poche{\ldots} - \end{verse} + \begin{verse} + J'ai 4 sous dans ma poche{\ldots} + \end{verse} - \begin{verse} - J'ai 2 sous dans ma poche{\ldots} - \end{verse} + \begin{verse} + J'ai 2 sous dans ma poche{\ldots} + \end{verse} - \begin{verse} - J'ai pas d'sous dans ma poche - J'ai aucun argent - \end{verse} + \begin{verse} + J'ai pas d'sous dans ma poche + J'ai aucun argent + \end{verse} - \begin{chorus} - Et mes poches sont vides - Et oui c'est emmerdant - Car c'est le nain - Dans mon village - Qui a tout l'argent - \end{chorus} + \begin{chorus} + Et mes \[Am]poches sont vides + Et oui c'est \[Em]emmerdant + \[F]Car c'est le nain + Dans \[G]mon village + Qui a \[C]tout \[E7]{l'ar}\[Am]gent + \end{chorus} + \end{repeatedchords} \lilypond{10_sous_dans_ma_poche-2} diff --git a/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg b/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg index a38ea146..dd0c0431 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg @@ -14,7 +14,7 @@ \begin{verse} J'é\[C]tais dans mon village, à répa\[G]rer des chaises en bois Mais l'\[F]aventure m'appelait, l'en\[C]nui était en moi - J'avais ouï d'une \[F]tour, sié\[C]geant un peu plus \[G]loin + J'a\[C]vais ouï d'une \[F]tour, sié\[C]geant un peu plus \[G]loin J'ai \[C]attrapé mon canasson, mes \[F]bottes et mon gour\[G]din \end{verse} @@ -25,54 +25,56 @@ La \[C]suite vous \[G]le di\[C]ra \end{chorus} - \begin{verse} - Je suis arrivé au lieu-dit, trempé par un orage - Ma monture s'est enfuie, mais j'ai gardé mon courage - Contournant l'édifice, dont la porte était fermée - J'ai glissé dans la boue et puis les chiens sont arrivés - \end{verse} + \begin{repeatedchords} + \begin{verse} + Je \[C]suis arrivé au lieu-dit, trem\[G]pé par un orage + Ma \[F]monture s'est enfuie, mais j'ai \[C]gardé mon courage + Con\[C]tournant l'édi\[F]fice, dont la \[C]porte était fer\[G]mée + J'ai \[C]glissé dans la boue et puis les \[F]chiens sont arri\[G]vés + \end{verse} - \begin{chorus} - À l'aventure, compagnons - Je suis parti vers l'horizon - J'aurais mieux fait de rester au lit - Ce donjon, il est pourri - \end{chorus} + \begin{chorus} + À l'aven\[C]ture, compagnons + Je suis par\[F]ti vers l'hori\[G]zon + J'au\[C]rais mieux fait de res\[F]ter au lit + Ce don\[C]jon, il \[G]est pour\[C]ri + \end{chorus} - \begin{verse} - Ils ont bouffé ma cape, mes sandwiches et mon boudin - J'ai dû abandonner mon sac et fuir comme un vilain - Poursuivi par les bêtes, je suis tombé dans un trou - C'était l'entrée secrète qui passait par les égouts - \end{verse} + \begin{verse} + Ils \[C]ont bouffé ma cape, mes sand\[G]wiches et mon boudin + J'ai \[F]dû abandonner mon sac et \[C]fuir comme un vilain + Pour\[C]suivi par les \[F]bêtes, je suis \[C]tombé dans un \[G]trou + C'é\[C]tait l'entrée secrète qui pas\[F]sait par les é\[G]gouts + \end{verse} - \begin{verse} - J'ai rampé dans la fange, les vermines et les sangsues - J'ai atterri dans un cachot, où vivaient trois bossus - Ils ont piqué ma veste, mes bottes et mon gourdin - Et ils m'ont balancé dehors à grands coups de pied dans l'train - \end{verse} + \begin{verse} + J'ai \[C]rampé dans la fange, les ver\[G]mines et les sangsues + J'ai \[F]atterri dans un cachot, où \[C]vivaient trois bossus + Ils \[C]ont piqué ma \[F]veste, mes \[C]bottes et mon gour\[G]din + Et \[C]ils m'ont balancé dehors à \[F]grands coups de pied dans l'\[G]train + \end{verse} - \begin{verse} - J'ai traîné dans les corridors, sans arme et déprimé - Égaré dans la tour, je suis revenu à l'entrée - Les orques m'ont vu passer, courant vers la sortie - Ils se demandent encore qui était cet abruti - \end{verse} + \begin{verse} + J'ai \[C]traîné dans les corridors, sans \[G]arme et déprimé + É\[F]garé dans la tour, je suis \[C]revenu à l'entrée + Les \[C]orques m'ont vu pas\[F]ser, cou\[C]rant vers la sor\[G]tie + Ils \[C]se demandent encore qui é\[F]tait cet abru\[G]ti + \end{verse} - \begin{verse} - L'histoire était finie et j'ai voulu rentrer chez moi - En courant sous la pluie, boitant comme un vieux rat - Cherchant pour une auberge, une paillasse et un cruchon - Je m'suis dit : {\og}L'aventure, c'est pas fait pour les couillons{\fg} - \end{verse} + \begin{verse} + L'his\[C]toire était finie et j'ai vou\[G]lu rentrer chez moi + En \[F]courant sous la pluie, boi\[C]tant comme un vieux rat + Cher\[C]chant pour une au\[F]berge, une pail\[C]lasse et un cru\[G]chon + Je m'\[C]suis dit : {\og}L'aventure, c'est pas \[F]fait pour les couil\[G]lons{\fg} + \end{verse} - \begin{chorus} - À l'aventure, nom d'un chien - Je n'irai plus faire le malin - J'aurais mieux fait de rester chez moi - À faire des chaises en bois ! - \end{chorus} + \begin{chorus} + À l'aven\[C]ture, nom d'un chien + Je n'irai \[F]plus faire le ma\[G]lin + J'au\[C]rais mieux fait de res\[F]ter chez moi + À \[C]faire des \[G]chaises en \[C]bois ! + \end{chorus} + \end{repeatedchords} \image[width=4cm]{nb_ranger} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg b/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg index 2753b908..d06ab6f8 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg @@ -14,35 +14,37 @@ So bugger \[C]off, you bastards, \[G]bugger \[C]off! \echo{Fuck You!} Bugger \[Am]off, you bastards, bugger \[G]off! \echo{Fuck You!} Like a \[C]herd of bloody swine who re\[F]fuse to leave the \[G]trough - You'll \[C]get no more this \[F]evening so you \[G]bastards bugger \[C]off + You'll \[C]get no more this \[F]evening so you \[C]bastards \[G]bugger \[C]off \end{chorus} \begin{verse} You've \[C]been a splendid audience but \[G]{oh the} time does \[C]pass - Now don't you all be \[F]let the door to hit you in the \[G]ass + Now \[C]don't you all be \[F]let the door to hit you in the \[G]ass \[Am]You've been a lovely audience but \[G]enough is e\[C]nough - We'd take it very \[F]kindly if you'd \[C]all just \[G]bugger \[C]off + We'd \[C]take it very \[F]kindly if you'd \[C]all just \[G]bugger \[C]off \end{verse} - \begin{verse} - Here's to all the waitresses who've been servin' you your beers - And put up with your noxious breath and your stupid drunken leers - Be leavin' all your money on the table when you go - Tomorrow you'll have a sorry head and nothin' else to show - \end{verse} + \begin{repeatedchords} + \begin{verse} + \[C]Here's to all the waitresses who've been \[G]servin' you your \[C]beers + And \[C]put up with your \[F]noxious breath and your stupid drunken \[G]leers + Be \[Am]leavin' all your money on the \[F]table when you \[G]go + To\[C]morrow you'll have a \[F]sorry head and \[G]nothin' else to \[C]show + \end{verse} - \begin{verse} - Here's to all the ladies who might be waitin' for the band - And thinkin' one of them might make a charming one night stand - Please don't be offended girls this song is not for you - We'll be happy to oblige you when this nasty job is through - \end{verse} + \begin{verse} + \[C]Here's to all the ladies who might be \[G]waitin' for the \[C]band + And \[C]thinkin' one of \[F]them might make a charming one night \[G]stand + \[Am]Please don't be offended girls this \[F]song is not for \[G]you + We'll \[C]be happy to o\[F]blige you when this \[G]nasty job is \[C]through + \end{verse} - \begin{verse} - So now you promise the ladies a night of lovin' bliss - But truth be told you're far too drunk to stand up straight and piss - Givin' up you bloody sods, you'll not be getting laid - And the sooner you're out the door, the sooner we'll be paid - \end{verse} + \begin{verse} + So \[C]now you promise the ladies a \[G]night of lovin' \[C]bliss + But \[C]truth be told you're \[F]far too drunk to stand up straight and \[G]piss + \[Am]Givin' up you bloody sods, you'll \[F]not be getting \[G]laid + And the \[C]sooner you're \[F]out the door, the \[G]sooner we'll be \[C]paid + \end{verse} + \end{repeatedchords} \endsong diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg b/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg index 064872e4..c8faf04c 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg @@ -19,43 +19,44 @@ \lilypond{La_biere_du_donjon} - \begin{verse} - La bière du donjon, c'est nous qui la servaine - La bière du donjon, c'est nous qui la servons - Servons, servons la bière du donjaine - Servons, servons la bière du donjon - \end{verse} - - \begin{verse} - La bière du donjon, c'est nous qui la vendaine - La bière du donjon, c'est nous qui la vendons \dots - \end{verse} - - \begin{verse} - La bière du donjon, c'est nous qui la buvaine - La bière du donjon, c'est nous qui la buvons \dots - \end{verse} - - \begin{verse} - La bière du donjon, c'est nous qui la rotaine - La bière du donjon, c'est nous qui la rotons \dots - \end{verse} - - \begin{verse} - La bière du donjon, c'est nous qui la pissaine - La bière du donjon, c'est nous qui la pissons \dots - \end{verse} - - \begin{verse} - La bière du donjon, c'est nous qui la chantaine - La bière du donjon, c'est nous qui la chantons \dots - \end{verse} - - \begin{verse} - La bière du donjon, c'est nous qui la gerbaine - La bière du donjon, c'est nous qui la gerbons \dots - \echo{Et même qu'après, eh bien on en r'prend !} - \end{verse} - + \begin{repeatedchords} + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la ser\[Am]vaine + La \[Am]bière du donjon, c'est \[G]nous qui la ser\[Am]vons + Ser\[Em]vons, servons la \[Em]bière du don\[Am]jaine + Ser\[Em]vons, servons la \[F]bière du \[E]don\[Am]jon + \end{verse} + + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la ven\[Am]daine + La \[Am]bière du donjon, c'est \[G]nous qui la ven\[Am]dons \dots + \end{verse} + + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la bu\[Am]vaine + La \[Am]bière du donjon, c'est \[G]nous qui la bu\[Am]vons \dots + \end{verse} + + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la ro\[Am]taine + La \[Am]bière du donjon, c'est \[G]nous qui la ro\[Am]tons \dots + \end{verse} + + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la pi\[Am]ssaine + La \[Am]bière du donjon, c'est \[G]nous qui la pi\[Am]ssons \dots + \end{verse} + + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la chan\[Am]taine + La \[Am]bière du donjon, c'est \[G]nous qui la chan\[Am]tons \dots + \end{verse} + + \begin{verse} + La \[Am]bière du donjon, c'est \[G]nous qui la ger\[Am]baine + La \[Am]bière du donjon, c'est \[G]nous qui la ger\[Am]bons \dots + \echo{Et même qu'après, eh bien on en r'prend !} + \end{verse} + \end{repeatedchords} \endsong diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg b/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg index eff16640..c35a2e70 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg @@ -14,59 +14,61 @@ \begin{verse} \[Am]Nous étions \[C]quatre as\[G]sis dans l'au\[Am]berge - Buvant une \[C]chope de nos \[Em]maigres de\[Am]niers + Buvant une \[C]chope de nos \[G]maigres de\[Em]niers La \[Am]bourse était \[C]vide, tout \[G]comme notre \[Em]{sac à dos} - \[Am]La compa\[Em]gnie a\[G]ttend un bou\[Am]lot + \[Am]La compa\[G]gnie a\[Em]ttend un bou\[Am]lot \end{verse} - \begin{verse} - Un magicien, une guerrière farouche - Un voleur, une ogre et moi l'elfe noir - C'était notre groupe au nom déjà éloquent - La compagnie du chien rugissant - \end{verse} + \begin{repeatedchords} + \begin{verse} + \[Am]Un magi\[C]cien, une \[G]guerrière fa\[Am]rouche + Un voleur, une \[C]ogre et \[G]moi l'elfe \[Em]noir + C'é\[Am]tait notre \[C]groupe au \[G]nom déjà \[Em]éloquent + \[Am]La compa\[G]gnie du \[Em]chien rugis\[Am]sant + \end{verse} - \begin{verse} - Il est sorti des ombres mouvantes - Grande silhouette encapuchonnée - Avec l'air méfiant de ceux qui sont avisés - La compagnie salue l'étranger - \end{verse} + \begin{verse} + \[Am]Il est sor\[C]ti des \[G]ombres mou\[Am]vantes + Grande sil\[C]houette en\[G]capuchon\[Em]née + A\[Am]vec l'air mé\[C]fiant de \[G]ceux qui sont \[Em]avisés + \[Am]La compa\[G]gnie sa\[Em]lue l'étran\[Am]ger + \end{verse} - \begin{verse} - {\og}Braves amis, cherchez-vous l'escapade ?{\fg} - Dit-il en se joignant à notre tablée - {\og}J'ai besoin urgent d'un parti d'aventuriers{\fg} - La compagnie commence à l'aimer - \end{verse} + \begin{verse} + {\og}\[Am]Braves a\[C]mis, cherchez-\[G]vous l'esca\[Am]pade ?{\fg} + Dit-il en \[C]se joignant à \[G]notre ta\[Em]blée + {\og}J'ai \[Am]besoin ur\[C]gent d'un \[G]parti d'a\[Em]venturiers{\fg} + \[Am]La compa\[G]gnie com\[Em]mence à l'ai\[Am]mer + \end{verse} - \begin{verse} - {\og}Je vous envoie retrouver mon grimoire - Chez les brigands vous irez le chercher - --- L'affaire est plaisante mais y serons-nous gagnants ?{\fg} - La compagnie a besoin d'argent - \end{verse} + \begin{verse} + {\og}\[Am]Je vous en\[C]voie retrou\[G]ver mon gri\[Am]moire + Chez les bri\[C]gands vous i\[G]rez le cher\[Em]cher + --- L'af\[Am]faire est plai\[C]sante mais \[G]{y serons}-\[Em]nous gagnants ?{\fg} + \[Am]La compa\[G]gnie a \[Em]besoin d'ar\[Am]gent + \end{verse} - \begin{verse} - {\og}Trente pièces d'or pour le groupe entier - Vous ne semblez pas d'un bon niveau{\fg} - Pour qui se prit-il, cet espèce de sac à vin - La compagnie va lui mettre un pain - \end{verse} + \begin{verse} + {\og}\[Am]Trente pièces \[C]{d'or} pour \[G]le groupe en\[Am]tier + Vous ne sem\[C]blez pas \[G]{d'un} bon ni\[Em]veau{\fg} + Pour \[Am]qui se prit-\[C]il, cet \[G]espèce de \[Em]sac à vin + \[Am]La compa\[G]gnie va \[Em]lui mettre un \[Am]pain + \end{verse} - \begin{verse} - {\og}Fils de chien !{\fg} rugit la guerrière - Et son épée lui mit dans l'Å“il droit - {\og}Adieu étranger, rendez vous dans l'Au-Delà{\fg} - La compagnie doit quitter l'endroit - \end{verse} + \begin{verse} + {\og}\[Am]Fils de \[C]chien !{\fg} ru\[G]git la guer\[Am]rière + Et son é\[C]pée lui \[G]mit dans l'Å“il \[Em]droit + {\og}A\[Am]dieu étran\[C]ger, ren\[G]dez-vous dans l'\[Em]Au-Delà{\fg} + \[Am]La compa\[G]gnie doit \[Em]quitter l'en\[Am]droit + \end{verse} - \begin{verse} - Nous étions quatre assis dans la neige - {\og}Qu'ai-je dont fait ?{\fg} maudit la guerrière - Notre première quête, expédiée dans le ruisseau - La compagnie attend un boulot - \end{verse} + \begin{verse} + \[Am]Nous étions \[C]quatre as\[G]sis dans la \[Am]neige + {\og}Qu'ai-je donc \[C]fait ?{\fg} mau\[G]dit la guer\[Em]rière + No\[Am]tre première \[C]quête, ex\[G]pédiée dans \[Em]le ruisseau + \[Am]La compa\[G]gnie at\[Em]tend un bou\[Am]lot + \end{verse} + \end{repeatedchords} \image[width=5cm]{nb_elf_01} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg index b49af48e..93843949 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg @@ -3,62 +3,64 @@ \beginsong{Les elfes de GreenElven} [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] - \cover \gtab{Dm}{XX0231} \gtab{C}{X32010} \gtab{F}{1:022100} \gtab{Am}{X02210} - \begin{verse} \[Dm]{Ils sont} fiers, ils \[C]sont élan\[Dm]cés Comme les \[F]arbres de \[C]leur \[Am]forêt - \[Dm]Blanche est la \[Am]feuille où court leur trait + \[Dm]Blanche est la \[C]feuille où \[Am]court leur trait Les \[Dm]elfes de \[C]GreenEl\[Dm]ven \end{verse} - \begin{verse} - De leur plume aux reflets d'argent - Naissent des êtres d'autres temps - Des landes perdues, des chevaux blancs - Les elfes de GreenElven \echo{ho, c'est beau} - \end{verse} + \begin{repeatedchords} + \begin{verse} + \[Dm]De leur plume aux \[C]reflets d'ar\[Dm]gent + Naissent des \[F]êtres \[C]{d'autres} \[Am]temps + Des \[Dm]landes \[C]perdues, des \[Am]chevaux blancs + Les \[Dm]elfes de \[C]GreenEl\[Dm]ven \echo{ho, c'est beau} + \end{verse} - \begin{verse} - Ils imaginent des contrées - Des reines maudites aux yeux violets - Les ombres s'étendent sur la forêt - Des elfes de GreenElven - \end{verse} + \begin{verse} + \[Dm]Ils imaginent \[C]des con\[Dm]trées + Des reines mau\[F]dites aux \[C]yeux vio\[Am]lets + Les \[Dm]ombres s'é\[C]tendent sur \[Am]la forêt + Des \[Dm]elfes de \[C]GreenEl\[Dm]ven + \end{verse} + \end{repeatedchords} - \begin{verse} + \begin{chorus} \[Dm]Et quand le \[C]soir tombe sur les \[Am]feuilles dorées \[Dm]Le sang de la \[C]forêt coule sur leurs \[Am]cheveux blancs \[Dm]Avec dans leurs \[C]carnets des cro\[Am]quis ravagés \[Dm]Par la détresse im\[C]pie de l'artiste sou\[Am]ffrant - \end{verse} + \end{chorus} - \begin{verse} - Vient alors la dame au visage fin - Calme les esprits contre son sein - Sonnent ensuite les chants sereins - Des elfes de GreenElven - \end{verse} + \begin{repeatedchords} + \begin{verse} + \[Dm]Vient alors la \[C]dame au visage \[Dm]fin + Calme les \[F]esprits con\[C]tre son \[Am]sein + \[Dm]Sonnent en\[C]suite les \[Am]chants sereins + Les \[Dm]elfes de \[C]GreenEl\[Dm]ven + \end{verse} - \begin{verse} - Puis leurs armées piaffantes à l'orée du bois - Chargent dans les ténèbres au son des tambourins - Lèvent leurs lames luisantes dans le froid - Et cueillent des framboises jusqu'au matin - \end{verse} + \begin{chorus} + \[Dm]Puis leurs ar\[C]mées piaffantes à l'o\[Am]rée du bois + \[Dm]Chargent dans les \[C]ténèbres au son des \[Am]tambourins + \[Dm]Lèvent leurs lames \[C]luisantes dans le \[Am]froid + \[Dm]Et cueillent des fram\[C]boises jusqu'au \[Am]matin + \end{chorus} - \begin{verse} - Ainsi donc s'achève la nuit - Mon histoire se termine ici - Et je contemple les croquis - Des elfes de GreenElven \rep{2} - \end{verse} + \begin{verse} + \[Dm]Ainsi donc s'a\[C]chève la \[Dm]nuit + Mon his\[F]toire se \[C]termine i\[Am]ci + Et \[Dm]je con\[C]temple \[Am]les croquis + Les \[Dm]elfes de \[C]GreenEl\[Dm]ven \rep{2} + \end{verse} + \end{repeatedchords} \image[width=4cm]{nb_elf_02} From 252832eaffd8968d4692ba8981fe10e69e8a925f Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 19:56:24 +0200 Subject: [PATCH 20/54] update naheulbeuk songbook --- books/naheulbeuk.sb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/naheulbeuk.sb b/books/naheulbeuk.sb index aca84e50..456b8c74 100644 --- a/books/naheulbeuk.sb +++ b/books/naheulbeuk.sb @@ -19,6 +19,12 @@ "Belyscendre/Mon_pere_veut_me_marier.sg", "Belyscendre/Prends_garde_au_loup.sg", "Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg", + "Le_Donjon_de_Naheulbeuk/Chicken_quest.sg", + "Le_Donjon_de_Naheulbeuk/Crom.sg", + "Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg", + "Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg", + "Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg", + "Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg", "Le_Donjon_de_Naheulbeuk/Bugger_off.sg", "Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg", "Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg", From 52a80b05e4096f64cf28cdfd13f65adad50cea67 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 19:58:34 +0200 Subject: [PATCH 21/54] don't capitalise titles --- songs/America/A_Horse_With_No_Name.sg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/songs/America/A_Horse_With_No_Name.sg b/songs/America/A_Horse_With_No_Name.sg index 0474b2ea..b1c9828d 100644 --- a/songs/America/A_Horse_With_No_Name.sg +++ b/songs/America/A_Horse_With_No_Name.sg @@ -1,6 +1,6 @@ \selectlanguage{english} \songcolumns{2} -\beginsong{A Horse With No Name} +\beginsong{A horse with no name} [by=America,cov=America,album=America] \cover @@ -55,4 +55,4 @@ \end{verse} \end{repeatedchords} -\endsong \ No newline at end of file +\endsong From 953227030a3e70da0135be9a0067b907d9c79b9f Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:00:11 +0200 Subject: [PATCH 22/54] translate chord names + indicate tuning --- tex/chords.tex | 63 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 25 deletions(-) diff --git a/tex/chords.tex b/tex/chords.tex index 00e44278..377b455c 100644 --- a/tex/chords.tex +++ b/tex/chords.tex @@ -1,7 +1,7 @@ \newcommand*{\Sharp}{\nolinebreak\hspace{-.05em}\raisebox{.6ex}{\,\small\bf \#}} \newcommand*{\Flat}{\nolinebreak\hspace{-.05em}\raisebox{.6ex}{\,\small$\mathbf{\flat}$}} \newcommand*{\chordrule}{\mbox{\hspace{1cm}\rule[0.5cm]{15cm}{0.02cm}}\vspace{-.4cm}} -\newcommand*{\chordname}[1]{\makebox[3cm]{\raisebox{.5cm}{\large \textbf{#1}}}} +\newcommand*{\chordname}[2]{\makebox[3cm]{\raisebox{.5cm}{\large \textbf{\IfStrEq{\getlang}{english}{#1}{#2}}}}} \begin{songs}{} %hide song number @@ -13,7 +13,7 @@ \ifguitar \IfStrEq{\getlang}{english}{\beginsong{Guitar chords}}{\beginsong{Accords de guitare}} - \chordname{C} + \chordname{C}{Do} \gtab{C}{~:X32010} \gtab{C7}{~:X32310} \gtab{Cm}{3:X02210} @@ -25,7 +25,7 @@ \gtab{C6}{~:XX2213} \chordrule - \chordname{C\Sharp = D\Flat} + \chordname{C\Sharp = D\Flat}{Do\Sharp = Ré\Flat} \gtab{C#}{4:X02220} \gtab{C#7}{4:X02020} \gtab{C#m}{4:X02210} @@ -37,7 +37,7 @@ \gtab{C#6}{1:X02010} \chordrule - \chordname{D} + \chordname{D}{Ré} \gtab{D}{~:XX0232} \gtab{D7}{~:XX0212} \gtab{Dm}{~:XX0231} @@ -49,7 +49,7 @@ \gtab{D6}{~:X00202} \chordrule - \chordname{D\Sharp = E\Flat} + \chordname{D\Sharp = E\Flat}{Ré\Sharp = Mi\Flat} \gtab{D#}{6:X02220} \gtab{D#7}{6:X02020} \gtab{D#m}{6:X02210} @@ -61,7 +61,7 @@ \gtab{D#6}{1:X00202} \chordrule - \chordname{E} + \chordname{E}{Mi} \gtab{E}{~:022100} \gtab{E7}{~:020100} \gtab{Em}{~:022000} @@ -73,7 +73,7 @@ \gtab{E6}{~:022120} \chordrule - \chordname{F} + \chordname{F}{Fa} \gtab{F}{1:022100} \gtab{F7}{1:02010} \gtab{Fm}{1:022000} @@ -85,7 +85,7 @@ \gtab{F6}{~:XX0211} \chordrule - \chordname{F\Sharp = G\Flat} + \chordname{F\Sharp = G\Flat}{Fa\Sharp = Sol\Flat} \gtab{F#}{2:022100} \gtab{F#7}{2:020100} \gtab{F#m}{2:022000} @@ -97,7 +97,7 @@ \gtab{F#6}{~:XX1322} \chordrule - \chordname{G} + \chordname{G}{Sol} \gtab{G}{~:320003} \gtab{G7}{~:320001} \gtab{Gm}{3:022000} @@ -109,7 +109,7 @@ \gtab{G6}{~:320000} \chordrule - \chordname{G\Sharp = A\Flat} + \chordname{G\Sharp = A\Flat}{Sol\Sharp = La\Flat} \gtab{G#}{4:022100} \gtab{G#7}{4:020100} \gtab{G#m}{4:022000} @@ -121,7 +121,7 @@ \gtab{G#6}{~:XX1111} \chordrule - \chordname{A} + \chordname{A}{La} \gtab{A}{~:X02220} \gtab{A7}{~:022100} \gtab{Am}{~:XX0232} @@ -133,7 +133,7 @@ \gtab{A6}{~:XX2222} \chordrule - \chordname{A\Sharp = B\Flat} + \chordname{A\Sharp = B\Flat}{La\Sharp = Si\Flat} \gtab{A#}{1:X02220} \gtab{A#7}{1:X02020} \gtab{A#m}{1:X02210} @@ -145,7 +145,7 @@ \gtab{A#6}{~:XX3333} \chordrule - \chordname{B} + \chordname{B}{Si} \gtab{B}{2:X02220} \gtab{B7}{X21202} \gtab{Bm}{2:X02210} @@ -155,12 +155,19 @@ \gtab{B4}{2:X02230} \gtab{B7}{~:X22202} \gtab{B6}{~:XX4444} + + \begin{verse*} + \musicnote[french]{Accordage standard : {\nolyrics \[E A D G B E]}} + \musicnote[english]{Standard tuning: {\nolyrics \[E A D G B E]}} + \end{verse*} + \endsong \fi \ifukulele \IfStrEq{\getlang}{english}{\beginsong{Ukulele chords}}{\beginsong{Accords de ukulélé}} - \chordname{C} + + \chordname{C}{Do} \utab{C}{~:0003} \utab{C7}{~:0001} \utab{Cm}{~:0333} @@ -172,7 +179,7 @@ \utab{Cdim}{2:3101} \chordrule - \chordname{C\Sharp = D\Flat} + \chordname{C\Sharp = D\Flat}{Do\Sharp = Ré\Flat} \utab{C#}{1:0003} \utab{C#7}{1:0001} \utab{C#m}{~:1104} @@ -184,7 +191,7 @@ \utab{C#dim}{~:0104} \chordrule - \chordname{D} + \chordname{D}{Ré} \utab{D}{~:2220} \utab{D7}{2:0001} \utab{Dm}{~:2210} @@ -196,7 +203,7 @@ \utab{Ddim}{1:0104} \chordrule - \chordname{D\Sharp = E\Flat} + \chordname{D\Sharp = E\Flat}{Ré\Sharp = Mi\Flat} \utab{D#}{1:2220} \utab{D#7}{3:0001} \utab{D#m}{1:2210} @@ -208,7 +215,7 @@ \utab{D#dim}{~:2320} \chordrule - \chordname{E} + \chordname{E}{Mi} \utab{E}{2:2220} \utab{E7}{~:1202} \utab{Em}{~:0432} @@ -220,7 +227,7 @@ \utab{Edim}{1:2320} \chordrule - \chordname{F} + \chordname{F}{Fa} \utab{F}{~:2010} \utab{F7}{~:2310} \utab{Fm}{~:1013} @@ -232,7 +239,7 @@ \utab{Fdim}{2:2320} \chordrule - \chordname{F\Sharp = G\Flat} + \chordname{F\Sharp = G\Flat}{Fa\Sharp = Sol\Flat} \utab{F#}{1:2010} \utab{F#7}{1:2310} \utab{F#m}{~:2120} @@ -244,7 +251,7 @@ \utab{F#dim}{~:2020} \chordrule - \chordname{G} + \chordname{G}{Sol} \utab{G}{~:0232} \utab{G7}{~:0212} \utab{Gm}{~:0231} @@ -256,7 +263,7 @@ \utab{Gdim}{~:0131} \chordrule - \chordname{G\Sharp = A\Flat} + \chordname{G\Sharp = A\Flat}{Sol\Sharp = La\Flat} \utab{G#}{3:2010} \utab{G#7}{1:0212} \utab{G#m}{1:0231} @@ -268,7 +275,7 @@ \utab{G#dim}{1:0131} \chordrule - \chordname{A} + \chordname{A}{La} \utab{A}{~:2100} \utab{A7}{~:0100} \utab{Am}{~:2000} @@ -280,7 +287,7 @@ \utab{Adim}{2:0131} \chordrule - \chordname{A\Sharp = B\Flat} + \chordname{A\Sharp = B\Flat}{La\Sharp = Si\Flat} \utab{A#}{1:2100} \utab{A#7}{1:0100} \utab{A#m}{1:2000} @@ -292,7 +299,7 @@ \utab{A#dim}{~:3101} \chordrule - \chordname{B} + \chordname{B}{Si} \utab{B}{2:2100} \utab{B7}{2:0100} \utab{Bm}{2:2000} @@ -302,6 +309,12 @@ \utab{B6}{1:0211} \utab{Baug}{~:0332} \utab{Bdim}{1:3101} + + \begin{verse*} + \musicnote[french]{Accordage standard : \[G C E A]} + \musicnote[english]{Standard tuning: \[G C E A]} + \end{verse*} + \endsong \fi From b1d48d2b104068ee456d863d82cb2cb2d63ce583 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:01:03 +0200 Subject: [PATCH 23/54] use phantom section for the list of songs --- templates/ancient.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 362e5d22..f0ef24fb 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -78,6 +78,7 @@ \renewcommand{\idxbgcolor}{IndexBgColor} \renewcommand{\printchord}[1]{\mdseries\ttfamily\upshape#1} + \pagestyle{empty} \begin{document} @@ -89,7 +90,8 @@ \notenamesin{A}{B}{C}{D}{E}{F}{G} \notenamesout{La}{Si}{Do}{Ré}{Mi}{Fa}{Sol} -\songsection{Liste des chansons} +\phantomsection +\addcontentsline{toc}{section}{Liste des chansons} \begin{songs}{titleidx,authidx} \getsongslist \end{songs} From 2bb2b062f6f38e5b59cf1f03af3981d01367438b Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:01:35 +0200 Subject: [PATCH 24/54] move chords notation before displaying the list of chords --- templates/patacrep.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index e012018c..a06d8e8d 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -100,6 +100,12 @@ \showindex{Index des auteurs}{authidx} } +% chords notation +\IfStrEq{\getlang}{french}{ + \notenamesin{A}{B}{C}{D}{E}{F}{G} + \notenamesout{La}{Si}{Do}{Ré}{Mi}{Fa}{Sol} +}{} + % list of chords \ifchorded \phantomsection @@ -111,12 +117,6 @@ \include{tex/chords} \fi -% chords notation -\IfStrEq{\getlang}{french}{ - \notenamesin{A}{B}{C}{D}{E}{F}{G} - \notenamesout{La}{Si}{Do}{Ré}{Mi}{Fa}{Sol} -}{} - % songs \phantomsection \IfStrEq{\getlang}{english}{ From 5dcbb555933f8693f27e094a65bb9ecd67406532 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:02:46 +0200 Subject: [PATCH 25/54] 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 --- img/internet.png | Bin 0 -> 1690 bytes img/src/internet.svg | 216 +++++++++++++++++++++++++++++++++++++++++++ tex/crepbook.cls | 20 ++++ 3 files changed, 236 insertions(+) create mode 100644 img/internet.png create mode 100644 img/src/internet.svg diff --git a/img/internet.png b/img/internet.png new file mode 100644 index 0000000000000000000000000000000000000000..43299f171a2a6e92b9580c6f2f6eb86394022faa GIT binary patch literal 1690 zcmV;L24(q)P)eiku)l}3_WJhP`h-%7=hfk3$2MEK_0?F0{jpSE3Zt+mj3N~U z;mwL)y|h-T=9NxVA}RmYRNv6NzkjclPNylC%Xps0mMvR( zvA2i2V`Fr6b}=$C%-yju{{H?4{wJRfj-%q^*RNf>@mzs#9e(BKxm@c=K0={qv*PUQZaEH^UizksXzYtY>47#Hwst(@RYzS zN007LCX$y2`uCcfnwn5bF+V?tVHlXE#kRI>?ArAL<<&B|Yzu~AVi-D7O2RNe2*C#* ze#md${9T}8Ik4_TD5dD@>oeOrI)*#ix3_KI)~d-!l1wJCY#T$@>FDTWXV*@IP;8v2 zuIrelNu{zz6h$bd_~-cx>Q`^PIjYO3w^%HO8i1Ls`K4uAxu(VjO)16h-Mf)eGC6Ud z9Xr}-X~|J2T;<%`=NK6oX6)V==o%r$>`^~0?M$+jz9LHto&JY4Pc<>;JM1t}0apG7pJ3GUww~B4rw6(R--rml> zeSHK$@W_{9XlRHZpZIAgHL=wYk^{DF2g!tMJ}9qHtyZvY2jBNeC6lynZKbufmAzls z3qYw<;`V2^$zyCHN6$8l)g+Dc<%6YcHo)YaCJzxpv99i2pxzaN@i&ebG&~-e|BM1UyED1uNjvYHtNsg$w7= zG>y^EM>zY|UrD$wv5NO->*nJ)CJaNOFd~X1|GIqniAb*Bd?WGW&m;r`2L_0wn5J+X_`h$u7%-|VG6}-OwTM< zK%5@T=VuK7BaTijE|rcqHq`HEZq8~C9;^_CA+@!2luAoakgdBELLh{O5OD78b5yET zJkMicX(bM$Xu^o2Qve!3u~-bFFgSMWvpdn!Qi;aKCOSI1*x$dOTrNjlZ5^3(hUQJp z+@F{rilWEv=H}+PGdxUPZ5@NRZn3bm9HHXl>)Y*#g|nxB;3o*qG&N+5)-5@$zP_GR zBE?#@LJ$OmVL%v!9654?{=R-5l*^nw`xhL?Wqfiv&R;7=&s{h|2pe$QJ3ISo(wRS5 zrkQKWHaIn@6t->Sc^* zp#e$21rnBJ)okzTKH<2|4@|=dlL^;y97{JJ<=+nis?|Wou?j*d&6VYqx9*MH`F#)s zWnc}c0G?7R-snIB5`gmvcBZMRrLL}ipY2#LS(dX`(?lmg9IMeFsD9#CgPSWWOaCs- k&rbtBP<@0orBn>?U%}=R$B%^+O#lD@07*qoM6N<$f{L6u^8f$< literal 0 HcmV?d00001 diff --git a/img/src/internet.svg b/img/src/internet.svg new file mode 100644 index 00000000..aeec764a --- /dev/null +++ b/img/src/internet.svg @@ -0,0 +1,216 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tex/crepbook.cls b/tex/crepbook.cls index 984a23db..8aa8ccea 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -64,6 +64,7 @@ \definecolor{tango-blue-3}{HTML}{204a87} \RequirePackage[bookmarks, bookmarksopen, + hyperfigures=true, colorlinks=true, linkcolor=tango-green-3, urlcolor=tango-blue-3]{hyperref} @@ -205,6 +206,8 @@ \newcommand{\songalbum}{} \newsongkey{cov}{\let\songcover\@empty}{\def\songcover{#1}} \newsongkey{album}{\let\songalbum\@empty}{\def\songalbum{#1}} +\newsongkey{url}{\let\songurl\@empty}{\def\songurl{#1}} +\newsongkey{original}{\let\songoriginal\@empty}{\def\songoriginal{#1}} \newcommand\cover{% \ifpictures% \ifx\songcover\@empty\else% @@ -216,6 +219,23 @@ \fi% } +% display album in song header +\renewcommand{\extendprelude}{ + {\bfseries\showauthors} + {\footnotesize\it\songalbum} + \IfStrEq{\songurl}{}{}{ + \href{\songurl}{\includegraphics[width=.3cm]{internet}} + } +} +\renewcommand{\extendpostlude}{ + {\footnotesize% + \IfStrEq{\songoriginal}{}{}{ + \IfStrEq{\@lang}{english}{Original song:}{Chanson originale :} + \songoriginal + } + } +} + \newlength{\capoheight} \setlength{\capoheight}{1.5cm} \renewcommand\capo[1]{% From c1d8e77ab40dc7ae651a00170e985b6153dde2e3 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:06:13 +0200 Subject: [PATCH 26/54] 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 --- tex/crepbook.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index 8aa8ccea..8126677e 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -359,10 +359,10 @@ % Horizontal space reserved to verse number \setlength{\versenumwidth}{1em} % Modifier to the space between consecutive lines of lyrics -\baselineadj=-2pt plus 1pt minus 1pt +\baselineadj=-6pt plus 4pt minus 4pt % Space between verses and chorus \versesep=6pt plus 2pt minus 2pt -%lyrics font +% lyrics font \renewcommand{\lyricfont}{\normalfont\normalsize} From c82613c1c2e5f88598ad6de027cebc702e5843af Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:11:12 +0200 Subject: [PATCH 27/54] use \newcommand* instead of \newcommand for short macros --- tex/crepbook.cls | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index 8126677e..d98557a5 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -450,35 +450,35 @@ \fi% %% End of tabs.sty file -\newcommand{\Intro}{% +\newcommand*{\Intro}{% \IfStrEq{\@lang}{english}{intro}{}% \IfStrEq{\@lang}{french}{intro}{}% }% -\newcommand{\Outro}{% +\newcommand*{\Outro}{% \IfStrEq{\@lang}{english}{outro}{}% \IfStrEq{\@lang}{french}{outro}{}% }% -\newcommand{\Bridge}{% +\newcommand*{\Bridge}{% \IfStrEq{\@lang}{english}{bridge}{}% \IfStrEq{\@lang}{french}{pont}{}% }% -\newcommand{\Chorus}{% +\newcommand*{\Chorus}{% \IfStrEq{\@lang}{english}{chorus}{}% \IfStrEq{\@lang}{french}{refrain}{}% }% -\newcommand{\Verse}{% +\newcommand*{\Verse}{% \IfStrEq{\@lang}{english}{verse}{}% \IfStrEq{\@lang}{french}{couplet}{}% }% -\newcommand{\Solo}{% +\newcommand*{\Solo}{% \IfStrEq{\@lang}{english}{solo}{}% \IfStrEq{\@lang}{french}{solo}{}% }% -\newcommand{\Pattern}{% +\newcommand*{\Pattern}{% \IfStrEq{\@lang}{english}{pattern}{}% \IfStrEq{\@lang}{french}{motif}{}% }% -\newcommand{\Rythm}{% +\newcommand*{\Rythm}{% \IfStrEq{\@lang}{english}{rythm}{}% \IfStrEq{\@lang}{french}{rythme}{}% }% From a3750d97996b1d3b66ded33584a527b514b42c1a Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:11:52 +0200 Subject: [PATCH 28/54] add new Adlib macro --- tex/crepbook.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index d98557a5..bcbb4d9c 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -482,6 +482,9 @@ \IfStrEq{\@lang}{english}{rythm}{}% \IfStrEq{\@lang}{french}{rythme}{}% }% +\newcommand*{\Adlib}{% + \emph{ad~lib.}% +}% \let\musicnoteORIG\musicnote \renewcommand{\musicnote}[2][]{% From 525af293d22c289eca1a80e7c43b0c39219a6625 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:20:32 +0200 Subject: [PATCH 29/54] add 'url' and 'original' info --- songs/Crep/Bioman.sg | 3 ++- songs/Crep/Calimero.sg | 3 ++- songs/Crep/Encore.sg | 3 ++- songs/Crep/Fichu_doctorat.sg | 3 ++- songs/Crep/Kartopo.sg | 3 ++- songs/Crep/Les_ptits_chemins.sg | 3 ++- songs/Crep/Melancolie.sg | 3 ++- songs/Crep/Nostalgeek.sg | 3 ++- songs/Crep/SNCeuFeu.sg | 3 ++- songs/Crep/Soiree_pepere.sg | 3 ++- songs/Crep/iScream.sg | 3 ++- songs/JCFrog/Hadopi_song_III.sg | 3 ++- songs/JCFrog/Je_t_emmene_dedans.sg | 4 +++- songs/JCFrog/La_mauvaise_ereputation.sg | 3 ++- songs/JCFrog/Russians.sg | 3 ++- 15 files changed, 31 insertions(+), 15 deletions(-) diff --git a/songs/Crep/Bioman.sg b/songs/Crep/Bioman.sg index 7d1a6a18..9705b722 100644 --- a/songs/Crep/Bioman.sg +++ b/songs/Crep/Bioman.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bioman} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot] + [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \capo{3} diff --git a/songs/Crep/Calimero.sg b/songs/Crep/Calimero.sg index f41b57c1..1d2c7759 100644 --- a/songs/Crep/Calimero.sg +++ b/songs/Crep/Calimero.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Caliméro} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot] + [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Crep/Encore.sg b/songs/Crep/Encore.sg index e15960da..0258cdc2 100644 --- a/songs/Crep/Encore.sg +++ b/songs/Crep/Encore.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Encore} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot] + [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Crep/Fichu_doctorat.sg b/songs/Crep/Fichu_doctorat.sg index c16fac10..e9499614 100644 --- a/songs/Crep/Fichu_doctorat.sg +++ b/songs/Crep/Fichu_doctorat.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Fichu doctorat} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot] + [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + url={http ://www.patacrep.com/static3/audio},original={Tri Yann - La jument de Michao}] \cover \gtab{Em}{022000} diff --git a/songs/Crep/Kartopo.sg b/songs/Crep/Kartopo.sg index aa407112..ffc769ac 100644 --- a/songs/Crep/Kartopo.sg +++ b/songs/Crep/Kartopo.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Kartopo} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin manchot] + [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{Am}{X02210} diff --git a/songs/Crep/Les_ptits_chemins.sg b/songs/Crep/Les_ptits_chemins.sg index cdc54e94..7508445a 100644 --- a/songs/Crep/Les_ptits_chemins.sg +++ b/songs/Crep/Les_ptits_chemins.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les p'tits chemins} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot] + [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{C}{X32010} diff --git a/songs/Crep/Melancolie.sg b/songs/Crep/Melancolie.sg index ab0765f8..83841798 100644 --- a/songs/Crep/Melancolie.sg +++ b/songs/Crep/Melancolie.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mélancolie} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot] + [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{Am}{X02210} diff --git a/songs/Crep/Nostalgeek.sg b/songs/Crep/Nostalgeek.sg index 908f8c28..71552c4c 100644 --- a/songs/Crep/Nostalgeek.sg +++ b/songs/Crep/Nostalgeek.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nostalgeek} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot] + [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{C}{X32010} diff --git a/songs/Crep/SNCeuFeu.sg b/songs/Crep/SNCeuFeu.sg index 404a6f7a..3d864896 100644 --- a/songs/Crep/SNCeuFeu.sg +++ b/songs/Crep/SNCeuFeu.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{SNCeuFeu} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot] + [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{G}{3:022100} diff --git a/songs/Crep/Soiree_pepere.sg b/songs/Crep/Soiree_pepere.sg index 90ae0ad8..e0d736a4 100644 --- a/songs/Crep/Soiree_pepere.sg +++ b/songs/Crep/Soiree_pepere.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Soirée pépère} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot] + [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{Am}{5:022000} diff --git a/songs/Crep/iScream.sg b/songs/Crep/iScream.sg index 5b1f344e..e5921e48 100644 --- a/songs/Crep/iScream.sg +++ b/songs/Crep/iScream.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{iScream} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot] + [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + url={http ://www.patacrep.com/static3/audio}] \cover \gtab{A}{X02220} diff --git a/songs/JCFrog/Hadopi_song_III.sg b/songs/JCFrog/Hadopi_song_III.sg index ced459ab..3c5aa68d 100644 --- a/songs/JCFrog/Hadopi_song_III.sg +++ b/songs/JCFrog/Hadopi_song_III.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hadopi song III : vivre ou survivre} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus] + [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + url={http ://jcfrog.com/jcfrogmp3/},original={Daniel Balavoine - Vivre ou survivre}] \cover \gtab{Em}{022000} diff --git a/songs/JCFrog/Je_t_emmene_dedans.sg b/songs/JCFrog/Je_t_emmene_dedans.sg index 0f825290..c7c14487 100644 --- a/songs/JCFrog/Je_t_emmene_dedans.sg +++ b/songs/JCFrog/Je_t_emmene_dedans.sg @@ -1,7 +1,9 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je t'emmène dedans} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus] + [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + url={http ://jcfrog.com/jcfrogmp3/},original={Louise Attaque - Je t'emmène au vent}] + \cover \capo{4} diff --git a/songs/JCFrog/La_mauvaise_ereputation.sg b/songs/JCFrog/La_mauvaise_ereputation.sg index c354e82e..06701478 100644 --- a/songs/JCFrog/La_mauvaise_ereputation.sg +++ b/songs/JCFrog/La_mauvaise_ereputation.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La mauvaise e-réputation} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus] + [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + url={http ://jcfrog.com/jcfrogmp3/},original={Georges Brassens - La mauvaise réputation}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/JCFrog/Russians.sg b/songs/JCFrog/Russians.sg index d4fd94ad..69dcb957 100644 --- a/songs/JCFrog/Russians.sg +++ b/songs/JCFrog/Russians.sg @@ -1,7 +1,8 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Russians} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus] + [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + url={http://jcfrog.com/jcfrogmp3/},original={Sting - Russians}] \cover \capo{3} From f236fc41d81166b850fab4bfe0966abfb858e839 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:21:21 +0200 Subject: [PATCH 30/54] use new Adlib macro --- songs/Anis/Dans_tes_yeux.sg | 2 +- songs/Nirvana/Dumb.sg | 2 +- songs/Thomas_Fersen/La_malle.sg | 2 +- songs/Thomas_Fersen/Punaise.sg | 2 +- songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/songs/Anis/Dans_tes_yeux.sg b/songs/Anis/Dans_tes_yeux.sg index 1c8b971d..95b026af 100644 --- a/songs/Anis/Dans_tes_yeux.sg +++ b/songs/Anis/Dans_tes_yeux.sg @@ -84,7 +84,7 @@ \end{repeatedchords} \begin{verse*} - \musicnote {\Outro : \nolyrics \[A{\shrp} C7 A Dm A{\shrp} Gm6 A Dm] \echo{adlib}} + \musicnote {\Outro : \nolyrics \[A{\shrp} C7 A Dm A{\shrp} Gm6 A Dm] \Adlib} \end{verse*} \endsong diff --git a/songs/Nirvana/Dumb.sg b/songs/Nirvana/Dumb.sg index 209c3dd6..5e5211f9 100644 --- a/songs/Nirvana/Dumb.sg +++ b/songs/Nirvana/Dumb.sg @@ -76,7 +76,7 @@ \begin{verse} \[Em] \[Am]{I think} I'm du\[G]mb \[C]{I think} I'm du\[Em]mb - \musicnote{Ad libidum} + \musicnote{\Adlib} \end{verse} \endsong diff --git a/songs/Thomas_Fersen/La_malle.sg b/songs/Thomas_Fersen/La_malle.sg index 9d9471d1..1cf47b6c 100644 --- a/songs/Thomas_Fersen/La_malle.sg +++ b/songs/Thomas_Fersen/La_malle.sg @@ -129,7 +129,7 @@ J'ai con\[G#]tinué la fête Jus\[A]{qu'au} petit matin J'ai con\[G#]tinué la fête - {\nolyrics \[A] \[G#]} (ad lib) + {\nolyrics \[A] \[G#]} \Adlib \end{chorus} \endsong diff --git a/songs/Thomas_Fersen/Punaise.sg b/songs/Thomas_Fersen/Punaise.sg index 30fc25c6..7f119c8a 100644 --- a/songs/Thomas_Fersen/Punaise.sg +++ b/songs/Thomas_Fersen/Punaise.sg @@ -104,7 +104,7 @@ \musicnote{\Outro : { \nolyrics \[D] \[G] \[D] \[G] \nolyrics \[Em] \[A] \[D] \[G] - \nolyrics \[D] \[G] (ad lib.)}} + \nolyrics \[D] \[G] \Adlib}} \end{verse*} \endsong diff --git a/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg b/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg index a58c7c2b..642c208d 100644 --- a/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg +++ b/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg @@ -131,7 +131,7 @@ \begin{verse*} \musicnote {\Outro :} \musicnote {\nolyrics \[E{\flt}m B A{\flt}m G{\flt} B{\flt}7] \rep{2}} - \musicnote {\nolyrics \[E{\flt}m B{\flt}7] \rep{2} (ad lib)} + \musicnote {\nolyrics \[E{\flt}m B{\flt}7] \rep{2} \Adlib} \end{verse*} \endsong From 1766b510115113ba740e40fe34409e2439e97108 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:37:32 +0200 Subject: [PATCH 31/54] corrections --- songs/Les_Ogres_de_Barback/Rue_Mazarine.sg | 4 ++-- songs/Thomas_Fersen/Irene.sg | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg b/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg index 8c6f7c0e..337dfc3a 100644 --- a/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg +++ b/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg @@ -57,8 +57,8 @@ \begin{verse} \[Fm]{J'ouvrirai} bientôt rue \[C]Mazarine, une \[B&m]grande vitrine d'é\[Fm]picerie fine Clé\[B&m]mentine, mandarine, o\[Fm]range sanguine, et \[G]tout ce qu'il faut pour la cui\[C]sine - J'm'ins\[Fm]tallerai juste en face de \[C]chez Amine, il \[B&m]sera has been, je sais que c'est \[Fm]pas très clean - Mais \[B&m]mine de rien, Clémentine \[Fm]et Amandine, à l'o\[C]rigine, c'était mes co\[Fm]pines + J'm'ins\[Fm]tallerai juste en face de \[C]chez Amine, il \[B&m]sera \emph{has been}, je sais que c'est \[Fm]pas très clean + Mais \[B&m]mine de rien, Clémentine \[Fm]et Amandine, à l'o\[C]rigine, c'étaientt mes co\[Fm]pines \end{verse} \end{repeatedchords} diff --git a/songs/Thomas_Fersen/Irene.sg b/songs/Thomas_Fersen/Irene.sg index c2bb7745..70f62a59 100644 --- a/songs/Thomas_Fersen/Irene.sg +++ b/songs/Thomas_Fersen/Irene.sg @@ -28,7 +28,7 @@ \begin{verse*} Quand \[B]je bois une bière de Bohême \[G#m]Pas le moindre éléphanteau - Je \[E]reçois Mademoiselle Irène + Je \[E]reçois mademoiselle Irène \[B]Dans le réduit de mon cerveau \end{verse*} \end{repeatedchords} @@ -36,7 +36,7 @@ \begin{chorus} Elle \[B]illumine ma lanterne Cer\[C#m]tains prénoms sont si beaux - Je \[C#m]reçois Mademoiselle Irène + Je \[C#m]reçois mademoiselle Irène \[B]Comme une colombe dans mon chapeau \nolyrics \[B G{\shrp}m E B] \end{chorus} @@ -108,4 +108,4 @@ \nolyrics \[B G{\shrp}m E B] \end{chorus} \end{repeatedchords} -\endsong \ No newline at end of file +\endsong From c9443d849099bc9fcfd902ad3272bf1c6aba8e24 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 00:31:39 +0200 Subject: [PATCH 32/54] repeat chords --- songs/Graeme_Allwright/Le_jour_de_clarte.sg | 78 +++++++++++---------- 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/songs/Graeme_Allwright/Le_jour_de_clarte.sg b/songs/Graeme_Allwright/Le_jour_de_clarte.sg index 4682c3d9..dbe24762 100644 --- a/songs/Graeme_Allwright/Le_jour_de_clarte.sg +++ b/songs/Graeme_Allwright/Le_jour_de_clarte.sg @@ -9,14 +9,14 @@ \gtab{F}{1:022100} \gtab{B&}{X21202} \gtab{A7}{X02020} - \gtab{Em}{022000} + \gtab{Em7}{022030} \gtab{G}{320003} \begin{chorus} Quand tous les affamés\[Dm C Dm] Et tous les opprimés\[Dm C Dm] Entendront tous l'appel\[F C B&] - Le cri de liberté\[A7 Em A7] + Le cri de liberté\[A7 Em7 A7] Toutes les chaînes brisées\[Dm] Tom\[C]beront \[B&]pour l'éternité\[Dm C Dm] \end{chorus} @@ -31,45 +31,47 @@ \[Dm] Il \[F]faut, mes \[G]frères, prépa\[A7]rer \end{verse} - \begin{chorus} - Le jour de clarté\[Dm C Dm] - Quand tous les affamés\[Dm C Dm] - Entendront tous l'appel\[F C B&] - \dots - \end{chorus} + \begin{repeatedchords} + \begin{chorus} + Le jour de clarté\[Dm C Dm] + Quand tous les affamés\[Dm C Dm] + Entendront tous l'appel\[F C B&] + \dots + \end{chorus} - \begin{verse} - On peut discuter sur les Droits de l'Homme - Et on peut parler de fraternité - Mais qu'les hommes soient jaunes ou blancs ou noirs - Ils ont tous la même destinée - Laissez vos préjugés - Rejetez vos vieilles idées - Apprenez seulement l'amitié - \end{verse} + \begin{verse} + On peut dis\[F]cuter sur les \[C]Droits de l'\[Dm]Homme + Et on peut \[F]parler de fra\[C]terni\[Dm]té + Mais qu'les \[F]hommes soient \[C]jaunes ou \[B&]blancs ou \[C]noirs + Ils ont tous \[F]la même desti\[A7]née + \[Dm] Lais\[F]sez vos \[G]préju\[A7]gés + \[Dm] Reje\[F]tez vos \[G]vieilles i\[A7]dées + \[Dm] Ap\[F]prenez \[G]seulement l'ami\[A7]tié + \end{verse} - \begin{verse} - Pour que les affamés - Et tous les opprimés - Entendent tous l'appel - \dots - \end{verse} + \begin{chorus} + Pour que les affamés\[Dm C Dm] + Et tous les opprimés\[Dm C Dm] + Entendent tous l'appel\[F C B&] + \dots + \end{chorus} - \begin{verse} - On ne veut plus parler de toutes vos guerres - Et on n'veut plus parler d'vos champs d'honneur - Et on n'veut plus rester les bras croisés - Comme de simples spectateurs - Dans ce monde divisé - Il faut des révoltés - Qui n'auront pas peur de crier - \end{verse} + \begin{verse} + On ne veut \[F]plus parler de \[C]toutes vos \[Dm]guerres + Et on n'veut \[F]plus parler d'vos \[C]champs d'hon\[Dm]neur + Et on n'veut \[F]plus res\[C]ter les \[B&]bras croi\[C]sés + Comme de \[F]simples specta\[A7]teurs + \[Dm] Dans \[F]ce monde \[G]divi\[A7]sé + \[Dm] Il \[F]faut des \[G]révol\[A7]tés + \[Dm] Qui \[F]{n'auront} \[G]pas peur de cri\[A7]er + \end{verse} - \begin{chorus} - Pour que les affamés - Et tous les opprimés - Entendent tous l'appel - \dots - \end{chorus} + \begin{chorus} + Pour que les affamés\[Dm C Dm] + Et tous les opprimés\[Dm C Dm] + Entendent tous l'appel\[F C B&] + \dots + \end{chorus} + \end{repeatedchords} \endsong From b868bffc408975cc268d8cbe6538b521b25e844f Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 00:34:37 +0200 Subject: [PATCH 33/54] reduce interline spacing flexibility - better visibility for chorus - avoid very different interline between columns --- tex/crepbook.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index bcbb4d9c..9afbf1fb 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -359,7 +359,7 @@ % Horizontal space reserved to verse number \setlength{\versenumwidth}{1em} % Modifier to the space between consecutive lines of lyrics -\baselineadj=-6pt plus 4pt minus 4pt +\baselineadj=-6pt plus 0pt minus 2pt % Space between verses and chorus \versesep=6pt plus 2pt minus 2pt % lyrics font From e91ced8443a12a75fc26d8a27bf60385ebcc784f Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 01:05:44 +0200 Subject: [PATCH 34/54] add url + prevent rules.py from modifying the url --- songs/Crep/Bioman.sg | 2 +- songs/Crep/Calimero.sg | 2 +- songs/Crep/Encore.sg | 2 +- songs/Crep/Fichu_doctorat.sg | 2 +- songs/Crep/Kartopo.sg | 2 +- songs/Crep/Les_ptits_chemins.sg | 2 +- songs/Crep/Melancolie.sg | 2 +- songs/Crep/Nostalgeek.sg | 2 +- songs/Crep/SNCeuFeu.sg | 2 +- songs/Crep/Soiree_pepere.sg | 2 +- songs/Crep/iScream.sg | 2 +- songs/JCFrog/Hadopi_song_III.sg | 2 +- songs/JCFrog/Je_t_emmene_dedans.sg | 2 +- songs/JCFrog/La_mauvaise_ereputation.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Crom.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg | 3 ++- .../La_compagnie_du_chien_rugissant.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg | 3 ++- .../Massacrons_nous_dans_la_taverne.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg | 3 ++- songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg | 4 ++-- utils/rules.py | 2 ++ 44 files changed, 74 insertions(+), 44 deletions(-) diff --git a/songs/Crep/Bioman.sg b/songs/Crep/Bioman.sg index 9705b722..1c4222ed 100644 --- a/songs/Crep/Bioman.sg +++ b/songs/Crep/Bioman.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Bioman} [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \capo{3} diff --git a/songs/Crep/Calimero.sg b/songs/Crep/Calimero.sg index 1d2c7759..ddc067cc 100644 --- a/songs/Crep/Calimero.sg +++ b/songs/Crep/Calimero.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Caliméro} [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Crep/Encore.sg b/songs/Crep/Encore.sg index 0258cdc2..80da6f84 100644 --- a/songs/Crep/Encore.sg +++ b/songs/Crep/Encore.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Encore} [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Crep/Fichu_doctorat.sg b/songs/Crep/Fichu_doctorat.sg index e9499614..91bcacc5 100644 --- a/songs/Crep/Fichu_doctorat.sg +++ b/songs/Crep/Fichu_doctorat.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Fichu doctorat} [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% - url={http ://www.patacrep.com/static3/audio},original={Tri Yann - La jument de Michao}] + url={http://www.patacrep.com/static3/audio},original={Tri Yann - La jument de Michao}] \cover \gtab{Em}{022000} diff --git a/songs/Crep/Kartopo.sg b/songs/Crep/Kartopo.sg index ffc769ac..96335972 100644 --- a/songs/Crep/Kartopo.sg +++ b/songs/Crep/Kartopo.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Kartopo} [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{Am}{X02210} diff --git a/songs/Crep/Les_ptits_chemins.sg b/songs/Crep/Les_ptits_chemins.sg index 7508445a..6a043a92 100644 --- a/songs/Crep/Les_ptits_chemins.sg +++ b/songs/Crep/Les_ptits_chemins.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Les p'tits chemins} [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{C}{X32010} diff --git a/songs/Crep/Melancolie.sg b/songs/Crep/Melancolie.sg index 83841798..008f81e8 100644 --- a/songs/Crep/Melancolie.sg +++ b/songs/Crep/Melancolie.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Mélancolie} [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{Am}{X02210} diff --git a/songs/Crep/Nostalgeek.sg b/songs/Crep/Nostalgeek.sg index 71552c4c..eaa8b74c 100644 --- a/songs/Crep/Nostalgeek.sg +++ b/songs/Crep/Nostalgeek.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Nostalgeek} [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{C}{X32010} diff --git a/songs/Crep/SNCeuFeu.sg b/songs/Crep/SNCeuFeu.sg index 3d864896..e65b3e17 100644 --- a/songs/Crep/SNCeuFeu.sg +++ b/songs/Crep/SNCeuFeu.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{SNCeuFeu} [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{G}{3:022100} diff --git a/songs/Crep/Soiree_pepere.sg b/songs/Crep/Soiree_pepere.sg index e0d736a4..f6e347ce 100644 --- a/songs/Crep/Soiree_pepere.sg +++ b/songs/Crep/Soiree_pepere.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Soirée pépère} [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{Am}{5:022000} diff --git a/songs/Crep/iScream.sg b/songs/Crep/iScream.sg index e5921e48..289b831a 100644 --- a/songs/Crep/iScream.sg +++ b/songs/Crep/iScream.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{iScream} [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% - url={http ://www.patacrep.com/static3/audio}] + url={http://www.patacrep.com/static3/audio}] \cover \gtab{A}{X02220} diff --git a/songs/JCFrog/Hadopi_song_III.sg b/songs/JCFrog/Hadopi_song_III.sg index 3c5aa68d..030d11d7 100644 --- a/songs/JCFrog/Hadopi_song_III.sg +++ b/songs/JCFrog/Hadopi_song_III.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Hadopi song III : vivre ou survivre} [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% - url={http ://jcfrog.com/jcfrogmp3/},original={Daniel Balavoine - Vivre ou survivre}] + url={http://jcfrog.com/jcfrogmp3/},original={Daniel Balavoine - Vivre ou survivre}] \cover \gtab{Em}{022000} diff --git a/songs/JCFrog/Je_t_emmene_dedans.sg b/songs/JCFrog/Je_t_emmene_dedans.sg index c7c14487..699b5a10 100644 --- a/songs/JCFrog/Je_t_emmene_dedans.sg +++ b/songs/JCFrog/Je_t_emmene_dedans.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{Je t'emmène dedans} [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% - url={http ://jcfrog.com/jcfrogmp3/},original={Louise Attaque - Je t'emmène au vent}] + url={http://jcfrog.com/jcfrogmp3/},original={Louise Attaque - Je t'emmène au vent}] \cover diff --git a/songs/JCFrog/La_mauvaise_ereputation.sg b/songs/JCFrog/La_mauvaise_ereputation.sg index 06701478..e4e6310f 100644 --- a/songs/JCFrog/La_mauvaise_ereputation.sg +++ b/songs/JCFrog/La_mauvaise_ereputation.sg @@ -2,7 +2,7 @@ \songcolumns{2} \beginsong{La mauvaise e-réputation} [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% - url={http ://jcfrog.com/jcfrogmp3/},original={Georges Brassens - La mauvaise réputation}] + url={http://jcfrog.com/jcfrogmp3/},original={Georges Brassens - La mauvaise réputation}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg b/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg index 80e61285..64576019 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{10 sous dans ma poche} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne] + [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Am}{X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg b/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg index dd0c0431..2c8d1186 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{À l'aventure, compagnons !} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio] + [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg b/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg index d06ab6f8..63c4dab8 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg @@ -1,7 +1,8 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Bugger off} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio] + [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{5} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg index 6a6b2be7..f210189b 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chicken quest} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{2} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg index 9aeae796..403a58d5 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Crom} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Em}{X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg b/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg index 2dfd18d1..2d1a0705 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La geste héroïque de Gurdil} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Am}{X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg b/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg index bd3c9b62..5ea8b75b 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hé, la petite dame} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg b/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg index c8faf04c..ad6e53f0 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La bière du donjon} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Am}{X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg b/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg index c35a2e70..57274c86 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La compagnie du chien rugissant} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne] + [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg b/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg index 6ffa80c2..bfab52a8 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La complainte de la serveuse} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Am}{X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg b/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg index bb38bb0e..06d36324 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{1} \beginsong{La hache Durandil} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{B&}{1:X02220} diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg b/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg index 5f242dd9..a1566aa7 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La polka du ménestrel} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio] + [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{5} diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg b/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg index 188cc9d0..b80997c0 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La vie d'aventurier} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{G}{320003} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg b/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg index ae635355..9bf8c0f5 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le laridé du poulet} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Am}{X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg b/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg index a9cca396..7773afd4 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le petit gobelin} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{C}{X32010} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg index 37864b0f..5fdf04aa 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les chaussettes du nain} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio] + [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{C}{X32010} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg index 93843949..c75d6694 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les elfes de GreenElven} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg index 9482c80a..af1f3280 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Les épées Durandil} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne] + [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{5} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg index 5874c10a..11bd108b 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les souliers de Lady Fae} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Em}{022000} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg b/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg index 6908ae0e..991a352d 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Maître du donjon} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg b/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg index 7c72ae96..7a631afe 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Marche barbare} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{1} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg b/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg index 67a20487..006d97e9 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Massacrons-nous dans la taverne} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio] + [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{G}{320003} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg b/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg index 64c9c2c9..309293df 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Même pas mage !} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg b/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg index 5ebffd97..497f67c4 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon ancêtre Gurdil} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne] + [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg b/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg index fdab8168..bc9d8a77 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nanana de l'elfe} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{D}{XX0232} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg b/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg index 825f0733..f2103000 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Noël en Mordor} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg b/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg index 2f373e38..96cf6dd8 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tralala du nain} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau] + [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \gtab{D}{XX0232} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg b/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg index 680119e5..ec8e5334 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Troll farceur et elfe farci} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne] + [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{5} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg b/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg index 2f4aeea1..65f27492 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg @@ -1,8 +1,8 @@ \selectlanguage{french} - \songcolumns{2} \beginsong{Un boulet dans le groupe} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt] + [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover \capo{3} diff --git a/utils/rules.py b/utils/rules.py index ea84b8e8..97c6742d 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -168,6 +168,8 @@ def language_rules(string): string = re.sub("(?P\S)(?P[!?;:])","\g \g", string) #... except for gtabs macros with capos string = re.sub("(?Ptab.?{.*)\s:","\g:", string) + #... and for urls + string = re.sub("http\s:","http:", string) #and apply a second time for cases like \gtab{Gm}{10:X02210:} string = re.sub("(?Ptab.?{.*)\s:","\g:", string) #ensure no spaces after symbols ( From 2e9743d3e1796d768583b2d2df123e000e94ede6 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:25:52 +0200 Subject: [PATCH 35/54] add typo rule --- utils/rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/rules.py b/utils/rules.py index 97c6742d..5ccc6345 100755 --- a/utils/rules.py +++ b/utils/rules.py @@ -31,6 +31,7 @@ word_dic = { ##: Punctuation "’": "'", "‘": "'", +"´": "'", "Ca ": "Ça ", "...": "{\\dots}", "…": "{\\dots}", From 162e290f4d22629b0689da8019436989a2fe3684 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:26:17 +0200 Subject: [PATCH 36/54] new appearance for bridge environments --- tex/crepbook.cls | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index 9afbf1fb..11aaaedc 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -72,6 +72,7 @@ \RequirePackage{licence} \RequirePackage{xstring} \RequirePackage{ifthen} +\RequirePackage{framed} \iflyric% \tabsfalse% @@ -502,12 +503,25 @@ } } +\renewcommand{\FrameCommand}[1]{ + \begin{tikzpicture} + \node[rectangle] (rect) { + \begin{minipage}{.8\textwidth} + #1 + \end{minipage} + }; + \draw[very thick, dashed] (rect.north west) -- (rect.south west); + \end{tikzpicture} +} + \newenvironment{bridge}{% - \musicnote{\Bridge}% - \vspace{-.3cm}% - \begin{verse*}% -}{% - \end{verse*} + \begin{framed} + \vspace{-.4cm} + \begin{verse*} +}{ + \end{verse*} + \vspace{-.2cm} + \end{framed} } %% \SB@chordsoff with a greater for the line spacing From ae4ff73cf47cb47a3c2f2a63423d96e19b9be200 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:29:20 +0200 Subject: [PATCH 37/54] fix latex warning --- templates/ancient.tmpl | 3 ++- templates/minimal.tmpl | 3 ++- templates/patacrep.tmpl | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index f0ef24fb..fdf551e5 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -46,7 +46,8 @@ %%:] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % begin document -\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize]{tex/crepbook} +\makeatletter\def\input@path{{tex/}} +\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize]{crepbook} \usepackage[utf8]{inputenc} \usepackage[portuguese,english,spanish,french]{babel} \usepackage[T1]{fontenc} diff --git a/templates/minimal.tmpl b/templates/minimal.tmpl index cfd63965..3e9e2d6f 100644 --- a/templates/minimal.tmpl +++ b/templates/minimal.tmpl @@ -33,7 +33,8 @@ %%:] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % begin document -\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize,noshading]{tex/crepbook} +\makeatletter\def\input@path{{tex/}} +\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize,noshading]{crepbook} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index a06d8e8d..627f89df 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -46,7 +46,8 @@ %%:] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % begin document -\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize]{tex/crepbook} +\makeatletter\def\input@path{{tex/}} +\documentclass[\getbooktype,\getinstruments,\getbookoptions,\getmainfontsize]{crepbook} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} From 1b0e1b453e2c6f34ae0096b032fa7f6a317a54c9 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:30:40 +0200 Subject: [PATCH 38/54] add special characters (fix warnings) --- sortindex.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sortindex.py b/sortindex.py index 344b02bb..dd3d5d50 100644 --- a/sortindex.py +++ b/sortindex.py @@ -9,6 +9,8 @@ replacePattern = { '`A': 'À', '`a': 'à', '^a': 'â', + "'a": 'á', + "~a": 'ã', 'oe': 'Å“', "'e" : 'é', "`e" : 'è', @@ -21,6 +23,9 @@ replacePattern = { r'"\i' : 'i', r'^\i' : 'i', '"u' : 'ü', + '`u' : 'ù', + '`u' : 'ù', + '~n' : 'ñ', "c C" : 'Ç', "c c" : 'ç', } From 2c5250d59d765ed43e401541b5f26374549fa363 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:31:40 +0200 Subject: [PATCH 39/54] add 'original' field --- songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg b/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg index 4f903e5a..685d6e8c 100644 --- a/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg +++ b/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Laisse tomber, gros} - [by=Les amis d'ta femme,cov=lave-toi-la-bouche,album=Lave-toi la bouche] + [by=Les amis d'ta femme,cov=lave-toi-la-bouche,album=Lave-toi la bouche,% + original={Renaud - Laisse béton}] \cover \gtab{Bm}{7:022000} From d67d64519aaa51ee22a78485c4166c8eaa2b0286 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 00:37:28 +0200 Subject: [PATCH 40/54] corrections --- songs/As_De_Trefle/Pauvre_planete.sg | 3 +-- songs/Daniel_Guichard/Mon_vieux.sg | 4 ++-- songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg | 6 ++---- songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg | 5 +++-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/songs/As_De_Trefle/Pauvre_planete.sg b/songs/As_De_Trefle/Pauvre_planete.sg index dd4a90d5..7e65d4a7 100644 --- a/songs/As_De_Trefle/Pauvre_planete.sg +++ b/songs/As_De_Trefle/Pauvre_planete.sg @@ -4,7 +4,6 @@ [by=As de Trêfle,cov=houlala,album=Houlala] \cover - \gtab{G}{320003} \gtab{D}{XX0232} \gtab{F#m}{2:022000} @@ -89,4 +88,4 @@ \end{repeatedchords} -\endsong \ No newline at end of file +\endsong diff --git a/songs/Daniel_Guichard/Mon_vieux.sg b/songs/Daniel_Guichard/Mon_vieux.sg index d6c05847..ba95939c 100644 --- a/songs/Daniel_Guichard/Mon_vieux.sg +++ b/songs/Daniel_Guichard/Mon_vieux.sg @@ -1,6 +1,6 @@ \selectlanguage{french} \songcolumns{2} -\beginsong{Mon Vieux} +\beginsong{Mon vieux} [by=Daniel Guichard,cov=mon-vieux,album=Mon vieux] \cover @@ -102,7 +102,7 @@ \begin{chorus} \[C7]Maintenant qu'il est loin d'\[F7M]ici \[Dm]{En pensant} \[G]{à tout} ça, j'me \[Em]dis - \[Am]J'aimerais bien qu'il soit prés de \[F]moi + \[Am]J'aimerais bien qu'il soit près de \[F]moi \[G]Pap\[Am]a \[Dm7] \[G7] \[C] \end{chorus} diff --git a/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg b/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg index 1de8da27..9e9b3ce9 100644 --- a/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg +++ b/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg @@ -56,9 +56,7 @@ Elle \[Gm]{m'ennuie} même \[A7]pendant la \[Dm]nuit \end{chorus} - \begin{bridge} - \musicnote{\nolyrics \[Dm Gm A7 Dm \rep{2}]} - \end{bridge} + \musicnote{\Bridge : \nolyrics \[Dm Gm A7 Dm \rep{2}]} \begin{repeatedchords} \begin{verse} @@ -86,4 +84,4 @@ \begin{verse*} \musicnote {\Outro : \nolyrics \[Dm]} \end{verse*} -\endsong \ No newline at end of file +\endsong diff --git a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg index f210189b..0117df1f 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg @@ -11,16 +11,17 @@ \gtab{C}{X32010} \gtab{F}{1:022100} \gtab{E}{022100} + \gtab{Dm}{XX0231} \gtab{G#}{4:022100} \ifnorepeatchords% - \gtab{G6}{320000} + \gtab*{G6}{320000} \gtab{F#7}{2:020100} \else% \gtab{Cm}{3:X02210} \gtab{E&}{3:X32010} \gtab{B&}{1:X02220} \gtab{A&}{4:022100} - \gtab{B&6}{3:020000} + \gtab*{B&6}{3:020000} \gtab{A7}{X02020} \fi% From 98280c91c29d2254db91f978b684b41150ff24ca Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:46:53 +0200 Subject: [PATCH 41/54] update bridge environments --- songs/Alanis_Morissette/Ironic.sg | 4 ++-- songs/America/A_Horse_With_No_Name.sg | 2 ++ songs/Francis_Cabrel/La_corrida.sg | 3 +++ songs/Herman_s_Hermits/No_milk_today.sg | 2 ++ songs/Le_Donjon_de_Naheulbeuk/Crom.sg | 8 ++++---- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/songs/Alanis_Morissette/Ironic.sg b/songs/Alanis_Morissette/Ironic.sg index 1d38a253..30160c59 100644 --- a/songs/Alanis_Morissette/Ironic.sg +++ b/songs/Alanis_Morissette/Ironic.sg @@ -42,11 +42,11 @@ And everything's going \[E]right \end{bridge} - \begin{verse*} + \begin{bridge} And \[D]life has a funny \[E]way Of helping you out when you think everything's gone \[D]wrong And everything blows up in your \[A]face - \end{verse*} + \end{bridge} \begin{repeatedchords} diff --git a/songs/America/A_Horse_With_No_Name.sg b/songs/America/A_Horse_With_No_Name.sg index b1c9828d..b62e5268 100644 --- a/songs/America/A_Horse_With_No_Name.sg +++ b/songs/America/A_Horse_With_No_Name.sg @@ -38,7 +38,9 @@ My \[Em]skin began to turn \[D6/9]red After \[Em]three days in the \[D6/9]desert fun I was \[Em]looking at a river \[D6/9]bed + \end{bridge} + \begin{bridge} And the \[Em]story it told of a \[D6/9]river that flowed Made me \[Em]sad to think it was \[D6/9]dead \end{bridge} diff --git a/songs/Francis_Cabrel/La_corrida.sg b/songs/Francis_Cabrel/La_corrida.sg index 8abf0e81..8fdcabc0 100644 --- a/songs/Francis_Cabrel/La_corrida.sg +++ b/songs/Francis_Cabrel/La_corrida.sg @@ -72,6 +72,9 @@ Presque tou\[Dm]ché leurs ballerines \[Dsus4 Dm] Ils ont fra\[Bsus2]ppé fort dans mon cou Pour que je \[A]m'incline \[Asus4 A] + \end{bridge} + + \begin{bridge} Ils sortent \[B&sus2]d'où ces acrobates \[Csus2]Avec leurs costumes de \[Dm]papier ? \[Dsus4 Dm] J'ai jamais \[B&sus2]appris à me battre diff --git a/songs/Herman_s_Hermits/No_milk_today.sg b/songs/Herman_s_Hermits/No_milk_today.sg index 72c849a4..87909162 100644 --- a/songs/Herman_s_Hermits/No_milk_today.sg +++ b/songs/Herman_s_Hermits/No_milk_today.sg @@ -41,7 +41,9 @@ \begin{bridge} \[A]But all that's \[E]left is a \[D]place dark and \[E]lonely \[A]A terraced \[E]house in a \[D]mean street back of \[F#m]town + \end{bridge} + \begin{bridge} \[A]Becomes a \[E]shrine when I \[D]think of you \[E]only \[D]Just two up two \[E]down \end{bridge} diff --git a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg index 403a58d5..137e9c93 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg @@ -92,19 +92,19 @@ \end{bridge} \begin{repeatedchords} - \begin{verse*} + \begin{bridge} \[Am]Crom A des filles à ses pieds \[Am]Crom La main sur son épée \[C]Crom Boit sa bière dans un crâne \[F]éclaté \echo{oh oh oh} - \end{verse*} + \end{bridge} \end{repeatedchords} - \begin{verse*} + \begin{bridge} \[Am]Il t'attend \[G6]au Valhal\[E]la - \end{verse*} + \end{bridge} \begin{repeatedchords} \begin{verse} From c4318038375c92ac5948b29db981ab19b6bdc2af Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Fri, 15 Jun 2012 20:47:27 +0200 Subject: [PATCH 42/54] Add song: Les Amis d'ta femme - Le tango du viagra --- .../Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg diff --git a/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg b/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg new file mode 100644 index 00000000..1d8aee2a --- /dev/null +++ b/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg @@ -0,0 +1,107 @@ +\selectlanguage{french} +\songcolumns{2} +\beginsong{Le tango du viagra} + [by=Les amis d'ta femme,cov=font-la-difference,album=Font la différence] + + \cover + \gtab{Bm}{2:X02210} + \gtab{G}{3:022100} + \gtab{F#}{2:022100} + \gtab{D}{5:X02220} + \gtab{A}{5:022100} + \gtab{B}{2:X02220} + \gtab{Em}{022000} + + \begin{verse*} + Concentración, concentración + \end{verse*} + + \begin{verse} + Il paraî\[Bm]trait que c'est dur de viei\[G]llir + C'est du \[F#]moins ce que tout le monde pré\[Bm]tend\[F# Bm] + Quand on est \[Bm]jeune, ça prête à sou\[G]rire + Mais plus \[F#]quand sautés soixante-dix \[Bm]ans\[F# Bm] + \end{verse} + + \begin{verse*} + Avec l'\[D]âge les raideurs se dé\[A]placent + Cepen\[Bm]dant quand arrive l'andro\[F#]pause + La libi\[G]do, elle est toujours te\[Bm]nace + Ma nouille est \[F#]trop cuite, ce genre de \[Bm]choses + Ça vous change \[G]un homme, même \[F#]{s'il} est pas sa\[Bm]lace\[F# Bm] + \end{verse*} + + \begin{repeatedchords} + \begin{verse} + Aujourd'\[Bm]hui la science fait des mi\[G]racles + Plus be\[F#]soin d'aiguille plantée dans la \[Bm]bite\[F# Bm] + La non-ban\[Bm]daison n'est plus un obs\[G]tacle + J'ai à nou\[F#]veau quelque chose dans le \[Bm]slip\[F# Bm] + \end{verse} + + \begin{verse*} + Y'a pas à \[D]chier c'est quand même beau l'pro\[A]grès + Grâce à \[Bm]une pilule bleue au nom in\[F#]grat + J'ai retrou\[G]vé un gros goumi d'a\[Bm]cier + Qui s'é\[F#]rige fièrement sous les \[Bm]draps + Chaud devant, \[G]{j'ai} retrouvé \[F#]ma virili\[Bm]té\[F# Bm] + \end{verse*} + \end{repeatedchords} + + \begin{chorus} + Viens dan\[B]ser, danser mes \[Em]bras + Le tan\[F#]go, le tango du via\[Bm]gra + Viens dan\[B]ser, danser mes \[Em]bras + Le tan\[F#]go, le tango du via\[Bm]gra\[F# Bm] + \end{chorus} + + \begin{repeatedchords} + \begin{verse} + À mon \[Bm]âge, les enfants, fini l'po\[G]go + Quand on \[F#]veut séduire les vieilles peaux moi\[Bm]sies\[F# Bm] + Il faut ap\[Bm]prendre à danser le tan\[G]go + J'aimerais \[F#]bien pouvoir draguer les jeunes \[Bm]filles\[F# Bm] + \end{verse} + + \begin{verse*} + Mais quand on re\[D]tourne à l'âge des \[A]couches + Et qu'on \[Bm]ne contrôle plus sa pro\[F#]state + C'est plutôt \[G]dur de soul'ver les mi\[Bm]nouches + Malgré \[F#]ça, j'te jure, c'est l'é\[Bm]clate + Je n'm'ennuie \[G]plus, sur\[F#]tout quand je me \[Bm]touche\[F# Bm] + \end{verse*} + + + \begin{verse} + C'est la \[Bm]fête dans la maison de re\[G]traite + Le pro\[F#]gramme de la journée a chan\[Bm]gé\[F# Bm] + Les \[Bm]vieux ne pourrissent plus dans leurs char\[G]rettes + Comme des \[F#]bêtes ils se remettent à ni\[Bm]quer\[F# Bm] + \end{verse} + + \begin{verse*} + Fini le \[D]temps où l'on sucrait les \[A]fraises + Jouait au ra\[Bm]mi ou aux petits che\[F#]vaux + Avec le \[G]Viagra, y'a plus de ma\[Bm]laise + On car\[F#]bure tous comme des a\[Bm]dos + Dans tous les \[G]coins ça \[F#]baise, ça baise, ça \[Bm]baise\[F# Bm] + \end{verse*} + + + \begin{verse} + Faut avou\[Bm]er qu'on n'a plus l'habi\[G]tude + À l'\[F#]heure où nos cÅ“urs sont plus si so\[Bm]lides\[F# Bm] + De satis\[Bm]faire à toutes nos turpi\[G]tudes + Y'en \[F#]a qu'auraient mieux fait de rester fri\[Bm]gides\[F# Bm] + \end{verse} + + \begin{verse*} + La moi\[D]tié des pensionnaires du \[A]foyer + L'a clam\[Bm]sé dans les ébats les plus \[F#]fous + J'espère \[G]juste que je serai le der\[Bm]nier + À cre\[F#]ver parce qu'il faut bien après \[Bm]tout + C'est en tron\[G]chant que je pré\[F#]fère m'euthana\[Bm]sier\[F# Bm] + \end{verse*} + \end{repeatedchords} + +\endsong From a17aed4eef4d9788adda5c50336839abacdce29a Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 16 Jun 2012 17:27:38 +0200 Subject: [PATCH 43/54] windows: force removal without confirmation for clean scripts --- windows/clean.bat | 2 +- windows/cleanall.bat | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/clean.bat b/windows/clean.bat index 2448317f..ab78c95d 100644 --- a/windows/clean.bat +++ b/windows/clean.bat @@ -1,2 +1,2 @@ Rem manually performs "make clean" -del *.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd +FOR %%A IN (*.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd) DO DEL %%A diff --git a/windows/cleanall.bat b/windows/cleanall.bat index ee0255b1..02df9ca2 100644 --- a/windows/cleanall.bat +++ b/windows/cleanall.bat @@ -1,3 +1,4 @@ +Rem remove pdf files +FOR %%A IN (*.pdf) DO DEL %%A Rem manually performs "make cleanall" windows\\clean.bat -del *.pdf From e7a65f289412300566cc221e0c443bcbf175486b Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 16 Jun 2012 17:30:44 +0200 Subject: [PATCH 44/54] remove unused variable 'directories' was previously used for the list of paths in \graphicspath which is now useless since copy all covers in ./covers --- songbook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/songbook.py b/songbook.py index 59504d42..0392deb6 100755 --- a/songbook.py +++ b/songbook.py @@ -33,7 +33,6 @@ def matchRegexp(reg, iterable): return [ m.group(1) for m in (reg.match(l) for l in iterable) if m ] def songslist(songs): - directories = set(["img/"] + map(lambda x: "songs/" + os.path.dirname(x), songs)) result = [ '\\input{{songs/{0}}}'.format(s.replace("\\","/").strip()) for s in songs ] return '\n'.join(result) From 2b5172017399c90043054997eff82c51086d3886 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 16 Jun 2012 17:40:49 +0200 Subject: [PATCH 45/54] move license from class to templates --- books/naheulbeuk.sb | 2 +- templates/ancient.tmpl | 7 ++++++- templates/patacrep.tmpl | 7 ++++++- tex/crepbook.cls | 3 --- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/books/naheulbeuk.sb b/books/naheulbeuk.sb index 456b8c74..ecf0dbc6 100644 --- a/books/naheulbeuk.sb +++ b/books/naheulbeuk.sb @@ -8,7 +8,7 @@ ], "booktype" : "chorded", "footer" : "Musique du Naheulband: \\url{http://www.penofchaos.com/warham/donjon-groupe.htm}", -"license" : "\\input{license-nb.tex}", +"license" : "license-nb.tex", "picture" : "nb_cover", "picturecopyright" : "Personnages par \\emph{Pen Of Chaos} / Illustrations par \\emph{Marion Poinsot}", "subtitle" : "Recueil de chansons non-officiel", diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index fdf551e5..46f68caf 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -38,7 +38,7 @@ %%: {"name":"picture", "description":"Picture", "type":"file", "default":"feel-the-music"}, %%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"}, %%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"}, -%%: {"name":"license", "description":"License", "default":"\\input{license.tex}"}, +%%: {"name":"license", "description":"License", "default":"license.tex"}, %%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"}, %%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"}, %%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#FFFDB3"}, @@ -86,6 +86,11 @@ \maketitle +% licence +\newpage +\input{\getlicense} +\newpage + \showindex{Index des chansons}{titleidx} \notenamesin{A}{B}{C}{D}{E}{F}{G} diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 627f89df..e1b018f6 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -38,7 +38,7 @@ %%: {"name":"picture", "description":"Picture", "type":"file", "default":"feel-the-music"}, %%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"}, %%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"}, -%%: {"name":"license", "description":"License", "default":"\\input{license.tex}"}, +%%: {"name":"license", "description":"License", "default":"license.tex"}, %%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"}, %%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"}, %%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#D1E4AE"}, @@ -89,6 +89,11 @@ \maketitle +% licence +\newpage +\input{\getlicense} +\newpage + % indexes \IfStrEq{\getlang}{english}{ \showindex{Songs Index}{titleidx} diff --git a/tex/crepbook.cls b/tex/crepbook.cls index 11aaaedc..d69df6c5 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -192,9 +192,6 @@ \@footer \thispagestyle{empty} - \newpage - \@licence - \newpage } \makeatletter From b503b0b018b0849f9708d594675dc36bf865550f Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 16 Jun 2012 17:49:12 +0200 Subject: [PATCH 46/54] patacrep release version 3.6.1 --- NEWS | 16 ++++++++++++++++ books/volume-5.sb | 11 +++++++++++ templates/ancient.tmpl | 2 +- templates/patacrep.tmpl | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 148620c8..beb2918e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ +version 3.6.1 + +Romain Goffe: + Le Donjon de Naheulbeuk - Chicken quest + Le Donjon de Naheulbeuk - Crom + Le Donjon de Naheulbeuk - Hé, la petite dame + Le Donjon de Naheulbeuk - La hache Durandil + Le Donjon de Naheulbeuk - Le petit gobelin + Le Donjon de Naheulbeuk - Tralala du nain + Les Amis d'ta femme - Le tango du viagra +olivier desrobert: + Thomas Fersen - Au café de la paix + Thomas Fersen - Saint-Jean-du-Doigt + Renan Luce - Le Lacrymal Circus + Les Wriggles - Petit bonhomme + version 3.6.0 Romain Goffe: diff --git a/books/volume-5.sb b/books/volume-5.sb index 2fa73f30..72b07844 100644 --- a/books/volume-5.sb +++ b/books/volume-5.sb @@ -41,13 +41,21 @@ "Jean-Jacques_Goldman/On_ira.sg", "La_Rue_Ketanou/Sao_loucas.sg", "Le_clandestin/Rue_Grenelle.sg", + "Le_Donjon_de_Naheulbeuk/Chicken_quest.sg", + "Le_Donjon_de_Naheulbeuk/Crom.sg", + "Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg", + "Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg", + "Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg", "Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg", + "Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg", + "Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg", "Les_Booze_Brothers/Fields_of_Athenry.sg", "Les_Cowboys_Fringants/8_secondes.sg", "Les_Cowboys_Fringants/Ces_temps_ci.sg", "Les_Cowboys_Fringants/Hannah.sg", "Les_Fatals_Picards/Au_mariage_de_Kevin_et_de_ma_soeur.sg", "Les_Ogres_de_Barback/Rue_Mazarine.sg", + "Les_Wriggles/petit_bonhomme.sg", "Maxime_Le_Forestier/Passer_ma_route.sg", "Noir_Desir/Ou_veux_tu_qu_je_regarde.sg", "Noir_Desir/Toujours_etre_ailleurs.sg", @@ -55,10 +63,12 @@ "Patrick_Coutin/J_aime_regarder_les_filles.sg", "Phil_Barney/Un_enfant_de_toi.sg", "Razorlight/America.sg", + "Renan_Luce/le_lacrymal_circus.sg", "Roch_Voisine/Helene.sg", "Telephone/Le_jour_s_est_leve.sg", "The_Bloody_Irish_Boys/Drunk_tonight.sg", "The_Dubliners/The_wild_rover.sg", + "Thomas_Fersen/au_cafe_de_la_paix.sg", "Thomas_Fersen/Bambi.sg", "Thomas_Fersen/Croque.sg", "Thomas_Fersen/Irene.sg", @@ -67,6 +77,7 @@ "Thomas_Fersen/L_histoire_d_une_heure.sg", "Thomas_Fersen/Louise.sg", "Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg", + "Thomas_Fersen/saint_jean_du_doigt.sg", "Tournee_Generale/Avancer_mes_grolles.sg", "U2/One.sg", "Yves_Simon/Les_bateaux_du_metro.sg"] diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 46f68caf..dadb07d6 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.0"}, +%%: {"name":"version", "description":"Version", "default":"3.6.1"}, %%: {"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 e1b018f6..bd2ac23f 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.0"}, +%%: {"name":"version", "description":"Version", "default":"3.6.1"}, %%: {"name":"subtitle", "description":"Subtitle"}, %%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, %%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"}, From 122ae70e24a3c3114a4c9d308c8f201941a5c7e8 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 18 Jun 2012 22:54:52 +0200 Subject: [PATCH 47/54] sort songs by artist/album/title --- songbook.py | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/songbook.py b/songbook.py index 0392deb6..1645d454 100755 --- a/songbook.py +++ b/songbook.py @@ -8,8 +8,21 @@ import glob import re import json import locale -import sortindex import shutil +import locale + +reTitle = re.compile('(?<=beginsong\\{)(.(? 0: out.write(formatDefinition('songslist', songslist(songs))) out.write('\\makeatother\n') From 9aea1deaf2af5a8ed94428899eb96a3001ef92f5 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 18 Jun 2012 23:03:47 +0200 Subject: [PATCH 48/54] set nolyrics for ukulele tuning --- tex/chords.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/chords.tex b/tex/chords.tex index 377b455c..4f4cd04e 100644 --- a/tex/chords.tex +++ b/tex/chords.tex @@ -311,8 +311,8 @@ \utab{Bdim}{1:3101} \begin{verse*} - \musicnote[french]{Accordage standard : \[G C E A]} - \musicnote[english]{Standard tuning: \[G C E A]} + \musicnote[french]{Accordage standard : {\nolyrics \[G C E A]}} + \musicnote[english]{Standard tuning: {\nolyrics \[G C E A]}} \end{verse*} \endsong From 3a10368f5f12bda5d630583a0d3da1bac816f956 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 18 Jun 2012 23:47:11 +0200 Subject: [PATCH 49/54] remove covers/ directory when performing 'make clean' - this directory is (fastly) auto generated during 'make' anyway - it avoids songbooks displaying out of date covers --- macos/clean.sh | 2 ++ makefile | 1 + windows/clean.bat | 2 ++ 3 files changed, 5 insertions(+) diff --git a/macos/clean.sh b/macos/clean.sh index 69261044..0cda9a79 100755 --- a/macos/clean.sh +++ b/macos/clean.sh @@ -2,3 +2,5 @@ # echo "manually performs 'make clean'" rm -rf *.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd +echo "remove temporary covers" +rm -rf covers/ diff --git a/makefile b/makefile index 653ea021..2c02e7e2 100644 --- a/makefile +++ b/makefile @@ -61,6 +61,7 @@ clean: $(TARGETS:%=%.nav) $(TARGETS:%=%.snm) @rm -f *.sbx *.sxd *.sxc @rm -f *.pyc + @rm -rf covers/ cleanall: clean @rm -f $(PDF) diff --git a/windows/clean.bat b/windows/clean.bat index ab78c95d..7eee1339 100644 --- a/windows/clean.bat +++ b/windows/clean.bat @@ -1,2 +1,4 @@ Rem manually performs "make clean" FOR %%A IN (*.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd) DO DEL %%A +Rem remove temporary covers +FOR %%A IN (covers\*.*) DO DEL %%A From 276e478393d34c5aa59cf5140989b2ce67dcf79b Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 19 Jun 2012 21:19:24 +0200 Subject: [PATCH 50/54] corrections --- songs/Pascale_Picard/Smilin.sg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songs/Pascale_Picard/Smilin.sg b/songs/Pascale_Picard/Smilin.sg index b1023e3a..7aa237be 100644 --- a/songs/Pascale_Picard/Smilin.sg +++ b/songs/Pascale_Picard/Smilin.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Smilin'} - [by=Pascale Picard,cov=me-myself-us,album=Me myself \& us] + [by={Pascale Picard},cov={me-myself-us},album={Me, myself \& us}] \cover \capo{5} From 4a2f7a6c84c62fa8762a652f39cc6d1df1fa30dc Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 19 Jun 2012 22:21:56 +0200 Subject: [PATCH 51/54] enclose options into braces + add 'original song' infos Conflicts: songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg --- songs/Aaron/U_turn_lili.sg | 2 +- songs/Alain_Bashung/Gaby_oh_gaby.sg | 2 +- songs/Alain_Souchon/Bidon.sg | 2 +- songs/Alain_Souchon/Foule_sentimentale.sg | 2 +- songs/Alain_Souchon/L_amour_a_la_machine.sg | 2 +- songs/Alain_Souchon/La_ballade_de_Jim.sg | 2 +- songs/Alain_Souchon/Sous_les_jupes_des_filles.sg | 2 +- songs/Alanis_Morissette/Ironic.sg | 2 +- songs/Alex_Beaupain/As_tu_deja_aime.sg | 2 +- songs/Alex_Beaupain/De_bonnes_raisons.sg | 2 +- songs/Alex_Beaupain/Je_n_aime_que_toi.sg | 2 +- songs/Alex_Beaupain/Les_yeux_au_ciel.sg | 2 +- songs/Alex_Beaupain/Ma_memoire_sale.sg | 2 +- songs/Alexis_HK/Gaspard.sg | 2 +- songs/Alicia_Keys/If_aint_got_you.sg | 2 +- songs/America/A_Horse_With_No_Name.sg | 2 +- songs/Amy_MacDonald/Mr._Rock_n_Roll.sg | 2 +- songs/Amy_MacDonald/This_is_the_life.sg | 2 +- songs/Anais/Mon_coeur_mon_amour.sg | 2 +- songs/Anis/Dans_tes_yeux.sg | 2 +- songs/Anny_Et_Jean-Marc_Versini/La_danse_des_esquimaux.sg | 2 +- songs/Antsy_Pants/Vampire.sg | 2 +- songs/As_De_Trefle/A_l_oreille_de_ta_femme.sg | 2 +- songs/As_De_Trefle/Chanson_d_amur.sg | 2 +- songs/As_De_Trefle/Jessica.sg | 2 +- songs/As_De_Trefle/La_revolution.sg | 2 +- songs/As_De_Trefle/Pauvre_planete.sg | 2 +- songs/As_De_Trefle/Toi_toi_toi.sg | 2 +- songs/Avenue_Q/The_internet_is_for_porn.sg | 2 +- songs/Avril_Lavigne/Things_I_ll_never_say.sg | 2 +- songs/Barbara/L_aigle_noir.sg | 2 +- songs/Barry_Louis_Polisar/All_I_Want_Is_You.sg | 2 +- songs/Beau_Dommage/La_complainte_du_phoque_en_alaska.sg | 2 +- songs/Belle_Sebastian/Piazza_New_York_catcher.sg | 2 +- songs/Belyscendre/Helas_madame.sg | 2 +- songs/Belyscendre/Mon_pere_veut_me_marier.sg | 2 +- songs/Belyscendre/Prends_garde_au_loup.sg | 2 +- songs/Ben_E_King/Stand_by_me.sg | 2 +- songs/Ben_Harper/Waiting_on_an_angel.sg | 2 +- songs/Ben_Harper/Widow_of_a_living_man.sg | 2 +- songs/Benabar/Le_diner.sg | 2 +- songs/Benabar/Quatre_murs_et_un_toit.sg | 2 +- songs/Benabar/Y_a_une_fille_qu_habite_chez_moi.sg | 2 +- songs/Bill_Withers/Just_two_of_us.sg | 2 +- songs/Bloodhound_Gang/Fire_water_burn.sg | 2 +- songs/Bob_Dylan/Ballad_of_Hollis_Brown.sg | 2 +- songs/Bob_Dylan/Blowin_in_the_wind.sg | 2 +- songs/Bob_Dylan/Don_t_think_twice_it_s_all_right.sg | 2 +- songs/Bob_Dylan/Hurricane.sg | 2 +- songs/Bob_Dylan/Knocking_on_heavens_door.sg | 2 +- songs/Bob_Dylan/Mr_tambourine_man.sg | 2 +- songs/Bob_Dylan/One_more_cup_of_coffee.sg | 2 +- songs/Bob_Dylan/The_times_they_are_a-changin.sg | 2 +- songs/Bob_Marley/No_woman_no_cry.sg | 2 +- songs/Bob_Marley/Redemption_song.sg | 2 +- songs/Bobby_McFerrin/Don_t_worry_be_happy.sg | 2 +- songs/Boby_Lapointe/Aragon_et_Castille.sg | 2 +- songs/Boby_Lapointe/Framboise.sg | 2 +- songs/Boby_Lapointe/La_maman_des_poissons.sg | 2 +- songs/Boby_Lapointe/Meli-Melodie.sg | 2 +- songs/Britney_Spears/Baby_one_more_time.sg | 2 +- songs/Bruce_Springsteen/Bring_em_home.sg | 2 +- songs/Bruce_Springsteen/Buffalo_gals.sg | 2 +- songs/Bruce_Springsteen/John_Henry.sg | 2 +- songs/Bruce_Springsteen/Mrs_McGrath.sg | 2 +- songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg | 2 +- songs/Bruce_Springsteen/Old_Dan_Tucker.sg | 2 +- songs/Bruce_Springsteen/Pay_me_my_money_down.sg | 2 +- songs/Buena_Vista_Social_Club/Chan_Chan.sg | 2 +- songs/Calvin_Russell/5m2.sg | 2 +- songs/Calvin_Russell/Baby_I_love_you.sg | 2 +- songs/Calvin_Russell/Crossroad.sg | 2 +- songs/Calvin_Russell/Down_down_down.sg | 2 +- songs/Calvin_Russell/Midnite_man.sg | 2 +- songs/Calvin_Russell/One_Meat_Ball.sg | 2 +- songs/Carter_Family/In_the_highways.sg | 2 +- songs/Carter_Family/Keep_on_the_sunny_side.sg | 2 +- songs/Cat_Stevens/Father_and_son.sg | 2 +- songs/Cat_Stevens/Here_comes_my_baby.sg | 2 +- songs/Cat_Stevens/My_Lady_d_Arbanville.sg | 2 +- songs/Cat_Stevens/Sad_Lisa.sg | 2 +- songs/Cat_Stevens/The_wind.sg | 2 +- songs/Cat_Stevens/Wild_world.sg | 2 +- songs/Catherine_Le_Forestier/La_petite_fugue.sg | 2 +- songs/Cesaria_Evora/Petit_pays.sg | 2 +- songs/Charles_Aznavour/Emmenez-moi.sg | 2 +- songs/Charles_Aznavour/Les_comediens.sg | 2 +- songs/Charles_Aznavour/Mes_emmerdes.sg | 2 +- songs/Christophe/Aline.sg | 2 +- songs/Christophe/Les_mots_bleus.sg | 2 +- songs/Claude_Nougaro/Armstrong.sg | 2 +- songs/Coldplay/Paradise.sg | 2 +- songs/Cookie_Dingler/Femme_liberee.sg | 2 +- songs/Cranberries/Animal_instinct.sg | 2 +- songs/Cranberries/Zombie.sg | 2 +- songs/Crash_Test_Dummies/mmm_mmm.sg | 2 +- songs/Crep/Bioman.sg | 2 +- songs/Crep/Calimero.sg | 2 +- songs/Crep/Encore.sg | 2 +- songs/Crep/Fichu_doctorat.sg | 2 +- songs/Crep/Kartopo.sg | 2 +- songs/Crep/Les_ptits_chemins.sg | 2 +- songs/Crep/Melancolie.sg | 2 +- songs/Crep/Nostalgeek.sg | 2 +- songs/Crep/SNCeuFeu.sg | 2 +- songs/Crep/Soiree_pepere.sg | 2 +- songs/Crep/iScream.sg | 2 +- songs/Damien_Rice/Cannonball.sg | 2 +- songs/Daniel_Balavoine/Vivre_ou_survivre.sg | 2 +- songs/Daniel_Guichard/Mon_vieux.sg | 2 +- songs/Daniel_Lanois/Jolie_Louise.sg | 2 +- songs/Debout_Sur_Le_Zinc/Comme_un_frisson.sg | 2 +- songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg | 2 +- songs/Debout_Sur_Le_Zinc/J_ai_deja_donne.sg | 2 +- songs/Debout_Sur_Le_Zinc/La_declaration.sg | 2 +- songs/Debout_Sur_Le_Zinc/Le_tanticide.sg | 2 +- songs/Debout_Sur_Le_Zinc/Les_angles.sg | 2 +- songs/Debout_Sur_Le_Zinc/Les_mots_d_amour.sg | 2 +- songs/Debout_Sur_Le_Zinc/Ma_petite_cherie.sg | 2 +- songs/Debout_Sur_Le_Zinc/Rester_debout.sg | 2 +- songs/Debout_Sur_Le_Zinc/Scylla.sg | 2 +- songs/Debout_Sur_Le_Zinc/Sur_le_fil.sg | 2 +- songs/Dessins_Animes/Boumbo.sg | 2 +- songs/Dessins_Animes/Denver.sg | 2 +- songs/Dessins_Animes/Dragon_Ball.sg | 2 +- songs/Dessins_Animes/Dragon_Ball_Z.sg | 2 +- songs/Dessins_Animes/I_Wanna_be_like_you.sg | 2 +- songs/Dessins_Animes/Inspecteur_Gadget.sg | 2 +- songs/Dessins_Animes/L_histoire_d_Actarus.sg | 2 +- songs/Dessins_Animes/L_oiseau_bleu.sg | 2 +- songs/Dessins_Animes/Le_pudding_a_l_arsenic.sg | 2 +- songs/Dessins_Animes/Les_chevaliers_du_zodiaque.sg | 2 +- songs/Dessins_Animes/Les_mysterieuses_cites_d_or.sg | 2 +- songs/Dessins_Animes/Lucky_Luke.sg | 2 +- songs/Dessins_Animes/Nicky_Larson.sg | 2 +- songs/Dessins_Animes/Sherlock_Holmes.sg | 2 +- songs/Dessins_Animes/Themis_et_Nono.sg | 2 +- songs/Dessins_Animes/Tom_Sawyer_debut.sg | 2 +- songs/Dessins_Animes/Tom_Sawyer_fin.sg | 2 +- songs/Dire_Straits/brothers_in_arms.sg | 2 +- songs/Dropkick_Murphys/Dirty_glass.sg | 2 +- songs/Eddie_Vedder/Guaranteed.sg | 2 +- songs/Eddy_Mitchell/Il_ne_rentre_pas_ce_soir.sg | 2 +- songs/Eddy_Mitchell/Pas_de_boogie_woogie.sg | 2 +- songs/Eddy_Mitchell/Tu_peux_preparer_le_cafe_noir.sg | 2 +- songs/Edith_Piaf/L_homme_a_la_moto.sg | 2 +- songs/Edith_Piaf/Padam_Padam.sg | 2 +- songs/Eels/Dirty_girl.sg | 2 +- songs/Eels/Hey_man.sg | 2 +- songs/Eels/I_like_birds.sg | 2 +- songs/Eels/Packing_blankets.sg | 2 +- songs/Elton_John/Can_you_fell_the_love_tonight.sg | 2 +- songs/Elton_John/Crocodile_rock.sg | 2 +- songs/Elvis_Presley/Don_t_be_cruel.sg | 2 +- songs/Elvis_Presley/Love_me_tender.sg | 2 +- songs/Emiliana_Torrini/Jungle_drum.sg | 2 +- songs/Fleetwood_Mac/Temporary_one.sg | 2 +- songs/Fools_Garden/Lemon_tree.sg | 2 +- songs/France_Gall/Il_jouait_du_piano_debout.sg | 2 +- songs/Francine_Pohl/La_sorciere_Grabouilla.sg | 2 +- songs/Francis_Cabrel/Je_l_aime_a_mourir.sg | 2 +- .../Francis_Cabrel/Je_t_aimais_je_t_aime_et_je_t_aimerai.sg | 2 +- songs/Francis_Cabrel/L_encre_de_tes_yeux.sg | 2 +- songs/Francis_Cabrel/La_corrida.sg | 2 +- songs/Francis_Cabrel/Les_vidanges_du_diables.sg | 2 +- songs/Francis_Cabrel/Octobre.sg | 2 +- songs/Francis_Cabrel/Petite_Marie.sg | 2 +- songs/Francois_Corbier/Les_vieux_copains_de_la_tele.sg | 2 +- songs/Garfunkel_and_Oates/Fuck_you.sg | 2 +- songs/Gary_Jules/Mad_world.sg | 2 +- songs/Georges_Brassens/A_l_ombre_des_maris.sg | 2 +- songs/Georges_Brassens/A_l_ombre_du_coeur_de_ma_mie.sg | 2 +- songs/Georges_Brassens/Ballade_des_dames_du_temps_jadis.sg | 2 +- songs/Georges_Brassens/Chanson_pour_l_auvergnat.sg | 2 +- songs/Georges_Brassens/Cupidon_s_en_fout.sg | 2 +- songs/Georges_Brassens/Grand_pere.sg | 2 +- songs/Georges_Brassens/Je_me_suis_fait_tout_petit.sg | 2 +- songs/Georges_Brassens/La_mauvaise_reputation.sg | 2 +- songs/Georges_Brassens/Le_gorille.sg | 2 +- songs/Georges_Brassens/Le_petit_cheval.sg | 2 +- songs/Georges_Brassens/Les_copains_d_abord.sg | 2 +- .../Supplique_pour_etre_enterre_sur_la_plage_de_Sete.sg | 2 +- songs/Gerald_De_Palmas/Sur_la_route.sg | 2 +- songs/Gerard_Lenorman/La_ballade_des_gens_heureux.sg | 2 +- songs/Gerard_Lenorman/Si_j_etais_president.sg | 2 +- songs/Gerry_Rafferty/To_each_and_everyone.sg | 2 +- songs/Gilles_Servat/La_blanche_hermine.sg | 2 +- songs/Gipsy_Kings/Baila_me.sg | 2 +- songs/Gipsy_Kings/Bamboleo.sg | 2 +- songs/Gogol_Bordello/Alcohol.sg | 2 +- songs/Gogol_Bordello/Oh_no.sg | 2 +- songs/Gogol_Bordello/Supertheory_of_supereverything.sg | 2 +- songs/Graeme_Allwright/Ca_je_l_ai_jamais_vu.sg | 2 +- songs/Graeme_Allwright/Henrik.sg | 2 +- songs/Graeme_Allwright/Il_faut_que_je_m_en_aille.sg | 2 +- songs/Graeme_Allwright/Johnny.sg | 2 +- songs/Graeme_Allwright/Jolie_Bouteille.sg | 5 ++--- songs/Graeme_Allwright/Jusqu_a_la_ceinture.sg | 3 ++- songs/Graeme_Allwright/La_mouche_bleue.sg | 3 ++- songs/Graeme_Allwright/Le_clochard_americain.sg | 3 ++- songs/Graeme_Allwright/Le_jour_de_clarte.sg | 3 ++- songs/Graeme_Allwright/Petit_garcon.sg | 3 ++- songs/Graeme_Allwright/Petites_boites.sg | 3 ++- songs/Green_Day/American_idiot.sg | 2 +- songs/Green_Day/Boulevard_of_broken_dreams.sg | 2 +- songs/Green_Day/Minority.sg | 2 +- songs/HK_Saltimbanks/Citoyen_du_monde.sg | 2 +- songs/HK_Saltimbanks/On_lache_rien.sg | 2 +- songs/HK_Saltimbanks/Passer_ma_vie.sg | 2 +- songs/Henri_Des/Les_betises_a_l_ecole.sg | 2 +- songs/Henri_Des/Mon_cheval_gris.sg | 2 +- songs/Henri_Salvador/Une_chanson_douce.sg | 2 +- songs/Herman_Dune/Be_a_doll_and_take_my_heart.sg | 2 +- songs/Herman_Dune/Bristol.sg | 2 +- songs/Herman_Dune/I_wish_I_could_see_you_soon.sg | 2 +- songs/Herman_Dune/My_friends_kill_my_folks.sg | 2 +- songs/Herman_Dune/Pure_heart.sg | 2 +- songs/Herman_Dune/Tell_me_something_I_don_t_know.sg | 2 +- songs/Herman_Dune/When_the_water_gets_cold.sg | 2 +- songs/Herman_Dune/Your_name_my_game.sg | 2 +- songs/Herman_s_Hermits/No_milk_today.sg | 2 +- songs/Herve_Cristiani/Il_est_libre_Max.sg | 2 +- songs/Howie_Day/Collide.sg | 2 +- .../Sentiments_numeriques_revisites.sg | 2 +- songs/Hugues_Aufray/Alouette.sg | 2 +- songs/Hugues_Aufray/Celine.sg | 2 +- songs/Hugues_Aufray/Debout_les_gars.sg | 2 +- songs/Hugues_Aufray/Elle_descend_de_la_montagne.sg | 2 +- songs/Hugues_Aufray/Hasta_luego.sg | 2 +- songs/Hugues_Aufray/Je_reviens.sg | 2 +- songs/Hugues_Aufray/L_epervier.sg | 2 +- songs/Hugues_Aufray/Le_Bon_Dieu_s_enervait.sg | 2 +- songs/Hugues_Aufray/Le_joueur_de_pipeau.sg | 2 +- songs/Hugues_Aufray/Le_jour_ou_le_bateau_viendra.sg | 3 ++- songs/Hugues_Aufray/Le_petit_ane_gris.sg | 2 +- songs/Hugues_Aufray/Les_couleurs.sg | 2 +- songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg | 4 ++-- songs/Hugues_Aufray/Santiano.sg | 2 +- songs/Hugues_Aufray/Stewball.sg | 2 +- songs/Hugues_Aufray/Tu_sens_bon_la_terre.sg | 2 +- songs/Indochine/J_ai_demande_a_la_lune.sg | 2 +- songs/Indochine/L_aventurier.sg | 2 +- songs/Israel_Kamakawiwo_ole/Somewhere_over_the_rainbow.sg | 2 +- songs/JCFrog/Hadopi_song_III.sg | 2 +- songs/JCFrog/Je_t_emmene_dedans.sg | 2 +- songs/JCFrog/La_mauvaise_ereputation.sg | 2 +- songs/JCFrog/Russians.sg | 2 +- songs/Jack_Johnson/Taylor.sg | 2 +- songs/Jacques_Brel/Amsterdam.sg | 2 +- songs/Jacques_Brel/Ces_gens_la.sg | 2 +- songs/Jacques_Brel/La_valse_a_mille_temps.sg | 2 +- songs/Jacques_Brel/Vesoul.sg | 2 +- songs/Jacques_Dutronc/La_fille_du_Pere_Noel.sg | 2 +- songs/Jacques_Higelin/Je_ne_peux_plus_dire_je_t_aime.sg | 2 +- songs/Jacques_Higelin/Poil_dans_la_main.sg | 2 +- songs/Jacques_Higelin/Tombe_du_ciel.sg | 2 +- songs/Jali/Espanola.sg | 2 +- songs/Jason_Marz/I_m_yours.sg | 2 +- songs/Jean-Jacques_Goldman/Comme_toi.sg | 2 +- songs/Jean-Jacques_Goldman/Encore_un_matin.sg | 2 +- songs/Jean-Jacques_Goldman/Il_changeait_la_vie.sg | 2 +- songs/Jean-Jacques_Goldman/Je_te_donne.sg | 2 +- songs/Jean-Jacques_Goldman/Le_coureur.sg | 2 +- songs/Jean-Jacques_Goldman/Long_is_the_road.sg | 2 +- songs/Jean-Jacques_Goldman/On_ira.sg | 2 +- songs/Jean_Boyer/Pour_me_rendre_a_mon_bureau.sg | 2 +- songs/Jean_Leloup/Promeneur.sg | 2 +- songs/Jean_Leloup/Sang_d_encre.sg | 2 +- songs/Jean_Pierre_Mader/Macumba.sg | 2 +- songs/Jeanette/Porque_te_vas.sg | 2 +- songs/Jeanne_Moreau/Le_tourbillon_de_la_vie.sg | 2 +- songs/Jeanne_Moreau/Les_mots_de_rien_du_tout.sg | 2 +- songs/Jeff_Buckley/Hallelujah.sg | 2 +- songs/Jimi_Hendrix/The_wind_cries_Mary.sg | 2 +- songs/Joan_Baez/Here_s_to_you.sg | 2 +- songs/Joe_Dassin/La_fleur_aux_dents.sg | 2 +- songs/Joe_Dassin/Le_chemin_de_Papa.sg | 2 +- songs/Joe_Dassin/Le_moustique.sg | 2 +- songs/Joe_Dassin/Les_champs_elysees.sg | 2 +- songs/Joe_Dassin/Les_petits_pains_au_chocolat.sg | 2 +- songs/Joe_Dassin/Ma_bonne_etoile.sg | 2 +- songs/Joe_Dassin/Siffler_sur_la_colline.sg | 2 +- songs/Johk/La_reine_de_France.sg | 2 +- songs/John_Lennon/Working_class_hero.sg | 2 +- songs/Johnny_Cash/I_walk_the_line.sg | 2 +- songs/Johnny_Cash/It_aint_me_babe.sg | 2 +- songs/Johnny_Cash/Jackson.sg | 2 +- songs/Johnny_Cash/The_ring_of_fire.sg | 2 +- songs/Johnny_Hallyday/Le_penitencier.sg | 3 ++- songs/Jonathan_Coulton/Still_alive.sg | 2 +- songs/Julien_Clerc/Ce_n_est_rien.sg | 2 +- songs/Julien_Clerc/Melissa.sg | 2 +- songs/Julien_Clerc/Travailler_c_est_trop_dur.sg | 2 +- songs/Julien_Dore/Kiss_me_forever.sg | 2 +- songs/Kana/Plantation.sg | 2 +- songs/Karpatt/Des_gnons_pour_des_pelles.sg | 2 +- songs/Karpatt/Des_idees.sg | 2 +- songs/Karpatt/En_pleine_mer.sg | 2 +- songs/Karpatt/Fan_de_maman.sg | 2 +- songs/Karpatt/Histoire_de_famille.sg | 2 +- songs/Karpatt/Le_demenagement.sg | 2 +- songs/Karpatt/Le_fil.sg | 2 +- songs/Karpatt/Le_magicien.sg | 2 +- songs/Karpatt/Leon.sg | 2 +- songs/Karpatt/Les_canards_en_plastique.sg | 2 +- songs/Karpatt/Les_ptits_cailloux.sg | 2 +- songs/Karpatt/Les_vieilles.sg | 2 +- songs/Karpatt/Lino.sg | 2 +- songs/Karpatt/Melisande.sg | 2 +- songs/Karpatt/Souleve_ta_jupe.sg | 2 +- songs/Kimya_Dawson/Tree_hugger.sg | 2 +- songs/La_Famille_Maestro/Le_rat_de_l_opera.sg | 2 +- songs/La_Maison_Tellier/La_chambre_rose.sg | 2 +- songs/La_Rue_Ketanou/Almarita.sg | 2 +- songs/La_Rue_Ketanou/Bonhomme_de_chien.sg | 2 +- songs/La_Rue_Ketanou/Impossible.sg | 2 +- songs/La_Rue_Ketanou/La_chance.sg | 2 +- songs/La_Rue_Ketanou/La_fiancee_de_l_eau.sg | 2 +- songs/La_Rue_Ketanou/La_rue_ketanou.sg | 2 +- songs/La_Rue_Ketanou/Les_cigales.sg | 2 +- songs/La_Rue_Ketanou/Les_hommes_que_j_aime.sg | 2 +- songs/La_Rue_Ketanou/Les_mots.sg | 2 +- songs/La_Rue_Ketanou/Les_tontons.sg | 2 +- songs/La_Rue_Ketanou/Ma_faute_a_toi.sg | 2 +- songs/La_Rue_Ketanou/Personne_n_a_l_prenom_d_ma_femme.sg | 2 +- songs/La_Rue_Ketanou/Sao_loucas.sg | 2 +- songs/La_Rue_Ketanou/Sur_les_chemins_de_la_boheme.sg | 2 +- songs/La_Rue_Ketanou/Tu_parles_trop.sg | 2 +- songs/La_compagnie_creole/Ca_fait_rire_les_oiseaux.sg | 2 +- songs/La_compagnie_creole/La_machine_a_danser.sg | 2 +- songs/La_compagnie_creole/Le_bal_masque.sg | 2 +- songs/La_crevette_d_acier/Moi_si_un_jour.sg | 2 +- songs/La_tete_a_toto/Les_projets.sg | 2 +- songs/La_tete_a_toto/Petit_bonhomme.sg | 2 +- songs/Laura_Veirs/Ballad_of_John_Vogelin.sg | 2 +- songs/Laura_Veirs/Black_eyed_Susan.sg | 2 +- songs/Laura_Veirs/Icebound_stream.sg | 2 +- songs/Laura_Veirs/Jailhouse_fire.sg | 2 +- songs/Le_Colporteur/Comme_on_dit.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Crom.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg | 2 +- .../La_compagnie_du_chien_rugissant.sg | 2 +- .../Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg | 2 +- .../Massacrons_nous_dans_la_taverne.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg | 2 +- songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg | 2 +- songs/Le_clandestin/Rue_Grenelle.sg | 2 +- songs/Leonard_Cohen/A_bunch_of_lonesome_heroes.sg | 2 +- songs/Leonard_Cohen/If_it_be_your_will.sg | 2 +- songs/Leonard_Cohen/Suzanne.sg | 2 +- songs/Leonard_Cohen/The_old_revolution.sg | 2 +- songs/Leonard_Cohen/Winter_lady.sg | 2 +- songs/Les_Amis_D_Ta_Femme/A_las_barricadas.sg | 2 +- songs/Les_Amis_D_Ta_Femme/Cayenne.sg | 2 +- songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg | 2 +- songs/Les_Amis_D_Ta_Femme/Maree_Basse.sg | 2 +- songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg | 2 +- songs/Les_Booze_Brothers/Fields_of_Athenry.sg | 2 +- songs/Les_Booze_Brothers/I_want_sex.sg | 2 +- songs/Les_Cowboys_Fringants/1994.sg | 2 +- songs/Les_Cowboys_Fringants/8_secondes.sg | 2 +- songs/Les_Cowboys_Fringants/Ces_temps_ci.sg | 2 +- songs/Les_Cowboys_Fringants/Droit_devant.sg | 2 +- songs/Les_Cowboys_Fringants/Entre_deux_taxis.sg | 2 +- songs/Les_Cowboys_Fringants/Etoiles_filantes.sg | 2 +- songs/Les_Cowboys_Fringants/Hannah.sg | 2 +- songs/Les_Cowboys_Fringants/Histoire_de_peche.sg | 2 +- songs/Les_Cowboys_Fringants/L_horloge.sg | 2 +- songs/Les_Cowboys_Fringants/La_bonne_pomme.sg | 2 +- songs/Les_Cowboys_Fringants/La_manifestation.sg | 2 +- songs/Les_Cowboys_Fringants/La_reine.sg | 2 +- songs/Les_Cowboys_Fringants/Les_hirondelles.sg | 2 +- songs/Les_Cowboys_Fringants/Paris_Montreal.sg | 2 +- songs/Les_Cowboys_Fringants/Plus_rien.sg | 2 +- songs/Les_Cowboys_Fringants/Quand_tu_pars.sg | 2 +- songs/Les_Cowboys_Fringants/Ti-Cul.sg | 2 +- songs/Les_Cowboys_Fringants/Toune_d_automne.sg | 2 +- .../Les_Fatals_Picards/Au_mariage_de_Kevin_et_de_ma_soeur.sg | 2 +- songs/Les_Fatals_Picards/Chasse_peche_et_nature.sg | 2 +- songs/Les_Fatals_Picards/Goldorak_est_mort.sg | 2 +- songs/Les_Fatals_Picards/L_amour_a_la_francaise.sg | 2 +- songs/Les_Fatals_Picards/La_ferme.sg | 2 +- songs/Les_Fatals_Picards/La_securite_de_l_emploi.sg | 2 +- .../Les_Fatals_Picards/Mon_pere_etait_tellement_de_gauche.sg | 2 +- songs/Les_Fatals_Picards/Seul_et_celibataire.sg | 2 +- songs/Les_Hurlements_d_Leo/A_bout_d_souffle.sg | 2 +- songs/Les_Hurlements_d_Leo/Ici_d_ailleurs.sg | 2 +- songs/Les_Hurlements_d_Leo/La_malle_en_mai.sg | 2 +- songs/Les_Hurlements_d_Leo/Le_cafe_des_jours_heureux.sg | 2 +- songs/Les_Hurlements_d_Leo/Poemes.sg | 2 +- songs/Les_Hurlements_d_Leo/Une_danseuse.sg | 2 +- songs/Les_Innocents/L_autre_finistere.sg | 2 +- songs/Les_Momes_du_CE2/Mamadou_avait_mal_aux_dents.sg | 2 +- songs/Les_Naufrages/L_harmonica.sg | 2 +- songs/Les_Ogres_de_Barback/3_-_0.sg | 2 +- songs/Les_Ogres_de_Barback/Accordeon_pour_les_cons.sg | 2 +- songs/Les_Ogres_de_Barback/Bumbaia.sg | 2 +- .../Les_Ogres_de_Barback/Comment_je_suis_devenu_voyageur.sg | 2 +- songs/Les_Ogres_de_Barback/Contes_vents_et_marees.sg | 2 +- songs/Les_Ogres_de_Barback/Grand-mere.sg | 2 +- songs/Les_Ogres_de_Barback/Jojo.sg | 2 +- songs/Les_Ogres_de_Barback/L_air_bete.sg | 2 +- songs/Les_Ogres_de_Barback/L_ennui_et_le_jour.sg | 2 +- songs/Les_Ogres_de_Barback/La_gare_de_Caen.sg | 2 +- songs/Les_Ogres_de_Barback/La_premiere_fois.sg | 2 +- songs/Les_Ogres_de_Barback/Le_temps.sg | 2 +- songs/Les_Ogres_de_Barback/Little_gentleman.sg | 2 +- songs/Les_Ogres_de_Barback/Ma_fille.sg | 2 +- songs/Les_Ogres_de_Barback/Petite_societe.sg | 2 +- songs/Les_Ogres_de_Barback/Poil_aux_yeux.sg | 2 +- songs/Les_Ogres_de_Barback/Ptit_chat.sg | 2 +- songs/Les_Ogres_de_Barback/Rue_Mazarine.sg | 2 +- songs/Les_Ogres_de_Barback/Rue_de_Panam.sg | 2 +- songs/Les_Ogres_de_Barback/Rue_du_temps.sg | 2 +- songs/Les_Ogres_de_Barback/Touche_pas_a_mon_ecole.sg | 2 +- songs/Les_Petites_Bourrettes/Dans_la_tete.sg | 2 +- songs/Les_Petites_Bourrettes/Et_si_je_t_aime.sg | 2 +- songs/Les_Petites_Bourrettes/La_vieille.sg | 2 +- songs/Les_Petites_Bourrettes/Notre_monde.sg | 2 +- songs/Les_Tetes_Raides/L_iditente.sg | 2 +- songs/Les_Tetes_Raides/Patalo.sg | 2 +- songs/Les_Tit_s_Nassels/Les_tit_s_ballades.sg | 2 +- songs/Les_VRP/Leo.sg | 2 +- songs/Les_VRP/Ramon_Perez.sg | 2 +- songs/Les_Vieilles_Valises/Emilie.sg | 2 +- songs/Les_Wriggles/Julie_la_petite_olive.sg | 2 +- songs/Les_Wriggles/Monolithe.sg | 2 +- songs/Les_Wriggles/Plouf.sg | 2 +- songs/Les_Wriggles/Poupine_et_Thierry.sg | 2 +- songs/Les_Wriggles/petit_bonhomme.sg | 2 +- songs/Les_blerots_de_ravel/Dans_les_gares.sg | 2 +- songs/Les_blerots_de_ravel/Le_retour_de_Petrouchka.sg | 2 +- songs/Les_blerots_de_ravel/Les_ptits_plaisirs.sg | 2 +- songs/Lila_Downs/La_cumbia_del_mole.sg | 2 +- songs/Linkin_Park/Numb.sg | 2 +- songs/Loic_Lantoine/Cote_punk.sg | 2 +- songs/Los_Lobos/Cancion_del_Mariachi.sg | 2 +- songs/Los_Lobos/Rango_theme_song.sg | 2 +- songs/Louis_Bertignac/Ces_idees_la.sg | 2 +- songs/Louis_Chedid/Tout_le_monde_se_presse.sg | 2 +- songs/Louise_Attaque/Depuis_toujours.sg | 2 +- songs/Louise_Attaque/Je_t_emmene_au_vent.sg | 2 +- songs/Louise_Attaque/Lea.sg | 2 +- songs/Louise_Attaque/Les_nuits_parisiennes.sg | 2 +- songs/Louise_Attaque/Ton_invitation.sg | 2 +- songs/Lucienne_Delyle/Mon_amant_de_Saint_Jean.sg | 2 +- songs/Lylloo/Ma_soiree_msn.sg | 2 +- songs/M/La_seine.sg | 2 +- songs/MC_Solaar/Caroline.sg | 2 +- songs/Manau/La_tribu_de_Dana.sg | 2 +- songs/Mano_Negra/Out_of_time_man.sg | 2 +- songs/Manu_Chao/Bienvenida_a_Tijuana.sg | 2 +- songs/Manu_Chao/Clandestino.sg | 2 +- songs/Manu_Chao/Desaparecido.sg | 2 +- songs/Marie_Cherrier/Les_baleines.sg | 2 +- songs/Marie_Cherrier/Manouche.sg | 2 +- songs/Marie_Laforet/Ivan_Boris_et_moi.sg | 2 +- songs/Matmatah/L_apologie.sg | 2 +- songs/Matticus/Le_p_tit_gars.sg | 2 +- songs/Maurice_Dulac/Dis_a_ton_fils.sg | 2 +- songs/Maxime_Le_Forestier/Comme_un_arbre.sg | 2 +- songs/Maxime_Le_Forestier/Education_Sentimentale.sg | 2 +- songs/Maxime_Le_Forestier/Entre_14_et_40_ans.sg | 2 +- songs/Maxime_Le_Forestier/Fontenay_aux_roses.sg | 2 +- songs/Maxime_Le_Forestier/Je_ne_sais_rien_faire.sg | 2 +- songs/Maxime_Le_Forestier/L_auto_stop.sg | 2 +- songs/Maxime_Le_Forestier/La_rouille.sg | 2 +- songs/Maxime_Le_Forestier/Le_steak.sg | 2 +- songs/Maxime_Le_Forestier/Mon_frere.sg | 2 +- songs/Maxime_Le_Forestier/Parachutiste.sg | 2 +- songs/Maxime_Le_Forestier/Passer_ma_route.sg | 2 +- songs/Maxime_Le_Forestier/San_Fransico.sg | 2 +- songs/Mes_souliers_sont_rouges/Bassin_d_irlande.sg | 2 +- songs/Mes_souliers_sont_rouges/Cahin_Caha.sg | 2 +- .../L_arbre_est_dans_ses_feuilles.sg | 2 +- songs/Mes_souliers_sont_rouges/Le_cycle_du_vin.sg | 2 +- songs/Mes_souliers_sont_rouges/Les_souliers_rouges.sg | 2 +- songs/Mes_souliers_sont_rouges/Nuit_humide.sg | 2 +- songs/Mes_souliers_sont_rouges/Sainte-Cecile.sg | 2 +- songs/Mes_souliers_sont_rouges/Sortis_du_bois.sg | 2 +- songs/Mes_souliers_sont_rouges/Tape_la_galoche.sg | 2 +- songs/Mes_souliers_sont_rouges/The_rooster.sg | 2 +- songs/Michel_Fugain/Forteresse.sg | 2 +- songs/Michel_Fugain/Je_n_aurai_pas_le_temps.sg | 2 +- songs/Michel_Fugain/Les_Acadiens.sg | 2 +- songs/Michel_Sardou/Les_lacs_du_Connemara.sg | 2 +- songs/Mon_cote_punk/Inch_Allah.sg | 2 +- songs/Mon_cote_punk/Youssef.sg | 2 +- songs/Moriarty/Jimmy.sg | 2 +- songs/Negresses_vertes/Sous_le_soleil_de_Bodega.sg | 2 +- songs/Negro_Spiritual/Lord_I_want.sg | 2 +- songs/Neil_Young/Heart_of_gold.sg | 2 +- songs/Nino_Ferrer/Mirza.sg | 2 +- songs/Nirvana/Come_as_you_are.sg | 2 +- songs/Nirvana/Dumb.sg | 2 +- songs/Noir_Desir/Aux_sombres_heros_de_l_amer.sg | 2 +- songs/Noir_Desir/Charlie.sg | 2 +- songs/Noir_Desir/Elle_va_ou_elle_veut.sg | 2 +- songs/Noir_Desir/Joey_I.sg | 2 +- songs/Noir_Desir/L_homme_presse.sg | 2 +- songs/Noir_Desir/La_chaleur.sg | 2 +- songs/Noir_Desir/La_rage.sg | 2 +- songs/Noir_Desir/Lazy.sg | 2 +- songs/Noir_Desir/Le_fleuve.sg | 2 +- songs/Noir_Desir/Le_vent_nous_portera.sg | 2 +- songs/Noir_Desir/Les_ecorches.sg | 2 +- songs/Noir_Desir/Ou_veux_tu_qu_je_regarde.sg | 2 +- songs/Noir_Desir/Si_rien_ne_bouge.sg | 2 +- songs/Noir_Desir/Toujours_etre_ailleurs.sg | 2 +- songs/Noir_Desir/Tu_m_donnes_le_mal.sg | 2 +- songs/Norah_Jones/Somewhere_over_the_rainbow.sg | 2 +- songs/Oasis/Im_outta_time.sg | 2 +- songs/Oasis/Wonderwall.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Cafe.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Courseulles_sur_Mer.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Davy_Crockett.sg | 2 +- songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Le_monde_est_beau.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Les_mains_froides.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Mamy_blue.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Michel.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Mon_ange.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Mon_testament.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Nathalie.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Nous_les_vedettes.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Petit_Pierrot.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Raoul_le_pitbull.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Rue_de_Nantes.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Super_heros.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Trahis.sg | 2 +- songs/Oldelaf_et_Monsieur_D/Vendredi.sg | 2 +- songs/Outkast/Hey_Ya.sg | 2 +- songs/Paco_Ibanez/A_galopar.sg | 2 +- songs/Parabellum/Saturnin.sg | 2 +- songs/Patrick_Bouchitey/Jesus_reviens.sg | 2 +- songs/Patrick_Coutin/J_aime_regarder_les_filles.sg | 2 +- songs/Pep_s/Liberta.sg | 2 +- songs/Phil_Barney/Un_enfant_de_toi.sg | 2 +- songs/Philippe_Chatel/La_chanson_du_herisson.sg | 2 +- songs/Philippe_Chatel/La_compagnie_des_lapins_bleus.sg | 2 +- songs/Philippe_Lavil/Il_tape_sur_des_bambous.sg | 2 +- songs/Pierre_Bachelet/En_l_an_2001.sg | 2 +- songs/Pierre_Bachelet/Vingt_ans.sg | 2 +- songs/Pierre_Perret/Au_cafe_du_canal.sg | 2 +- songs/Pierre_Perret/Bernard_Pivot.sg | 2 +- songs/Pierre_Perret/Les_jolies_colonies_de_vacances.sg | 2 +- songs/Pierre_Perret/Lily.sg | 2 +- songs/Pierre_Perret/Mon_ptit_loup.sg | 2 +- .../Dans_la_salle_du_bar_tabac_de_la_rue_des_martyrs.sg | 2 +- songs/Pigalle/Le_chaland.sg | 2 +- songs/Pixies/Where_Is_My_Mind.sg | 2 +- songs/Pornophonique/Sad_robot.sg | 2 +- songs/Pow_Wow/Le_lion_est_mort_ce_soir.sg | 2 +- songs/R_E_M/Everybody_hurts.sg | 2 +- songs/Radiohead/Creep.sg | 2 +- songs/Razorlight/America.sg | 2 +- songs/Red_Hot_Chili_Peppers/By_the_way.sg | 2 +- songs/Red_Hot_Chili_Peppers/Californication.sg | 2 +- songs/Red_Hot_Chili_Peppers/Can_t_stop.sg | 2 +- songs/Red_Hot_Chili_Peppers/Dani_California.sg | 2 +- songs/Red_Hot_Chili_Peppers/Road_trippin.sg | 2 +- songs/Red_Hot_Chili_Peppers/Snow.sg | 2 +- songs/Red_Hot_Chili_Peppers/Under_the_bridge.sg | 2 +- songs/Renan_Luce/La_lettre.sg | 2 +- songs/Renan_Luce/Monsieur_Marcel.sg | 2 +- songs/Renan_Luce/le_lacrymal_circus.sg | 2 +- songs/Renaud/Amoureux_de_paname.sg | 2 +- songs/Renaud/C_est_quand_qu_on_va_ou.sg | 2 +- songs/Renaud/Chanson_pour_Pierrot.sg | 2 +- songs/Renaud/Des_que_le_vent_soufflera.sg | 2 +- songs/Renaud/Docteur_Renaud_Mister_Renard.sg | 2 +- songs/Renaud/En_cloque.sg | 2 +- songs/Renaud/Hexagone.sg | 2 +- songs/Renaud/It_is_not_because_you_are.sg | 2 +- songs/Renaud/Je_suis_une_bande_de_jeunes.sg | 2 +- songs/Renaud/La_ballade_nord_irlandaise.sg | 2 +- songs/Renaud/La_blanche.sg | 2 +- songs/Renaud/La_chanson_du_loubard.sg | 2 +- songs/Renaud/Laisse_Beton.sg | 2 +- songs/Renaud/Ma_gonzesse.sg | 2 +- songs/Renaud/Manatthan-Kaboul.sg | 2 +- songs/Renaud/Manu.sg | 2 +- songs/Renaud/Marche_a_l_ombre.sg | 2 +- songs/Renaud/Mistral_Gagnant.sg | 2 +- songs/Renaud/Mort_les_enfants.sg | 2 +- songs/Renaud/Petite_fillle_des_sombres_rues.sg | 2 +- songs/Renaud/Salut_manouche.sg | 2 +- songs/Renaud/Societe_tu_m_auras_pas.sg | 2 +- songs/Ridan/Ulysse.sg | 2 +- songs/Rise_Against/Hero_of_war.sg | 2 +- songs/Rita_Mitsouko/C_est_comme_ca.sg | 2 +- songs/Ritchie_Valens/Come_on_let_s_go.sg | 2 +- songs/Ritchie_Valens/La_bamba.sg | 2 +- songs/Roch_Voisine/Helene.sg | 2 +- songs/Roger_Glover/Love_is_all.sg | 2 +- songs/Rose/La_liste_de_Rose.sg | 2 +- songs/Sanseverino/Dimanche_dernier.sg | 2 +- songs/Sheepbox/Devil_s_way.sg | 2 +- songs/Sheepbox/Not_scared_to_die.sg | 2 +- songs/Simon_Garfunkel/April_come_she_will.sg | 2 +- songs/Simon_Garfunkel/Cecilia.sg | 2 +- songs/Simon_Garfunkel/El_condor_pasa.sg | 2 +- songs/Simon_Garfunkel/Feeling_groovy.sg | 2 +- songs/Simon_Garfunkel/Kathy_s_song.sg | 2 +- songs/Simon_Garfunkel/Me_and_Julio_down_by_the_schoolyard.sg | 2 +- songs/Simon_Garfunkel/Mrs_Robinson.sg | 2 +- songs/Simon_Garfunkel/Scarborough_Fair.sg | 2 +- songs/Simon_Garfunkel/The_boxer.sg | 2 +- songs/Simon_Garfunkel/The_leaves_that_are_green.sg | 2 +- songs/Simon_Garfunkel/The_only_living_boy_in_New_York.sg | 2 +- songs/Simon_Garfunkel/The_sounds_of_silence.sg | 2 +- songs/Simon_Garfunkel/Wednesday_morning_3a.m.sg | 2 +- songs/Sinsemilia/J_prefere_100_fois.sg | 2 +- songs/Sixpence_None_the_Richer/Kiss_me.sg | 2 +- songs/Soan/Emilie.sg | 2 +- songs/Soan/Pas_pour_lui.sg | 2 +- songs/Soan/Putain_de_ballerine.sg | 2 +- songs/Soggy_Bottom_Boys/I_am_a_man_of_constant_sorrow.sg | 2 +- songs/Soldat_Louis/C_est_un_pays.sg | 2 +- songs/Soldat_Louis/Du_rhum_des_femmes.sg | 2 +- songs/Soldat_Louis/Savannah.sg | 2 +- songs/Soldat_Louis/Tirer_des_caisses.sg | 2 +- songs/Stealers_Wheel/Stuck_in_the_middle_with_you.sg | 2 +- songs/Steve_Waring/La_baleine_bleue.sg | 2 +- songs/Steve_Waring/Le_matou.sg | 2 +- songs/Sting/Russians.sg | 2 +- songs/System_of_a_Down/Roulette.sg | 2 +- songs/Telephone/Cendrillon.sg | 2 +- songs/Telephone/Le_jour_s_est_leve.sg | 2 +- songs/Telephone/New_York_avec_toi.sg | 2 +- songs/Terra_Naomi/Say_It_s_Possible.sg | 2 +- songs/The_Animals/The_house_of_rising_sun.sg | 2 +- songs/The_Beatles/Hey_Jude.sg | 2 +- songs/The_Beatles/Let_it_be.sg | 2 +- songs/The_Beatles/Ob-la-di_ob-la-da.sg | 2 +- songs/The_Beatles/Octopus_garden.sg | 2 +- songs/The_Beatles/Twist_and_shout.sg | 2 +- songs/The_Beatles/Yellow_submarine.sg | 2 +- songs/The_Beatles/Yesterday.sg | 2 +- songs/The_Beautiful_Girls/La_Mar.sg | 2 +- songs/The_Bloody_Irish_Boys/Drunk_tonight.sg | 2 +- songs/The_Calling/Wherever_you_will_go.sg | 2 +- songs/The_Carpenters/Breaking_up_is_hard_to_do.sg | 2 +- songs/The_Connells/74_75.sg | 2 +- songs/The_Doors/Light_my_fire.sg | 2 +- songs/The_Dubliners/The_wild_rover.sg | 2 +- songs/The_Dubliners/Whiskey_in_the_jar.sg | 2 +- songs/The_Eagles/Hotel_California.sg | 2 +- songs/The_Fray/How_to_save_a_life.sg | 2 +- songs/The_Innocence_Mission/The_lakes_of_Canada.sg | 2 +- songs/The_Moldy_Peaches/Anyone_Else_But_You.sg | 2 +- songs/The_Nightwatchman/California_s_dark.sg | 2 +- songs/The_Nightwatchman/Let_freedom_ring.sg | 2 +- songs/The_Pogues/Dirty_Old_Town.sg | 2 +- songs/The_Pogues/Fairytale_of_New_York.sg | 2 +- songs/The_Pogues/The_Irish_Rover.sg | 2 +- songs/The_Rolling_Stones/Angie.sg | 2 +- songs/The_Rolling_Stones/Paint_it_black.sg | 2 +- songs/The_Rolling_Stones/Route_66.sg | 2 +- songs/The_Rolling_Stones/Ruby_Tuesday.sg | 2 +- .../The_Rolling_Stones/You_cant_always_get_what_you_want.sg | 2 +- .../Well_it_s_true_that_we_love_one_another.sg | 2 +- songs/The_mamas_and_the_papas/California_dream.sg | 2 +- songs/Thomas_Fersen/Bambi.sg | 2 +- songs/Thomas_Fersen/Chocolat.sg | 2 +- songs/Thomas_Fersen/Croque.sg | 2 +- songs/Thomas_Fersen/Deux_pieds.sg | 2 +- songs/Thomas_Fersen/Diane_de_Poitiers.sg | 2 +- songs/Thomas_Fersen/Dugenou.sg | 2 +- songs/Thomas_Fersen/Irene.sg | 2 +- songs/Thomas_Fersen/Je_n_ai_pas_la_gale.sg | 2 +- songs/Thomas_Fersen/L_histoire_d_une_heure.sg | 2 +- songs/Thomas_Fersen/La_malle.sg | 2 +- songs/Thomas_Fersen/Le_balafre.sg | 2 +- songs/Thomas_Fersen/Le_bouton.sg | 2 +- songs/Thomas_Fersen/Le_chat_botte.sg | 2 +- songs/Thomas_Fersen/Les_cravates.sg | 2 +- songs/Thomas_Fersen/Les_malheurs_du_lion.sg | 2 +- songs/Thomas_Fersen/Louise.sg | 2 +- songs/Thomas_Fersen/Mon_iguanodon.sg | 2 +- songs/Thomas_Fersen/Mon_macabre.sg | 2 +- songs/Thomas_Fersen/Monsieur.sg | 2 +- songs/Thomas_Fersen/Parfois_au_clair_de_lune.sg | 2 +- songs/Thomas_Fersen/Pegase.sg | 2 +- songs/Thomas_Fersen/Punaise.sg | 2 +- songs/Thomas_Fersen/Que_l_on_est_bete.sg | 2 +- .../Rititi_ratata_il_parait_qu_elles_aiment_.sg | 2 +- songs/Thomas_Fersen/Zaza.sg | 2 +- songs/Thomas_Fersen/au_cafe_de_la_paix.sg | 2 +- songs/Thomas_Fersen/saint_jean_du_doigt.sg | 2 +- songs/Tit_Patapons/Marchand_de_couleurs.sg | 2 +- songs/Tonton_David/Chacun_sa_route.sg | 2 +- songs/Tournee_Generale/Avancer_mes_grolles.sg | 2 +- songs/Tracy_Chapman/Talkin_about_the_revolution.sg | 2 +- songs/Traditionnel/Chevaliers_de_la_table_ronde.sg | 2 +- songs/Traditionnel/L_homme_de_cromagnon.sg | 2 +- songs/Traditionnel/La_cucaracha.sg | 2 +- songs/Traditionnel/V_la_l_bon_vent.sg | 2 +- songs/Traditionnel/Vent_frais.sg | 2 +- songs/Tri_Yann/Kiss_the_cildren_for_me_Mary.sg | 2 +- songs/Tri_Yann/La_jument_de_Michao.sg | 2 +- songs/Tri_Yann/La_ville_que_j_ai_tant_aimee.sg | 2 +- songs/Tri_Yann/Les_filles_de_Redon.sg | 2 +- songs/Tri_Yann/Les_prisons_de_Nantes.sg | 2 +- songs/Tri_Yann/Si_mort_a_mors.sg | 2 +- songs/Tryo/Ce_que_l_on_s_aime.sg | 2 +- songs/Tryo/L_hymne_de_nos_campagnes.sg | 2 +- songs/Tryo/Le_petit_chose.sg | 2 +- songs/U2/One.sg | 2 +- songs/U2/Sunday_bloody_sunday.sg | 2 +- songs/Vincent_Delerm/La_natation_synchronisee.sg | 2 +- songs/Vincent_Malone/L_escargot_malheureux.sg | 2 +- songs/William_Balde/Rayon_de_soleil.sg | 2 +- songs/Yodelice/Sunday_with_a_flu.sg | 2 +- songs/Yuki_Kajiura/Fake_wings.sg | 2 +- songs/Yuki_Kajiura/Jr.sg | 2 +- songs/Yuki_Kajiura/Vanity.sg | 2 +- songs/Yves_Duteil/Le_petit_pont_de_bois.sg | 2 +- songs/Yves_Jamait/Et_je_bois.sg | 2 +- songs/Yves_Simon/Les_bateaux_du_metro.sg | 2 +- songs/Yvon_Etienne/Chemise_rouge.sg | 2 +- songs/Yvon_Etienne/Y_a_des_nouilles_et_du_nougat.sg | 2 +- songs/coluche/sois_faineant.sg | 2 +- 745 files changed, 755 insertions(+), 748 deletions(-) diff --git a/songs/Aaron/U_turn_lili.sg b/songs/Aaron/U_turn_lili.sg index 6b7c44c6..88762164 100644 --- a/songs/Aaron/U_turn_lili.sg +++ b/songs/Aaron/U_turn_lili.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{U-Turn (Lili)} - [by=AaRON,cov=aaron,album=Aaron] + [by={AaRON},cov={aaron},album={Aaron}] \cover \gtab{Em}{022000} diff --git a/songs/Alain_Bashung/Gaby_oh_gaby.sg b/songs/Alain_Bashung/Gaby_oh_gaby.sg index f655d65e..3587c2a8 100644 --- a/songs/Alain_Bashung/Gaby_oh_gaby.sg +++ b/songs/Alain_Bashung/Gaby_oh_gaby.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Gaby, oh Gaby} - [by=Alain Bashung,cov=roulette-russe,album=Roulette russe] + [by={Alain Bashung},cov={roulette-russe},album={Roulette russe}] \cover \gtab{E}{022100} diff --git a/songs/Alain_Souchon/Bidon.sg b/songs/Alain_Souchon/Bidon.sg index 1a10407f..3b22b272 100644 --- a/songs/Alain_Souchon/Bidon.sg +++ b/songs/Alain_Souchon/Bidon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bidon} - [by=Alain Souchon,cov=bidon,album=Bidon] + [by={Alain Souchon},cov={bidon},album={Bidon}] \cover \gtab{A}{X02220} diff --git a/songs/Alain_Souchon/Foule_sentimentale.sg b/songs/Alain_Souchon/Foule_sentimentale.sg index 524ff2fe..cb48e890 100644 --- a/songs/Alain_Souchon/Foule_sentimentale.sg +++ b/songs/Alain_Souchon/Foule_sentimentale.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Foule sentimentale} - [by=Alain Souchon,cov=c-est-deja-ca,album=C'est déjà ça] + [by={Alain Souchon},cov={c-est-deja-ca},album={C'est déjà ça}] \cover \gtab{Em}{022000} diff --git a/songs/Alain_Souchon/L_amour_a_la_machine.sg b/songs/Alain_Souchon/L_amour_a_la_machine.sg index d280a8db..b023c9ff 100644 --- a/songs/Alain_Souchon/L_amour_a_la_machine.sg +++ b/songs/Alain_Souchon/L_amour_a_la_machine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'amour à la machine} - [by=Alain Souchon,cov=c-est-deja-ca,album=C'est déjà ça] + [by={Alain Souchon},cov={c-est-deja-ca},album={C'est déjà ça}] \cover \gtab{Em}{022000} diff --git a/songs/Alain_Souchon/La_ballade_de_Jim.sg b/songs/Alain_Souchon/La_ballade_de_Jim.sg index 2ac8c4fe..1d896e36 100644 --- a/songs/Alain_Souchon/La_ballade_de_Jim.sg +++ b/songs/Alain_Souchon/La_ballade_de_Jim.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ballade de Jim} - [by=Alain Souchon,cov=comme-vous-voulez,album=C'est comme vous voulez] + [by={Alain Souchon},cov={comme-vous-voulez},album={C'est comme vous voulez}] \cover \capo{3} diff --git a/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg b/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg index fff5c485..d148a806 100644 --- a/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg +++ b/songs/Alain_Souchon/Sous_les_jupes_des_filles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sous les jupes des filles} - [by=Alain Souchon,cov=c-est-deja-ca,album=C'est déjà ça] + [by={Alain Souchon},cov={c-est-deja-ca},album={C'est déjà ça}] \cover \gtab{Am}{X02210} diff --git a/songs/Alanis_Morissette/Ironic.sg b/songs/Alanis_Morissette/Ironic.sg index 30160c59..062c6e32 100644 --- a/songs/Alanis_Morissette/Ironic.sg +++ b/songs/Alanis_Morissette/Ironic.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Ironic} - [by=Alanis Morissette,cov=ironic,album=Ironic] + [by={Alanis Morissette},cov={ironic},album={Ironic}] \cover \capo{2} diff --git a/songs/Alex_Beaupain/As_tu_deja_aime.sg b/songs/Alex_Beaupain/As_tu_deja_aime.sg index 06da62f3..93819339 100644 --- a/songs/Alex_Beaupain/As_tu_deja_aime.sg +++ b/songs/Alex_Beaupain/As_tu_deja_aime.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{As-tu déjà aimé ?} - [by=Alex Beaupain,cov=les-chansons-d-amour,album=Les chansons d'amour] + [by={Alex Beaupain},cov={les-chansons-d-amour},album={Les chansons d'amour}] \cover \gtab{C}{X32010} diff --git a/songs/Alex_Beaupain/De_bonnes_raisons.sg b/songs/Alex_Beaupain/De_bonnes_raisons.sg index 74256c95..f5331e9d 100644 --- a/songs/Alex_Beaupain/De_bonnes_raisons.sg +++ b/songs/Alex_Beaupain/De_bonnes_raisons.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{De bonnes raisons} - [by=Alex Beaupain,cov=les-chansons-d-amour,album=Les chansons d'amour] + [by={Alex Beaupain},cov={les-chansons-d-amour},album={Les chansons d'amour}] \cover \gtab{Am}{X02210} diff --git a/songs/Alex_Beaupain/Je_n_aime_que_toi.sg b/songs/Alex_Beaupain/Je_n_aime_que_toi.sg index 31584ef6..edfa508f 100644 --- a/songs/Alex_Beaupain/Je_n_aime_que_toi.sg +++ b/songs/Alex_Beaupain/Je_n_aime_que_toi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je n'aime que toi} - [by=Alex Beaupain,cov=les-chansons-d-amour,album=Les chansons d'amour] + [by={Alex Beaupain},cov={les-chansons-d-amour},album={Les chansons d'amour}] \cover \gtab{D}{XX0232} diff --git a/songs/Alex_Beaupain/Les_yeux_au_ciel.sg b/songs/Alex_Beaupain/Les_yeux_au_ciel.sg index 4a1bb5e2..b3669627 100644 --- a/songs/Alex_Beaupain/Les_yeux_au_ciel.sg +++ b/songs/Alex_Beaupain/Les_yeux_au_ciel.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les yeux au ciel} - [by=Alex Beaupain,cov=les-chansons-d-amour,album=Les chansons d'amour] + [by={Alex Beaupain},cov={les-chansons-d-amour},album={Les chansons d'amour}] \cover \gtab{Am}{X02210} diff --git a/songs/Alex_Beaupain/Ma_memoire_sale.sg b/songs/Alex_Beaupain/Ma_memoire_sale.sg index 35ebbb15..b9c7aa08 100644 --- a/songs/Alex_Beaupain/Ma_memoire_sale.sg +++ b/songs/Alex_Beaupain/Ma_memoire_sale.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ma mémoire sale} - [by=Alex Beaupain,cov=les-chansons-d-amour,album=Les chansons d'amour] + [by={Alex Beaupain},cov={les-chansons-d-amour},album={Les chansons d'amour}] \cover \capo{1} diff --git a/songs/Alexis_HK/Gaspard.sg b/songs/Alexis_HK/Gaspard.sg index f7f5396a..87d4b0f7 100644 --- a/songs/Alexis_HK/Gaspard.sg +++ b/songs/Alexis_HK/Gaspard.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Gaspard} - [by=Alexis HK,cov=belle-ville,album=Belle ville] + [by={Alexis HK},cov={belle-ville},album={Belle ville}] \cover \capo{4} diff --git a/songs/Alicia_Keys/If_aint_got_you.sg b/songs/Alicia_Keys/If_aint_got_you.sg index fdb44cb8..8caf9c5d 100644 --- a/songs/Alicia_Keys/If_aint_got_you.sg +++ b/songs/Alicia_Keys/If_aint_got_you.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{If I ain't got you} - [by=Alicia Keys,cov=If_aint_got_you,album=The diary of Alicia Keys] + [by={Alicia Keys},cov={If_aint_got_you},album={The diary of Alicia Keys}] \cover \gtab{G7}{320001} diff --git a/songs/America/A_Horse_With_No_Name.sg b/songs/America/A_Horse_With_No_Name.sg index b62e5268..63307939 100644 --- a/songs/America/A_Horse_With_No_Name.sg +++ b/songs/America/A_Horse_With_No_Name.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{A horse with no name} - [by=America,cov=America,album=America] + [by={America},cov={America},album={America}] \cover \gtab{Em}{022000} diff --git a/songs/Amy_MacDonald/Mr._Rock_n_Roll.sg b/songs/Amy_MacDonald/Mr._Rock_n_Roll.sg index ec0b1d97..a421917c 100644 --- a/songs/Amy_MacDonald/Mr._Rock_n_Roll.sg +++ b/songs/Amy_MacDonald/Mr._Rock_n_Roll.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Mr. Rock'n Roll} - [by=Amy MacDonald,cov=this-is-the-life,album=This is the life] + [by={Amy MacDonald},cov={this-is-the-life},album={This is the life}] \cover \capo{7} diff --git a/songs/Amy_MacDonald/This_is_the_life.sg b/songs/Amy_MacDonald/This_is_the_life.sg index f23cfff2..ec0d31ff 100644 --- a/songs/Amy_MacDonald/This_is_the_life.sg +++ b/songs/Amy_MacDonald/This_is_the_life.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{This is the life} - [by=Amy MacDonald,cov=this-is-the-life,album=This is the life] + [by={Amy MacDonald},cov={this-is-the-life},album={This is the life}] \cover \capo{4} diff --git a/songs/Anais/Mon_coeur_mon_amour.sg b/songs/Anais/Mon_coeur_mon_amour.sg index ac30db6f..cdecf748 100644 --- a/songs/Anais/Mon_coeur_mon_amour.sg +++ b/songs/Anais/Mon_coeur_mon_amour.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon cÅ“ur, mon amour} - [by=Anaïs,cov=the-cheap-show,album=The cheap show] + [by={Anaïs},cov={the-cheap-show},album={The cheap show}] \cover \gtab{F#}{2:022100} diff --git a/songs/Anis/Dans_tes_yeux.sg b/songs/Anis/Dans_tes_yeux.sg index 95b026af..6d8d9ba1 100644 --- a/songs/Anis/Dans_tes_yeux.sg +++ b/songs/Anis/Dans_tes_yeux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dans tes yeux} - [by=Anis,cov=rodeo-boulevard,album=Rodéo Boulevard] + [by={Anis},cov={rodeo-boulevard},album={Rodéo Boulevard}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Anny_Et_Jean-Marc_Versini/La_danse_des_esquimaux.sg b/songs/Anny_Et_Jean-Marc_Versini/La_danse_des_esquimaux.sg index 2d866f36..af9fbcea 100644 --- a/songs/Anny_Et_Jean-Marc_Versini/La_danse_des_esquimaux.sg +++ b/songs/Anny_Et_Jean-Marc_Versini/La_danse_des_esquimaux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La danse des esquimaux} - [by=Anny et Jean-Marc Versini,cov=les-chansons-de-la-marmotte,album=Les chansons de la marmotte] + [by={Anny et Jean-Marc Versini},cov={les-chansons-de-la-marmotte},album={Les chansons de la marmotte}] \cover \capo{4} diff --git a/songs/Antsy_Pants/Vampire.sg b/songs/Antsy_Pants/Vampire.sg index 57246078..708cdd12 100644 --- a/songs/Antsy_Pants/Vampire.sg +++ b/songs/Antsy_Pants/Vampire.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Vampire} - [by=Antsy Pants,cov=juno,album=Juno] + [by={Antsy Pants},cov={juno},album={Juno}] \cover \gtab{Dm}{XX0231} diff --git a/songs/As_De_Trefle/A_l_oreille_de_ta_femme.sg b/songs/As_De_Trefle/A_l_oreille_de_ta_femme.sg index c30a219a..9f6d4e41 100644 --- a/songs/As_De_Trefle/A_l_oreille_de_ta_femme.sg +++ b/songs/As_De_Trefle/A_l_oreille_de_ta_femme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{À l'oreille de ta femme} - [by=As de Trêfle,cov=houlala,album=Houlala] + [by={As de Trêfle},cov={houlala},album={Houlala}] \cover \gtab{Em}{022000} diff --git a/songs/As_De_Trefle/Chanson_d_amur.sg b/songs/As_De_Trefle/Chanson_d_amur.sg index 9cbeb464..eef9a390 100644 --- a/songs/As_De_Trefle/Chanson_d_amur.sg +++ b/songs/As_De_Trefle/Chanson_d_amur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chanson d'amur} - [by=As de Trêfle,cov=haut-les-nains,album=Haut les nains] + [by={As de Trêfle},cov={haut-les-nains},album={Haut les nains}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/As_De_Trefle/Jessica.sg b/songs/As_De_Trefle/Jessica.sg index 85514ad4..4acfdccc 100644 --- a/songs/As_De_Trefle/Jessica.sg +++ b/songs/As_De_Trefle/Jessica.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Jessica} - [by=As de Trêfle,cov=merci-bonsoir,album=Merci bonsoir] + [by={As de Trêfle},cov={merci-bonsoir},album={Merci bonsoir}] \cover \gtab{C}{X32010} diff --git a/songs/As_De_Trefle/La_revolution.sg b/songs/As_De_Trefle/La_revolution.sg index e256376a..9276d969 100644 --- a/songs/As_De_Trefle/La_revolution.sg +++ b/songs/As_De_Trefle/La_revolution.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La révolution} - [by=As de Trêfle,cov=houlala,album=Houlala] + [by={As de Trêfle},cov={houlala},album={Houlala}] \cover \gtab{B&m}{1:X02210} diff --git a/songs/As_De_Trefle/Pauvre_planete.sg b/songs/As_De_Trefle/Pauvre_planete.sg index 7e65d4a7..48d375bc 100644 --- a/songs/As_De_Trefle/Pauvre_planete.sg +++ b/songs/As_De_Trefle/Pauvre_planete.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Pauvre planète} - [by=As de Trêfle,cov=houlala,album=Houlala] + [by={As de Trêfle},cov={houlala},album={Houlala}] \cover \gtab{G}{320003} diff --git a/songs/As_De_Trefle/Toi_toi_toi.sg b/songs/As_De_Trefle/Toi_toi_toi.sg index 05f32e0c..e4b6f15d 100644 --- a/songs/As_De_Trefle/Toi_toi_toi.sg +++ b/songs/As_De_Trefle/Toi_toi_toi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Toi, toi, toi} - [by=As de Trêfle,cov=sans-les-mains,album=Sans les mains] + [by={As de Trêfle},cov={sans-les-mains},album={Sans les mains}] \cover \gtab{D}{XX0232} diff --git a/songs/Avenue_Q/The_internet_is_for_porn.sg b/songs/Avenue_Q/The_internet_is_for_porn.sg index 415705a3..adc7e5d1 100644 --- a/songs/Avenue_Q/The_internet_is_for_porn.sg +++ b/songs/Avenue_Q/The_internet_is_for_porn.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{The Internet is for porn} - [by=Avenue Q,cov=avenue-q,album=Avenue Q] + [by={Avenue Q},cov={avenue-q},album={Avenue Q}] \cover \gtab{E}{7:X02220} diff --git a/songs/Avril_Lavigne/Things_I_ll_never_say.sg b/songs/Avril_Lavigne/Things_I_ll_never_say.sg index f198cfc7..4ecd5e21 100644 --- a/songs/Avril_Lavigne/Things_I_ll_never_say.sg +++ b/songs/Avril_Lavigne/Things_I_ll_never_say.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Things I'll never say} - [by=Avril Lavigne,cov=let-go,album=Let go] + [by={Avril Lavigne},cov={let-go},album={Let go}] \cover \gtab{D}{XX0232} diff --git a/songs/Barbara/L_aigle_noir.sg b/songs/Barbara/L_aigle_noir.sg index a9d6271e..7c2bfa5a 100644 --- a/songs/Barbara/L_aigle_noir.sg +++ b/songs/Barbara/L_aigle_noir.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'aigle noir} - [by=Barbara,cov=l-aigle-noir,album=L'aigle noir] + [by={Barbara},cov={l-aigle-noir},album={L'aigle noir}] \cover \gtab{F}{1:022100} diff --git a/songs/Barry_Louis_Polisar/All_I_Want_Is_You.sg b/songs/Barry_Louis_Polisar/All_I_Want_Is_You.sg index 818d454d..053eb529 100644 --- a/songs/Barry_Louis_Polisar/All_I_Want_Is_You.sg +++ b/songs/Barry_Louis_Polisar/All_I_Want_Is_You.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{All I want is you} - [by=Barry Louis Polisar,cov=juno,album=Juno] + [by={Barry Louis Polisar},cov={juno},album={Juno}] \cover \gtab{G}{320003} diff --git a/songs/Beau_Dommage/La_complainte_du_phoque_en_alaska.sg b/songs/Beau_Dommage/La_complainte_du_phoque_en_alaska.sg index 20b8cd7d..49091368 100644 --- a/songs/Beau_Dommage/La_complainte_du_phoque_en_alaska.sg +++ b/songs/Beau_Dommage/La_complainte_du_phoque_en_alaska.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La complainte du phoque en Alaska} - [by=Beau Dommage,cov=le-meilleur-de-beau-dommage,album=Le meilleur de Beau Dommage] + [by={Beau Dommage},cov={le-meilleur-de-beau-dommage},album={Le meilleur de Beau Dommage}] \cover \capo{3} diff --git a/songs/Belle_Sebastian/Piazza_New_York_catcher.sg b/songs/Belle_Sebastian/Piazza_New_York_catcher.sg index d0b43f10..45cec90a 100644 --- a/songs/Belle_Sebastian/Piazza_New_York_catcher.sg +++ b/songs/Belle_Sebastian/Piazza_New_York_catcher.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Piazza, New York catcher} - [by=Belle \& Sebastian,cov=juno,album=Juno] + [by={Belle \& Sebastian},cov={juno},album={Juno}] \cover \gtab{F#}{2:022100} diff --git a/songs/Belyscendre/Helas_madame.sg b/songs/Belyscendre/Helas_madame.sg index df4be7e3..1d17ebca 100644 --- a/songs/Belyscendre/Helas_madame.sg +++ b/songs/Belyscendre/Helas_madame.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hélas madame} - [by=Belyscendre,cov=belles-embarquez,album=Belles Embarquez !] + [by={Belyscendre},cov={belles-embarquez},album={Belles Embarquez !}] \cover \gtab{Em}{022000} diff --git a/songs/Belyscendre/Mon_pere_veut_me_marier.sg b/songs/Belyscendre/Mon_pere_veut_me_marier.sg index 5c1cb62b..79c77167 100644 --- a/songs/Belyscendre/Mon_pere_veut_me_marier.sg +++ b/songs/Belyscendre/Mon_pere_veut_me_marier.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon père veut me marier} - [by=Belyscendre,cov=prends-garde-au-loup,album=Prends garde au loup] + [by={Belyscendre},cov={prends-garde-au-loup},album={Prends garde au loup}] \cover \gtab{C}{X32010} diff --git a/songs/Belyscendre/Prends_garde_au_loup.sg b/songs/Belyscendre/Prends_garde_au_loup.sg index 85fa87bc..427ee055 100644 --- a/songs/Belyscendre/Prends_garde_au_loup.sg +++ b/songs/Belyscendre/Prends_garde_au_loup.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Prends garde au loup} - [by=Belyscendre,cov=prends-garde-au-loup,album=Prends garde au loup] + [by={Belyscendre},cov={prends-garde-au-loup},album={Prends garde au loup}] \cover \gtab{Am}{X02210} diff --git a/songs/Ben_E_King/Stand_by_me.sg b/songs/Ben_E_King/Stand_by_me.sg index c8b32bd1..c859653f 100644 --- a/songs/Ben_E_King/Stand_by_me.sg +++ b/songs/Ben_E_King/Stand_by_me.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Stand by me} - [by=Ben E.King,cov=ben-e-king-best-of,album=Best of] + [by={Ben E.King},cov={ben-e-king-best-of},album={Best of}] \cover \gtab{C}{X32010} diff --git a/songs/Ben_Harper/Waiting_on_an_angel.sg b/songs/Ben_Harper/Waiting_on_an_angel.sg index 0ec8e33b..77999c4e 100644 --- a/songs/Ben_Harper/Waiting_on_an_angel.sg +++ b/songs/Ben_Harper/Waiting_on_an_angel.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Waiting on an angel} - [by=Ben Harper,cov=welcome-to-the-cruel-world,album=Welcome to the cruel world] + [by={Ben Harper},cov={welcome-to-the-cruel-world},album={Welcome to the cruel world}] \cover \gtab*{C}{X30010} diff --git a/songs/Ben_Harper/Widow_of_a_living_man.sg b/songs/Ben_Harper/Widow_of_a_living_man.sg index 34ab9b73..df1472f4 100644 --- a/songs/Ben_Harper/Widow_of_a_living_man.sg +++ b/songs/Ben_Harper/Widow_of_a_living_man.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Widow of a living man} - [by=Ben Harper,cov=the-will-to-live,album=The will to live] + [by={Ben Harper},cov={the-will-to-live},album={The will to live}] \cover \gtab*{Asus2}{X02200} diff --git a/songs/Benabar/Le_diner.sg b/songs/Benabar/Le_diner.sg index 2f247419..c147efbe 100644 --- a/songs/Benabar/Le_diner.sg +++ b/songs/Benabar/Le_diner.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le dîner} - [by=Bénabar,cov=reprise-des-negociations,album=Reprise des négociations] + [by={Bénabar},cov={reprise-des-negociations},album={Reprise des négociations}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Benabar/Quatre_murs_et_un_toit.sg b/songs/Benabar/Quatre_murs_et_un_toit.sg index 2ee7414d..a4ed2583 100644 --- a/songs/Benabar/Quatre_murs_et_un_toit.sg +++ b/songs/Benabar/Quatre_murs_et_un_toit.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Quatre murs et un toit} - [by=Bénabar,cov=reprise-des-negociations,album=Reprise des négociations] + [by={Bénabar},cov={reprise-des-negociations},album={Reprise des négociations}] \cover \capo{2} diff --git a/songs/Benabar/Y_a_une_fille_qu_habite_chez_moi.sg b/songs/Benabar/Y_a_une_fille_qu_habite_chez_moi.sg index 05b26458..b84a0582 100644 --- a/songs/Benabar/Y_a_une_fille_qu_habite_chez_moi.sg +++ b/songs/Benabar/Y_a_une_fille_qu_habite_chez_moi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Y'a une fille qu'habite chez moi} - [by=Bénabar,cov=benabar,album=Bénabar] + [by={Bénabar},cov={benabar},album={Bénabar}] \cover %verse diff --git a/songs/Bill_Withers/Just_two_of_us.sg b/songs/Bill_Withers/Just_two_of_us.sg index c3c9b44d..c80bd4e7 100644 --- a/songs/Bill_Withers/Just_two_of_us.sg +++ b/songs/Bill_Withers/Just_two_of_us.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Just the two of us} - [by=Bill Withers,album=Greatest hits,cov=greatest-hits] + [by={Bill Withers},album={Greatest hits},cov={greatest-hits}] \cover \capo{1} diff --git a/songs/Bloodhound_Gang/Fire_water_burn.sg b/songs/Bloodhound_Gang/Fire_water_burn.sg index 8eb22db8..abd92db0 100644 --- a/songs/Bloodhound_Gang/Fire_water_burn.sg +++ b/songs/Bloodhound_Gang/Fire_water_burn.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Fire water burn} - [by=Bloodhound Gang,cov=one-fierce-beer-coaster,album=One fierce beer coaster] + [by={Bloodhound Gang},cov={one-fierce-beer-coaster},album={One fierce beer coaster}] \cover \gtab{G}{320003} diff --git a/songs/Bob_Dylan/Ballad_of_Hollis_Brown.sg b/songs/Bob_Dylan/Ballad_of_Hollis_Brown.sg index b3d67ca9..bf2c3a03 100644 --- a/songs/Bob_Dylan/Ballad_of_Hollis_Brown.sg +++ b/songs/Bob_Dylan/Ballad_of_Hollis_Brown.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Ballad of Hollis Brown} - [by=Bob Dylan,cov=the-times-they-are-a-changin,album=The times they are a changin] + [by={Bob Dylan},cov={the-times-they-are-a-changin},album={The times they are a changin}] \cover \gtab{E&m}{6:X02210} diff --git a/songs/Bob_Dylan/Blowin_in_the_wind.sg b/songs/Bob_Dylan/Blowin_in_the_wind.sg index ad0b05c6..a0444dff 100644 --- a/songs/Bob_Dylan/Blowin_in_the_wind.sg +++ b/songs/Bob_Dylan/Blowin_in_the_wind.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Blowin' in the wind} - [by=Bob Dylan,cov=the-freewheelin,album=The freewheelin] + [by={Bob Dylan},cov={the-freewheelin},album={The freewheelin}] \cover \gtab{D}{XX0232} diff --git a/songs/Bob_Dylan/Don_t_think_twice_it_s_all_right.sg b/songs/Bob_Dylan/Don_t_think_twice_it_s_all_right.sg index 464b0cd7..acc2073a 100644 --- a/songs/Bob_Dylan/Don_t_think_twice_it_s_all_right.sg +++ b/songs/Bob_Dylan/Don_t_think_twice_it_s_all_right.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Don't think twice, it's all right} - [by=Bob Dylan,cov=the-freewheelin,album=The freewheelin] + [by={Bob Dylan},cov={the-freewheelin},album={The freewheelin}] \capo{4} \gtab{C}{X32010} diff --git a/songs/Bob_Dylan/Hurricane.sg b/songs/Bob_Dylan/Hurricane.sg index 56075bd3..c62dd373 100644 --- a/songs/Bob_Dylan/Hurricane.sg +++ b/songs/Bob_Dylan/Hurricane.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Hurricane} - [by=Bob Dylan,cov=desire,album=Desire] + [by={Bob Dylan},cov={desire},album={Desire}] \cover \gtab{Am}{X02210} diff --git a/songs/Bob_Dylan/Knocking_on_heavens_door.sg b/songs/Bob_Dylan/Knocking_on_heavens_door.sg index c58779d5..d3aac5c9 100644 --- a/songs/Bob_Dylan/Knocking_on_heavens_door.sg +++ b/songs/Bob_Dylan/Knocking_on_heavens_door.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Knockin' on heaven's door} - [by=Bob Dylan,cov=mtv-unplugged,album=MTV unplugged] + [by={Bob Dylan},cov={mtv-unplugged},album={MTV unplugged}] \cover \capo{2} diff --git a/songs/Bob_Dylan/Mr_tambourine_man.sg b/songs/Bob_Dylan/Mr_tambourine_man.sg index 5e2fe07a..3e7ec456 100644 --- a/songs/Bob_Dylan/Mr_tambourine_man.sg +++ b/songs/Bob_Dylan/Mr_tambourine_man.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Mr. Tambourine Man} - [by=Bob Dylan,cov=the-freewheelin,album=The freewheelin] + [by={Bob Dylan},cov={the-freewheelin},album={The freewheelin}] \cover \gtab{C}{X32010} diff --git a/songs/Bob_Dylan/One_more_cup_of_coffee.sg b/songs/Bob_Dylan/One_more_cup_of_coffee.sg index 87433eb3..36224b0b 100644 --- a/songs/Bob_Dylan/One_more_cup_of_coffee.sg +++ b/songs/Bob_Dylan/One_more_cup_of_coffee.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{One more cup of coffee} - [by=Bob Dylan,cov=desire,album=Desire] + [by={Bob Dylan},cov={desire},album={Desire}] \cover \gtab{Am}{X02210} diff --git a/songs/Bob_Dylan/The_times_they_are_a-changin.sg b/songs/Bob_Dylan/The_times_they_are_a-changin.sg index 95675323..9e293a79 100644 --- a/songs/Bob_Dylan/The_times_they_are_a-changin.sg +++ b/songs/Bob_Dylan/The_times_they_are_a-changin.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The times they are a-changin'} - [by=Bob Dylan,cov=the-times-they-are-a-changin,album=The times they are a changin] + [by={Bob Dylan},cov={the-times-they-are-a-changin},album={The times they are a changin}] \cover \gtab{G}{320003} diff --git a/songs/Bob_Marley/No_woman_no_cry.sg b/songs/Bob_Marley/No_woman_no_cry.sg index 6e22a0d9..039c80f1 100644 --- a/songs/Bob_Marley/No_woman_no_cry.sg +++ b/songs/Bob_Marley/No_woman_no_cry.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{No woman, no cry} - [by=Bob Marley,cov=legend,album=Legend] + [by={Bob Marley},cov={legend},album={Legend}] \cover \gtab{C}{X32010} diff --git a/songs/Bob_Marley/Redemption_song.sg b/songs/Bob_Marley/Redemption_song.sg index fbc926cd..6b699422 100644 --- a/songs/Bob_Marley/Redemption_song.sg +++ b/songs/Bob_Marley/Redemption_song.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Redemption song} - [by=Bob Marley,cov=legend,album=Legend] + [by={Bob Marley},cov={legend},album={Legend}] \cover \gtab{G}{320003} diff --git a/songs/Bobby_McFerrin/Don_t_worry_be_happy.sg b/songs/Bobby_McFerrin/Don_t_worry_be_happy.sg index 6b4ad0b7..a0e4397a 100644 --- a/songs/Bobby_McFerrin/Don_t_worry_be_happy.sg +++ b/songs/Bobby_McFerrin/Don_t_worry_be_happy.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Don't worry, be happy} - [by=Bobby McFerrin,cov=dont-worry-be-happy,album=Don't worry be happy] + [by={Bobby McFerrin},cov={dont-worry-be-happy},album={Don't worry be happy}] \cover \gtab{C}{X32010} diff --git a/songs/Boby_Lapointe/Aragon_et_Castille.sg b/songs/Boby_Lapointe/Aragon_et_Castille.sg index 30512cba..db3a1bea 100644 --- a/songs/Boby_Lapointe/Aragon_et_Castille.sg +++ b/songs/Boby_Lapointe/Aragon_et_Castille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Aragon et Castille} - [by=Boby Lapointe,cov=l-integrale,album=L'intégrale] + [by={Boby Lapointe},cov={l-integrale},album={L'intégrale}] \cover \gtab{C}{X32010} diff --git a/songs/Boby_Lapointe/Framboise.sg b/songs/Boby_Lapointe/Framboise.sg index 5cd37a8a..5582e222 100644 --- a/songs/Boby_Lapointe/Framboise.sg +++ b/songs/Boby_Lapointe/Framboise.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Framboise} - [by=Boby Lapointe,cov=l-integrale,album=L'intégrale] + [by={Boby Lapointe},cov={l-integrale},album={L'intégrale}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Boby_Lapointe/La_maman_des_poissons.sg b/songs/Boby_Lapointe/La_maman_des_poissons.sg index 40493a70..8350f94f 100644 --- a/songs/Boby_Lapointe/La_maman_des_poissons.sg +++ b/songs/Boby_Lapointe/La_maman_des_poissons.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La maman des poissons} - [by=Boby Lapointe,cov=l-integrale,album=L'intégrale] + [by={Boby Lapointe},cov={l-integrale},album={L'intégrale}] \cover \gtab{G}{320003} diff --git a/songs/Boby_Lapointe/Meli-Melodie.sg b/songs/Boby_Lapointe/Meli-Melodie.sg index d111c357..db1a398d 100644 --- a/songs/Boby_Lapointe/Meli-Melodie.sg +++ b/songs/Boby_Lapointe/Meli-Melodie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Méli-Mélodie} - [by=Boby Lapointe,cov=l-integrale,album=L'intégrale] + [by={Boby Lapointe},cov={l-integrale},album={L'intégrale}] \cover \gtab{C}{X32010} diff --git a/songs/Britney_Spears/Baby_one_more_time.sg b/songs/Britney_Spears/Baby_one_more_time.sg index 773d01f8..ebf2f09c 100644 --- a/songs/Britney_Spears/Baby_one_more_time.sg +++ b/songs/Britney_Spears/Baby_one_more_time.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{\dots~Baby one more time} - [by=Britney Spears,cov=baby-one-more-time,album=Baby one more time] + [by={Britney Spears},cov={baby-one-more-time},album={Baby one more time}] \cover \gtab{F#}{2:022100} diff --git a/songs/Bruce_Springsteen/Bring_em_home.sg b/songs/Bruce_Springsteen/Bring_em_home.sg index 6f04c80f..d4908f70 100644 --- a/songs/Bruce_Springsteen/Bring_em_home.sg +++ b/songs/Bruce_Springsteen/Bring_em_home.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Bring 'em home} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \capo{3} diff --git a/songs/Bruce_Springsteen/Buffalo_gals.sg b/songs/Bruce_Springsteen/Buffalo_gals.sg index 6253ceb2..6ed8f094 100644 --- a/songs/Bruce_Springsteen/Buffalo_gals.sg +++ b/songs/Bruce_Springsteen/Buffalo_gals.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Buffalo gals} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \gtab{F}{1:022100} diff --git a/songs/Bruce_Springsteen/John_Henry.sg b/songs/Bruce_Springsteen/John_Henry.sg index 5bc68a75..164203a2 100644 --- a/songs/Bruce_Springsteen/John_Henry.sg +++ b/songs/Bruce_Springsteen/John_Henry.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{John Henry} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \gtab{F}{1:022100} diff --git a/songs/Bruce_Springsteen/Mrs_McGrath.sg b/songs/Bruce_Springsteen/Mrs_McGrath.sg index 85d05f25..c003ee04 100644 --- a/songs/Bruce_Springsteen/Mrs_McGrath.sg +++ b/songs/Bruce_Springsteen/Mrs_McGrath.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Mrs. McGrath} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg b/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg index 06397f26..449c78d9 100644 --- a/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg +++ b/songs/Bruce_Springsteen/O_Mary_don_t_you_weep.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{O Mary don't you weep} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Bruce_Springsteen/Old_Dan_Tucker.sg b/songs/Bruce_Springsteen/Old_Dan_Tucker.sg index 56de9d69..a2632a96 100644 --- a/songs/Bruce_Springsteen/Old_Dan_Tucker.sg +++ b/songs/Bruce_Springsteen/Old_Dan_Tucker.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Old Dan Tucker} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \capo{3} diff --git a/songs/Bruce_Springsteen/Pay_me_my_money_down.sg b/songs/Bruce_Springsteen/Pay_me_my_money_down.sg index 05ddda74..1e3026cd 100644 --- a/songs/Bruce_Springsteen/Pay_me_my_money_down.sg +++ b/songs/Bruce_Springsteen/Pay_me_my_money_down.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Pay me my money down} - [by=Bruce Springsteen,cov=we-shall-overcome,album=We shall overcome] + [by={Bruce Springsteen},cov={we-shall-overcome},album={We shall overcome}] \cover \gtab{G}{320003} diff --git a/songs/Buena_Vista_Social_Club/Chan_Chan.sg b/songs/Buena_Vista_Social_Club/Chan_Chan.sg index e972158f..e0ed497a 100644 --- a/songs/Buena_Vista_Social_Club/Chan_Chan.sg +++ b/songs/Buena_Vista_Social_Club/Chan_Chan.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Chan Chan} - [by=Compay Segundo,cov=chanchan,album=Chan Chan] + [by={Compay Segundo},cov={chanchan},album={Chan Chan}] \cover \gtab*{Dm}{100231} diff --git a/songs/Calvin_Russell/5m2.sg b/songs/Calvin_Russell/5m2.sg index cf45a230..8f5e91cf 100644 --- a/songs/Calvin_Russell/5m2.sg +++ b/songs/Calvin_Russell/5m2.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{$5m^2$} - [by=Calvin Russell,cov=dawg-eat-dawg,album=Dawg eat dawg] + [by={Calvin Russell},cov={dawg-eat-dawg},album={Dawg eat dawg}] \cover \capo{5} diff --git a/songs/Calvin_Russell/Baby_I_love_you.sg b/songs/Calvin_Russell/Baby_I_love_you.sg index 72b3bab3..78f45d71 100644 --- a/songs/Calvin_Russell/Baby_I_love_you.sg +++ b/songs/Calvin_Russell/Baby_I_love_you.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Baby I love you} - [by=Calvin Russell,cov=sounds_from_the_fourth_world,album=Sounds from the fourth world] + [by={Calvin Russell},cov={sounds_from_the_fourth_world},album={Sounds from the fourth world}] \cover \gtab{D}{XX0232} diff --git a/songs/Calvin_Russell/Crossroad.sg b/songs/Calvin_Russell/Crossroad.sg index c52308bb..dfa6b00a 100644 --- a/songs/Calvin_Russell/Crossroad.sg +++ b/songs/Calvin_Russell/Crossroad.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Crossroad} - [by=Calvin Russell,cov=sounds_from_the_fourth_world,album=Sounds from the fourth world] + [by={Calvin Russell},cov={sounds_from_the_fourth_world},album={Sounds from the fourth world}] \cover \gtab{Am}{X02210} diff --git a/songs/Calvin_Russell/Down_down_down.sg b/songs/Calvin_Russell/Down_down_down.sg index dbff6222..d1de63fb 100644 --- a/songs/Calvin_Russell/Down_down_down.sg +++ b/songs/Calvin_Russell/Down_down_down.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Down down down} - [by=Calvin Russell,cov=sounds_from_the_fourth_world,album=Sounds from the fourth world] + [by={Calvin Russell},cov={sounds_from_the_fourth_world},album={Sounds from the fourth world}] \cover \gtab{C}{X32010} diff --git a/songs/Calvin_Russell/Midnite_man.sg b/songs/Calvin_Russell/Midnite_man.sg index d6dbbd1b..03316858 100644 --- a/songs/Calvin_Russell/Midnite_man.sg +++ b/songs/Calvin_Russell/Midnite_man.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Midnite man} - [by=Calvin Russell,cov=unrepentant,album=Unrepentant] + [by={Calvin Russell},cov={unrepentant},album={Unrepentant}] \cover \gtab{Am}{X02210} diff --git a/songs/Calvin_Russell/One_Meat_Ball.sg b/songs/Calvin_Russell/One_Meat_Ball.sg index 1935e101..6b433a72 100644 --- a/songs/Calvin_Russell/One_Meat_Ball.sg +++ b/songs/Calvin_Russell/One_Meat_Ball.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{One Meat Ball} - [by=Calvin Russell,cov=sounds_from_the_fourth_world,album=Sounds from the fourth world] + [by={Calvin Russell},cov={sounds_from_the_fourth_world},album={Sounds from the fourth world}] \cover \gtab{Am}{X02210} diff --git a/songs/Carter_Family/In_the_highways.sg b/songs/Carter_Family/In_the_highways.sg index 887c8a0c..b7108174 100644 --- a/songs/Carter_Family/In_the_highways.sg +++ b/songs/Carter_Family/In_the_highways.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{In the highways} - [by=Carter Family,cov=o-brother,album=O brother] + [by={Carter Family},cov={o-brother},album={O brother}] \cover \capo{1} diff --git a/songs/Carter_Family/Keep_on_the_sunny_side.sg b/songs/Carter_Family/Keep_on_the_sunny_side.sg index 5c931ecd..06a75f83 100644 --- a/songs/Carter_Family/Keep_on_the_sunny_side.sg +++ b/songs/Carter_Family/Keep_on_the_sunny_side.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Keep on the sunny side} - [by=Carter Family,cov=o-brother,album=O brother] + [by={Carter Family},cov={o-brother},album={O brother}] \cover \gtab{B&}{6:022100} diff --git a/songs/Cat_Stevens/Father_and_son.sg b/songs/Cat_Stevens/Father_and_son.sg index 2cfe3c6d..1d06e29c 100644 --- a/songs/Cat_Stevens/Father_and_son.sg +++ b/songs/Cat_Stevens/Father_and_son.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Father and son} - [by=Cat Stevens,cov=tea-for-the-tillerman,album=Tea for the tillerman] + [by={Cat Stevens},cov={tea-for-the-tillerman},album={Tea for the tillerman}] \cover \gtab{G}{320003} diff --git a/songs/Cat_Stevens/Here_comes_my_baby.sg b/songs/Cat_Stevens/Here_comes_my_baby.sg index c083daf2..35f966d1 100644 --- a/songs/Cat_Stevens/Here_comes_my_baby.sg +++ b/songs/Cat_Stevens/Here_comes_my_baby.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Here comes my baby} - [by=Cat Stevens,cov=matthew-and-son,album=Matthew and son] + [by={Cat Stevens},cov={matthew-and-son},album={Matthew and son}] \cover \gtab{G}{320003} diff --git a/songs/Cat_Stevens/My_Lady_d_Arbanville.sg b/songs/Cat_Stevens/My_Lady_d_Arbanville.sg index f4549573..a3d590c4 100644 --- a/songs/Cat_Stevens/My_Lady_d_Arbanville.sg +++ b/songs/Cat_Stevens/My_Lady_d_Arbanville.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{My lady d'Arbanville} - [by=Cat Stevens,cov=mona-bone-jakon,album=Mona bone jakon] + [by={Cat Stevens},cov={mona-bone-jakon},album={Mona bone jakon}] \cover \gtab{Em}{022000} diff --git a/songs/Cat_Stevens/Sad_Lisa.sg b/songs/Cat_Stevens/Sad_Lisa.sg index 231954d3..cfc12900 100644 --- a/songs/Cat_Stevens/Sad_Lisa.sg +++ b/songs/Cat_Stevens/Sad_Lisa.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Sad Lisa} - [by=Cat Stevens,cov=tea-for-the-tillerman,album=Tea for the tillerman] + [by={Cat Stevens},cov={tea-for-the-tillerman},album={Tea for the tillerman}] \cover \gtab{Em}{022000} diff --git a/songs/Cat_Stevens/The_wind.sg b/songs/Cat_Stevens/The_wind.sg index 80ac4040..876de155 100644 --- a/songs/Cat_Stevens/The_wind.sg +++ b/songs/Cat_Stevens/The_wind.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The wind} - [by=Cat Stevens,cov=teaser-and-the-firecat,album=Teaser and the firecat] + [by={Cat Stevens},cov={teaser-and-the-firecat},album={Teaser and the firecat}] \cover \gtab{D}{XX0232} diff --git a/songs/Cat_Stevens/Wild_world.sg b/songs/Cat_Stevens/Wild_world.sg index 86090b63..ddee06c1 100644 --- a/songs/Cat_Stevens/Wild_world.sg +++ b/songs/Cat_Stevens/Wild_world.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Wild world} - [by=Cat Stevens,cov=tea-for-the-tillerman,album=Tea for the tillerman] + [by={Cat Stevens},cov={tea-for-the-tillerman},album={Tea for the tillerman}] \cover \gtab{Am}{X02210} diff --git a/songs/Catherine_Le_Forestier/La_petite_fugue.sg b/songs/Catherine_Le_Forestier/La_petite_fugue.sg index 3e3b0390..44c21e69 100644 --- a/songs/Catherine_Le_Forestier/La_petite_fugue.sg +++ b/songs/Catherine_Le_Forestier/La_petite_fugue.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La petite fugue} - [by=Catherine Le Forestier,cov=l-amour-avec-lui,album=L'amour avec lui] + [by={Catherine Le Forestier},cov={l-amour-avec-lui},album={L'amour avec lui}] \cover \gtab{A}{X02220} diff --git a/songs/Cesaria_Evora/Petit_pays.sg b/songs/Cesaria_Evora/Petit_pays.sg index a77ae468..9687cd84 100644 --- a/songs/Cesaria_Evora/Petit_pays.sg +++ b/songs/Cesaria_Evora/Petit_pays.sg @@ -1,7 +1,7 @@ \selectlanguage{portuguese} \songcolumns{2} \beginsong{Petit pays} - [by=Cesária Évora,cov=cesaria,album=Cesária] + [by={Cesária Évora},cov={cesaria},album={Cesária}] \cover \gtab{Em}{022000} diff --git a/songs/Charles_Aznavour/Emmenez-moi.sg b/songs/Charles_Aznavour/Emmenez-moi.sg index 5780ef76..fe8f17b0 100644 --- a/songs/Charles_Aznavour/Emmenez-moi.sg +++ b/songs/Charles_Aznavour/Emmenez-moi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Emmenez-moi} - [by=Charles Aznavour,cov=40-chansons-d-or,album=40 chansons d'or] + [by={Charles Aznavour},cov={40-chansons-d-or},album={40 chansons d'or}] \cover \gtab{Am}{X02210} diff --git a/songs/Charles_Aznavour/Les_comediens.sg b/songs/Charles_Aznavour/Les_comediens.sg index a654ac80..3c885cd2 100644 --- a/songs/Charles_Aznavour/Les_comediens.sg +++ b/songs/Charles_Aznavour/Les_comediens.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les comédiens} - [by=Charles Aznavour,cov=40-chansons-d-or,album=40 chansons d'or] + [by={Charles Aznavour},cov={40-chansons-d-or},album={40 chansons d'or}] \cover \capo{3} diff --git a/songs/Charles_Aznavour/Mes_emmerdes.sg b/songs/Charles_Aznavour/Mes_emmerdes.sg index a4a905ab..00d6892d 100644 --- a/songs/Charles_Aznavour/Mes_emmerdes.sg +++ b/songs/Charles_Aznavour/Mes_emmerdes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mes emmerdes} - [by=Charles Aznavour,cov=40-chansons-d-or,album=40 chansons d'or] + [by={Charles Aznavour},cov={40-chansons-d-or},album={40 chansons d'or}] \cover \capo{3} diff --git a/songs/Christophe/Aline.sg b/songs/Christophe/Aline.sg index b9664639..923ac664 100644 --- a/songs/Christophe/Aline.sg +++ b/songs/Christophe/Aline.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Aline} - [by=Christophe,cov=aline,album=Aline] + [by={Christophe},cov={aline},album={Aline}] \cover \gtab{C}{X32010} diff --git a/songs/Christophe/Les_mots_bleus.sg b/songs/Christophe/Les_mots_bleus.sg index f3eb1bd8..dfbbedf5 100644 --- a/songs/Christophe/Les_mots_bleus.sg +++ b/songs/Christophe/Les_mots_bleus.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les mots bleus} - [by=Christophe,cov=les-mots-bleus,album=Les mots bleus] + [by={Christophe},cov={les-mots-bleus},album={Les mots bleus}] \cover \capo{4} diff --git a/songs/Claude_Nougaro/Armstrong.sg b/songs/Claude_Nougaro/Armstrong.sg index 0c3ee4b2..f43ff1a9 100644 --- a/songs/Claude_Nougaro/Armstrong.sg +++ b/songs/Claude_Nougaro/Armstrong.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Armstrong} - [by=Claude Nougaro,cov=toulouse,album=Toulouse] + [by={Claude Nougaro},cov={toulouse},album={Toulouse}] \cover \capo{3} diff --git a/songs/Coldplay/Paradise.sg b/songs/Coldplay/Paradise.sg index 9a4168df..8820bda4 100644 --- a/songs/Coldplay/Paradise.sg +++ b/songs/Coldplay/Paradise.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Paradise} - [by=Coldplay,cov=mylo-xyloto,album=Mylo Xyloto] + [by={Coldplay},cov={mylo-xyloto},album={Mylo Xyloto}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Cookie_Dingler/Femme_liberee.sg b/songs/Cookie_Dingler/Femme_liberee.sg index 079b80a8..dab8e7a5 100644 --- a/songs/Cookie_Dingler/Femme_liberee.sg +++ b/songs/Cookie_Dingler/Femme_liberee.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Femme libérée} - [by=Cookie Dingler,cov=femme-liberee,album=Femme libérée] + [by={Cookie Dingler},cov={femme-liberee},album={Femme libérée}] \cover \capo{2} diff --git a/songs/Cranberries/Animal_instinct.sg b/songs/Cranberries/Animal_instinct.sg index 00c63269..3a1a138a 100644 --- a/songs/Cranberries/Animal_instinct.sg +++ b/songs/Cranberries/Animal_instinct.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Animal instinct} - [by=Cranberries,cov=bury-the-hatchet,album=Bury the hatchet] + [by={Cranberries},cov={bury-the-hatchet},album={Bury the hatchet}] \cover \gtab{Em}{022000} diff --git a/songs/Cranberries/Zombie.sg b/songs/Cranberries/Zombie.sg index bd0a824c..053cf260 100644 --- a/songs/Cranberries/Zombie.sg +++ b/songs/Cranberries/Zombie.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Zombie} - [by=Cranberries,cov=no-need-to-argue,album=No need to argue] + [by={Cranberries},cov={no-need-to-argue},album={No need to argue}] \cover \gtab{Em}{022000} diff --git a/songs/Crash_Test_Dummies/mmm_mmm.sg b/songs/Crash_Test_Dummies/mmm_mmm.sg index 617c8a1c..6f9bd3b7 100644 --- a/songs/Crash_Test_Dummies/mmm_mmm.sg +++ b/songs/Crash_Test_Dummies/mmm_mmm.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Mmm mmm} - [by=Crash Test Dummies,cov=god-shuffled-his-feet,album=God shuffled his feet ] + [by={Crash Test Dummies},cov={god-shuffled-his-feet},album={God shuffled his feet }] \cover \capo{3} diff --git a/songs/Crep/Bioman.sg b/songs/Crep/Bioman.sg index 1c4222ed..64d49165 100644 --- a/songs/Crep/Bioman.sg +++ b/songs/Crep/Bioman.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bioman} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + [by={Crep},cov={histoires-d-un-manchot},album={Histoires d'un manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Calimero.sg b/songs/Crep/Calimero.sg index ddc067cc..4e51dffd 100644 --- a/songs/Crep/Calimero.sg +++ b/songs/Crep/Calimero.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Caliméro} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + [by={Crep},cov={histoires-d-un-manchot},album={Histoires d'un manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Encore.sg b/songs/Crep/Encore.sg index 80da6f84..670b0ddc 100644 --- a/songs/Crep/Encore.sg +++ b/songs/Crep/Encore.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Encore} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + [by={Crep},cov={mon-voisin-le-manchot},album={Mon voisin le manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Fichu_doctorat.sg b/songs/Crep/Fichu_doctorat.sg index 91bcacc5..a7c0bb80 100644 --- a/songs/Crep/Fichu_doctorat.sg +++ b/songs/Crep/Fichu_doctorat.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Fichu doctorat} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + [by={Crep},cov={histoires-d-un-manchot},album={Histoires d'un manchot},% url={http://www.patacrep.com/static3/audio},original={Tri Yann - La jument de Michao}] \cover diff --git a/songs/Crep/Kartopo.sg b/songs/Crep/Kartopo.sg index 96335972..1a9658ee 100644 --- a/songs/Crep/Kartopo.sg +++ b/songs/Crep/Kartopo.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Kartopo} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin manchot,% + [by={Crep},cov={mon-voisin-le-manchot},album={Mon voisin manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Les_ptits_chemins.sg b/songs/Crep/Les_ptits_chemins.sg index 6a043a92..e3cc8168 100644 --- a/songs/Crep/Les_ptits_chemins.sg +++ b/songs/Crep/Les_ptits_chemins.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les p'tits chemins} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + [by={Crep},cov={mon-voisin-le-manchot},album={Mon voisin le manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Melancolie.sg b/songs/Crep/Melancolie.sg index 008f81e8..a99f6e4d 100644 --- a/songs/Crep/Melancolie.sg +++ b/songs/Crep/Melancolie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mélancolie} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + [by={Crep},cov={mon-voisin-le-manchot},album={Mon voisin le manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Nostalgeek.sg b/songs/Crep/Nostalgeek.sg index eaa8b74c..b794e877 100644 --- a/songs/Crep/Nostalgeek.sg +++ b/songs/Crep/Nostalgeek.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nostalgeek} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + [by={Crep},cov={mon-voisin-le-manchot},album={Mon voisin le manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/SNCeuFeu.sg b/songs/Crep/SNCeuFeu.sg index e65b3e17..6cd2e148 100644 --- a/songs/Crep/SNCeuFeu.sg +++ b/songs/Crep/SNCeuFeu.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{SNCeuFeu} - [by=Crep,cov=mon-voisin-le-manchot,album=Mon voisin le manchot,% + [by={Crep},cov={mon-voisin-le-manchot},album={Mon voisin le manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/Soiree_pepere.sg b/songs/Crep/Soiree_pepere.sg index f6e347ce..befe9ae3 100644 --- a/songs/Crep/Soiree_pepere.sg +++ b/songs/Crep/Soiree_pepere.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Soirée pépère} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + [by={Crep},cov={histoires-d-un-manchot},album={Histoires d'un manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Crep/iScream.sg b/songs/Crep/iScream.sg index 289b831a..bed99d48 100644 --- a/songs/Crep/iScream.sg +++ b/songs/Crep/iScream.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{iScream} - [by=Crep,cov=histoires-d-un-manchot,album=Histoires d'un manchot,% + [by={Crep},cov={histoires-d-un-manchot},album={Histoires d'un manchot},% url={http://www.patacrep.com/static3/audio}] \cover diff --git a/songs/Damien_Rice/Cannonball.sg b/songs/Damien_Rice/Cannonball.sg index e78235be..6f4377ea 100644 --- a/songs/Damien_Rice/Cannonball.sg +++ b/songs/Damien_Rice/Cannonball.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Cannonball} - [by=Damien Rice,cov=o,album=O] + [by={Damien Rice},cov={o},album={O}] \cover \gtab{B&m}{1:X02210} diff --git a/songs/Daniel_Balavoine/Vivre_ou_survivre.sg b/songs/Daniel_Balavoine/Vivre_ou_survivre.sg index 8e2d6bb6..fa74c684 100644 --- a/songs/Daniel_Balavoine/Vivre_ou_survivre.sg +++ b/songs/Daniel_Balavoine/Vivre_ou_survivre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Vivre ou survivre} - [by=Daniel Balavoine,cov=vendeurs-de-larmes,album=Vendeurs de larmes] + [by={Daniel Balavoine},cov={vendeurs-de-larmes},album={Vendeurs de larmes}] \cover \gtab{Em}{022000} diff --git a/songs/Daniel_Guichard/Mon_vieux.sg b/songs/Daniel_Guichard/Mon_vieux.sg index ba95939c..460cd341 100644 --- a/songs/Daniel_Guichard/Mon_vieux.sg +++ b/songs/Daniel_Guichard/Mon_vieux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon vieux} - [by=Daniel Guichard,cov=mon-vieux,album=Mon vieux] + [by={Daniel Guichard},cov={mon-vieux},album={Mon vieux}] \cover \gtab{C}{X32010} diff --git a/songs/Daniel_Lanois/Jolie_Louise.sg b/songs/Daniel_Lanois/Jolie_Louise.sg index 13ce19ef..40118e1d 100644 --- a/songs/Daniel_Lanois/Jolie_Louise.sg +++ b/songs/Daniel_Lanois/Jolie_Louise.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Jolie Louise} - [by=Daniel Lanois,cov=jolie-louise,album=Jolie Louise] + [by={Daniel Lanois},cov={jolie-louise},album={Jolie Louise}] \cover \gtab{F}{1:022100} diff --git a/songs/Debout_Sur_Le_Zinc/Comme_un_frisson.sg b/songs/Debout_Sur_Le_Zinc/Comme_un_frisson.sg index e07e25b1..4048ed7b 100644 --- a/songs/Debout_Sur_Le_Zinc/Comme_un_frisson.sg +++ b/songs/Debout_Sur_Le_Zinc/Comme_un_frisson.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Comme un frisson} - [by=Debout sur le Zinc,album=La fuite en avant,cov=la-fuite-en-avant] + [by={Debout sur le Zinc},album={La fuite en avant},cov={la-fuite-en-avant}] \cover \gtab{Em}{022000} diff --git a/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg b/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg index 9e9b3ce9..132851c5 100644 --- a/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg +++ b/songs/Debout_Sur_Le_Zinc/Elle_m_ennuie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Elle m'ennuie} - [by=Debout sur le Zinc,album=Des singes et des moutons,cov=des-singes-et-des-moutons] + [by={Debout sur le Zinc},album={Des singes et des moutons},cov={des-singes-et-des-moutons}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Debout_Sur_Le_Zinc/J_ai_deja_donne.sg b/songs/Debout_Sur_Le_Zinc/J_ai_deja_donne.sg index c637671e..09aeebae 100644 --- a/songs/Debout_Sur_Le_Zinc/J_ai_deja_donne.sg +++ b/songs/Debout_Sur_Le_Zinc/J_ai_deja_donne.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{J'ai déjà donné} - [by=Debout sur le Zinc,cov=la-fuite-en-avant,album=La fuite en avant] + [by={Debout sur le Zinc},cov={la-fuite-en-avant},album={La fuite en avant}] \cover \gtab{Em}{022000} diff --git a/songs/Debout_Sur_Le_Zinc/La_declaration.sg b/songs/Debout_Sur_Le_Zinc/La_declaration.sg index 58d46589..1b0c2472 100644 --- a/songs/Debout_Sur_Le_Zinc/La_declaration.sg +++ b/songs/Debout_Sur_Le_Zinc/La_declaration.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La déclaration} - [by=Debout sur le Zinc,cov=les-promesses,album=Les promesses] + [by={Debout sur le Zinc},cov={les-promesses},album={Les promesses}] \cover \gtab{Em}{022000} diff --git a/songs/Debout_Sur_Le_Zinc/Le_tanticide.sg b/songs/Debout_Sur_Le_Zinc/Le_tanticide.sg index 23de19a8..8188ff86 100644 --- a/songs/Debout_Sur_Le_Zinc/Le_tanticide.sg +++ b/songs/Debout_Sur_Le_Zinc/Le_tanticide.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le tanticide} - [by=Debout sur le Zinc,cov=recreations,album=Récréations] + [by={Debout sur le Zinc},cov={recreations},album={Récréations}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Debout_Sur_Le_Zinc/Les_angles.sg b/songs/Debout_Sur_Le_Zinc/Les_angles.sg index 2aee599a..4d2cfeb7 100644 --- a/songs/Debout_Sur_Le_Zinc/Les_angles.sg +++ b/songs/Debout_Sur_Le_Zinc/Les_angles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les angles} - [by=Debout sur le Zinc,cov=des-singes-et-des-moutons,album=Des singes et des moutons] + [by={Debout sur le Zinc},cov={des-singes-et-des-moutons},album={Des singes et des moutons}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Debout_Sur_Le_Zinc/Les_mots_d_amour.sg b/songs/Debout_Sur_Le_Zinc/Les_mots_d_amour.sg index 75a77c41..d399d357 100644 --- a/songs/Debout_Sur_Le_Zinc/Les_mots_d_amour.sg +++ b/songs/Debout_Sur_Le_Zinc/Les_mots_d_amour.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les mots d'amour} - [by=Debout sur le Zinc,cov=les-promesses,album=Les promesses] + [by={Debout sur le Zinc},cov={les-promesses},album={Les promesses}] \cover \capo{2} diff --git a/songs/Debout_Sur_Le_Zinc/Ma_petite_cherie.sg b/songs/Debout_Sur_Le_Zinc/Ma_petite_cherie.sg index 189625eb..c6c9ee41 100644 --- a/songs/Debout_Sur_Le_Zinc/Ma_petite_cherie.sg +++ b/songs/Debout_Sur_Le_Zinc/Ma_petite_cherie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ma petite chérie} - [by=Debout sur le Zinc,cov=debout-sur-le-zinc,album=Debout sur le zinc] + [by={Debout sur le Zinc},cov={debout-sur-le-zinc},album={Debout sur le zinc}] \cover \gtab{C}{3:X02220} diff --git a/songs/Debout_Sur_Le_Zinc/Rester_debout.sg b/songs/Debout_Sur_Le_Zinc/Rester_debout.sg index 749e226a..7e929d8d 100644 --- a/songs/Debout_Sur_Le_Zinc/Rester_debout.sg +++ b/songs/Debout_Sur_Le_Zinc/Rester_debout.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Rester debout} - [by=Debout sur le Zinc,cov=les-promesses,album=Les promesses] + [by={Debout sur le Zinc},cov={les-promesses},album={Les promesses}] \cover \gtab{F}{1:022100} diff --git a/songs/Debout_Sur_Le_Zinc/Scylla.sg b/songs/Debout_Sur_Le_Zinc/Scylla.sg index 496c662c..d9a0b8ed 100644 --- a/songs/Debout_Sur_Le_Zinc/Scylla.sg +++ b/songs/Debout_Sur_Le_Zinc/Scylla.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Scylla} - [by=Debout sur le Zinc,cov=de-charybde-en-scylla,album=De Charybde en Scylla] + [by={Debout sur le Zinc},cov={de-charybde-en-scylla},album={De Charybde en Scylla}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Debout_Sur_Le_Zinc/Sur_le_fil.sg b/songs/Debout_Sur_Le_Zinc/Sur_le_fil.sg index 354ba29f..7d025774 100644 --- a/songs/Debout_Sur_Le_Zinc/Sur_le_fil.sg +++ b/songs/Debout_Sur_Le_Zinc/Sur_le_fil.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sur le fil} - [by=Debout sur le Zinc,cov=la-fuite-en-avant,album=La fuite en avant] + [by={Debout sur le Zinc},cov={la-fuite-en-avant},album={La fuite en avant}] \cover \gtab{F}{1:022100} diff --git a/songs/Dessins_Animes/Boumbo.sg b/songs/Dessins_Animes/Boumbo.sg index 3c822f18..15a6ef2f 100644 --- a/songs/Dessins_Animes/Boumbo.sg +++ b/songs/Dessins_Animes/Boumbo.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Boumbo} - [by=Dessins Animés,cov=boumbo,album=Boumbo] + [by={Dessins Animés},cov={boumbo},album={Boumbo}] \cover \gtab{C}{X32010} diff --git a/songs/Dessins_Animes/Denver.sg b/songs/Dessins_Animes/Denver.sg index 96c5988b..8dce91e5 100644 --- a/songs/Dessins_Animes/Denver.sg +++ b/songs/Dessins_Animes/Denver.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Denver, le dernier dinosaure} - [by=Dessins Animés,cov=denver,album=Denver] + [by={Dessins Animés},cov={denver},album={Denver}] \cover \gtab{D}{XX0232} diff --git a/songs/Dessins_Animes/Dragon_Ball.sg b/songs/Dessins_Animes/Dragon_Ball.sg index 182bb174..41968084 100644 --- a/songs/Dessins_Animes/Dragon_Ball.sg +++ b/songs/Dessins_Animes/Dragon_Ball.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dragon Ball} - [by=Dessins Animés,cov=dragon-ball,album=Dragon Ball] + [by={Dessins Animés},cov={dragon-ball},album={Dragon Ball}] \cover \gtab{A}{X02220} diff --git a/songs/Dessins_Animes/Dragon_Ball_Z.sg b/songs/Dessins_Animes/Dragon_Ball_Z.sg index 5ec0ea2b..170e527b 100644 --- a/songs/Dessins_Animes/Dragon_Ball_Z.sg +++ b/songs/Dessins_Animes/Dragon_Ball_Z.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dragon Ball Z} - [by=Dessins Animés,cov=dragon-ball-z,album=Dragon Ball Z] + [by={Dessins Animés},cov={dragon-ball-z},album={Dragon Ball Z}] \cover \gtab{C}{X32010} diff --git a/songs/Dessins_Animes/I_Wanna_be_like_you.sg b/songs/Dessins_Animes/I_Wanna_be_like_you.sg index e7c8a353..1c7bd8e9 100644 --- a/songs/Dessins_Animes/I_Wanna_be_like_you.sg +++ b/songs/Dessins_Animes/I_Wanna_be_like_you.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Le livre de la jungle: I wanna be like you} - [by=Dessins Animés,cov=the-jungle-book,album=The jungle book] + [by={Dessins Animés},cov={the-jungle-book},album={The jungle book}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Dessins_Animes/Inspecteur_Gadget.sg b/songs/Dessins_Animes/Inspecteur_Gadget.sg index db47021d..ddba1897 100644 --- a/songs/Dessins_Animes/Inspecteur_Gadget.sg +++ b/songs/Dessins_Animes/Inspecteur_Gadget.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Inspecteur Gadget} - [by=Dessins Animés,cov=inspecteur-gadget,album=Inspecteur Gadget] + [by={Dessins Animés},cov={inspecteur-gadget},album={Inspecteur Gadget}] \cover \gtab{Am}{X02210} diff --git a/songs/Dessins_Animes/L_histoire_d_Actarus.sg b/songs/Dessins_Animes/L_histoire_d_Actarus.sg index be08ffe1..0ff6cae5 100644 --- a/songs/Dessins_Animes/L_histoire_d_Actarus.sg +++ b/songs/Dessins_Animes/L_histoire_d_Actarus.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'histoire d'Actarus} - [by=Dessins Animés,cov=actarus,album=Goldorak] + [by={Dessins Animés},cov={actarus},album={Goldorak}] \cover \capo{5} diff --git a/songs/Dessins_Animes/L_oiseau_bleu.sg b/songs/Dessins_Animes/L_oiseau_bleu.sg index a4c3dfa8..2981cf26 100644 --- a/songs/Dessins_Animes/L_oiseau_bleu.sg +++ b/songs/Dessins_Animes/L_oiseau_bleu.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'oiseau bleu} - [by=Dessins Animés,cov=oiseau-bleu,album=L'oiseau bleu] + [by={Dessins Animés},cov={oiseau-bleu},album={L'oiseau bleu}] \cover \gtab{A}{X02220} diff --git a/songs/Dessins_Animes/Le_pudding_a_l_arsenic.sg b/songs/Dessins_Animes/Le_pudding_a_l_arsenic.sg index fbedc301..5a0a8d84 100644 --- a/songs/Dessins_Animes/Le_pudding_a_l_arsenic.sg +++ b/songs/Dessins_Animes/Le_pudding_a_l_arsenic.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Astérix et Cléopâtre : Le pudding à l'arsenic} - [by=Dessins Animés,cov=asterix,album=Astérix et Cléopâtre] + [by={Dessins Animés},cov={asterix},album={Astérix et Cléopâtre}] \cover \gtab{Am}{5:022000} diff --git a/songs/Dessins_Animes/Les_chevaliers_du_zodiaque.sg b/songs/Dessins_Animes/Les_chevaliers_du_zodiaque.sg index e001f51c..0f134b7e 100644 --- a/songs/Dessins_Animes/Les_chevaliers_du_zodiaque.sg +++ b/songs/Dessins_Animes/Les_chevaliers_du_zodiaque.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les chevaliers du zodiaque} - [by=Dessins Animés,cov=zodiaque,album=Les chevaliers du zodiaque] + [by={Dessins Animés},cov={zodiaque},album={Les chevaliers du zodiaque}] \cover \gtab{A}{X02220} diff --git a/songs/Dessins_Animes/Les_mysterieuses_cites_d_or.sg b/songs/Dessins_Animes/Les_mysterieuses_cites_d_or.sg index d4929903..3ccd41bd 100644 --- a/songs/Dessins_Animes/Les_mysterieuses_cites_d_or.sg +++ b/songs/Dessins_Animes/Les_mysterieuses_cites_d_or.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les mystérieuses cités d'or} - [by=Dessins Animés,cov=mysterieuses-cites-d-or,album=Les mystérieuses cités d'or] + [by={Dessins Animés},cov={mysterieuses-cites-d-or},album={Les mystérieuses cités d'or}] \cover \gtab{C}{X32010} diff --git a/songs/Dessins_Animes/Lucky_Luke.sg b/songs/Dessins_Animes/Lucky_Luke.sg index 8d84c049..732ef1f0 100644 --- a/songs/Dessins_Animes/Lucky_Luke.sg +++ b/songs/Dessins_Animes/Lucky_Luke.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Lucky Luke} - [by=Dessins Animés,cov=lucky-luke,album=Lucky Luke] + [by={Dessins Animés},cov={lucky-luke},album={Lucky Luke}] \cover \gtab{Am}{X02210} diff --git a/songs/Dessins_Animes/Nicky_Larson.sg b/songs/Dessins_Animes/Nicky_Larson.sg index 3e0c0e46..a897540a 100644 --- a/songs/Dessins_Animes/Nicky_Larson.sg +++ b/songs/Dessins_Animes/Nicky_Larson.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nicky Larson} - [by=Dessins Animés,cov=nicky-larson,album=Nicky Larson] + [by={Dessins Animés},cov={nicky-larson},album={Nicky Larson}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Dessins_Animes/Sherlock_Holmes.sg b/songs/Dessins_Animes/Sherlock_Holmes.sg index 0df18779..7b69740e 100644 --- a/songs/Dessins_Animes/Sherlock_Holmes.sg +++ b/songs/Dessins_Animes/Sherlock_Holmes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sherlock Holmes} - [by=Dessins Animés,cov=sherlock-holmes,album=Sherlock Holmes] + [by={Dessins Animés},cov={sherlock-holmes},album={Sherlock Holmes}] \cover \capo{1} diff --git a/songs/Dessins_Animes/Themis_et_Nono.sg b/songs/Dessins_Animes/Themis_et_Nono.sg index 49be185a..986e871b 100644 --- a/songs/Dessins_Animes/Themis_et_Nono.sg +++ b/songs/Dessins_Animes/Themis_et_Nono.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ulysse 31 : Thémis et Nono} - [by=Dessins Animés,cov=ulysse,album=Ulysse 31] + [by={Dessins Animés},cov={ulysse},album={Ulysse 31}] \cover \capo{2} diff --git a/songs/Dessins_Animes/Tom_Sawyer_debut.sg b/songs/Dessins_Animes/Tom_Sawyer_debut.sg index fec39d75..cccf9fec 100644 --- a/songs/Dessins_Animes/Tom_Sawyer_debut.sg +++ b/songs/Dessins_Animes/Tom_Sawyer_debut.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tom Sawyer (début)} - [by=Dessins Animés,cov=tom-sawyer-debut,album=Tom Sawyer] + [by={Dessins Animés},cov={tom-sawyer-debut},album={Tom Sawyer}] \cover \capo{1} diff --git a/songs/Dessins_Animes/Tom_Sawyer_fin.sg b/songs/Dessins_Animes/Tom_Sawyer_fin.sg index f18040d5..ea2f499d 100644 --- a/songs/Dessins_Animes/Tom_Sawyer_fin.sg +++ b/songs/Dessins_Animes/Tom_Sawyer_fin.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tom Sawyer (fin)} - [by=Dessins Animés,cov=tom-sawyer-fin,album=Tom Sawyer] + [by={Dessins Animés},cov={tom-sawyer-fin},album={Tom Sawyer}] \cover \gtab{C}{X32010} diff --git a/songs/Dire_Straits/brothers_in_arms.sg b/songs/Dire_Straits/brothers_in_arms.sg index 7f61fa14..d55fd65f 100644 --- a/songs/Dire_Straits/brothers_in_arms.sg +++ b/songs/Dire_Straits/brothers_in_arms.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Brothers in arms} - [by=Dire Straits,cov=brothers-in-arms,album=Brothers in arms] + [by={Dire Straits},cov={brothers-in-arms},album={Brothers in arms}] \cover \gtab{G#m}{4:022000} diff --git a/songs/Dropkick_Murphys/Dirty_glass.sg b/songs/Dropkick_Murphys/Dirty_glass.sg index f7f2f248..fdf232a8 100644 --- a/songs/Dropkick_Murphys/Dirty_glass.sg +++ b/songs/Dropkick_Murphys/Dirty_glass.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Dirty glass} - [by=Dropkick Murphys,cov=blackout,album=Blackout] + [by={Dropkick Murphys},cov={blackout},album={Blackout}] \cover \gtab{D}{5:X02220} diff --git a/songs/Eddie_Vedder/Guaranteed.sg b/songs/Eddie_Vedder/Guaranteed.sg index 596cb3fa..3f0c790b 100644 --- a/songs/Eddie_Vedder/Guaranteed.sg +++ b/songs/Eddie_Vedder/Guaranteed.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Guaranteed} - [by=Eddie Vedder,cov=into-the-wild,album=Into the wild] + [by={Eddie Vedder},cov={into-the-wild},album={Into the wild}] \cover \gtab{G}{3:022100} diff --git a/songs/Eddy_Mitchell/Il_ne_rentre_pas_ce_soir.sg b/songs/Eddy_Mitchell/Il_ne_rentre_pas_ce_soir.sg index 9dc11d7b..0771680b 100644 --- a/songs/Eddy_Mitchell/Il_ne_rentre_pas_ce_soir.sg +++ b/songs/Eddy_Mitchell/Il_ne_rentre_pas_ce_soir.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Il ne rentre pas ce soir} - [by=Eddy Mitchell,cov=apres-minuit,album=Après minuit] + [by={Eddy Mitchell},cov={apres-minuit},album={Après minuit}] \cover \gtab{Am}{X02210} diff --git a/songs/Eddy_Mitchell/Pas_de_boogie_woogie.sg b/songs/Eddy_Mitchell/Pas_de_boogie_woogie.sg index d06fe22a..f231010a 100644 --- a/songs/Eddy_Mitchell/Pas_de_boogie_woogie.sg +++ b/songs/Eddy_Mitchell/Pas_de_boogie_woogie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Pas de boogie woogie} - [by=Eddy Mitchell,cov=sur-la-route-de-memphis,album=Sur la route de Memphis] + [by={Eddy Mitchell},cov={sur-la-route-de-memphis},album={Sur la route de Memphis}] \cover \gtab{A}{X02220} diff --git a/songs/Eddy_Mitchell/Tu_peux_preparer_le_cafe_noir.sg b/songs/Eddy_Mitchell/Tu_peux_preparer_le_cafe_noir.sg index 5f01521c..01748959 100644 --- a/songs/Eddy_Mitchell/Tu_peux_preparer_le_cafe_noir.sg +++ b/songs/Eddy_Mitchell/Tu_peux_preparer_le_cafe_noir.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Tu peux préparer le café noir} - [by=Eddy Mitchell,cov=c-est-bien-fait,album=C'est bien fait] + [by={Eddy Mitchell},cov={c-est-bien-fait},album={C'est bien fait}] \cover \gtab{G}{320003} diff --git a/songs/Edith_Piaf/L_homme_a_la_moto.sg b/songs/Edith_Piaf/L_homme_a_la_moto.sg index 76dc5029..a708b673 100644 --- a/songs/Edith_Piaf/L_homme_a_la_moto.sg +++ b/songs/Edith_Piaf/L_homme_a_la_moto.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'homme à la moto} - [by=Édith Piaf,cov=l-homme-a-la-moto,album=L'homme à la moto] + [by={Édith Piaf},cov={l-homme-a-la-moto},album={L'homme à la moto}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Edith_Piaf/Padam_Padam.sg b/songs/Edith_Piaf/Padam_Padam.sg index 51958dcf..6352a1d7 100644 --- a/songs/Edith_Piaf/Padam_Padam.sg +++ b/songs/Edith_Piaf/Padam_Padam.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Padam Padam} - [by=Édith Piaf,cov=padam-padam,album=Padam padam] + [by={Édith Piaf},cov={padam-padam},album={Padam padam}] \cover \capo{1} diff --git a/songs/Eels/Dirty_girl.sg b/songs/Eels/Dirty_girl.sg index c7fc1b55..109837dd 100644 --- a/songs/Eels/Dirty_girl.sg +++ b/songs/Eels/Dirty_girl.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Dirty girl} - [by=Eels,cov=shootenanny,album=Shootenanny] + [by={Eels},cov={shootenanny},album={Shootenanny}] \cover \gtab{C}{X32010} diff --git a/songs/Eels/Hey_man.sg b/songs/Eels/Hey_man.sg index 6e2069d5..1f575bd2 100644 --- a/songs/Eels/Hey_man.sg +++ b/songs/Eels/Hey_man.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Hey man} - [by=Eels,cov=blinking-lights,album=Blinking lights] + [by={Eels},cov={blinking-lights},album={Blinking lights}] \cover \gtab{G}{320003} diff --git a/songs/Eels/I_like_birds.sg b/songs/Eels/I_like_birds.sg index 49e415cb..9f0cc8ad 100644 --- a/songs/Eels/I_like_birds.sg +++ b/songs/Eels/I_like_birds.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I like birds} - [by=Eels,cov=daisies-of-the-galaxy,album=Daisies of the galaxy] + [by={Eels},cov={daisies-of-the-galaxy},album={Daisies of the galaxy}] \cover \capo{2} diff --git a/songs/Eels/Packing_blankets.sg b/songs/Eels/Packing_blankets.sg index 85b13ec9..f497d319 100644 --- a/songs/Eels/Packing_blankets.sg +++ b/songs/Eels/Packing_blankets.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Packing blankets} - [by=Eels,cov=daisies-of-the-galaxy,album=Daisies of the galaxy] + [by={Eels},cov={daisies-of-the-galaxy},album={Daisies of the galaxy}] \cover \capo{3} diff --git a/songs/Elton_John/Can_you_fell_the_love_tonight.sg b/songs/Elton_John/Can_you_fell_the_love_tonight.sg index ada49943..4fc76016 100644 --- a/songs/Elton_John/Can_you_fell_the_love_tonight.sg +++ b/songs/Elton_John/Can_you_fell_the_love_tonight.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Can you feel the love tonight?} - [by=Elton John,cov=lion-king,album=The Lion King] + [by={Elton John},cov={lion-king},album={The Lion King}] \cover \capo{3} diff --git a/songs/Elton_John/Crocodile_rock.sg b/songs/Elton_John/Crocodile_rock.sg index 83ef27d3..869f7ed4 100644 --- a/songs/Elton_John/Crocodile_rock.sg +++ b/songs/Elton_John/Crocodile_rock.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Crocodile rock} - [by=Elton John,cov=crocodile-rock,album=Crocodile Rock] + [by={Elton John},cov={crocodile-rock},album={Crocodile Rock}] \cover \gtab{G}{320003} diff --git a/songs/Elvis_Presley/Don_t_be_cruel.sg b/songs/Elvis_Presley/Don_t_be_cruel.sg index a307d291..3c2a3b26 100644 --- a/songs/Elvis_Presley/Don_t_be_cruel.sg +++ b/songs/Elvis_Presley/Don_t_be_cruel.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Don't be cruel} - [by=Elvis Presley,cov=single,album=Single] + [by={Elvis Presley},cov={single},album={Single}] \cover \gtab{A}{X02220} diff --git a/songs/Elvis_Presley/Love_me_tender.sg b/songs/Elvis_Presley/Love_me_tender.sg index 07aaa353..43a32717 100644 --- a/songs/Elvis_Presley/Love_me_tender.sg +++ b/songs/Elvis_Presley/Love_me_tender.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Love me tender} - [by=Elvis Presley,cov=best-of,album=Best-of] + [by={Elvis Presley},cov={best-of},album={Best-of}] \cover \gtab{G}{320003} diff --git a/songs/Emiliana_Torrini/Jungle_drum.sg b/songs/Emiliana_Torrini/Jungle_drum.sg index ec73c20a..5d25b8fa 100644 --- a/songs/Emiliana_Torrini/Jungle_drum.sg +++ b/songs/Emiliana_Torrini/Jungle_drum.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Jungle drum} - [by=Emiliana Torrini,cov=me-and-armini,album=Me and armini] + [by={Emiliana Torrini},cov={me-and-armini},album={Me and armini}] \cover \gtab{Em}{022000} diff --git a/songs/Fleetwood_Mac/Temporary_one.sg b/songs/Fleetwood_Mac/Temporary_one.sg index 36d1039e..44d48a27 100644 --- a/songs/Fleetwood_Mac/Temporary_one.sg +++ b/songs/Fleetwood_Mac/Temporary_one.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Temporary one} - [by=Fleetwood Mac,cov=the-dance,album=The Dance] + [by={Fleetwood Mac},cov={the-dance},album={The Dance}] \cover \gtab*{G5}{XXX033} diff --git a/songs/Fools_Garden/Lemon_tree.sg b/songs/Fools_Garden/Lemon_tree.sg index 3edbbd66..49ef5b28 100644 --- a/songs/Fools_Garden/Lemon_tree.sg +++ b/songs/Fools_Garden/Lemon_tree.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Lemon tree} - [by=Fool's Garden,cov=dish-of-the-day,album=Dish of the day] + [by={Fool's Garden},cov={dish-of-the-day},album={Dish of the day}] \cover \gtab{Em}{7:X02210} diff --git a/songs/France_Gall/Il_jouait_du_piano_debout.sg b/songs/France_Gall/Il_jouait_du_piano_debout.sg index ce7fe3c8..8ccadf3d 100644 --- a/songs/France_Gall/Il_jouait_du_piano_debout.sg +++ b/songs/France_Gall/Il_jouait_du_piano_debout.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Il jouait du piano debout} - [by=France Gall,cov=paris-france,album=Paris -- France] + [by={France Gall},cov={paris-france},album={Paris -- France}] \cover \capo{1} diff --git a/songs/Francine_Pohl/La_sorciere_Grabouilla.sg b/songs/Francine_Pohl/La_sorciere_Grabouilla.sg index 20c50619..16acdbe2 100644 --- a/songs/Francine_Pohl/La_sorciere_Grabouilla.sg +++ b/songs/Francine_Pohl/La_sorciere_Grabouilla.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La sorcière Grabouilla} - [by=Francine Pohl] + [by={Francine Pohl}] \gtab{Em}{022000} \gtab{B7}{X21202} diff --git a/songs/Francis_Cabrel/Je_l_aime_a_mourir.sg b/songs/Francis_Cabrel/Je_l_aime_a_mourir.sg index d2b1b69f..2335e990 100644 --- a/songs/Francis_Cabrel/Je_l_aime_a_mourir.sg +++ b/songs/Francis_Cabrel/Je_l_aime_a_mourir.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je l'aime à mourir} - [by=Francis Cabrel,cov=les-chemins-de-traverse,album=Les chemins de traverse] + [by={Francis Cabrel},cov={les-chemins-de-traverse},album={Les chemins de traverse}] \cover \capo{5} diff --git a/songs/Francis_Cabrel/Je_t_aimais_je_t_aime_et_je_t_aimerai.sg b/songs/Francis_Cabrel/Je_t_aimais_je_t_aime_et_je_t_aimerai.sg index 2ce4051b..b3a7c639 100644 --- a/songs/Francis_Cabrel/Je_t_aimais_je_t_aime_et_je_t_aimerai.sg +++ b/songs/Francis_Cabrel/Je_t_aimais_je_t_aime_et_je_t_aimerai.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je t'aimais, je t'aime et je t'aimerai} - [by=Francis Cabrel,cov=samedi-soir-sur-la-terre,album=Samedi soir sur la Terre] + [by={Francis Cabrel},cov={samedi-soir-sur-la-terre},album={Samedi soir sur la Terre}] \cover \gtab{G}{320003} diff --git a/songs/Francis_Cabrel/L_encre_de_tes_yeux.sg b/songs/Francis_Cabrel/L_encre_de_tes_yeux.sg index a33fe519..a62e946f 100644 --- a/songs/Francis_Cabrel/L_encre_de_tes_yeux.sg +++ b/songs/Francis_Cabrel/L_encre_de_tes_yeux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'encre de tes yeux} - [by=Francis Cabrel,cov=fragile,album=Fragile] + [by={Francis Cabrel},cov={fragile},album={Fragile}] \cover \capo{4} diff --git a/songs/Francis_Cabrel/La_corrida.sg b/songs/Francis_Cabrel/La_corrida.sg index 8fdcabc0..bd2c36ea 100644 --- a/songs/Francis_Cabrel/La_corrida.sg +++ b/songs/Francis_Cabrel/La_corrida.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La corrida} - [by=Francis Cabrel,cov=samedi-soir-sur-la-terre,album=Samedi soir sur la Terre] + [by={Francis Cabrel},cov={samedi-soir-sur-la-terre},album={Samedi soir sur la Terre}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Francis_Cabrel/Les_vidanges_du_diables.sg b/songs/Francis_Cabrel/Les_vidanges_du_diables.sg index 3b893695..cd8492f8 100644 --- a/songs/Francis_Cabrel/Les_vidanges_du_diables.sg +++ b/songs/Francis_Cabrel/Les_vidanges_du_diables.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les vidanges du diable} - [by=Francis Cabrel,cov=samedi-soir-sur-la-terre,album=Samedi soir sur la Terre] + [by={Francis Cabrel},cov={samedi-soir-sur-la-terre},album={Samedi soir sur la Terre}] \cover \gtab*{Adim}{X02323} diff --git a/songs/Francis_Cabrel/Octobre.sg b/songs/Francis_Cabrel/Octobre.sg index 26f057c4..17178188 100644 --- a/songs/Francis_Cabrel/Octobre.sg +++ b/songs/Francis_Cabrel/Octobre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Octobre} - [by=Francis Cabrel,cov=samedi-soir-sur-la-terre,album=Samedi soir sur la Terre] + [by={Francis Cabrel},cov={samedi-soir-sur-la-terre},album={Samedi soir sur la Terre}] \cover \gtab{E}{022100} diff --git a/songs/Francis_Cabrel/Petite_Marie.sg b/songs/Francis_Cabrel/Petite_Marie.sg index 70900d6c..bd46227c 100644 --- a/songs/Francis_Cabrel/Petite_Marie.sg +++ b/songs/Francis_Cabrel/Petite_Marie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petite Marie} - [by=Francis Cabrel,cov=les-murs-de-poussiere,album=Les murs de poussière] + [by={Francis Cabrel},cov={les-murs-de-poussiere},album={Les murs de poussière}] \cover \gtab{Em}{022000} diff --git a/songs/Francois_Corbier/Les_vieux_copains_de_la_tele.sg b/songs/Francois_Corbier/Les_vieux_copains_de_la_tele.sg index f6f9d7cf..42cfcf65 100644 --- a/songs/Francois_Corbier/Les_vieux_copains_de_la_tele.sg +++ b/songs/Francois_Corbier/Les_vieux_copains_de_la_tele.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les vieux copains de la télé} - [by=François Corbier,cov=presque-des-hommes,album=Presque des hommes] + [by={François Corbier},cov={presque-des-hommes},album={Presque des hommes}] \cover \capo{6} diff --git a/songs/Garfunkel_and_Oates/Fuck_you.sg b/songs/Garfunkel_and_Oates/Fuck_you.sg index b33e9467..a522392d 100644 --- a/songs/Garfunkel_and_Oates/Fuck_you.sg +++ b/songs/Garfunkel_and_Oates/Fuck_you.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{F*** you} - [by=Garfunkel and Oates,cov=garfunkel-and-oates,album=Garfunkel and Oates] + [by={Garfunkel and Oates},cov={garfunkel-and-oates},album={Garfunkel and Oates}] \cover \gtab{C}{X32010} diff --git a/songs/Gary_Jules/Mad_world.sg b/songs/Gary_Jules/Mad_world.sg index aa708d16..648726ea 100644 --- a/songs/Gary_Jules/Mad_world.sg +++ b/songs/Gary_Jules/Mad_world.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Mad world} - [by=Gary Jules,album=Trading snakeoil for wolftickets,cov=trading-snakeoil-for-wolftickets] + [by={Gary Jules},album={Trading snakeoil for wolftickets},cov={trading-snakeoil-for-wolftickets}] \cover \capo{1} diff --git a/songs/Georges_Brassens/A_l_ombre_des_maris.sg b/songs/Georges_Brassens/A_l_ombre_des_maris.sg index 54d829db..fe27b504 100644 --- a/songs/Georges_Brassens/A_l_ombre_des_maris.sg +++ b/songs/Georges_Brassens/A_l_ombre_des_maris.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{À l'ombre des maris} - [by=Georges Brassens,cov=fernande,album=Fernande] + [by={Georges Brassens},cov={fernande},album={Fernande}] \cover \gtab{D}{XX0232} diff --git a/songs/Georges_Brassens/A_l_ombre_du_coeur_de_ma_mie.sg b/songs/Georges_Brassens/A_l_ombre_du_coeur_de_ma_mie.sg index b1f12b99..22ab4fff 100644 --- a/songs/Georges_Brassens/A_l_ombre_du_coeur_de_ma_mie.sg +++ b/songs/Georges_Brassens/A_l_ombre_du_coeur_de_ma_mie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{À l'ombre du cÅ“ur de ma mie} - [by=Georges Brassens,cov=le-pornographe,album=Le pornographe] + [by={Georges Brassens},cov={le-pornographe},album={Le pornographe}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Georges_Brassens/Ballade_des_dames_du_temps_jadis.sg b/songs/Georges_Brassens/Ballade_des_dames_du_temps_jadis.sg index ba03abd4..e10e721c 100644 --- a/songs/Georges_Brassens/Ballade_des_dames_du_temps_jadis.sg +++ b/songs/Georges_Brassens/Ballade_des_dames_du_temps_jadis.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ballade des dames du temps jadis} - [by=Georges Brassens,cov=la-mauvaise-reputation,album=La mauvaise réputation] + [by={Georges Brassens},cov={la-mauvaise-reputation},album={La mauvaise réputation}] \cover \gtab{A}{X02220} diff --git a/songs/Georges_Brassens/Chanson_pour_l_auvergnat.sg b/songs/Georges_Brassens/Chanson_pour_l_auvergnat.sg index 6da0ff26..4db64ee0 100644 --- a/songs/Georges_Brassens/Chanson_pour_l_auvergnat.sg +++ b/songs/Georges_Brassens/Chanson_pour_l_auvergnat.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chanson pour l'Auvergnat} - [by=Georges Brassens,cov=chanson-pour-l-auvergnat,album=Chanson pour l'Auvergnat] + [by={Georges Brassens},cov={chanson-pour-l-auvergnat},album={Chanson pour l'Auvergnat}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Georges_Brassens/Cupidon_s_en_fout.sg b/songs/Georges_Brassens/Cupidon_s_en_fout.sg index 94c02dcf..e6ea20c1 100644 --- a/songs/Georges_Brassens/Cupidon_s_en_fout.sg +++ b/songs/Georges_Brassens/Cupidon_s_en_fout.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Cupidon s'en fout} - [by=Georges Brassens,cov=don-juan,album=Don juan] + [by={Georges Brassens},cov={don-juan},album={Don juan}] \cover \gtab{Am}{X02210} diff --git a/songs/Georges_Brassens/Grand_pere.sg b/songs/Georges_Brassens/Grand_pere.sg index fca72b47..f199b066 100644 --- a/songs/Georges_Brassens/Grand_pere.sg +++ b/songs/Georges_Brassens/Grand_pere.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Grand-père} - [by=Georges Brassens,cov=je-me-suis-fais-tout-petit,album=Je me suis fais tout petit] + [by={Georges Brassens},cov={je-me-suis-fais-tout-petit},album={Je me suis fais tout petit}] \cover \capo{2} diff --git a/songs/Georges_Brassens/Je_me_suis_fait_tout_petit.sg b/songs/Georges_Brassens/Je_me_suis_fait_tout_petit.sg index ea3fe9e7..48315dc3 100644 --- a/songs/Georges_Brassens/Je_me_suis_fait_tout_petit.sg +++ b/songs/Georges_Brassens/Je_me_suis_fait_tout_petit.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je me suis fait tout petit} - [by=Georges Brassens,cov=je-me-suis-fais-tout-petit,album=Je me suis fais tout petit] + [by={Georges Brassens},cov={je-me-suis-fais-tout-petit},album={Je me suis fais tout petit}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Georges_Brassens/La_mauvaise_reputation.sg b/songs/Georges_Brassens/La_mauvaise_reputation.sg index 17fec3d2..05289c0b 100644 --- a/songs/Georges_Brassens/La_mauvaise_reputation.sg +++ b/songs/Georges_Brassens/La_mauvaise_reputation.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La mauvaise réputation} - [by=Georges Brassens,cov=la-mauvaise-reputation,album=La mauvaise réputation] + [by={Georges Brassens},cov={la-mauvaise-reputation},album={La mauvaise réputation}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Georges_Brassens/Le_gorille.sg b/songs/Georges_Brassens/Le_gorille.sg index cea01148..eb2c8464 100644 --- a/songs/Georges_Brassens/Le_gorille.sg +++ b/songs/Georges_Brassens/Le_gorille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le gorille} - [by=Georges Brassens,cov=la-mauvaise-reputation,album=La mauvaise réputation] + [by={Georges Brassens},cov={la-mauvaise-reputation},album={La mauvaise réputation}] \cover \gtab{D}{XX0232} diff --git a/songs/Georges_Brassens/Le_petit_cheval.sg b/songs/Georges_Brassens/Le_petit_cheval.sg index 8cb98b83..95c9dae9 100644 --- a/songs/Georges_Brassens/Le_petit_cheval.sg +++ b/songs/Georges_Brassens/Le_petit_cheval.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le petit cheval} - [by=Georges Brassens,cov=la-mauvaise-reputation,album=La mauvaise réputation] + [by={Georges Brassens},cov={la-mauvaise-reputation},album={La mauvaise réputation}] \cover \gtab{A}{X02220} diff --git a/songs/Georges_Brassens/Les_copains_d_abord.sg b/songs/Georges_Brassens/Les_copains_d_abord.sg index 7f609a7d..6bdfdd52 100644 --- a/songs/Georges_Brassens/Les_copains_d_abord.sg +++ b/songs/Georges_Brassens/Les_copains_d_abord.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les copains d'abord} - [by=Georges Brassens,cov=les-copains-d-abord,album=Les copains d'abord] + [by={Georges Brassens},cov={les-copains-d-abord},album={Les copains d'abord}] \cover \gtab{D}{XX0232} diff --git a/songs/Georges_Brassens/Supplique_pour_etre_enterre_sur_la_plage_de_Sete.sg b/songs/Georges_Brassens/Supplique_pour_etre_enterre_sur_la_plage_de_Sete.sg index edd2ea19..c6446715 100644 --- a/songs/Georges_Brassens/Supplique_pour_etre_enterre_sur_la_plage_de_Sete.sg +++ b/songs/Georges_Brassens/Supplique_pour_etre_enterre_sur_la_plage_de_Sete.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Supplique pour être enterré sur la plage de Sète} - [by=Georges Brassens,cov=supplique-pour-etre-enterre-sur-la-plage-de-sete,album=Supplique pour être enterré sur la plage de Sète] + [by={Georges Brassens},cov={supplique-pour-etre-enterre-sur-la-plage-de-sete},album={Supplique pour être enterré sur la plage de Sète}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Gerald_De_Palmas/Sur_la_route.sg b/songs/Gerald_De_Palmas/Sur_la_route.sg index 55aa0aca..059eff2e 100644 --- a/songs/Gerald_De_Palmas/Sur_la_route.sg +++ b/songs/Gerald_De_Palmas/Sur_la_route.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sur la route} - [by=Gérald De Palmas,cov=la-derniere-annee,album=La dernière année] + [by={Gérald De Palmas},cov={la-derniere-annee},album={La dernière année}] \cover \capo{2} diff --git a/songs/Gerard_Lenorman/La_ballade_des_gens_heureux.sg b/songs/Gerard_Lenorman/La_ballade_des_gens_heureux.sg index e341dbee..5301d81c 100644 --- a/songs/Gerard_Lenorman/La_ballade_des_gens_heureux.sg +++ b/songs/Gerard_Lenorman/La_ballade_des_gens_heureux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La ballade des gens heureux} - [by=Gérard Lenorman,cov=vos-plus-belles-chansons,album=Vos plus belles chansons] + [by={Gérard Lenorman},cov={vos-plus-belles-chansons},album={Vos plus belles chansons}] \cover \capo{2} diff --git a/songs/Gerard_Lenorman/Si_j_etais_president.sg b/songs/Gerard_Lenorman/Si_j_etais_president.sg index 9a100ad2..380f93f1 100644 --- a/songs/Gerard_Lenorman/Si_j_etais_president.sg +++ b/songs/Gerard_Lenorman/Si_j_etais_president.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Si j'étais président} - [by=Gérard Lenorman,cov=vos-plus-belles-chansons,album=Vos plus belles chansons] + [by={Gérard Lenorman},cov={vos-plus-belles-chansons},album={Vos plus belles chansons}] \cover \capo{2} diff --git a/songs/Gerry_Rafferty/To_each_and_everyone.sg b/songs/Gerry_Rafferty/To_each_and_everyone.sg index bb281d1d..5c2088bf 100644 --- a/songs/Gerry_Rafferty/To_each_and_everyone.sg +++ b/songs/Gerry_Rafferty/To_each_and_everyone.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{To each and everyone} - [by=Gerry Rafferty,cov=can-i-have-my-money-back,album=Can I have my money back?] + [by={Gerry Rafferty},cov={can-i-have-my-money-back},album={Can I have my money back?}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Gilles_Servat/La_blanche_hermine.sg b/songs/Gilles_Servat/La_blanche_hermine.sg index 797b25a3..f8ba53bb 100644 --- a/songs/Gilles_Servat/La_blanche_hermine.sg +++ b/songs/Gilles_Servat/La_blanche_hermine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La blanche hermine} - [by=Gilles Servat,cov=la-blanche-hermine,album=La blanche hermine] + [by={Gilles Servat},cov={la-blanche-hermine},album={La blanche hermine}] \cover \gtab{Am}{X02210} diff --git a/songs/Gipsy_Kings/Baila_me.sg b/songs/Gipsy_Kings/Baila_me.sg index 8db4cf68..f85ee6a7 100644 --- a/songs/Gipsy_Kings/Baila_me.sg +++ b/songs/Gipsy_Kings/Baila_me.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Baila me} - [by=Gipsy Kings,cov=este-mundo,album=Este mundo] + [by={Gipsy Kings},cov={este-mundo},album={Este mundo}] \cover \gtab{G}{3:022100} diff --git a/songs/Gipsy_Kings/Bamboleo.sg b/songs/Gipsy_Kings/Bamboleo.sg index fb093333..d9216b5f 100644 --- a/songs/Gipsy_Kings/Bamboleo.sg +++ b/songs/Gipsy_Kings/Bamboleo.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Bamboleo} - [by=Gipsy Kings,cov=gipsy-kings,album=Gipsy Kings] + [by={Gipsy Kings},cov={gipsy-kings},album={Gipsy Kings}] \cover \capo{2} diff --git a/songs/Gogol_Bordello/Alcohol.sg b/songs/Gogol_Bordello/Alcohol.sg index 6d0cda9c..a9dc9556 100644 --- a/songs/Gogol_Bordello/Alcohol.sg +++ b/songs/Gogol_Bordello/Alcohol.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Alcohol} - [by=Gogol Bordello,cov=super-taranta,album=Super Taranta!] + [by={Gogol Bordello},cov={super-taranta},album={Super Taranta!}] \cover \gtab{Am}{5:022000} diff --git a/songs/Gogol_Bordello/Oh_no.sg b/songs/Gogol_Bordello/Oh_no.sg index 4e558135..07d8d770 100644 --- a/songs/Gogol_Bordello/Oh_no.sg +++ b/songs/Gogol_Bordello/Oh_no.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Oh no} - [by=Gogol Bordello,cov=gypsy-punks,album=Gypsy punks] + [by={Gogol Bordello},cov={gypsy-punks},album={Gypsy punks}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Gogol_Bordello/Supertheory_of_supereverything.sg b/songs/Gogol_Bordello/Supertheory_of_supereverything.sg index 3e2a2168..1f80abe8 100644 --- a/songs/Gogol_Bordello/Supertheory_of_supereverything.sg +++ b/songs/Gogol_Bordello/Supertheory_of_supereverything.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Supertheory of supereverything} - [by=Gogol Bordello,cov=super-taranta,album=Super Taranta!] + [by={Gogol Bordello},cov={super-taranta},album={Super Taranta!}] \cover \gtab{Am}{X02210} diff --git a/songs/Graeme_Allwright/Ca_je_l_ai_jamais_vu.sg b/songs/Graeme_Allwright/Ca_je_l_ai_jamais_vu.sg index 05214c56..bbf59c3e 100644 --- a/songs/Graeme_Allwright/Ca_je_l_ai_jamais_vu.sg +++ b/songs/Graeme_Allwright/Ca_je_l_ai_jamais_vu.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Ça je l'ai jamais vu} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi}] \cover diff --git a/songs/Graeme_Allwright/Henrik.sg b/songs/Graeme_Allwright/Henrik.sg index a86fb26d..54bfb164 100644 --- a/songs/Graeme_Allwright/Henrik.sg +++ b/songs/Graeme_Allwright/Henrik.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Henrik} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi}] \cover diff --git a/songs/Graeme_Allwright/Il_faut_que_je_m_en_aille.sg b/songs/Graeme_Allwright/Il_faut_que_je_m_en_aille.sg index 54692383..669e6398 100644 --- a/songs/Graeme_Allwright/Il_faut_que_je_m_en_aille.sg +++ b/songs/Graeme_Allwright/Il_faut_que_je_m_en_aille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Il faut que je m'en aille} - [by=Graeme Allwright,cov=le-jour-de-clarte,album=Le jour de clarté] + [by={Graeme Allwright},cov={le-jour-de-clarte},album={Le jour de clarté}] \cover \gtab{C}{X32010} diff --git a/songs/Graeme_Allwright/Johnny.sg b/songs/Graeme_Allwright/Johnny.sg index 69112c3a..dac49cf4 100644 --- a/songs/Graeme_Allwright/Johnny.sg +++ b/songs/Graeme_Allwright/Johnny.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Johnny} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi}] \cover diff --git a/songs/Graeme_Allwright/Jolie_Bouteille.sg b/songs/Graeme_Allwright/Jolie_Bouteille.sg index 250a5cad..89a57877 100644 --- a/songs/Graeme_Allwright/Jolie_Bouteille.sg +++ b/songs/Graeme_Allwright/Jolie_Bouteille.sg @@ -1,15 +1,14 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Jolie bouteille} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] - + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi},% + original={Tom Paxton - Bottle of wine}] \cover \gtab{C}{X32010} \gtab{G7}{320001} \gtab{F}{1:022100} - \begin{chorus} \[C]Jolie bouteille, sacrée bouteille Veux-tu me laisser tran\[G7]quil\[C]le diff --git a/songs/Graeme_Allwright/Jusqu_a_la_ceinture.sg b/songs/Graeme_Allwright/Jusqu_a_la_ceinture.sg index 7f3d786f..5877856e 100644 --- a/songs/Graeme_Allwright/Jusqu_a_la_ceinture.sg +++ b/songs/Graeme_Allwright/Jusqu_a_la_ceinture.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Jusqu'à la ceinture} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi},% + original={Pete Seeger - Waist Deep in the Big Muddy}] \cover diff --git a/songs/Graeme_Allwright/La_mouche_bleue.sg b/songs/Graeme_Allwright/La_mouche_bleue.sg index ba21a695..dc7b4719 100644 --- a/songs/Graeme_Allwright/La_mouche_bleue.sg +++ b/songs/Graeme_Allwright/La_mouche_bleue.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La mouche bleue} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi},% + original={Oscar Brand - Blue tail fly}] \cover \gtab{D}{XX0232} diff --git a/songs/Graeme_Allwright/Le_clochard_americain.sg b/songs/Graeme_Allwright/Le_clochard_americain.sg index 578b0c16..bed67bca 100644 --- a/songs/Graeme_Allwright/Le_clochard_americain.sg +++ b/songs/Graeme_Allwright/Le_clochard_americain.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le clochard américain} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi},% + original={Woody Guthrie}] \cover \gtab{F}{8:X02220} diff --git a/songs/Graeme_Allwright/Le_jour_de_clarte.sg b/songs/Graeme_Allwright/Le_jour_de_clarte.sg index dbe24762..67a9fce0 100644 --- a/songs/Graeme_Allwright/Le_jour_de_clarte.sg +++ b/songs/Graeme_Allwright/Le_jour_de_clarte.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le jour de clarté} - [by=Graeme Allwright,cov=le-jour-de-clarte,album=Le jour de clarté] + [by={Graeme Allwright},cov={le-jour-de-clarte},album={Le jour de clarté},% + original={Peter Yarrow - Very last day}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Graeme_Allwright/Petit_garcon.sg b/songs/Graeme_Allwright/Petit_garcon.sg index 73278854..f4f307fd 100644 --- a/songs/Graeme_Allwright/Petit_garcon.sg +++ b/songs/Graeme_Allwright/Petit_garcon.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petit garçon} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi},% + original={Roger Miller - Old toy trains}] \cover \gtab{D}{XX0232} diff --git a/songs/Graeme_Allwright/Petites_boites.sg b/songs/Graeme_Allwright/Petites_boites.sg index d5613e97..6f3f18d2 100644 --- a/songs/Graeme_Allwright/Petites_boites.sg +++ b/songs/Graeme_Allwright/Petites_boites.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petites boîtes} - [by=Graeme Allwright,cov=emmene-moi,album=Emmène-moi] + [by={Graeme Allwright},cov={emmene-moi},album={Emmène-moi},% + original={Malvina Reynolds - Little boxes}] \cover \gtab{A}{X02220} diff --git a/songs/Green_Day/American_idiot.sg b/songs/Green_Day/American_idiot.sg index 3d3a0a38..e390f3ed 100644 --- a/songs/Green_Day/American_idiot.sg +++ b/songs/Green_Day/American_idiot.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{American idiot} - [by=Green Day,cov=american-idiot,album=American idiot] + [by={Green Day},cov={american-idiot},album={American idiot}] \cover \gtab*{A&5}{4:022XXX} diff --git a/songs/Green_Day/Boulevard_of_broken_dreams.sg b/songs/Green_Day/Boulevard_of_broken_dreams.sg index 00f3b6f2..ecd4baa4 100644 --- a/songs/Green_Day/Boulevard_of_broken_dreams.sg +++ b/songs/Green_Day/Boulevard_of_broken_dreams.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Boulevard of broken dreams} - [by=Green Day,cov=american-idiot,album=American idiot] + [by={Green Day},cov={american-idiot},album={American idiot}] \cover \gtab*{F#5}{2:022XXX} diff --git a/songs/Green_Day/Minority.sg b/songs/Green_Day/Minority.sg index 1e94a93f..be6e2950 100644 --- a/songs/Green_Day/Minority.sg +++ b/songs/Green_Day/Minority.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Minority} - [by=Green Day,cov=greenday-warning,album=Warning] + [by={Green Day},cov={greenday-warning},album={Warning}] \cover \gtab{C}{X32010} diff --git a/songs/HK_Saltimbanks/Citoyen_du_monde.sg b/songs/HK_Saltimbanks/Citoyen_du_monde.sg index f99e2594..78a07b9b 100644 --- a/songs/HK_Saltimbanks/Citoyen_du_monde.sg +++ b/songs/HK_Saltimbanks/Citoyen_du_monde.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Citoyen du monde} - [by=HK \& Les Saltimbanks,cov=citoyen-du-monde,album=Citoyen du monde] + [by={HK \& Les Saltimbanks},cov={citoyen-du-monde},album={Citoyen du monde}] \cover \capo{2} diff --git a/songs/HK_Saltimbanks/On_lache_rien.sg b/songs/HK_Saltimbanks/On_lache_rien.sg index ada15429..0049b71e 100644 --- a/songs/HK_Saltimbanks/On_lache_rien.sg +++ b/songs/HK_Saltimbanks/On_lache_rien.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{On lâche rien} - [by=HK \& Les Saltimbanks,cov=citoyen-du-monde,album=Citoyen du monde] + [by={HK \& Les Saltimbanks},cov={citoyen-du-monde},album={Citoyen du monde}] \cover \gtab{Fm}{1:022000} diff --git a/songs/HK_Saltimbanks/Passer_ma_vie.sg b/songs/HK_Saltimbanks/Passer_ma_vie.sg index 77303b81..6a9df708 100644 --- a/songs/HK_Saltimbanks/Passer_ma_vie.sg +++ b/songs/HK_Saltimbanks/Passer_ma_vie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Passer ma vie} - [by=HK \& Les Saltimbanks,cov=citoyen-du-monde,album=Citoyen du monde] + [by={HK \& Les Saltimbanks},cov={citoyen-du-monde},album={Citoyen du monde}] \cover \gtab{C}{X32010} diff --git a/songs/Henri_Des/Les_betises_a_l_ecole.sg b/songs/Henri_Des/Les_betises_a_l_ecole.sg index 80582179..73dc37be 100644 --- a/songs/Henri_Des/Les_betises_a_l_ecole.sg +++ b/songs/Henri_Des/Les_betises_a_l_ecole.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les bêtises à l'école} - [by=Henri Dès,cov=les-betises,album=Les bêtises] + [by={Henri Dès},cov={les-betises},album={Les bêtises}] \cover \capo{4} diff --git a/songs/Henri_Des/Mon_cheval_gris.sg b/songs/Henri_Des/Mon_cheval_gris.sg index 65b65f03..f5959e7f 100644 --- a/songs/Henri_Des/Mon_cheval_gris.sg +++ b/songs/Henri_Des/Mon_cheval_gris.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon cheval gris} - [by=Henri Dès,cov=les-betises,album=Les bêtises] + [by={Henri Dès},cov={les-betises},album={Les bêtises}] \cover \gtab{C}{X32010} diff --git a/songs/Henri_Salvador/Une_chanson_douce.sg b/songs/Henri_Salvador/Une_chanson_douce.sg index b9fc69ad..1a6d5c65 100644 --- a/songs/Henri_Salvador/Une_chanson_douce.sg +++ b/songs/Henri_Salvador/Une_chanson_douce.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Une chanson douce} - [by=Henri Salvador,cov=succes,album=Ses plus grands succès] + [by={Henri Salvador},cov={succes},album={Ses plus grands succès}] \cover \gtab{C}{X32010} diff --git a/songs/Herman_Dune/Be_a_doll_and_take_my_heart.sg b/songs/Herman_Dune/Be_a_doll_and_take_my_heart.sg index e779f85c..768231b4 100644 --- a/songs/Herman_Dune/Be_a_doll_and_take_my_heart.sg +++ b/songs/Herman_Dune/Be_a_doll_and_take_my_heart.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Be a doll and take my heart} - [by=Herman Düne,cov=strange-moosic,album=Strange moosic] + [by={Herman Düne},cov={strange-moosic},album={Strange moosic}] \cover \capo{2} diff --git a/songs/Herman_Dune/Bristol.sg b/songs/Herman_Dune/Bristol.sg index 040c589c..c31f878c 100644 --- a/songs/Herman_Dune/Bristol.sg +++ b/songs/Herman_Dune/Bristol.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Bristol} - [by=Herman Düne,cov=giant,album=Giant] + [by={Herman Düne},cov={giant},album={Giant}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Herman_Dune/I_wish_I_could_see_you_soon.sg b/songs/Herman_Dune/I_wish_I_could_see_you_soon.sg index 197dbd7f..6ea6fb32 100644 --- a/songs/Herman_Dune/I_wish_I_could_see_you_soon.sg +++ b/songs/Herman_Dune/I_wish_I_could_see_you_soon.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I wish I could see you soon} - [by=Herman Düne,cov=giant,album=Giant] + [by={Herman Düne},cov={giant},album={Giant}] \cover diff --git a/songs/Herman_Dune/My_friends_kill_my_folks.sg b/songs/Herman_Dune/My_friends_kill_my_folks.sg index a5769ae2..f63e46de 100644 --- a/songs/Herman_Dune/My_friends_kill_my_folks.sg +++ b/songs/Herman_Dune/My_friends_kill_my_folks.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{My friends kill my folks} - [by=Herman Düne,cov=mas-cambios,album=Mas cambios] + [by={Herman Düne},cov={mas-cambios},album={Mas cambios}] \cover \gtab{Am}{X02210} diff --git a/songs/Herman_Dune/Pure_heart.sg b/songs/Herman_Dune/Pure_heart.sg index 923353e7..2e121ef9 100644 --- a/songs/Herman_Dune/Pure_heart.sg +++ b/songs/Herman_Dune/Pure_heart.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Pure heart} - [by=Herman Düne,cov=giant,album=Giant] + [by={Herman Düne},cov={giant},album={Giant}] \cover \gtab{E}{022100} diff --git a/songs/Herman_Dune/Tell_me_something_I_don_t_know.sg b/songs/Herman_Dune/Tell_me_something_I_don_t_know.sg index 1c23412e..b14dfe67 100644 --- a/songs/Herman_Dune/Tell_me_something_I_don_t_know.sg +++ b/songs/Herman_Dune/Tell_me_something_I_don_t_know.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Tell me something I don't know} - [by=Herman Düne,cov=strange-moosic,album=Strange moosic] + [by={Herman Düne},cov={strange-moosic},album={Strange moosic}] \cover \capo{5} diff --git a/songs/Herman_Dune/When_the_water_gets_cold.sg b/songs/Herman_Dune/When_the_water_gets_cold.sg index f10d2073..fb2211f3 100644 --- a/songs/Herman_Dune/When_the_water_gets_cold.sg +++ b/songs/Herman_Dune/When_the_water_gets_cold.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{When the water gets cold} - [by=Herman Düne,cov=giant,album=Giant] + [by={Herman Düne},cov={giant},album={Giant}] \cover \capo{4} diff --git a/songs/Herman_Dune/Your_name_my_game.sg b/songs/Herman_Dune/Your_name_my_game.sg index e78b10d7..c8a2f5f1 100644 --- a/songs/Herman_Dune/Your_name_my_game.sg +++ b/songs/Herman_Dune/Your_name_my_game.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Your name, my game} - [by=Herman Düne,cov=giant,album=Giant] + [by={Herman Düne},cov={giant},album={Giant}] \cover \gtab{F#m}{2:022000} diff --git a/songs/Herman_s_Hermits/No_milk_today.sg b/songs/Herman_s_Hermits/No_milk_today.sg index 87909162..05c0c665 100644 --- a/songs/Herman_s_Hermits/No_milk_today.sg +++ b/songs/Herman_s_Hermits/No_milk_today.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{No milk today} - [by=Herman's Hermits,cov=original-hits,album=Original hits] + [by={Herman's Hermits},cov={original-hits},album={Original hits}] \cover \gtab{Am}{X02210} diff --git a/songs/Herve_Cristiani/Il_est_libre_Max.sg b/songs/Herve_Cristiani/Il_est_libre_Max.sg index 4ad15feb..0d024d9d 100644 --- a/songs/Herve_Cristiani/Il_est_libre_Max.sg +++ b/songs/Herve_Cristiani/Il_est_libre_Max.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Il est libre Max} - [by=Hervé Cristiani,cov=libre-max,album=Il est libre Max] + [by={Hervé Cristiani},cov={libre-max},album={Il est libre Max}] \cover \gtab{Em}{022000} diff --git a/songs/Howie_Day/Collide.sg b/songs/Howie_Day/Collide.sg index cae1e111..10f28929 100644 --- a/songs/Howie_Day/Collide.sg +++ b/songs/Howie_Day/Collide.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Collide} - [by=Howie Day,cov=stop-all-the-world-now,album=Stop all the world now] + [by={Howie Day},cov={stop-all-the-world-now},album={Stop all the world now}] \cover \gtab*{G}{320033} diff --git a/songs/Hubert-Felix_Thiefaine/Sentiments_numeriques_revisites.sg b/songs/Hubert-Felix_Thiefaine/Sentiments_numeriques_revisites.sg index 2435e3fb..04b91254 100644 --- a/songs/Hubert-Felix_Thiefaine/Sentiments_numeriques_revisites.sg +++ b/songs/Hubert-Felix_Thiefaine/Sentiments_numeriques_revisites.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Sentiments numériques revisités} - [by=Hubert-Félix Thiéfaine,cov=la-tentation-du-bonheur,album=La tentation du bonheur] + [by={Hubert-Félix Thiéfaine},cov={la-tentation-du-bonheur},album={La tentation du bonheur}] \cover \gtab{A}{X02220} diff --git a/songs/Hugues_Aufray/Alouette.sg b/songs/Hugues_Aufray/Alouette.sg index 750cc5cb..437290fc 100644 --- a/songs/Hugues_Aufray/Alouette.sg +++ b/songs/Hugues_Aufray/Alouette.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Alouette} - [by=Hugues Aufray] + [by={Hugues Aufray}] \gtab{Em}{022000} \gtab*{Am7}{002212} diff --git a/songs/Hugues_Aufray/Celine.sg b/songs/Hugues_Aufray/Celine.sg index 1c1561b5..ce41b085 100644 --- a/songs/Hugues_Aufray/Celine.sg +++ b/songs/Hugues_Aufray/Celine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Céline} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover \gtab{Am}{X02210} diff --git a/songs/Hugues_Aufray/Debout_les_gars.sg b/songs/Hugues_Aufray/Debout_les_gars.sg index 1f0642a3..1a24d5b5 100644 --- a/songs/Hugues_Aufray/Debout_les_gars.sg +++ b/songs/Hugues_Aufray/Debout_les_gars.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Debout les gars} - [by=Hugues Aufray,cov=le-meilleur-de-hugues-aufray,album=Le meilleur de Hugues Aufray] + [by={Hugues Aufray},cov={le-meilleur-de-hugues-aufray},album={Le meilleur de Hugues Aufray}] \cover \gtab{Am}{X02210} diff --git a/songs/Hugues_Aufray/Elle_descend_de_la_montagne.sg b/songs/Hugues_Aufray/Elle_descend_de_la_montagne.sg index 6cc029ac..f2440624 100644 --- a/songs/Hugues_Aufray/Elle_descend_de_la_montagne.sg +++ b/songs/Hugues_Aufray/Elle_descend_de_la_montagne.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Elle descend de la montagne} - [by=Hugues Aufray,cov=little-troubadour,album=Little troubadour] + [by={Hugues Aufray},cov={little-troubadour},album={Little troubadour}] \cover \gtab{C}{X32010} diff --git a/songs/Hugues_Aufray/Hasta_luego.sg b/songs/Hugues_Aufray/Hasta_luego.sg index 32071a6c..1280d92d 100644 --- a/songs/Hugues_Aufray/Hasta_luego.sg +++ b/songs/Hugues_Aufray/Hasta_luego.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hasta luego} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover \gtab{Am}{X02210} diff --git a/songs/Hugues_Aufray/Je_reviens.sg b/songs/Hugues_Aufray/Je_reviens.sg index 289da6dc..ff6a2453 100644 --- a/songs/Hugues_Aufray/Je_reviens.sg +++ b/songs/Hugues_Aufray/Je_reviens.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je reviens (Les portes de Saint-Malo)} - [by=Hugues Aufray,cov=le-meilleur-de-hugues-aufray,album=Le meilleur de Hugues Aufray] + [by={Hugues Aufray},cov={le-meilleur-de-hugues-aufray},album={Le meilleur de Hugues Aufray}] \cover \capo{2} diff --git a/songs/Hugues_Aufray/L_epervier.sg b/songs/Hugues_Aufray/L_epervier.sg index fd3516d1..a70275d9 100644 --- a/songs/Hugues_Aufray/L_epervier.sg +++ b/songs/Hugues_Aufray/L_epervier.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'épervier} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover \gtab{C}{332010} diff --git a/songs/Hugues_Aufray/Le_Bon_Dieu_s_enervait.sg b/songs/Hugues_Aufray/Le_Bon_Dieu_s_enervait.sg index e415290b..1915c526 100644 --- a/songs/Hugues_Aufray/Le_Bon_Dieu_s_enervait.sg +++ b/songs/Hugues_Aufray/Le_Bon_Dieu_s_enervait.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le Bon Dieu s'énervait} - [by=Hugues Aufray] + [by={Hugues Aufray}] \cover diff --git a/songs/Hugues_Aufray/Le_joueur_de_pipeau.sg b/songs/Hugues_Aufray/Le_joueur_de_pipeau.sg index f9b38ce9..d9a8f6e6 100644 --- a/songs/Hugues_Aufray/Le_joueur_de_pipeau.sg +++ b/songs/Hugues_Aufray/Le_joueur_de_pipeau.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le joueur de pipeau} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Hugues_Aufray/Le_jour_ou_le_bateau_viendra.sg b/songs/Hugues_Aufray/Le_jour_ou_le_bateau_viendra.sg index 0b12076b..2185df85 100644 --- a/songs/Hugues_Aufray/Le_jour_ou_le_bateau_viendra.sg +++ b/songs/Hugues_Aufray/Le_jour_ou_le_bateau_viendra.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le jour où le bateau viendra} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle},% + original={Bob Dylan - When the ship comes in}] \cover \gtab{G}{320003} diff --git a/songs/Hugues_Aufray/Le_petit_ane_gris.sg b/songs/Hugues_Aufray/Le_petit_ane_gris.sg index 7c1b8fb0..ca3ca010 100644 --- a/songs/Hugues_Aufray/Le_petit_ane_gris.sg +++ b/songs/Hugues_Aufray/Le_petit_ane_gris.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le petit âne gris} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover diff --git a/songs/Hugues_Aufray/Les_couleurs.sg b/songs/Hugues_Aufray/Les_couleurs.sg index 0f687af5..5532b52b 100644 --- a/songs/Hugues_Aufray/Les_couleurs.sg +++ b/songs/Hugues_Aufray/Les_couleurs.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les couleurs} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover \gtab{D}{XX0232} diff --git a/songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg b/songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg index 96762247..f6126d1e 100644 --- a/songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg +++ b/songs/Hugues_Aufray/N_y_pense_plus_tout_est_bien.sg @@ -1,8 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{N'y pense plus, tout est bien} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] - + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle},% + original={Bob Dylan - Don't think twice, it's all right}] \cover \gtab{C}{X32010} diff --git a/songs/Hugues_Aufray/Santiano.sg b/songs/Hugues_Aufray/Santiano.sg index cc932302..44226885 100644 --- a/songs/Hugues_Aufray/Santiano.sg +++ b/songs/Hugues_Aufray/Santiano.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Santiano} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover diff --git a/songs/Hugues_Aufray/Stewball.sg b/songs/Hugues_Aufray/Stewball.sg index acddafca..eb1276ff 100644 --- a/songs/Hugues_Aufray/Stewball.sg +++ b/songs/Hugues_Aufray/Stewball.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Stewball} - [by=Hugues Aufray,cov=la-terre-est-si-belle,album=La Terre est si belle] + [by={Hugues Aufray},cov={la-terre-est-si-belle},album={La Terre est si belle}] \cover \gtab{D}{XX0232} diff --git a/songs/Hugues_Aufray/Tu_sens_bon_la_terre.sg b/songs/Hugues_Aufray/Tu_sens_bon_la_terre.sg index 2d88ec71..a75d9636 100644 --- a/songs/Hugues_Aufray/Tu_sens_bon_la_terre.sg +++ b/songs/Hugues_Aufray/Tu_sens_bon_la_terre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tu sens bon la terre} - [by=Hugues Aufray] + [by={Hugues Aufray}] \gtab{Dm}{5:X02210} \gtab{A7}{5:020100} diff --git a/songs/Indochine/J_ai_demande_a_la_lune.sg b/songs/Indochine/J_ai_demande_a_la_lune.sg index e3713931..09995908 100644 --- a/songs/Indochine/J_ai_demande_a_la_lune.sg +++ b/songs/Indochine/J_ai_demande_a_la_lune.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{J'ai demandé à la Lune} - [by=Indochine,cov=paradize,album=Paradize] + [by={Indochine},cov={paradize},album={Paradize}] \cover \gtab{A}{X02220} diff --git a/songs/Indochine/L_aventurier.sg b/songs/Indochine/L_aventurier.sg index 1842e805..bb6631fd 100644 --- a/songs/Indochine/L_aventurier.sg +++ b/songs/Indochine/L_aventurier.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'aventurier} - [by=Indochine,cov=generation-indochine,album=Génération Indochine] + [by={Indochine},cov={generation-indochine},album={Génération Indochine}] \cover \gtab{Am}{X02210} diff --git a/songs/Israel_Kamakawiwo_ole/Somewhere_over_the_rainbow.sg b/songs/Israel_Kamakawiwo_ole/Somewhere_over_the_rainbow.sg index f4fc45f4..46483889 100644 --- a/songs/Israel_Kamakawiwo_ole/Somewhere_over_the_rainbow.sg +++ b/songs/Israel_Kamakawiwo_ole/Somewhere_over_the_rainbow.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Somewhere over the rainbow} - [by=Israel Kamakawiwo'ole,cov=over-the-rainbow,album=Over the rainbow] + [by={Israel Kamakawiwo'ole},cov={over-the-rainbow},album={Over the rainbow}] \cover \capo{5} diff --git a/songs/JCFrog/Hadopi_song_III.sg b/songs/JCFrog/Hadopi_song_III.sg index 030d11d7..78f49e8a 100644 --- a/songs/JCFrog/Hadopi_song_III.sg +++ b/songs/JCFrog/Hadopi_song_III.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hadopi song III : vivre ou survivre} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + [by={JCFrog},cov={pastiche-geek-circus},album={Pastiche geek circus},% url={http://jcfrog.com/jcfrogmp3/},original={Daniel Balavoine - Vivre ou survivre}] \cover diff --git a/songs/JCFrog/Je_t_emmene_dedans.sg b/songs/JCFrog/Je_t_emmene_dedans.sg index 699b5a10..10984c8d 100644 --- a/songs/JCFrog/Je_t_emmene_dedans.sg +++ b/songs/JCFrog/Je_t_emmene_dedans.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je t'emmène dedans} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + [by={JCFrog},cov={pastiche-geek-circus},album={Pastiche geek circus},% url={http://jcfrog.com/jcfrogmp3/},original={Louise Attaque - Je t'emmène au vent}] diff --git a/songs/JCFrog/La_mauvaise_ereputation.sg b/songs/JCFrog/La_mauvaise_ereputation.sg index e4e6310f..2d24f6b0 100644 --- a/songs/JCFrog/La_mauvaise_ereputation.sg +++ b/songs/JCFrog/La_mauvaise_ereputation.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La mauvaise e-réputation} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + [by={JCFrog},cov={pastiche-geek-circus},album={Pastiche geek circus},% url={http://jcfrog.com/jcfrogmp3/},original={Georges Brassens - La mauvaise réputation}] \cover diff --git a/songs/JCFrog/Russians.sg b/songs/JCFrog/Russians.sg index 69dcb957..18eac541 100644 --- a/songs/JCFrog/Russians.sg +++ b/songs/JCFrog/Russians.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Russians} - [by=JCFrog,cov=pastiche-geek-circus,album=Pastiche geek circus,% + [by={JCFrog},cov={pastiche-geek-circus},album={Pastiche geek circus},% url={http://jcfrog.com/jcfrogmp3/},original={Sting - Russians}] \cover diff --git a/songs/Jack_Johnson/Taylor.sg b/songs/Jack_Johnson/Taylor.sg index b3d7374a..3abc2312 100644 --- a/songs/Jack_Johnson/Taylor.sg +++ b/songs/Jack_Johnson/Taylor.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Taylor} - [by=Jack Johnson,cov=on-and-on,album=On and on] + [by={Jack Johnson},cov={on-and-on},album={On and on}] \cover %\utab{C}{0003} diff --git a/songs/Jacques_Brel/Amsterdam.sg b/songs/Jacques_Brel/Amsterdam.sg index 37d683f4..a8632b5b 100644 --- a/songs/Jacques_Brel/Amsterdam.sg +++ b/songs/Jacques_Brel/Amsterdam.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Amsterdam} - [by=Jacques Brel,cov=amsterdam,album=Amsterdam] + [by={Jacques Brel},cov={amsterdam},album={Amsterdam}] \cover \gtab{Am}{X02210} diff --git a/songs/Jacques_Brel/Ces_gens_la.sg b/songs/Jacques_Brel/Ces_gens_la.sg index 70d05dd3..c0f98e60 100644 --- a/songs/Jacques_Brel/Ces_gens_la.sg +++ b/songs/Jacques_Brel/Ces_gens_la.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Ces gens-là} - [by=Jacques Brel,cov=ces-gens-la,album=Ces gens-là] + [by={Jacques Brel},cov={ces-gens-la},album={Ces gens-là}] \cover \gtab{A&m}{4:022000} diff --git a/songs/Jacques_Brel/La_valse_a_mille_temps.sg b/songs/Jacques_Brel/La_valse_a_mille_temps.sg index f7362a71..8f4fb6ee 100644 --- a/songs/Jacques_Brel/La_valse_a_mille_temps.sg +++ b/songs/Jacques_Brel/La_valse_a_mille_temps.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La valse à mille temps} - [by=Jacques Brel,cov=valse,album=La valse à mille temps] + [by={Jacques Brel},cov={valse},album={La valse à mille temps}] \cover \gtab{B}{2:X02220} diff --git a/songs/Jacques_Brel/Vesoul.sg b/songs/Jacques_Brel/Vesoul.sg index 8bcbb42f..1b96c17b 100644 --- a/songs/Jacques_Brel/Vesoul.sg +++ b/songs/Jacques_Brel/Vesoul.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Vesoul} - [by=Jacques Brel,cov=master-series-1,album=Master series 1] + [by={Jacques Brel},cov={master-series-1},album={Master series 1}] \cover diff --git a/songs/Jacques_Dutronc/La_fille_du_Pere_Noel.sg b/songs/Jacques_Dutronc/La_fille_du_Pere_Noel.sg index b6daa2ae..f5ba9bfe 100644 --- a/songs/Jacques_Dutronc/La_fille_du_Pere_Noel.sg +++ b/songs/Jacques_Dutronc/La_fille_du_Pere_Noel.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La fille du Père Noël} - [by=Jacques Dutronc,cov=en-vogue,album=En vogue] + [by={Jacques Dutronc},cov={en-vogue},album={En vogue}] \cover \gtab{D}{XX0232} diff --git a/songs/Jacques_Higelin/Je_ne_peux_plus_dire_je_t_aime.sg b/songs/Jacques_Higelin/Je_ne_peux_plus_dire_je_t_aime.sg index 3e16de62..54fd9ef8 100644 --- a/songs/Jacques_Higelin/Je_ne_peux_plus_dire_je_t_aime.sg +++ b/songs/Jacques_Higelin/Je_ne_peux_plus_dire_je_t_aime.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je ne peux plus dire je t'aime} - [by=Jacques Higelin,cov=caviar-pour-les-autres,album=Caviar pour les autres{\dots}] + [by={Jacques Higelin},cov={caviar-pour-les-autres},album={Caviar pour les autres{\dots},}] \cover \gtab{G}{320003} diff --git a/songs/Jacques_Higelin/Poil_dans_la_main.sg b/songs/Jacques_Higelin/Poil_dans_la_main.sg index 1968392b..60c836f9 100644 --- a/songs/Jacques_Higelin/Poil_dans_la_main.sg +++ b/songs/Jacques_Higelin/Poil_dans_la_main.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Poil dans la main} - [by=Jacques Higelin,cov=preferences,album=Préférences] + [by={Jacques Higelin},cov={preferences},album={Préférences}] \cover \gtab{C}{X32010} diff --git a/songs/Jacques_Higelin/Tombe_du_ciel.sg b/songs/Jacques_Higelin/Tombe_du_ciel.sg index 2a23f831..7e809ac3 100644 --- a/songs/Jacques_Higelin/Tombe_du_ciel.sg +++ b/songs/Jacques_Higelin/Tombe_du_ciel.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Tombé du ciel} - [by=Jacques Higelin,cov=preferences,album=Préférences] + [by={Jacques Higelin},cov={preferences},album={Préférences}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Jali/Espanola.sg b/songs/Jali/Espanola.sg index 0fc9da55..97e71eb0 100644 --- a/songs/Jali/Espanola.sg +++ b/songs/Jali/Espanola.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Española} - [by=Jali,cov=des-jours-et-des-lunes,album=Des jours et des lunes] + [by={Jali},cov={des-jours-et-des-lunes},album={Des jours et des lunes}] \cover \gtab{Am}{X02210} diff --git a/songs/Jason_Marz/I_m_yours.sg b/songs/Jason_Marz/I_m_yours.sg index ee74944d..a21d5e3e 100644 --- a/songs/Jason_Marz/I_m_yours.sg +++ b/songs/Jason_Marz/I_m_yours.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I'm yours} - [by=Jason Marz,cov=I_m_yours,album=I'm yours] + [by={Jason Marz},cov={I_m_yours},album={I'm yours}] \cover \gtab{B}{2:X02220} diff --git a/songs/Jean-Jacques_Goldman/Comme_toi.sg b/songs/Jean-Jacques_Goldman/Comme_toi.sg index b548255e..0f377b02 100644 --- a/songs/Jean-Jacques_Goldman/Comme_toi.sg +++ b/songs/Jean-Jacques_Goldman/Comme_toi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Comme toi} - [by=Jean-Jacques Goldman,cov=singulier,album=Singulier] + [by={Jean-Jacques Goldman},cov={singulier},album={Singulier}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Jean-Jacques_Goldman/Encore_un_matin.sg b/songs/Jean-Jacques_Goldman/Encore_un_matin.sg index 32adf28b..d21f90b1 100644 --- a/songs/Jean-Jacques_Goldman/Encore_un_matin.sg +++ b/songs/Jean-Jacques_Goldman/Encore_un_matin.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Encore un matin} - [by=Jean-Jacques Goldman,cov=singulier,album=Singulier] + [by={Jean-Jacques Goldman},cov={singulier},album={Singulier}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Jean-Jacques_Goldman/Il_changeait_la_vie.sg b/songs/Jean-Jacques_Goldman/Il_changeait_la_vie.sg index 9c27b768..07d564ad 100644 --- a/songs/Jean-Jacques_Goldman/Il_changeait_la_vie.sg +++ b/songs/Jean-Jacques_Goldman/Il_changeait_la_vie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Il changeait la vie} - [by=Jean-Jacques Goldman,cov=singulier,album=Singulier] + [by={Jean-Jacques Goldman},cov={singulier},album={Singulier}] \cover \capo{5} diff --git a/songs/Jean-Jacques_Goldman/Je_te_donne.sg b/songs/Jean-Jacques_Goldman/Je_te_donne.sg index fc603df4..2cff8a1a 100644 --- a/songs/Jean-Jacques_Goldman/Je_te_donne.sg +++ b/songs/Jean-Jacques_Goldman/Je_te_donne.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je te donne} - [by=Jean-Jacques Goldman,cov=non-homologue,album=Non homologué] + [by={Jean-Jacques Goldman},cov={non-homologue},album={Non homologué}] \cover \gtab{Em}{022000} diff --git a/songs/Jean-Jacques_Goldman/Le_coureur.sg b/songs/Jean-Jacques_Goldman/Le_coureur.sg index 9c7e6c7a..1af71a8e 100644 --- a/songs/Jean-Jacques_Goldman/Le_coureur.sg +++ b/songs/Jean-Jacques_Goldman/Le_coureur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le coureur} - [by=Jean-Jacques Goldman,cov=en-passant,album=En passant] + [by={Jean-Jacques Goldman},cov={en-passant},album={En passant}] \cover \gtab{Em}{022000} diff --git a/songs/Jean-Jacques_Goldman/Long_is_the_road.sg b/songs/Jean-Jacques_Goldman/Long_is_the_road.sg index 25d7a9c5..f8c5585d 100644 --- a/songs/Jean-Jacques_Goldman/Long_is_the_road.sg +++ b/songs/Jean-Jacques_Goldman/Long_is_the_road.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Long is the road} - [by=Jean-Jacques Goldman,cov=singulier,album=Singulier] + [by={Jean-Jacques Goldman},cov={singulier},album={Singulier}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Jean-Jacques_Goldman/On_ira.sg b/songs/Jean-Jacques_Goldman/On_ira.sg index 96b5e285..b316c10c 100644 --- a/songs/Jean-Jacques_Goldman/On_ira.sg +++ b/songs/Jean-Jacques_Goldman/On_ira.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{On ira} - [by=Jean-Jacques Goldman,cov=en-passant,album=En passant] + [by={Jean-Jacques Goldman},cov={en-passant},album={En passant}] \cover \gtab{A}{X02220} diff --git a/songs/Jean_Boyer/Pour_me_rendre_a_mon_bureau.sg b/songs/Jean_Boyer/Pour_me_rendre_a_mon_bureau.sg index 340dc7db..7df50a7f 100644 --- a/songs/Jean_Boyer/Pour_me_rendre_a_mon_bureau.sg +++ b/songs/Jean_Boyer/Pour_me_rendre_a_mon_bureau.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Pour me rendre à mon bureau} - [by=Jean Boyer,cov=,album=] + [by={Jean Boyer},cov={},album={}] %\cover diff --git a/songs/Jean_Leloup/Promeneur.sg b/songs/Jean_Leloup/Promeneur.sg index 514cb279..5a636e00 100644 --- a/songs/Jean_Leloup/Promeneur.sg +++ b/songs/Jean_Leloup/Promeneur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Promeneur} - [by=Jean Leloup,cov=la-vallee-des-reputations,album=La vallée des réputations] + [by={Jean Leloup},cov={la-vallee-des-reputations},album={La vallée des réputations}] \cover \gtab{Em}{022000} diff --git a/songs/Jean_Leloup/Sang_d_encre.sg b/songs/Jean_Leloup/Sang_d_encre.sg index 2c6416b8..d27a9f27 100644 --- a/songs/Jean_Leloup/Sang_d_encre.sg +++ b/songs/Jean_Leloup/Sang_d_encre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sang d'encre} - [by=Jean Leloup,cov=le-dome,album=Le Dôme] + [by={Jean Leloup},cov={le-dome},album={Le Dôme}] \cover \gtab{Em}{022000} diff --git a/songs/Jean_Pierre_Mader/Macumba.sg b/songs/Jean_Pierre_Mader/Macumba.sg index 9c034e66..b9abf78b 100644 --- a/songs/Jean_Pierre_Mader/Macumba.sg +++ b/songs/Jean_Pierre_Mader/Macumba.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Macumba} - [by=Jean-Pierre Mader,cov=microclimats,album=Microclimats] + [by={Jean-Pierre Mader},cov={microclimats},album={Microclimats}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Jeanette/Porque_te_vas.sg b/songs/Jeanette/Porque_te_vas.sg index db543229..060dbf61 100644 --- a/songs/Jeanette/Porque_te_vas.sg +++ b/songs/Jeanette/Porque_te_vas.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Porque te vas} - [by=Jeanette,cov=jeanette,album=Jeanette] + [by={Jeanette},cov={jeanette},album={Jeanette}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Jeanne_Moreau/Le_tourbillon_de_la_vie.sg b/songs/Jeanne_Moreau/Le_tourbillon_de_la_vie.sg index 64330b71..0866c344 100644 --- a/songs/Jeanne_Moreau/Le_tourbillon_de_la_vie.sg +++ b/songs/Jeanne_Moreau/Le_tourbillon_de_la_vie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le tourbillon de la vie} - [by=Jeanne Moreau,cov=BOF-Jules-et-Jim,album=BOF Jules et Jim] + [by={Jeanne Moreau},cov={BOF-Jules-et-Jim},album={BOF Jules et Jim}] \cover \gtab{A}{X02220} diff --git a/songs/Jeanne_Moreau/Les_mots_de_rien_du_tout.sg b/songs/Jeanne_Moreau/Les_mots_de_rien_du_tout.sg index a6b65cb5..a500f8d0 100644 --- a/songs/Jeanne_Moreau/Les_mots_de_rien_du_tout.sg +++ b/songs/Jeanne_Moreau/Les_mots_de_rien_du_tout.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les mots de rien} - [by=Jeanne Moreau,cov=succes-confidences,album=Succès et confidences] + [by={Jeanne Moreau},cov={succes-confidences},album={Succès et confidences}] \cover \gtab{C}{X32010} diff --git a/songs/Jeff_Buckley/Hallelujah.sg b/songs/Jeff_Buckley/Hallelujah.sg index b3bd5d51..2868aafc 100644 --- a/songs/Jeff_Buckley/Hallelujah.sg +++ b/songs/Jeff_Buckley/Hallelujah.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Hallelujah} - [by=Jeff Buckley,cov=grace,album=Grace] + [by={Jeff Buckley},cov={grace},album={Grace}] \cover \capo{5} diff --git a/songs/Jimi_Hendrix/The_wind_cries_Mary.sg b/songs/Jimi_Hendrix/The_wind_cries_Mary.sg index daa68537..f0bdc074 100644 --- a/songs/Jimi_Hendrix/The_wind_cries_Mary.sg +++ b/songs/Jimi_Hendrix/The_wind_cries_Mary.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{The wind cries Mary} - [by=Jimi Hendrix,cov=are-you-experienced,album=Are you experienced] + [by={Jimi Hendrix},cov={are-you-experienced},album={Are you experienced}] \cover \gtab*{E&}{6:X0222X} diff --git a/songs/Joan_Baez/Here_s_to_you.sg b/songs/Joan_Baez/Here_s_to_you.sg index 000c9f47..d955ed4a 100644 --- a/songs/Joan_Baez/Here_s_to_you.sg +++ b/songs/Joan_Baez/Here_s_to_you.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Here's to you} - [by=Joan Baez] + [by={Joan Baez}] \gtab{C}{X32010} \gtab{G7}{320001} diff --git a/songs/Joe_Dassin/La_fleur_aux_dents.sg b/songs/Joe_Dassin/La_fleur_aux_dents.sg index e745cc8d..3e545166 100644 --- a/songs/Joe_Dassin/La_fleur_aux_dents.sg +++ b/songs/Joe_Dassin/La_fleur_aux_dents.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La fleur aux dents} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover \gtab{C}{X32010} diff --git a/songs/Joe_Dassin/Le_chemin_de_Papa.sg b/songs/Joe_Dassin/Le_chemin_de_Papa.sg index 9d4d6c22..c3a8ba91 100644 --- a/songs/Joe_Dassin/Le_chemin_de_Papa.sg +++ b/songs/Joe_Dassin/Le_chemin_de_Papa.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le chemin de papa} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover diff --git a/songs/Joe_Dassin/Le_moustique.sg b/songs/Joe_Dassin/Le_moustique.sg index 0a9f161a..1f22a6a2 100644 --- a/songs/Joe_Dassin/Le_moustique.sg +++ b/songs/Joe_Dassin/Le_moustique.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le moustique} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover \gtab{C7}{X32310} diff --git a/songs/Joe_Dassin/Les_champs_elysees.sg b/songs/Joe_Dassin/Les_champs_elysees.sg index 2ed5e012..14104f88 100644 --- a/songs/Joe_Dassin/Les_champs_elysees.sg +++ b/songs/Joe_Dassin/Les_champs_elysees.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les Champs-Élysées} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover \gtab{C}{X32010} diff --git a/songs/Joe_Dassin/Les_petits_pains_au_chocolat.sg b/songs/Joe_Dassin/Les_petits_pains_au_chocolat.sg index a891bca7..882342c8 100644 --- a/songs/Joe_Dassin/Les_petits_pains_au_chocolat.sg +++ b/songs/Joe_Dassin/Les_petits_pains_au_chocolat.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les petits pains au chocolat} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover \gtab{C}{X32010} diff --git a/songs/Joe_Dassin/Ma_bonne_etoile.sg b/songs/Joe_Dassin/Ma_bonne_etoile.sg index 78fdb4fd..50e94f71 100644 --- a/songs/Joe_Dassin/Ma_bonne_etoile.sg +++ b/songs/Joe_Dassin/Ma_bonne_etoile.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ma bonne étoile} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover \gtab{C}{X32010} diff --git a/songs/Joe_Dassin/Siffler_sur_la_colline.sg b/songs/Joe_Dassin/Siffler_sur_la_colline.sg index 4319475e..2d1fbcbb 100644 --- a/songs/Joe_Dassin/Siffler_sur_la_colline.sg +++ b/songs/Joe_Dassin/Siffler_sur_la_colline.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Siffler sur la colline} - [by=Joe Dassin,cov=le-meilleur-de-joe-dassin,album=Le meilleur de Joe Dassin] + [by={Joe Dassin},cov={le-meilleur-de-joe-dassin},album={Le meilleur de Joe Dassin}] \cover diff --git a/songs/Johk/La_reine_de_France.sg b/songs/Johk/La_reine_de_France.sg index 1e61be28..14293f4e 100644 --- a/songs/Johk/La_reine_de_France.sg +++ b/songs/Johk/La_reine_de_France.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La reine de France} - [by=Johk] + [by={Johk}] \gtab{A}{X02220} \gtab{E}{022100} diff --git a/songs/John_Lennon/Working_class_hero.sg b/songs/John_Lennon/Working_class_hero.sg index 78f47360..80ad4c89 100644 --- a/songs/John_Lennon/Working_class_hero.sg +++ b/songs/John_Lennon/Working_class_hero.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Working class hero} - [by=John Lennon,cov=plastic-ono-band,album=Plastic ono band] + [by={John Lennon},cov={plastic-ono-band},album={Plastic ono band}] \cover \gtab{Am}{X02210} diff --git a/songs/Johnny_Cash/I_walk_the_line.sg b/songs/Johnny_Cash/I_walk_the_line.sg index 5d300416..eecf26ab 100644 --- a/songs/Johnny_Cash/I_walk_the_line.sg +++ b/songs/Johnny_Cash/I_walk_the_line.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I walk the line} - [by=Johnny Cash,cov=the-essential,album=The essential] + [by={Johnny Cash},cov={the-essential},album={The essential}] \cover \gtab{F}{1:022100} diff --git a/songs/Johnny_Cash/It_aint_me_babe.sg b/songs/Johnny_Cash/It_aint_me_babe.sg index 47735c4a..0b8439bd 100644 --- a/songs/Johnny_Cash/It_aint_me_babe.sg +++ b/songs/Johnny_Cash/It_aint_me_babe.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{It ain't me, babe} - [by=Johnny Cash,cov=the-essential,album=The essential] + [by={Johnny Cash},cov={the-essential},album={The essential}] \cover \gtab{G}{320003} diff --git a/songs/Johnny_Cash/Jackson.sg b/songs/Johnny_Cash/Jackson.sg index 4d03791d..b5cca8e8 100644 --- a/songs/Johnny_Cash/Jackson.sg +++ b/songs/Johnny_Cash/Jackson.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Jackson} - [by=Johnny Cash,cov=the-essential,album=The essential] + [by={Johnny Cash},cov={the-essential},album={The essential}] \cover \gtab{C}{X32010} diff --git a/songs/Johnny_Cash/The_ring_of_fire.sg b/songs/Johnny_Cash/The_ring_of_fire.sg index 5e19e976..2a0be371 100644 --- a/songs/Johnny_Cash/The_ring_of_fire.sg +++ b/songs/Johnny_Cash/The_ring_of_fire.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The ring of fire} - [by=Johnny Cash,cov=the-essential,album=The essential] + [by={Johnny Cash},cov={the-essential},album={The essential}] \cover \gtab{G}{320003} diff --git a/songs/Johnny_Hallyday/Le_penitencier.sg b/songs/Johnny_Hallyday/Le_penitencier.sg index 5ddd1803..b1f1cd95 100644 --- a/songs/Johnny_Hallyday/Le_penitencier.sg +++ b/songs/Johnny_Hallyday/Le_penitencier.sg @@ -1,7 +1,8 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le pénitencier} - [by=Johnny Hallyday,cov=le-penitencier,album=Le pénitencier] + [by={Johnny Hallyday},cov={le-penitencier},album={Le pénitencier},% + original={The Animals - The house of the rising sun}] \cover \gtab{Am}{X02210} diff --git a/songs/Jonathan_Coulton/Still_alive.sg b/songs/Jonathan_Coulton/Still_alive.sg index 90cbdd00..72fd8d92 100644 --- a/songs/Jonathan_Coulton/Still_alive.sg +++ b/songs/Jonathan_Coulton/Still_alive.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Still alive} - [by=Jonathan Coulton,cov=portal,album=Portal] + [by={Jonathan Coulton},cov={portal},album={Portal}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Julien_Clerc/Ce_n_est_rien.sg b/songs/Julien_Clerc/Ce_n_est_rien.sg index 005c8582..0e5b7bc5 100644 --- a/songs/Julien_Clerc/Ce_n_est_rien.sg +++ b/songs/Julien_Clerc/Ce_n_est_rien.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ce n'est rien} - [by=Julien Clerc,cov=ce-n-est-rien,album=Ce n'est rien] + [by={Julien Clerc},cov={ce-n-est-rien},album={Ce n'est rien}] \cover \gtab{Em}{022000} diff --git a/songs/Julien_Clerc/Melissa.sg b/songs/Julien_Clerc/Melissa.sg index e03cf24a..54ecc3a6 100644 --- a/songs/Julien_Clerc/Melissa.sg +++ b/songs/Julien_Clerc/Melissa.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mélissa} - [by=Julien Clerc,cov=ce-n-est-rien,album=Ce n'est rien] + [by={Julien Clerc},cov={ce-n-est-rien},album={Ce n'est rien}] \cover \gtab{E}{022100} diff --git a/songs/Julien_Clerc/Travailler_c_est_trop_dur.sg b/songs/Julien_Clerc/Travailler_c_est_trop_dur.sg index 993bec92..c0b2369a 100644 --- a/songs/Julien_Clerc/Travailler_c_est_trop_dur.sg +++ b/songs/Julien_Clerc/Travailler_c_est_trop_dur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Travailler, c'est trop dur} - [by=Julien Clerc,cov=best-of-julien-clerc,album=Best of] + [by={Julien Clerc},cov={best-of-julien-clerc},album={Best of}] \cover \gtab{E}{022100} diff --git a/songs/Julien_Dore/Kiss_me_forever.sg b/songs/Julien_Dore/Kiss_me_forever.sg index e45bec3d..d29143ad 100644 --- a/songs/Julien_Dore/Kiss_me_forever.sg +++ b/songs/Julien_Dore/Kiss_me_forever.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Kiss me forever} - [by=Julien Doré,cov=bichon,album=Bichon] + [by={Julien Doré},cov={bichon},album={Bichon}] \cover \capo{3} diff --git a/songs/Kana/Plantation.sg b/songs/Kana/Plantation.sg index 7b11f032..885ffabf 100644 --- a/songs/Kana/Plantation.sg +++ b/songs/Kana/Plantation.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Plantation} - [by=Kana,cov=kana,album=Kana] + [by={Kana},cov={kana},album={Kana}] \cover \gtab{G}{3:022100} diff --git a/songs/Karpatt/Des_gnons_pour_des_pelles.sg b/songs/Karpatt/Des_gnons_pour_des_pelles.sg index 0f08c2a4..99ddd616 100644 --- a/songs/Karpatt/Des_gnons_pour_des_pelles.sg +++ b/songs/Karpatt/Des_gnons_pour_des_pelles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Des gnons pour des pelles} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{F#}{2:022100} diff --git a/songs/Karpatt/Des_idees.sg b/songs/Karpatt/Des_idees.sg index aca01918..754bb34b 100644 --- a/songs/Karpatt/Des_idees.sg +++ b/songs/Karpatt/Des_idees.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Des idées} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \gtab{Am}{5:022000} diff --git a/songs/Karpatt/En_pleine_mer.sg b/songs/Karpatt/En_pleine_mer.sg index 6d85eaa9..0244bf68 100644 --- a/songs/Karpatt/En_pleine_mer.sg +++ b/songs/Karpatt/En_pleine_mer.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{En pleine mer} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Karpatt/Fan_de_maman.sg b/songs/Karpatt/Fan_de_maman.sg index 15acc1b8..5dcbb617 100644 --- a/songs/Karpatt/Fan_de_maman.sg +++ b/songs/Karpatt/Fan_de_maman.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Fan de maman} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Karpatt/Histoire_de_famille.sg b/songs/Karpatt/Histoire_de_famille.sg index ab7fe668..e4e460b6 100644 --- a/songs/Karpatt/Histoire_de_famille.sg +++ b/songs/Karpatt/Histoire_de_famille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Histoire de famille} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \gtab{Fm}{8:X02210} diff --git a/songs/Karpatt/Le_demenagement.sg b/songs/Karpatt/Le_demenagement.sg index 8c4b4a89..3662146c 100644 --- a/songs/Karpatt/Le_demenagement.sg +++ b/songs/Karpatt/Le_demenagement.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Le déménagement} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Karpatt/Le_fil.sg b/songs/Karpatt/Le_fil.sg index 95088428..eade0659 100644 --- a/songs/Karpatt/Le_fil.sg +++ b/songs/Karpatt/Le_fil.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Le fil} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Karpatt/Le_magicien.sg b/songs/Karpatt/Le_magicien.sg index 3edf2cd6..701f1951 100644 --- a/songs/Karpatt/Le_magicien.sg +++ b/songs/Karpatt/Le_magicien.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le magicien} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Karpatt/Leon.sg b/songs/Karpatt/Leon.sg index 291b1b4f..7f4ad9b1 100644 --- a/songs/Karpatt/Leon.sg +++ b/songs/Karpatt/Leon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Léon} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Karpatt/Les_canards_en_plastique.sg b/songs/Karpatt/Les_canards_en_plastique.sg index 7df5c2fb..5db15d4b 100644 --- a/songs/Karpatt/Les_canards_en_plastique.sg +++ b/songs/Karpatt/Les_canards_en_plastique.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Les canards en plastique} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Karpatt/Les_ptits_cailloux.sg b/songs/Karpatt/Les_ptits_cailloux.sg index eed03abf..e0d04469 100644 --- a/songs/Karpatt/Les_ptits_cailloux.sg +++ b/songs/Karpatt/Les_ptits_cailloux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les p'tits cailloux} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Karpatt/Les_vieilles.sg b/songs/Karpatt/Les_vieilles.sg index 5a21bb94..bb20dc39 100644 --- a/songs/Karpatt/Les_vieilles.sg +++ b/songs/Karpatt/Les_vieilles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les vieilles} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \capo{3} diff --git a/songs/Karpatt/Lino.sg b/songs/Karpatt/Lino.sg index 9e9e4c01..c94f7704 100644 --- a/songs/Karpatt/Lino.sg +++ b/songs/Karpatt/Lino.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Lino} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Karpatt/Melisande.sg b/songs/Karpatt/Melisande.sg index 501aaee3..48a20b61 100644 --- a/songs/Karpatt/Melisande.sg +++ b/songs/Karpatt/Melisande.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mélisande} - [by=Karpatt,cov=dans-d-beaux-draps,album=Dans d'beaux draps] + [by={Karpatt},cov={dans-d-beaux-draps},album={Dans d'beaux draps}] \cover \capo{5} diff --git a/songs/Karpatt/Souleve_ta_jupe.sg b/songs/Karpatt/Souleve_ta_jupe.sg index ff8b82a4..225787dd 100644 --- a/songs/Karpatt/Souleve_ta_jupe.sg +++ b/songs/Karpatt/Souleve_ta_jupe.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Soulève ta jupe} - [by=Karpatt,cov=dans-le-caillou,album=Dans le caillou] + [by={Karpatt},cov={dans-le-caillou},album={Dans le caillou}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Kimya_Dawson/Tree_hugger.sg b/songs/Kimya_Dawson/Tree_hugger.sg index 3d49cc93..7a5b8cb9 100644 --- a/songs/Kimya_Dawson/Tree_hugger.sg +++ b/songs/Kimya_Dawson/Tree_hugger.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Tree hugger} - [by=Kimya Dawson,cov=juno,album=Juno] + [by={Kimya Dawson},cov={juno},album={Juno}] \cover \gtab{G}{320003} diff --git a/songs/La_Famille_Maestro/Le_rat_de_l_opera.sg b/songs/La_Famille_Maestro/Le_rat_de_l_opera.sg index 7a5a16b8..9fe4d8b7 100644 --- a/songs/La_Famille_Maestro/Le_rat_de_l_opera.sg +++ b/songs/La_Famille_Maestro/Le_rat_de_l_opera.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le rat de l'opéra} - [by=La Famille Maestro,cov=opus2,album=Opus 2] + [by={La Famille Maestro},cov={opus2},album={Opus 2}] \cover \gtab{A}{X02220} diff --git a/songs/La_Maison_Tellier/La_chambre_rose.sg b/songs/La_Maison_Tellier/La_chambre_rose.sg index 73260625..3def47af 100644 --- a/songs/La_Maison_Tellier/La_chambre_rose.sg +++ b/songs/La_Maison_Tellier/La_chambre_rose.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La chambre rose} - [by=La Maison Tellier,cov=la-maison-tellier,album=La maison Tellier] + [by={La Maison Tellier},cov={la-maison-tellier},album={La maison Tellier}] \cover \capo{3} diff --git a/songs/La_Rue_Ketanou/Almarita.sg b/songs/La_Rue_Ketanou/Almarita.sg index 0130fb22..95b160ca 100644 --- a/songs/La_Rue_Ketanou/Almarita.sg +++ b/songs/La_Rue_Ketanou/Almarita.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Almarita} - [by=La Rue Kétanou,cov=y-a-des-cigales-dans-la-fourmiliere,album=Y'a des cigales dans la fourmilière] + [by={La Rue Kétanou},cov={y-a-des-cigales-dans-la-fourmiliere},album={Y'a des cigales dans la fourmilière}] \cover \gtab{B&m}{6:022000} diff --git a/songs/La_Rue_Ketanou/Bonhomme_de_chien.sg b/songs/La_Rue_Ketanou/Bonhomme_de_chien.sg index b8003ebd..3e4ecde4 100644 --- a/songs/La_Rue_Ketanou/Bonhomme_de_chien.sg +++ b/songs/La_Rue_Ketanou/Bonhomme_de_chien.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Bonhomme de chien} - [by=La Rue Kétanou,cov=en-attendant-les-caravanes,album=En attendant les caravanes] + [by={La Rue Kétanou},cov={en-attendant-les-caravanes},album={En attendant les caravanes}] \cover \gtab{Dm}{XX0231} diff --git a/songs/La_Rue_Ketanou/Impossible.sg b/songs/La_Rue_Ketanou/Impossible.sg index 574f49a3..93cab420 100644 --- a/songs/La_Rue_Ketanou/Impossible.sg +++ b/songs/La_Rue_Ketanou/Impossible.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Impossible} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{Am}{X02210} diff --git a/songs/La_Rue_Ketanou/La_chance.sg b/songs/La_Rue_Ketanou/La_chance.sg index 9c523f35..c3a249b4 100644 --- a/songs/La_Rue_Ketanou/La_chance.sg +++ b/songs/La_Rue_Ketanou/La_chance.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La chance} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{C}{3:X02220} diff --git a/songs/La_Rue_Ketanou/La_fiancee_de_l_eau.sg b/songs/La_Rue_Ketanou/La_fiancee_de_l_eau.sg index ef37a04c..7a32edad 100644 --- a/songs/La_Rue_Ketanou/La_fiancee_de_l_eau.sg +++ b/songs/La_Rue_Ketanou/La_fiancee_de_l_eau.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La fiancée de l'eau} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/La_Rue_Ketanou/La_rue_ketanou.sg b/songs/La_Rue_Ketanou/La_rue_ketanou.sg index ed6a52b4..a321bde0 100644 --- a/songs/La_Rue_Ketanou/La_rue_ketanou.sg +++ b/songs/La_Rue_Ketanou/La_rue_ketanou.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La Rue Kétanou} - [by=La Rue Kétanou,cov=en-attendant-les-caravanes,album=En attendant les caravanes] + [by={La Rue Kétanou},cov={en-attendant-les-caravanes},album={En attendant les caravanes}] \cover \gtab{Fm}{8:X02210} diff --git a/songs/La_Rue_Ketanou/Les_cigales.sg b/songs/La_Rue_Ketanou/Les_cigales.sg index 4780f490..ac685b7c 100644 --- a/songs/La_Rue_Ketanou/Les_cigales.sg +++ b/songs/La_Rue_Ketanou/Les_cigales.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les cigales} - [by=La Rue Kétanou,cov=y-a-des-cigales-dans-la-fourmiliere,album=Y'a des cigales dans la fourmilière] + [by={La Rue Kétanou},cov={y-a-des-cigales-dans-la-fourmiliere},album={Y'a des cigales dans la fourmilière}] \cover \gtab{Dm}{XX0231} diff --git a/songs/La_Rue_Ketanou/Les_hommes_que_j_aime.sg b/songs/La_Rue_Ketanou/Les_hommes_que_j_aime.sg index af4b8fd5..b2fafa28 100644 --- a/songs/La_Rue_Ketanou/Les_hommes_que_j_aime.sg +++ b/songs/La_Rue_Ketanou/Les_hommes_que_j_aime.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les hommes que j'aime} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/La_Rue_Ketanou/Les_mots.sg b/songs/La_Rue_Ketanou/Les_mots.sg index 6dae4a91..b6c8d6d7 100644 --- a/songs/La_Rue_Ketanou/Les_mots.sg +++ b/songs/La_Rue_Ketanou/Les_mots.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les mots} - [by=La Rue Kétanou,cov=en-attendant-les-caravanes,album=En attendant les caravanes] + [by={La Rue Kétanou},cov={en-attendant-les-caravanes},album={En attendant les caravanes}] \cover \gtab{Gm}{3:022000} diff --git a/songs/La_Rue_Ketanou/Les_tontons.sg b/songs/La_Rue_Ketanou/Les_tontons.sg index 02ee34a6..d65f6b8b 100644 --- a/songs/La_Rue_Ketanou/Les_tontons.sg +++ b/songs/La_Rue_Ketanou/Les_tontons.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les tontons} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{Am}{5:022000} diff --git a/songs/La_Rue_Ketanou/Ma_faute_a_toi.sg b/songs/La_Rue_Ketanou/Ma_faute_a_toi.sg index 642fbb30..94a3ec80 100644 --- a/songs/La_Rue_Ketanou/Ma_faute_a_toi.sg +++ b/songs/La_Rue_Ketanou/Ma_faute_a_toi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ma faute à toi} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{Gm}{3:022000} diff --git a/songs/La_Rue_Ketanou/Personne_n_a_l_prenom_d_ma_femme.sg b/songs/La_Rue_Ketanou/Personne_n_a_l_prenom_d_ma_femme.sg index 699afdd4..b70cc6b0 100644 --- a/songs/La_Rue_Ketanou/Personne_n_a_l_prenom_d_ma_femme.sg +++ b/songs/La_Rue_Ketanou/Personne_n_a_l_prenom_d_ma_femme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Personne n'a l'prénom d'ma femme} - [by=La Rue Kétanou,cov=ouvert-a-double-tour,album=Ouvert à double tour] + [by={La Rue Kétanou},cov={ouvert-a-double-tour},album={Ouvert à double tour}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/La_Rue_Ketanou/Sao_loucas.sg b/songs/La_Rue_Ketanou/Sao_loucas.sg index 6d17c2df..8fa9cdb6 100644 --- a/songs/La_Rue_Ketanou/Sao_loucas.sg +++ b/songs/La_Rue_Ketanou/Sao_loucas.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{São loucas} - [by=La Rue Kétanou,cov=y-a-des-cigales-dans-la-fourmiliere,album=Y'a des cigales dans la fourmilière] + [by={La Rue Kétanou},cov={y-a-des-cigales-dans-la-fourmiliere},album={Y'a des cigales dans la fourmilière}] \cover \gtab{Gm}{3:022000} diff --git a/songs/La_Rue_Ketanou/Sur_les_chemins_de_la_boheme.sg b/songs/La_Rue_Ketanou/Sur_les_chemins_de_la_boheme.sg index 38fb5382..03dde6f1 100644 --- a/songs/La_Rue_Ketanou/Sur_les_chemins_de_la_boheme.sg +++ b/songs/La_Rue_Ketanou/Sur_les_chemins_de_la_boheme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sur les chemins de la bohème} - [by=La Rue Kétanou,cov=en-attendant-les-caravanes,album=En attendant les caravanes] + [by={La Rue Kétanou},cov={en-attendant-les-caravanes},album={En attendant les caravanes}] \cover \gtab{Gm}{3:022000} diff --git a/songs/La_Rue_Ketanou/Tu_parles_trop.sg b/songs/La_Rue_Ketanou/Tu_parles_trop.sg index 27a92d91..93b41017 100644 --- a/songs/La_Rue_Ketanou/Tu_parles_trop.sg +++ b/songs/La_Rue_Ketanou/Tu_parles_trop.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tu parles trop} - [by=La Rue Kétanou,cov=en-attendant-les-caravanes,album=En attendant les caravanes] + [by={La Rue Kétanou},cov={en-attendant-les-caravanes},album={En attendant les caravanes}] \cover \gtab{Em}{7:X02210} diff --git a/songs/La_compagnie_creole/Ca_fait_rire_les_oiseaux.sg b/songs/La_compagnie_creole/Ca_fait_rire_les_oiseaux.sg index 2105f769..4024ce48 100644 --- a/songs/La_compagnie_creole/Ca_fait_rire_les_oiseaux.sg +++ b/songs/La_compagnie_creole/Ca_fait_rire_les_oiseaux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ça fait rire les oiseaux} - [by=La compagnie créole,cov=ca-fait-rire-les-oiseaux,album=Ça fait rire les oiseaux] + [by={La compagnie créole},cov={ca-fait-rire-les-oiseaux},album={Ça fait rire les oiseaux}] \cover \gtab{F}{1:022100} diff --git a/songs/La_compagnie_creole/La_machine_a_danser.sg b/songs/La_compagnie_creole/La_machine_a_danser.sg index 86f58e0a..dfbd32a9 100644 --- a/songs/La_compagnie_creole/La_machine_a_danser.sg +++ b/songs/La_compagnie_creole/La_machine_a_danser.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La machine à danser} - [by=La compagnie créole,cov=la-machine-a-danser,album=La machine à danser] + [by={La compagnie créole},cov={la-machine-a-danser},album={La machine à danser}] \cover \gtab{G7}{3:020100} diff --git a/songs/La_compagnie_creole/Le_bal_masque.sg b/songs/La_compagnie_creole/Le_bal_masque.sg index 64f443eb..9c80ca43 100644 --- a/songs/La_compagnie_creole/Le_bal_masque.sg +++ b/songs/La_compagnie_creole/Le_bal_masque.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le bal masqué} - [by=La compagnie créole,cov=le-bal-masque,album=Le bal masqué] + [by={La compagnie créole},cov={le-bal-masque},album={Le bal masqué}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/La_crevette_d_acier/Moi_si_un_jour.sg b/songs/La_crevette_d_acier/Moi_si_un_jour.sg index 5fcd2b81..29f6314f 100644 --- a/songs/La_crevette_d_acier/Moi_si_un_jour.sg +++ b/songs/La_crevette_d_acier/Moi_si_un_jour.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Moi si un jour} - [by=La crevette d'acier,cov=appellation-incontrolee,album=Appellation incontrôlée] + [by={La crevette d'acier},cov={appellation-incontrolee},album={Appellation incontrôlée}] \cover \gtab{Gm}{3:022000} diff --git a/songs/La_tete_a_toto/Les_projets.sg b/songs/La_tete_a_toto/Les_projets.sg index a2c298c1..04d7d93c 100644 --- a/songs/La_tete_a_toto/Les_projets.sg +++ b/songs/La_tete_a_toto/Les_projets.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Les projets} - [by=La Tête à Toto,cov=la-tete-a-toto,album=La Tête à Toto] + [by={La Tête à Toto},cov={la-tete-a-toto},album={La Tête à Toto}] \cover \gtab{Am}{X02210} diff --git a/songs/La_tete_a_toto/Petit_bonhomme.sg b/songs/La_tete_a_toto/Petit_bonhomme.sg index 83abb077..4e62c29f 100644 --- a/songs/La_tete_a_toto/Petit_bonhomme.sg +++ b/songs/La_tete_a_toto/Petit_bonhomme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petit bonhomme} - [by=La Tête à Toto,cov=la-tete-a-toto,album=La Tête à Toto] + [by={La Tête à Toto},cov={la-tete-a-toto},album={La Tête à Toto}] \cover \gtab{Am}{X02210} diff --git a/songs/Laura_Veirs/Ballad_of_John_Vogelin.sg b/songs/Laura_Veirs/Ballad_of_John_Vogelin.sg index d6524c7c..30dd4327 100644 --- a/songs/Laura_Veirs/Ballad_of_John_Vogelin.sg +++ b/songs/Laura_Veirs/Ballad_of_John_Vogelin.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Ballad of John Vogelin} - [by=Laura Veirs,cov=troubled-by-the-fire,album=Troubled by the fire] + [by={Laura Veirs},cov={troubled-by-the-fire},album={Troubled by the fire}] \cover \capo{3} diff --git a/songs/Laura_Veirs/Black_eyed_Susan.sg b/songs/Laura_Veirs/Black_eyed_Susan.sg index 3356c89e..c65ce206 100644 --- a/songs/Laura_Veirs/Black_eyed_Susan.sg +++ b/songs/Laura_Veirs/Black_eyed_Susan.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Black-eyed Susan} - [by=Laura Veirs,cov=the-triumphs-and-travails-of-orphan-mae,album=The Triumphs and Travails of Orphan Mae] + [by={Laura Veirs},cov={the-triumphs-and-travails-of-orphan-mae},album={The Triumphs and Travails of Orphan Mae}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Laura_Veirs/Icebound_stream.sg b/songs/Laura_Veirs/Icebound_stream.sg index c456acd6..0960f284 100644 --- a/songs/Laura_Veirs/Icebound_stream.sg +++ b/songs/Laura_Veirs/Icebound_stream.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Icebound stream} - [by=Laura Veirs,cov=carbon-glacier,album=Carbon glacier] + [by={Laura Veirs},cov={carbon-glacier},album={Carbon glacier}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Laura_Veirs/Jailhouse_fire.sg b/songs/Laura_Veirs/Jailhouse_fire.sg index 7232b793..bad909db 100644 --- a/songs/Laura_Veirs/Jailhouse_fire.sg +++ b/songs/Laura_Veirs/Jailhouse_fire.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Jailhouse fire} - [by=Laura Veirs,cov=the-triumphs-and-travails-of-orphan-mae,album=The Triumphs and Travails of Orphan Mae] + [by={Laura Veirs},cov={the-triumphs-and-travails-of-orphan-mae},album={The Triumphs and Travails of Orphan Mae}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Le_Colporteur/Comme_on_dit.sg b/songs/Le_Colporteur/Comme_on_dit.sg index 60e44923..bd2af824 100644 --- a/songs/Le_Colporteur/Comme_on_dit.sg +++ b/songs/Le_Colporteur/Comme_on_dit.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Comme on dit} - [by=Le Colporteur] + [by={Le Colporteur}] \gtab{G#m}{4:022000} \gtab{E}{7:X02220} diff --git a/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg b/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg index 64576019..4c427730 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/10_sous_dans_ma_poche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{10 sous dans ma poche} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + [by={Le Donjon de Naheulbeuk},cov={machins-de-taverne},album={Machins de taverne},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg b/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg index 2c8d1186..b9ff810e 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/A_l_aventure_compagnons.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{À l'aventure, compagnons !} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + [by={Le Donjon de Naheulbeuk},cov={grimoire-audio},album={Grimoire audio},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg b/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg index 63c4dab8..5cb18ef7 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Bugger_off.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Bugger off} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + [by={Le Donjon de Naheulbeuk},cov={grimoire-audio},album={Grimoire audio},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg index 0117df1f..e44d96e5 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Chicken_quest.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chicken quest} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg index 137e9c93..b881f0c7 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Crom.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Crom.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Crom} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg b/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg index 2d1a0705..de764f1a 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La geste héroïque de Gurdil} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg b/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg index 5ea8b75b..413f26ae 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/He_la_petite_dame.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hé, la petite dame} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg b/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg index ad6e53f0..520d5899 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La bière du donjon} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg b/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg index 57274c86..a1de8e6a 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_compagnie_du_chien_rugissant.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La compagnie du chien rugissant} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + [by={Le Donjon de Naheulbeuk},cov={machins-de-taverne},album={Machins de taverne},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg b/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg index bfab52a8..e3371f3f 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_complainte_de_la_serveuse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La complainte de la serveuse} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg b/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg index 06d36324..744052bc 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_hache_Durandil.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{La hache Durandil} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg b/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg index a1566aa7..d7eb0d64 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_polka_du_menestrel.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La polka du ménestrel} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + [by={Le Donjon de Naheulbeuk},cov={grimoire-audio},album={Grimoire audio},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg b/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg index b80997c0..b2195874 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/La_vie_d_aventurier.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La vie d'aventurier} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg b/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg index 9bf8c0f5..37f2386e 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Le_laride_du_poulet.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le laridé du poulet} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg b/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg index 7773afd4..f6f8cec8 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Le_petit_gobelin.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le petit gobelin} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg index 5fdf04aa..5c8a57c3 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_chaussettes_du_nain.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les chaussettes du nain} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + [by={Le Donjon de Naheulbeuk},cov={grimoire-audio},album={Grimoire audio},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg index c75d6694..b07bbdb3 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_elfes_de_GreenElven.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les elfes de GreenElven} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg index af1f3280..1fb873c5 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_epees_Durandil.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Les épées Durandil} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + [by={Le Donjon de Naheulbeuk},cov={machins-de-taverne},album={Machins de taverne},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg b/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg index 11bd108b..41b7ea03 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Les_souliers_de_Lady_Fae.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les souliers de Lady Fae} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg b/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg index 991a352d..5d20ae19 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Maitre_du_donjon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Maître du donjon} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg b/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg index 7a631afe..959226f1 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Marche_barbare.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Marche barbare} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg b/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg index 006d97e9..03c7fd78 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Massacrons_nous_dans_la_taverne.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Massacrons-nous dans la taverne} - [by=Le Donjon de Naheulbeuk,cov=grimoire-audio,album=Grimoire audio,% + [by={Le Donjon de Naheulbeuk},cov={grimoire-audio},album={Grimoire audio},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg b/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg index 309293df..364c4329 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Meme_pas_mage.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Même pas mage !} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg b/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg index 497f67c4..1443241c 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Mon_ancetre_Gurdil.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon ancêtre Gurdil} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + [by={Le Donjon de Naheulbeuk},cov={machins-de-taverne},album={Machins de taverne},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg b/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg index bc9d8a77..78fd1ae8 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Nanana_de_l_elfe.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nanana de l'elfe} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg b/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg index f2103000..582d85b4 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Noel_en_Mordor.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Noël en Mordor} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg b/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg index 96cf6dd8..fd350d5c 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Tralala_du_nain.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tralala du nain} - [by=Le Donjon de Naheulbeuk,cov=t-as-pas-le-niveau,album=T'as pas le niveau,% + [by={Le Donjon de Naheulbeuk},cov={t-as-pas-le-niveau},album={T'as pas le niveau},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg b/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg index ec8e5334..2c4b3445 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Troll_farceur_et_elfe_farci.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Troll farceur et elfe farci} - [by=Le Donjon de Naheulbeuk,cov=machins-de-taverne,album=Machins de taverne,% + [by={Le Donjon de Naheulbeuk},cov={machins-de-taverne},album={Machins de taverne},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg b/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg index 65f27492..282fa528 100644 --- a/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg +++ b/songs/Le_Donjon_de_Naheulbeuk/Un_boulet_dans_le_groupe.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Un boulet dans le groupe} - [by=Le Donjon de Naheulbeuk,cov=a-poil-dans-la-foret,album=À poil dans la forêt,% + [by={Le Donjon de Naheulbeuk},cov={a-poil-dans-la-foret},album={À poil dans la forêt},% url={http://www.penofchaos.com/warham/donjon-groupe.htm}] \cover diff --git a/songs/Le_clandestin/Rue_Grenelle.sg b/songs/Le_clandestin/Rue_Grenelle.sg index 0810d557..8cb7b18f 100644 --- a/songs/Le_clandestin/Rue_Grenelle.sg +++ b/songs/Le_clandestin/Rue_Grenelle.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Rue Grenelle} - [by=Le clandestin,album=Le clandestin,cov=le-clandestin] + [by={Le clandestin},album={Le clandestin},cov={le-clandestin}] \cover \gtab{F}{1:022100} diff --git a/songs/Leonard_Cohen/A_bunch_of_lonesome_heroes.sg b/songs/Leonard_Cohen/A_bunch_of_lonesome_heroes.sg index 8205a000..5a31ed5b 100644 --- a/songs/Leonard_Cohen/A_bunch_of_lonesome_heroes.sg +++ b/songs/Leonard_Cohen/A_bunch_of_lonesome_heroes.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{A bunch of lonesome heroes} - [by=Leonard Cohen,cov=songs-from-a-room,album=Songs from a room] + [by={Leonard Cohen},cov={songs-from-a-room},album={Songs from a room}] \cover \gtab{A}{X02220} diff --git a/songs/Leonard_Cohen/If_it_be_your_will.sg b/songs/Leonard_Cohen/If_it_be_your_will.sg index e717b1e4..339e8e34 100644 --- a/songs/Leonard_Cohen/If_it_be_your_will.sg +++ b/songs/Leonard_Cohen/If_it_be_your_will.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{If it be your will} - [by=Leonard Cohen,cov=the-collection,album=The collection] + [by={Leonard Cohen},cov={the-collection},album={The collection}] \cover \gtab{E&}{6:X02220} diff --git a/songs/Leonard_Cohen/Suzanne.sg b/songs/Leonard_Cohen/Suzanne.sg index bd562565..c9b26d74 100644 --- a/songs/Leonard_Cohen/Suzanne.sg +++ b/songs/Leonard_Cohen/Suzanne.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Suzanne} - [by=Leonard Cohen,cov=the-collection,album=The collection] + [by={Leonard Cohen},cov={the-collection},album={The collection}] \cover \gtab{E}{022100} diff --git a/songs/Leonard_Cohen/The_old_revolution.sg b/songs/Leonard_Cohen/The_old_revolution.sg index d775882a..a0bacea7 100644 --- a/songs/Leonard_Cohen/The_old_revolution.sg +++ b/songs/Leonard_Cohen/The_old_revolution.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The old revolution} - [by=Leonard Cohen,cov=songs-from-a-room,album=Songs from a room] + [by={Leonard Cohen},cov={songs-from-a-room},album={Songs from a room}] \cover \gtab{E}{022100} diff --git a/songs/Leonard_Cohen/Winter_lady.sg b/songs/Leonard_Cohen/Winter_lady.sg index fcfa562e..c572be63 100644 --- a/songs/Leonard_Cohen/Winter_lady.sg +++ b/songs/Leonard_Cohen/Winter_lady.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Winter lady} - [by=Leonard Cohen,cov=songs-of-leonard-cohen,album=Songs of Leonard Cohen] + [by={Leonard Cohen},cov={songs-of-leonard-cohen},album={Songs of Leonard Cohen}] \cover % Note: la notation « N: » dans les accords suivants dénote d'un diff --git a/songs/Les_Amis_D_Ta_Femme/A_las_barricadas.sg b/songs/Les_Amis_D_Ta_Femme/A_las_barricadas.sg index 5aeabc33..dc9a76aa 100644 --- a/songs/Les_Amis_D_Ta_Femme/A_las_barricadas.sg +++ b/songs/Les_Amis_D_Ta_Femme/A_las_barricadas.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{A las barricadas} - [by=Les amis d'ta femme,cov=noir-et-rouge-aussi-un-peu,album=Noir et rouge aussi un peu] + [by={Les amis d'ta femme},cov={noir-et-rouge-aussi-un-peu},album={Noir et rouge aussi un peu}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Les_Amis_D_Ta_Femme/Cayenne.sg b/songs/Les_Amis_D_Ta_Femme/Cayenne.sg index 407b2c13..58b6a70d 100644 --- a/songs/Les_Amis_D_Ta_Femme/Cayenne.sg +++ b/songs/Les_Amis_D_Ta_Femme/Cayenne.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Cayenne} - [by=Les amis d'ta femme,cov=font-la-difference,album=Font la différence] + [by={Les amis d'ta femme},cov={font-la-difference},album={Font la différence}] \cover \gtab{Em}{022000} diff --git a/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg b/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg index 685d6e8c..4eefb729 100644 --- a/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg +++ b/songs/Les_Amis_D_Ta_Femme/Laisse_tomber_gros.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Laisse tomber, gros} - [by=Les amis d'ta femme,cov=lave-toi-la-bouche,album=Lave-toi la bouche,% + [by={Les amis d'ta femme},cov={lave-toi-la-bouche},album={Lave-toi la bouche},% original={Renaud - Laisse béton}] \cover diff --git a/songs/Les_Amis_D_Ta_Femme/Maree_Basse.sg b/songs/Les_Amis_D_Ta_Femme/Maree_Basse.sg index 95545914..dec92385 100644 --- a/songs/Les_Amis_D_Ta_Femme/Maree_Basse.sg +++ b/songs/Les_Amis_D_Ta_Femme/Maree_Basse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Marée basse} - [by=Les amis d'ta femme,cov=font-la-difference,album=Font la différence] + [by={Les amis d'ta femme},cov={font-la-difference},album={Font la différence}] \cover diff --git a/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg b/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg index 1d8aee2a..bf3ac8e4 100644 --- a/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg +++ b/songs/Les_Amis_D_Ta_Femme/le_tango_du_viagra.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le tango du viagra} - [by=Les amis d'ta femme,cov=font-la-difference,album=Font la différence] + [by={Les amis d'ta femme},cov={font-la-difference},album={Font la différence}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Les_Booze_Brothers/Fields_of_Athenry.sg b/songs/Les_Booze_Brothers/Fields_of_Athenry.sg index 42232b05..9e9f6452 100644 --- a/songs/Les_Booze_Brothers/Fields_of_Athenry.sg +++ b/songs/Les_Booze_Brothers/Fields_of_Athenry.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Fields of Athenry} - [by=Les Booze Brothers,cov=elevator,album=Elevator] + [by={Les Booze Brothers},cov={elevator},album={Elevator}] \cover \gtab{D}{XX0232} diff --git a/songs/Les_Booze_Brothers/I_want_sex.sg b/songs/Les_Booze_Brothers/I_want_sex.sg index 8940292b..29847821 100644 --- a/songs/Les_Booze_Brothers/I_want_sex.sg +++ b/songs/Les_Booze_Brothers/I_want_sex.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I want sex} - [by=Les Booze Brothers,cov=elevator,album=Elevator] + [by={Les Booze Brothers},cov={elevator},album={Elevator}] \cover \gtab{D}{XX0232} diff --git a/songs/Les_Cowboys_Fringants/1994.sg b/songs/Les_Cowboys_Fringants/1994.sg index 430d2404..6b0350bf 100644 --- a/songs/Les_Cowboys_Fringants/1994.sg +++ b/songs/Les_Cowboys_Fringants/1994.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{1994} - [by=Les Cowboys Fringants,cov=sur-un-air-de-deja-vu,album=Sur un air de déjà vu] + [by={Les Cowboys Fringants},cov={sur-un-air-de-deja-vu},album={Sur un air de déjà vu}] \cover \capo{2} diff --git a/songs/Les_Cowboys_Fringants/8_secondes.sg b/songs/Les_Cowboys_Fringants/8_secondes.sg index ea92d1f9..5c215720 100644 --- a/songs/Les_Cowboys_Fringants/8_secondes.sg +++ b/songs/Les_Cowboys_Fringants/8_secondes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{8 secondes} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand-messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand-messe}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Les_Cowboys_Fringants/Ces_temps_ci.sg b/songs/Les_Cowboys_Fringants/Ces_temps_ci.sg index 2c88f57f..149d6bd7 100644 --- a/songs/Les_Cowboys_Fringants/Ces_temps_ci.sg +++ b/songs/Les_Cowboys_Fringants/Ces_temps_ci.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ces temps-ci} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand messe}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Cowboys_Fringants/Droit_devant.sg b/songs/Les_Cowboys_Fringants/Droit_devant.sg index 835321a5..f7ed10b0 100644 --- a/songs/Les_Cowboys_Fringants/Droit_devant.sg +++ b/songs/Les_Cowboys_Fringants/Droit_devant.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Droit devant} - [by=Les Cowboys Fringants,cov=l-expedition,album=L'expédition] + [by={Les Cowboys Fringants},cov={l-expedition},album={L'expédition}] \cover \gtab{C}{X32010} diff --git a/songs/Les_Cowboys_Fringants/Entre_deux_taxis.sg b/songs/Les_Cowboys_Fringants/Entre_deux_taxis.sg index b0fa2041..7c6cfb0f 100644 --- a/songs/Les_Cowboys_Fringants/Entre_deux_taxis.sg +++ b/songs/Les_Cowboys_Fringants/Entre_deux_taxis.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Entre deux taxis} - [by=Les Cowboys Fringants,cov=l-expedition,album=L'expédition] + [by={Les Cowboys Fringants},cov={l-expedition},album={L'expédition}] \cover \gtab{Em}{022000} diff --git a/songs/Les_Cowboys_Fringants/Etoiles_filantes.sg b/songs/Les_Cowboys_Fringants/Etoiles_filantes.sg index 1e465801..acf09aeb 100644 --- a/songs/Les_Cowboys_Fringants/Etoiles_filantes.sg +++ b/songs/Les_Cowboys_Fringants/Etoiles_filantes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Étoiles filantes} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand messe}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Cowboys_Fringants/Hannah.sg b/songs/Les_Cowboys_Fringants/Hannah.sg index 5f9c60a9..18b389f5 100644 --- a/songs/Les_Cowboys_Fringants/Hannah.sg +++ b/songs/Les_Cowboys_Fringants/Hannah.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hannah} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand messe}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Cowboys_Fringants/Histoire_de_peche.sg b/songs/Les_Cowboys_Fringants/Histoire_de_peche.sg index beb6f0b0..67f7088b 100644 --- a/songs/Les_Cowboys_Fringants/Histoire_de_peche.sg +++ b/songs/Les_Cowboys_Fringants/Histoire_de_peche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Histoire de pêche} - [by=Les Cowboys Fringants,cov=l-expedition,album=L'expédition] + [by={Les Cowboys Fringants},cov={l-expedition},album={L'expédition}] \cover \capo{7} diff --git a/songs/Les_Cowboys_Fringants/L_horloge.sg b/songs/Les_Cowboys_Fringants/L_horloge.sg index 10dc21ca..da095c39 100644 --- a/songs/Les_Cowboys_Fringants/L_horloge.sg +++ b/songs/Les_Cowboys_Fringants/L_horloge.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'horloge} - [by=Les Cowboys Fringants,cov=que-du-vent,album=Que du vent] + [by={Les Cowboys Fringants},cov={que-du-vent},album={Que du vent}] \cover \gtab{Em}{022000} diff --git a/songs/Les_Cowboys_Fringants/La_bonne_pomme.sg b/songs/Les_Cowboys_Fringants/La_bonne_pomme.sg index 9eaec019..ff047236 100644 --- a/songs/Les_Cowboys_Fringants/La_bonne_pomme.sg +++ b/songs/Les_Cowboys_Fringants/La_bonne_pomme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La bonne pomme} - [by=Les Cowboys Fringants,cov=l-expedition,album=L'expédition] + [by={Les Cowboys Fringants},cov={l-expedition},album={L'expédition}] \cover \gtab{Em}{022000} diff --git a/songs/Les_Cowboys_Fringants/La_manifestation.sg b/songs/Les_Cowboys_Fringants/La_manifestation.sg index 20707295..82a0f38e 100644 --- a/songs/Les_Cowboys_Fringants/La_manifestation.sg +++ b/songs/Les_Cowboys_Fringants/La_manifestation.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La manifestation} - [by=Les Cowboys Fringants,cov=break-syndical,album=Break syndical] + [by={Les Cowboys Fringants},cov={break-syndical},album={Break syndical}] \cover \gtab{G}{320003} diff --git a/songs/Les_Cowboys_Fringants/La_reine.sg b/songs/Les_Cowboys_Fringants/La_reine.sg index 90f1e841..63eb335a 100644 --- a/songs/Les_Cowboys_Fringants/La_reine.sg +++ b/songs/Les_Cowboys_Fringants/La_reine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La reine} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand messe}] \cover \gtab{Em}{022000} diff --git a/songs/Les_Cowboys_Fringants/Les_hirondelles.sg b/songs/Les_Cowboys_Fringants/Les_hirondelles.sg index 5904b6e3..21e51654 100644 --- a/songs/Les_Cowboys_Fringants/Les_hirondelles.sg +++ b/songs/Les_Cowboys_Fringants/Les_hirondelles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les hirondelles} - [by=Les Cowboys Fringants,cov=l-expedition,album=L'expédition] + [by={Les Cowboys Fringants},cov={l-expedition},album={L'expédition}] \cover diff --git a/songs/Les_Cowboys_Fringants/Paris_Montreal.sg b/songs/Les_Cowboys_Fringants/Paris_Montreal.sg index 0e02f2c1..4b9d6bcc 100644 --- a/songs/Les_Cowboys_Fringants/Paris_Montreal.sg +++ b/songs/Les_Cowboys_Fringants/Paris_Montreal.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Paris-Montréal} - [by=Les Cowboys Fringants,cov=que-du-vent,album=Que du vent] + [by={Les Cowboys Fringants},cov={que-du-vent},album={Que du vent}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Cowboys_Fringants/Plus_rien.sg b/songs/Les_Cowboys_Fringants/Plus_rien.sg index 675a4f00..153fd2f1 100644 --- a/songs/Les_Cowboys_Fringants/Plus_rien.sg +++ b/songs/Les_Cowboys_Fringants/Plus_rien.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Plus rien} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand messe}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Les_Cowboys_Fringants/Quand_tu_pars.sg b/songs/Les_Cowboys_Fringants/Quand_tu_pars.sg index c8484692..25f75563 100644 --- a/songs/Les_Cowboys_Fringants/Quand_tu_pars.sg +++ b/songs/Les_Cowboys_Fringants/Quand_tu_pars.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Quand tu pars} - [by=Les Cowboys Fringants,cov=sur-un-air-de-deja-vu,album=Sur un air de déjà vu] + [by={Les Cowboys Fringants},cov={sur-un-air-de-deja-vu},album={Sur un air de déjà vu}] \cover \capo{2} diff --git a/songs/Les_Cowboys_Fringants/Ti-Cul.sg b/songs/Les_Cowboys_Fringants/Ti-Cul.sg index cba5917e..235f1997 100644 --- a/songs/Les_Cowboys_Fringants/Ti-Cul.sg +++ b/songs/Les_Cowboys_Fringants/Ti-Cul.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Ti-Cul} - [by=Les Cowboys Fringants,cov=la-grand-messe,album=La grand messe] + [by={Les Cowboys Fringants},cov={la-grand-messe},album={La grand messe}] \cover \capo{5} diff --git a/songs/Les_Cowboys_Fringants/Toune_d_automne.sg b/songs/Les_Cowboys_Fringants/Toune_d_automne.sg index b23c0e40..7c151b06 100644 --- a/songs/Les_Cowboys_Fringants/Toune_d_automne.sg +++ b/songs/Les_Cowboys_Fringants/Toune_d_automne.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Toune d'automne} - [by=Les Cowboys Fringants,cov=break-syndical,album=Break syndical] + [by={Les Cowboys Fringants},cov={break-syndical},album={Break syndical}] \cover \gtab{G}{320003} diff --git a/songs/Les_Fatals_Picards/Au_mariage_de_Kevin_et_de_ma_soeur.sg b/songs/Les_Fatals_Picards/Au_mariage_de_Kevin_et_de_ma_soeur.sg index 04834b72..05c46cb1 100644 --- a/songs/Les_Fatals_Picards/Au_mariage_de_Kevin_et_de_ma_soeur.sg +++ b/songs/Les_Fatals_Picards/Au_mariage_de_Kevin_et_de_ma_soeur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Au mariage de Kévin et de ma sÅ“ur} - [by=Les Fatals Picards,cov=pamplemousse-mecanique,album=Pamplemousse mécanique] + [by={Les Fatals Picards},cov={pamplemousse-mecanique},album={Pamplemousse mécanique}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Les_Fatals_Picards/Chasse_peche_et_nature.sg b/songs/Les_Fatals_Picards/Chasse_peche_et_nature.sg index 4e2fb92d..0bd04d77 100644 --- a/songs/Les_Fatals_Picards/Chasse_peche_et_nature.sg +++ b/songs/Les_Fatals_Picards/Chasse_peche_et_nature.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chasse, pêche et nature} - [by=Les Fatals Picards,cov=droit-de-veto,album=Droit de veto] + [by={Les Fatals Picards},cov={droit-de-veto},album={Droit de veto}] \cover \gtab{Am}{5:022000} diff --git a/songs/Les_Fatals_Picards/Goldorak_est_mort.sg b/songs/Les_Fatals_Picards/Goldorak_est_mort.sg index f0875dda..dd7904cf 100644 --- a/songs/Les_Fatals_Picards/Goldorak_est_mort.sg +++ b/songs/Les_Fatals_Picards/Goldorak_est_mort.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Goldorak est mort} - [by=Les Fatals Picards,cov=droit-de-veto,album=Droit de véto] + [by={Les Fatals Picards},cov={droit-de-veto},album={Droit de véto}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Les_Fatals_Picards/L_amour_a_la_francaise.sg b/songs/Les_Fatals_Picards/L_amour_a_la_francaise.sg index a9473038..61765615 100644 --- a/songs/Les_Fatals_Picards/L_amour_a_la_francaise.sg +++ b/songs/Les_Fatals_Picards/L_amour_a_la_francaise.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'amour à la française} - [by=Les Fatals Picards,cov=pamplemousse-mecanique,album=Pamplemousse mécanique] + [by={Les Fatals Picards},cov={pamplemousse-mecanique},album={Pamplemousse mécanique}] \cover \gtab{C}{X32010} diff --git a/songs/Les_Fatals_Picards/La_ferme.sg b/songs/Les_Fatals_Picards/La_ferme.sg index 3e3468f1..7f42bc22 100644 --- a/songs/Les_Fatals_Picards/La_ferme.sg +++ b/songs/Les_Fatals_Picards/La_ferme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{La ferme} - [by=Les Fatals Picards,cov=picardia-independanza,album=Picardia Independanza] + [by={Les Fatals Picards},cov={picardia-independanza},album={Picardia Independanza}] \cover diff --git a/songs/Les_Fatals_Picards/La_securite_de_l_emploi.sg b/songs/Les_Fatals_Picards/La_securite_de_l_emploi.sg index 12a6215e..8c89c7fe 100644 --- a/songs/Les_Fatals_Picards/La_securite_de_l_emploi.sg +++ b/songs/Les_Fatals_Picards/La_securite_de_l_emploi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La sécurité de l'emploi} - [by=Les Fatals Picards,cov=pamplemousse-mecanique,album=Pamplemousse mécanique] + [by={Les Fatals Picards},cov={pamplemousse-mecanique},album={Pamplemousse mécanique}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Les_Fatals_Picards/Mon_pere_etait_tellement_de_gauche.sg b/songs/Les_Fatals_Picards/Mon_pere_etait_tellement_de_gauche.sg index d45ee27c..fb964986 100644 --- a/songs/Les_Fatals_Picards/Mon_pere_etait_tellement_de_gauche.sg +++ b/songs/Les_Fatals_Picards/Mon_pere_etait_tellement_de_gauche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon père était tellement de gauche} - [by=Les Fatals Picards,cov=pamplemousse-mecanique,album=Pamplemousse mécanique] + [by={Les Fatals Picards},cov={pamplemousse-mecanique},album={Pamplemousse mécanique}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Fatals_Picards/Seul_et_celibataire.sg b/songs/Les_Fatals_Picards/Seul_et_celibataire.sg index 957e07dd..6b7e74a2 100644 --- a/songs/Les_Fatals_Picards/Seul_et_celibataire.sg +++ b/songs/Les_Fatals_Picards/Seul_et_celibataire.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Seul et célibataire} - [by=Les Fatals Picards,cov=pamplemousse-mecanique,album=Pamplemousse mécanique] + [by={Les Fatals Picards},cov={pamplemousse-mecanique},album={Pamplemousse mécanique}] \cover \gtab{C}{X32010} diff --git a/songs/Les_Hurlements_d_Leo/A_bout_d_souffle.sg b/songs/Les_Hurlements_d_Leo/A_bout_d_souffle.sg index 39305622..dfbd9256 100644 --- a/songs/Les_Hurlements_d_Leo/A_bout_d_souffle.sg +++ b/songs/Les_Hurlements_d_Leo/A_bout_d_souffle.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{À bout d'souffle} - [by=Les Hurlements d'Léo,cov=la-belle-affaire,album=La belle affaire] + [by={Les Hurlements d'Léo},cov={la-belle-affaire},album={La belle affaire}] \cover \gtab{Am}{5:022000} diff --git a/songs/Les_Hurlements_d_Leo/Ici_d_ailleurs.sg b/songs/Les_Hurlements_d_Leo/Ici_d_ailleurs.sg index 5c29b5f6..50e15cfe 100644 --- a/songs/Les_Hurlements_d_Leo/Ici_d_ailleurs.sg +++ b/songs/Les_Hurlements_d_Leo/Ici_d_ailleurs.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ici, d'ailleurs} - [by=Les Hurlements d'Léo,cov=la-belle-affaire,album=La belle affaire] + [by={Les Hurlements d'Léo},cov={la-belle-affaire},album={La belle affaire}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Les_Hurlements_d_Leo/La_malle_en_mai.sg b/songs/Les_Hurlements_d_Leo/La_malle_en_mai.sg index 3d061de4..c3e3403f 100644 --- a/songs/Les_Hurlements_d_Leo/La_malle_en_mai.sg +++ b/songs/Les_Hurlements_d_Leo/La_malle_en_mai.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La malle en mai} - [by=Les Hurlements d'Léo,cov=la-belle-affaire,album=La belle affaire] + [by={Les Hurlements d'Léo},cov={la-belle-affaire},album={La belle affaire}] \cover \gtab{F}{1:022100} diff --git a/songs/Les_Hurlements_d_Leo/Le_cafe_des_jours_heureux.sg b/songs/Les_Hurlements_d_Leo/Le_cafe_des_jours_heureux.sg index 750e975f..a8b1a920 100644 --- a/songs/Les_Hurlements_d_Leo/Le_cafe_des_jours_heureux.sg +++ b/songs/Les_Hurlements_d_Leo/Le_cafe_des_jours_heureux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Fabulous and luxury holidays for todos in Barbados (Le café des jours heureux)} - [by=Les Hurlements d'Léo,cov=le-cafe-des-jours-heureux,album=Le café des jours heureux] + [by={Les Hurlements d'Léo},cov={le-cafe-des-jours-heureux},album={Le café des jours heureux}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Hurlements_d_Leo/Poemes.sg b/songs/Les_Hurlements_d_Leo/Poemes.sg index 2efb3bed..e9ac45d9 100644 --- a/songs/Les_Hurlements_d_Leo/Poemes.sg +++ b/songs/Les_Hurlements_d_Leo/Poemes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Poèmes} - [by=Les Hurlements d'Léo,cov=la-belle-affaire,album=La belle affaire] + [by={Les Hurlements d'Léo},cov={la-belle-affaire},album={La belle affaire}] \cover diff --git a/songs/Les_Hurlements_d_Leo/Une_danseuse.sg b/songs/Les_Hurlements_d_Leo/Une_danseuse.sg index c494821b..bda82ee4 100644 --- a/songs/Les_Hurlements_d_Leo/Une_danseuse.sg +++ b/songs/Les_Hurlements_d_Leo/Une_danseuse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Une danseuse} - [by=Les Hurlements d'Léo,cov=le-cafe-des-jours-heureux,album=Le café des jours heureux] + [by={Les Hurlements d'Léo},cov={le-cafe-des-jours-heureux},album={Le café des jours heureux}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Les_Innocents/L_autre_finistere.sg b/songs/Les_Innocents/L_autre_finistere.sg index 972aea54..36b57406 100644 --- a/songs/Les_Innocents/L_autre_finistere.sg +++ b/songs/Les_Innocents/L_autre_finistere.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{L'autre finistère} - [by=Les Innocents,cov=fous-a-lier,album=Fous à lier] + [by={Les Innocents},cov={fous-a-lier},album={Fous à lier}] \cover \gtab{G}{320003} diff --git a/songs/Les_Momes_du_CE2/Mamadou_avait_mal_aux_dents.sg b/songs/Les_Momes_du_CE2/Mamadou_avait_mal_aux_dents.sg index 3b23fac2..a2a95dd9 100644 --- a/songs/Les_Momes_du_CE2/Mamadou_avait_mal_aux_dents.sg +++ b/songs/Les_Momes_du_CE2/Mamadou_avait_mal_aux_dents.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mamadou avait mal aux dents} - [by=Les Mômes du CE2,cov=chansons-rigolotes,album=Chansons rigolotes] + [by={Les Mômes du CE2},cov={chansons-rigolotes},album={Chansons rigolotes}] \cover \capo{5} diff --git a/songs/Les_Naufrages/L_harmonica.sg b/songs/Les_Naufrages/L_harmonica.sg index 4cf1faec..13a46a93 100644 --- a/songs/Les_Naufrages/L_harmonica.sg +++ b/songs/Les_Naufrages/L_harmonica.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'harmonica} - [by=Les Naufragés,cov=ca-baigne,album=Ça baigne] + [by={Les Naufragés},cov={ca-baigne},album={Ça baigne}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Ogres_de_Barback/3_-_0.sg b/songs/Les_Ogres_de_Barback/3_-_0.sg index 60a1b2fa..f8ecde8d 100644 --- a/songs/Les_Ogres_de_Barback/3_-_0.sg +++ b/songs/Les_Ogres_de_Barback/3_-_0.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{3 -- 0} - [by=Les Ogres de Barback,cov=terrain-vague,album=Terrain vague] + [by={Les Ogres de Barback},cov={terrain-vague},album={Terrain vague}] \cover diff --git a/songs/Les_Ogres_de_Barback/Accordeon_pour_les_cons.sg b/songs/Les_Ogres_de_Barback/Accordeon_pour_les_cons.sg index 92502aeb..ddb56362 100644 --- a/songs/Les_Ogres_de_Barback/Accordeon_pour_les_cons.sg +++ b/songs/Les_Ogres_de_Barback/Accordeon_pour_les_cons.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Accordéon pour les cons} - [by=Les Ogres de Barback,cov=la-fanfare-du-belgistan,album=La fanfare du Belgistan] + [by={Les Ogres de Barback},cov={la-fanfare-du-belgistan},album={La fanfare du Belgistan}] \cover diff --git a/songs/Les_Ogres_de_Barback/Bumbaia.sg b/songs/Les_Ogres_de_Barback/Bumbaia.sg index 9061f358..aae50ef0 100644 --- a/songs/Les_Ogres_de_Barback/Bumbaia.sg +++ b/songs/Les_Ogres_de_Barback/Bumbaia.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bumbaïa} - [by=Les Ogres de Barback,cov=pitt-ocha-2,album=Pitt Ocha au pays des mille collines] + [by={Les Ogres de Barback},cov={pitt-ocha-2},album={Pitt Ocha au pays des mille collines}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Les_Ogres_de_Barback/Comment_je_suis_devenu_voyageur.sg b/songs/Les_Ogres_de_Barback/Comment_je_suis_devenu_voyageur.sg index c604d4ea..94f12f18 100644 --- a/songs/Les_Ogres_de_Barback/Comment_je_suis_devenu_voyageur.sg +++ b/songs/Les_Ogres_de_Barback/Comment_je_suis_devenu_voyageur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Comment je suis devenu voyageur} - [by=Les Ogres de Barback,cov=comment-je-suis-devenu-voyageur,album=Comment je suis devenu voyageur] + [by={Les Ogres de Barback},cov={comment-je-suis-devenu-voyageur},album={Comment je suis devenu voyageur}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Ogres_de_Barback/Contes_vents_et_marees.sg b/songs/Les_Ogres_de_Barback/Contes_vents_et_marees.sg index b7e51dbc..830c604b 100644 --- a/songs/Les_Ogres_de_Barback/Contes_vents_et_marees.sg +++ b/songs/Les_Ogres_de_Barback/Contes_vents_et_marees.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Contes, vents et marées} - [by=Les Ogres de Barback,cov=irfan-le-heros,album=Irfan le héros] + [by={Les Ogres de Barback},cov={irfan-le-heros},album={Irfan le héros}] \cover diff --git a/songs/Les_Ogres_de_Barback/Grand-mere.sg b/songs/Les_Ogres_de_Barback/Grand-mere.sg index be1fb6e4..42aaf935 100644 --- a/songs/Les_Ogres_de_Barback/Grand-mere.sg +++ b/songs/Les_Ogres_de_Barback/Grand-mere.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Grand-mère} - [by=Les Ogres de Barback,cov=la-fanfare-du-belgistan,album=La fanfare du Belgistan] + [by={Les Ogres de Barback},cov={la-fanfare-du-belgistan},album={La fanfare du Belgistan}] \cover diff --git a/songs/Les_Ogres_de_Barback/Jojo.sg b/songs/Les_Ogres_de_Barback/Jojo.sg index ccf90e1a..c7d2f95a 100644 --- a/songs/Les_Ogres_de_Barback/Jojo.sg +++ b/songs/Les_Ogres_de_Barback/Jojo.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Jojo} - [by=Les Ogres de Barback,cov=un-air-deux-familles,album=Un air deux familles] + [by={Les Ogres de Barback},cov={un-air-deux-familles},album={Un air deux familles}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Ogres_de_Barback/L_air_bete.sg b/songs/Les_Ogres_de_Barback/L_air_bete.sg index f618d261..a2a97289 100644 --- a/songs/Les_Ogres_de_Barback/L_air_bete.sg +++ b/songs/Les_Ogres_de_Barback/L_air_bete.sg @@ -2,7 +2,7 @@ \songcolumns{3} \beginsong{L'air bête} - [by=Les Ogres de Barback,cov=terrain-vague,album=Terrain vague] + [by={Les Ogres de Barback},cov={terrain-vague},album={Terrain vague}] \cover diff --git a/songs/Les_Ogres_de_Barback/L_ennui_et_le_jour.sg b/songs/Les_Ogres_de_Barback/L_ennui_et_le_jour.sg index dd9bd93f..2394ac1f 100644 --- a/songs/Les_Ogres_de_Barback/L_ennui_et_le_jour.sg +++ b/songs/Les_Ogres_de_Barback/L_ennui_et_le_jour.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'ennui et le jour} - [by=Les Ogres de Barback,cov=comment-je-suis-devenu-voyageur,album=Comment je suis devenu voyageur] + [by={Les Ogres de Barback},cov={comment-je-suis-devenu-voyageur},album={Comment je suis devenu voyageur}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Ogres_de_Barback/La_gare_de_Caen.sg b/songs/Les_Ogres_de_Barback/La_gare_de_Caen.sg index 59fd67a1..194200f6 100644 --- a/songs/Les_Ogres_de_Barback/La_gare_de_Caen.sg +++ b/songs/Les_Ogres_de_Barback/La_gare_de_Caen.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{La gare de Caen} - [by=Les Ogres de Barback,cov=un-air-deux-familles,album=Un air deux familles] + [by={Les Ogres de Barback},cov={un-air-deux-familles},album={Un air deux familles}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Les_Ogres_de_Barback/La_premiere_fois.sg b/songs/Les_Ogres_de_Barback/La_premiere_fois.sg index 793f539f..90cd6734 100644 --- a/songs/Les_Ogres_de_Barback/La_premiere_fois.sg +++ b/songs/Les_Ogres_de_Barback/La_premiere_fois.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La première fois} - [by=Les Ogres de Barback \& Tryo,cov=de-bouches-a-oreilles,album=De bouches à oreilles] + [by={Les Ogres de Barback \& Tryo},cov={de-bouches-a-oreilles},album={De bouches à oreilles}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Les_Ogres_de_Barback/Le_temps.sg b/songs/Les_Ogres_de_Barback/Le_temps.sg index 1920b11c..84f2185d 100644 --- a/songs/Les_Ogres_de_Barback/Le_temps.sg +++ b/songs/Les_Ogres_de_Barback/Le_temps.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le temps} - [by=Les Ogres de Barback,cov=pitt-ocha,album=Pitt Ocha] + [by={Les Ogres de Barback},cov={pitt-ocha},album={Pitt Ocha}] \cover \gtab{C}{3:X02220} diff --git a/songs/Les_Ogres_de_Barback/Little_gentleman.sg b/songs/Les_Ogres_de_Barback/Little_gentleman.sg index 50740eb1..999e7127 100644 --- a/songs/Les_Ogres_de_Barback/Little_gentleman.sg +++ b/songs/Les_Ogres_de_Barback/Little_gentleman.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Little gentleman} - [by=Les Ogres de Barback,cov=irfan-le-heros,album=Irfan le héros] + [by={Les Ogres de Barback},cov={irfan-le-heros},album={Irfan le héros}] \cover \gtab{B&}{1:X02220} diff --git a/songs/Les_Ogres_de_Barback/Ma_fille.sg b/songs/Les_Ogres_de_Barback/Ma_fille.sg index 8abcd13b..0c2cdd1e 100644 --- a/songs/Les_Ogres_de_Barback/Ma_fille.sg +++ b/songs/Les_Ogres_de_Barback/Ma_fille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Ma fille} - [by=Les Ogres de Barback,cov=du-simple-au-neant,album=Du simple au néant] + [by={Les Ogres de Barback},cov={du-simple-au-neant},album={Du simple au néant}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Ogres_de_Barback/Petite_societe.sg b/songs/Les_Ogres_de_Barback/Petite_societe.sg index 6c1858fa..38b4a988 100644 --- a/songs/Les_Ogres_de_Barback/Petite_societe.sg +++ b/songs/Les_Ogres_de_Barback/Petite_societe.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petite société} - [by=Les Ogres de Barback,cov=la-fanfare-du-belgistan,album=La fanfare du Belgistan] + [by={Les Ogres de Barback},cov={la-fanfare-du-belgistan},album={La fanfare du Belgistan}] \cover diff --git a/songs/Les_Ogres_de_Barback/Poil_aux_yeux.sg b/songs/Les_Ogres_de_Barback/Poil_aux_yeux.sg index b66e04c2..ef9ac7ed 100644 --- a/songs/Les_Ogres_de_Barback/Poil_aux_yeux.sg +++ b/songs/Les_Ogres_de_Barback/Poil_aux_yeux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Poil aux yeux} - [by=Les Ogres de Barback \& Debout sur le Zinc,cov=pitt-ocha,album=Pitt Ocha] + [by={Les Ogres de Barback \& Debout sur le Zinc},cov={pitt-ocha},album={Pitt Ocha}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Ogres_de_Barback/Ptit_chat.sg b/songs/Les_Ogres_de_Barback/Ptit_chat.sg index 657658b4..eeff009d 100644 --- a/songs/Les_Ogres_de_Barback/Ptit_chat.sg +++ b/songs/Les_Ogres_de_Barback/Ptit_chat.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{P'tit chat} - [by=Les Ogres de Barback,cov=pitt-ocha,album=Pitt Ocha] + [by={Les Ogres de Barback},cov={pitt-ocha},album={Pitt Ocha}] \cover diff --git a/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg b/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg index 337dfc3a..410e466f 100644 --- a/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg +++ b/songs/Les_Ogres_de_Barback/Rue_Mazarine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Rue Mazarine} - [by=Les Ogres de Barback,cov=terrain-vague,album=Terrain vague] + [by={Les Ogres de Barback},cov={terrain-vague},album={Terrain vague}] \cover \gtab{Fm}{1:022000} diff --git a/songs/Les_Ogres_de_Barback/Rue_de_Panam.sg b/songs/Les_Ogres_de_Barback/Rue_de_Panam.sg index bf56843d..a4ced5ce 100644 --- a/songs/Les_Ogres_de_Barback/Rue_de_Panam.sg +++ b/songs/Les_Ogres_de_Barback/Rue_de_Panam.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Rue de Paname} - [by=Les Ogres de Barback,cov=rue-du-temps,album=Rue du temps] + [by={Les Ogres de Barback},cov={rue-du-temps},album={Rue du temps}] \cover \gtab{B&}{1:X02220} diff --git a/songs/Les_Ogres_de_Barback/Rue_du_temps.sg b/songs/Les_Ogres_de_Barback/Rue_du_temps.sg index f9ba2404..2ac6689d 100644 --- a/songs/Les_Ogres_de_Barback/Rue_du_temps.sg +++ b/songs/Les_Ogres_de_Barback/Rue_du_temps.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Rue du temps} - [by=Les Ogres de Barback,cov=Croc-noces,album=Croc noces] + [by={Les Ogres de Barback},cov={Croc-noces},album={Croc noces}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Les_Ogres_de_Barback/Touche_pas_a_mon_ecole.sg b/songs/Les_Ogres_de_Barback/Touche_pas_a_mon_ecole.sg index e2bc2296..4ca8cff5 100644 --- a/songs/Les_Ogres_de_Barback/Touche_pas_a_mon_ecole.sg +++ b/songs/Les_Ogres_de_Barback/Touche_pas_a_mon_ecole.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Touche pas à mon école} - [by=Les Ogres de Barback,cov=pitt-ocha-2,album=Pitt Ocha au pays des mille collines] + [by={Les Ogres de Barback},cov={pitt-ocha-2},album={Pitt Ocha au pays des mille collines}] \cover \gtab{Fm}{8:X02210} diff --git a/songs/Les_Petites_Bourrettes/Dans_la_tete.sg b/songs/Les_Petites_Bourrettes/Dans_la_tete.sg index cb277da7..902e5605 100644 --- a/songs/Les_Petites_Bourrettes/Dans_la_tete.sg +++ b/songs/Les_Petites_Bourrettes/Dans_la_tete.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dans la tête} - [by=Les Petites Bourrettes,cov=comme-des-rois,album=Comme des rois] + [by={Les Petites Bourrettes},cov={comme-des-rois},album={Comme des rois}] \cover \gtab{G}{320003} diff --git a/songs/Les_Petites_Bourrettes/Et_si_je_t_aime.sg b/songs/Les_Petites_Bourrettes/Et_si_je_t_aime.sg index 1df02238..a58a349a 100644 --- a/songs/Les_Petites_Bourrettes/Et_si_je_t_aime.sg +++ b/songs/Les_Petites_Bourrettes/Et_si_je_t_aime.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Et si je t'aime} - [by=Les Petites Bourrettes,cov=comme-des-rois,album=Comme des rois] + [by={Les Petites Bourrettes},cov={comme-des-rois},album={Comme des rois}] \cover \gtab{C}{3:X02220} diff --git a/songs/Les_Petites_Bourrettes/La_vieille.sg b/songs/Les_Petites_Bourrettes/La_vieille.sg index 6f774138..d9131061 100644 --- a/songs/Les_Petites_Bourrettes/La_vieille.sg +++ b/songs/Les_Petites_Bourrettes/La_vieille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La vieille} - [by=Les Petites Bourrettes,cov=comme-des-rois,album=Comme des rois] + [by={Les Petites Bourrettes},cov={comme-des-rois},album={Comme des rois}] \cover \gtab{G}{320003} diff --git a/songs/Les_Petites_Bourrettes/Notre_monde.sg b/songs/Les_Petites_Bourrettes/Notre_monde.sg index 389b1e6e..737eff81 100644 --- a/songs/Les_Petites_Bourrettes/Notre_monde.sg +++ b/songs/Les_Petites_Bourrettes/Notre_monde.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Notre monde} - [by=Les Petites Bourrettes,cov=comme-des-rois,album=Comme des rois] + [by={Les Petites Bourrettes},cov={comme-des-rois},album={Comme des rois}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_Tetes_Raides/L_iditente.sg b/songs/Les_Tetes_Raides/L_iditente.sg index 52d10e90..f53df97b 100644 --- a/songs/Les_Tetes_Raides/L_iditente.sg +++ b/songs/Les_Tetes_Raides/L_iditente.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'iditenté} - [by=Les Têtes Raides,cov=gratte-poil,album=Gratte poil] + [by={Les Têtes Raides},cov={gratte-poil},album={Gratte poil}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Tetes_Raides/Patalo.sg b/songs/Les_Tetes_Raides/Patalo.sg index ca34d69c..be57fef8 100644 --- a/songs/Les_Tetes_Raides/Patalo.sg +++ b/songs/Les_Tetes_Raides/Patalo.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Patalo} - [by=Les Têtes Raides,cov=gratte-poil,album=Gratte poil] + [by={Les Têtes Raides},cov={gratte-poil},album={Gratte poil}] \cover \gtab{E}{7:X02220} diff --git a/songs/Les_Tit_s_Nassels/Les_tit_s_ballades.sg b/songs/Les_Tit_s_Nassels/Les_tit_s_ballades.sg index c73cac88..da2ae109 100644 --- a/songs/Les_Tit_s_Nassels/Les_tit_s_ballades.sg +++ b/songs/Les_Tit_s_Nassels/Les_tit_s_ballades.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les tit's ballades} - [by=Les Tit's Nassels,cov=pareil,album=Pareil] + [by={Les Tit's Nassels},cov={pareil},album={Pareil}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Les_VRP/Leo.sg b/songs/Les_VRP/Leo.sg index 6cf90648..1a55ec6c 100644 --- a/songs/Les_VRP/Leo.sg +++ b/songs/Les_VRP/Leo.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Léo} - [by=Les VRP,cov=vacances-prolongees,album=Vacances prolongées] + [by={Les VRP},cov={vacances-prolongees},album={Vacances prolongées}] \cover diff --git a/songs/Les_VRP/Ramon_Perez.sg b/songs/Les_VRP/Ramon_Perez.sg index 54627ec6..6a90ea96 100644 --- a/songs/Les_VRP/Ramon_Perez.sg +++ b/songs/Les_VRP/Ramon_Perez.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ramón Pérez} - [by=Les VRP,cov=retire-le-nain,album=Retire le nain de tes poches !] + [by={Les VRP},cov={retire-le-nain},album={Retire le nain de tes poches !}] \cover \gtab{Am}{X02210} diff --git a/songs/Les_Vieilles_Valises/Emilie.sg b/songs/Les_Vieilles_Valises/Emilie.sg index d09461b6..8f2255ba 100644 --- a/songs/Les_Vieilles_Valises/Emilie.sg +++ b/songs/Les_Vieilles_Valises/Emilie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Émilie} - [by=Les Vieilles Valises] + [by={Les Vieilles Valises}] \gtab{Am}{X02210} \gtab{G}{320003} diff --git a/songs/Les_Wriggles/Julie_la_petite_olive.sg b/songs/Les_Wriggles/Julie_la_petite_olive.sg index 9eb42e84..336583df 100644 --- a/songs/Les_Wriggles/Julie_la_petite_olive.sg +++ b/songs/Les_Wriggles/Julie_la_petite_olive.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Julie, la petite olive} - [by=Les Wriggles,cov=ah-ben-ouais-mais-bon,album=Ah ben ouais mais bon] + [by={Les Wriggles},cov={ah-ben-ouais-mais-bon},album={Ah ben ouais mais bon}] \cover \gtab{A}{X02220} diff --git a/songs/Les_Wriggles/Monolithe.sg b/songs/Les_Wriggles/Monolithe.sg index 82cc5f2a..953d89a1 100644 --- a/songs/Les_Wriggles/Monolithe.sg +++ b/songs/Les_Wriggles/Monolithe.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Monolithe} - [by=Les Wriggles,cov=partent-en-live,album=Partent en live] + [by={Les Wriggles},cov={partent-en-live},album={Partent en live}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Les_Wriggles/Plouf.sg b/songs/Les_Wriggles/Plouf.sg index 55df5e0c..5c48cc7b 100644 --- a/songs/Les_Wriggles/Plouf.sg +++ b/songs/Les_Wriggles/Plouf.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Plouf} - [by=Les Wriggles,cov=partent-en-live,album=Partent en live] + [by={Les Wriggles},cov={partent-en-live},album={Partent en live}] \cover \gtab*{D7M}{5:X02120} diff --git a/songs/Les_Wriggles/Poupine_et_Thierry.sg b/songs/Les_Wriggles/Poupine_et_Thierry.sg index 65945a47..3f2d8a2f 100644 --- a/songs/Les_Wriggles/Poupine_et_Thierry.sg +++ b/songs/Les_Wriggles/Poupine_et_Thierry.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Poupine et Thierry} - [by=Les Wriggles,cov=ah-ben-ouais-mais-bon,album=Ah ben ouais mais bon] + [by={Les Wriggles},cov={ah-ben-ouais-mais-bon},album={Ah ben ouais mais bon}] \cover diff --git a/songs/Les_Wriggles/petit_bonhomme.sg b/songs/Les_Wriggles/petit_bonhomme.sg index 93b5df04..b8db051d 100644 --- a/songs/Les_Wriggles/petit_bonhomme.sg +++ b/songs/Les_Wriggles/petit_bonhomme.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petit bonhomme} - [by=Les Wriggles,cov=tant-pis-tant-mieux-,album=Tant pis ! Tant mieux !] + [by={Les Wriggles},cov={tant-pis-tant-mieux-},album={Tant pis ! Tant mieux !}] \cover \gtab{Em}{022000} diff --git a/songs/Les_blerots_de_ravel/Dans_les_gares.sg b/songs/Les_blerots_de_ravel/Dans_les_gares.sg index d779f6cd..6807fb5a 100644 --- a/songs/Les_blerots_de_ravel/Dans_les_gares.sg +++ b/songs/Les_blerots_de_ravel/Dans_les_gares.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dans les gares} - [by=Les blérots de R.A.V.E.L,cov=les-joies-sauvages,album=Les joies sauvages] + [by={Les blérots de R.A.V.E.L},cov={les-joies-sauvages},album={Les joies sauvages}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Les_blerots_de_ravel/Le_retour_de_Petrouchka.sg b/songs/Les_blerots_de_ravel/Le_retour_de_Petrouchka.sg index dfd60d8e..ae712a6c 100644 --- a/songs/Les_blerots_de_ravel/Le_retour_de_Petrouchka.sg +++ b/songs/Les_blerots_de_ravel/Le_retour_de_Petrouchka.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le retour de Petrouchka} - [by=Les blérots de R.A.V.E.L,cov=les-joies-sauvages,album=Les joies sauvages] + [by={Les blérots de R.A.V.E.L},cov={les-joies-sauvages},album={Les joies sauvages}] \cover \gtab{Fm}{1:022000} diff --git a/songs/Les_blerots_de_ravel/Les_ptits_plaisirs.sg b/songs/Les_blerots_de_ravel/Les_ptits_plaisirs.sg index c0668878..b6055f42 100644 --- a/songs/Les_blerots_de_ravel/Les_ptits_plaisirs.sg +++ b/songs/Les_blerots_de_ravel/Les_ptits_plaisirs.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les p'tits plaisirs} - [by=Les blérots de R.A.V.E.L,cov=voleurs-du-dimanche,album=Voleurs du dimanche] + [by={Les blérots de R.A.V.E.L},cov={voleurs-du-dimanche},album={Voleurs du dimanche}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Lila_Downs/La_cumbia_del_mole.sg b/songs/Lila_Downs/La_cumbia_del_mole.sg index 2d773a2d..2ac87d59 100644 --- a/songs/Lila_Downs/La_cumbia_del_mole.sg +++ b/songs/Lila_Downs/La_cumbia_del_mole.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{La cumbia del mole} - [by=Lila Downs,cov=la-cantina,album=La cantina] + [by={Lila Downs},cov={la-cantina},album={La cantina}] \cover \gtab{Em}{7:X0221} diff --git a/songs/Linkin_Park/Numb.sg b/songs/Linkin_Park/Numb.sg index 2edc11b9..8d2ff0d3 100644 --- a/songs/Linkin_Park/Numb.sg +++ b/songs/Linkin_Park/Numb.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Numb} - [by=Linkin Park,cov=meteora,album=Meteora] + [by={Linkin Park},cov={meteora},album={Meteora}] \cover \capo{2} diff --git a/songs/Loic_Lantoine/Cote_punk.sg b/songs/Loic_Lantoine/Cote_punk.sg index 5503979a..24aa6b6b 100644 --- a/songs/Loic_Lantoine/Cote_punk.sg +++ b/songs/Loic_Lantoine/Cote_punk.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Côté punk} - [by=Loic Lantoine,cov=badaboum,album=Badaboum] + [by={Loic Lantoine},cov={badaboum},album={Badaboum}] \cover \gtab{Am}{5:022000} diff --git a/songs/Los_Lobos/Cancion_del_Mariachi.sg b/songs/Los_Lobos/Cancion_del_Mariachi.sg index fb603cf5..8e1a4b62 100644 --- a/songs/Los_Lobos/Cancion_del_Mariachi.sg +++ b/songs/Los_Lobos/Cancion_del_Mariachi.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Canción del Mariachi} - [by=Los Lobos,cov=desperado,album=Desperado] + [by={Los Lobos},cov={desperado},album={Desperado}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Los_Lobos/Rango_theme_song.sg b/songs/Los_Lobos/Rango_theme_song.sg index 06a9575c..fd5b4f00 100644 --- a/songs/Los_Lobos/Rango_theme_song.sg +++ b/songs/Los_Lobos/Rango_theme_song.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Rango theme song} - [by=Los Lobos,cov=rango,album=Rango] + [by={Los Lobos},cov={rango},album={Rango}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Louis_Bertignac/Ces_idees_la.sg b/songs/Louis_Bertignac/Ces_idees_la.sg index e5a26dbc..0df85a4c 100644 --- a/songs/Louis_Bertignac/Ces_idees_la.sg +++ b/songs/Louis_Bertignac/Ces_idees_la.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ces idées là} - [by=Louis Bertignac,cov=louis-bertignac-et-les-visiteurs,album=Louis Bertignac et les visiteurs] + [by={Louis Bertignac},cov={louis-bertignac-et-les-visiteurs},album={Louis Bertignac et les visiteurs}] \cover \gtab{D}{XX0232} diff --git a/songs/Louis_Chedid/Tout_le_monde_se_presse.sg b/songs/Louis_Chedid/Tout_le_monde_se_presse.sg index c7dac41a..68d6e3f6 100644 --- a/songs/Louis_Chedid/Tout_le_monde_se_presse.sg +++ b/songs/Louis_Chedid/Tout_le_monde_se_presse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tout le monde se presse} - [by=Louis Chedid,cov=le-soldat-rose,album=Le soldat rose] + [by={Louis Chedid},cov={le-soldat-rose},album={Le soldat rose}] \cover \gtab*{C7/9}{3:X02000} diff --git a/songs/Louise_Attaque/Depuis_toujours.sg b/songs/Louise_Attaque/Depuis_toujours.sg index 8b0d9881..f14f7139 100644 --- a/songs/Louise_Attaque/Depuis_toujours.sg +++ b/songs/Louise_Attaque/Depuis_toujours.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Depuis toujours} - [by=Louise Attaque,cov=a-plus-tard-crocodile,album=À plus tard crocodile] + [by={Louise Attaque},cov={a-plus-tard-crocodile},album={À plus tard crocodile}] \cover \capo{2} diff --git a/songs/Louise_Attaque/Je_t_emmene_au_vent.sg b/songs/Louise_Attaque/Je_t_emmene_au_vent.sg index b159ec90..4d58b9cc 100644 --- a/songs/Louise_Attaque/Je_t_emmene_au_vent.sg +++ b/songs/Louise_Attaque/Je_t_emmene_au_vent.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je t'emmène au vent} - [by=Louise Attaque,cov=louise-attaque,album=Louise Attaque] + [by={Louise Attaque},cov={louise-attaque},album={Louise Attaque}] \cover \capo{4} diff --git a/songs/Louise_Attaque/Lea.sg b/songs/Louise_Attaque/Lea.sg index 798715f4..da8dc466 100644 --- a/songs/Louise_Attaque/Lea.sg +++ b/songs/Louise_Attaque/Lea.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Léa} - [by=Louise Attaque,cov=louise-attaque,album=Louise Attaque] + [by={Louise Attaque},cov={louise-attaque},album={Louise Attaque}] \cover \gtab{Am}{X02210} diff --git a/songs/Louise_Attaque/Les_nuits_parisiennes.sg b/songs/Louise_Attaque/Les_nuits_parisiennes.sg index c4f7206a..cccbf232 100644 --- a/songs/Louise_Attaque/Les_nuits_parisiennes.sg +++ b/songs/Louise_Attaque/Les_nuits_parisiennes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les nuits parisiennes} - [by=Louise Attaque,cov=louise-attaque,album=Louise Attaque] + [by={Louise Attaque},cov={louise-attaque},album={Louise Attaque}] \cover \gtab{G}{320003} diff --git a/songs/Louise_Attaque/Ton_invitation.sg b/songs/Louise_Attaque/Ton_invitation.sg index f23aaf18..46ff3c09 100644 --- a/songs/Louise_Attaque/Ton_invitation.sg +++ b/songs/Louise_Attaque/Ton_invitation.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ton invitation} - [by=Louise Attaque,cov=louise-attaque,album=Louise Attaque] + [by={Louise Attaque},cov={louise-attaque},album={Louise Attaque}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Lucienne_Delyle/Mon_amant_de_Saint_Jean.sg b/songs/Lucienne_Delyle/Mon_amant_de_Saint_Jean.sg index e735cd9d..41c854be 100644 --- a/songs/Lucienne_Delyle/Mon_amant_de_Saint_Jean.sg +++ b/songs/Lucienne_Delyle/Mon_amant_de_Saint_Jean.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon amant de Saint-Jean} - [by=Lucienne Delyle,cov=mon-amant] + [by={Lucienne Delyle},cov={mon-amant}] \cover \gtab{Em}{022000} diff --git a/songs/Lylloo/Ma_soiree_msn.sg b/songs/Lylloo/Ma_soiree_msn.sg index 3fa8b61a..bbcaad4c 100644 --- a/songs/Lylloo/Ma_soiree_msn.sg +++ b/songs/Lylloo/Ma_soiree_msn.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ma soirée MSN} - [by=Lylloo] + [by={Lylloo}] \capo{2} \cover diff --git a/songs/M/La_seine.sg b/songs/M/La_seine.sg index ef6ba667..907e58c7 100644 --- a/songs/M/La_seine.sg +++ b/songs/M/La_seine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La seine} - [by=M,cov=La-seine,album=La seine] + [by={M},cov={La-seine},album={La seine}] \cover \capo{5} diff --git a/songs/MC_Solaar/Caroline.sg b/songs/MC_Solaar/Caroline.sg index d110324d..841ceb9f 100644 --- a/songs/MC_Solaar/Caroline.sg +++ b/songs/MC_Solaar/Caroline.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Caroline} - [by=MC Solaar,cov=qui-seme-le-vent-recolte-le-tempo,album=Qui sème le vent récolte le tempo] + [by={MC Solaar},cov={qui-seme-le-vent-recolte-le-tempo},album={Qui sème le vent récolte le tempo}] \cover \capo{5} diff --git a/songs/Manau/La_tribu_de_Dana.sg b/songs/Manau/La_tribu_de_Dana.sg index 1910d1ac..a27420a1 100644 --- a/songs/Manau/La_tribu_de_Dana.sg +++ b/songs/Manau/La_tribu_de_Dana.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{La tribu de Dana} - [by=Manau,cov=panique-celtique,album=Panique celtique] + [by={Manau},cov={panique-celtique},album={Panique celtique}] \cover \gtab{Am}{X02210} diff --git a/songs/Mano_Negra/Out_of_time_man.sg b/songs/Mano_Negra/Out_of_time_man.sg index 7fa3de3b..ce7ba1b2 100644 --- a/songs/Mano_Negra/Out_of_time_man.sg +++ b/songs/Mano_Negra/Out_of_time_man.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Out of time man} - [by=Mano Negra,cov=king-of-bongo,album=King of bongo] + [by={Mano Negra},cov={king-of-bongo},album={King of bongo}] \cover \gtab{C}{X32010} diff --git a/songs/Manu_Chao/Bienvenida_a_Tijuana.sg b/songs/Manu_Chao/Bienvenida_a_Tijuana.sg index edf22014..85a846d6 100644 --- a/songs/Manu_Chao/Bienvenida_a_Tijuana.sg +++ b/songs/Manu_Chao/Bienvenida_a_Tijuana.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Bienvenida a Tijuana} - [by=Manu Chao,cov=radio-bemba,album=Radio Bemba] + [by={Manu Chao},cov={radio-bemba},album={Radio Bemba}] \cover \gtab{C}{X32010} diff --git a/songs/Manu_Chao/Clandestino.sg b/songs/Manu_Chao/Clandestino.sg index 9f344918..b6666e6a 100644 --- a/songs/Manu_Chao/Clandestino.sg +++ b/songs/Manu_Chao/Clandestino.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Clandestino} - [by=Manu Chao,cov=clandestino,album=Clandestino] + [by={Manu Chao},cov={clandestino},album={Clandestino}] \cover \gtab{F#m}{2:022000} diff --git a/songs/Manu_Chao/Desaparecido.sg b/songs/Manu_Chao/Desaparecido.sg index 7285df95..4447f62b 100644 --- a/songs/Manu_Chao/Desaparecido.sg +++ b/songs/Manu_Chao/Desaparecido.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{Desaparecido} - [by=Manu Chao,cov=clandestino,album=Clandestino] + [by={Manu Chao},cov={clandestino},album={Clandestino}] \cover \gtab{E}{022100} diff --git a/songs/Marie_Cherrier/Les_baleines.sg b/songs/Marie_Cherrier/Les_baleines.sg index a3c5de7a..13001439 100644 --- a/songs/Marie_Cherrier/Les_baleines.sg +++ b/songs/Marie_Cherrier/Les_baleines.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les baleines} - [by=Marie Cherrier,cov=ni-vue-ni-connue,album=Ni vue ni connue] + [by={Marie Cherrier},cov={ni-vue-ni-connue},album={Ni vue ni connue}] \cover \capo{1} diff --git a/songs/Marie_Cherrier/Manouche.sg b/songs/Marie_Cherrier/Manouche.sg index b716cd6e..3eda6831 100644 --- a/songs/Marie_Cherrier/Manouche.sg +++ b/songs/Marie_Cherrier/Manouche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Manouche} - [by=Marie Cherrier,cov=ni-vue-ni-connue,album=Ni vue ni connue] + [by={Marie Cherrier},cov={ni-vue-ni-connue},album={Ni vue ni connue}] \cover \gtab{Am}{X02210} diff --git a/songs/Marie_Laforet/Ivan_Boris_et_moi.sg b/songs/Marie_Laforet/Ivan_Boris_et_moi.sg index 685a071b..e9ee0922 100644 --- a/songs/Marie_Laforet/Ivan_Boris_et_moi.sg +++ b/songs/Marie_Laforet/Ivan_Boris_et_moi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ivan, Boris et moi} - [by=Marie Laforêt,cov=succes,album=Succès] + [by={Marie Laforêt},cov={succes},album={Succès}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Matmatah/L_apologie.sg b/songs/Matmatah/L_apologie.sg index 45c29148..f6547fe5 100644 --- a/songs/Matmatah/L_apologie.sg +++ b/songs/Matmatah/L_apologie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'apologie} - [by=Matmatah,cov=la-ouache,album=La ouache] + [by={Matmatah},cov={la-ouache},album={La ouache}] \cover \gtab{Fm}{8:X02210} diff --git a/songs/Matticus/Le_p_tit_gars.sg b/songs/Matticus/Le_p_tit_gars.sg index f8eb0658..494eadfe 100644 --- a/songs/Matticus/Le_p_tit_gars.sg +++ b/songs/Matticus/Le_p_tit_gars.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Le p'tit gars} - [by=Matticus,cov=echange-ton-verre,album=Échange ton verre] + [by={Matticus},cov={echange-ton-verre},album={Échange ton verre}] \cover \gtab{Am}{X02210} diff --git a/songs/Maurice_Dulac/Dis_a_ton_fils.sg b/songs/Maurice_Dulac/Dis_a_ton_fils.sg index 3b79f516..1c32f136 100644 --- a/songs/Maurice_Dulac/Dis_a_ton_fils.sg +++ b/songs/Maurice_Dulac/Dis_a_ton_fils.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dis à ton fils} - [by=Maurice Dulac,cov=dis-a-ton-fils,album=Dis à ton fils] + [by={Maurice Dulac},cov={dis-a-ton-fils},album={Dis à ton fils}] \cover \gtab{Am}{X02210} diff --git a/songs/Maxime_Le_Forestier/Comme_un_arbre.sg b/songs/Maxime_Le_Forestier/Comme_un_arbre.sg index 49fcbe31..83184097 100644 --- a/songs/Maxime_Le_Forestier/Comme_un_arbre.sg +++ b/songs/Maxime_Le_Forestier/Comme_un_arbre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Comme un arbre} - [by=Maxime Le Forestier,cov=essentielles,album=Essentielles] + [by={Maxime Le Forestier},cov={essentielles},album={Essentielles}] \cover \gtab{C}{X32010} diff --git a/songs/Maxime_Le_Forestier/Education_Sentimentale.sg b/songs/Maxime_Le_Forestier/Education_Sentimentale.sg index 3191aab4..aa65cc2b 100644 --- a/songs/Maxime_Le_Forestier/Education_Sentimentale.sg +++ b/songs/Maxime_Le_Forestier/Education_Sentimentale.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Éducation sentimentale} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover \gtab{C}{X32010} diff --git a/songs/Maxime_Le_Forestier/Entre_14_et_40_ans.sg b/songs/Maxime_Le_Forestier/Entre_14_et_40_ans.sg index 9db8410a..8d83e59b 100644 --- a/songs/Maxime_Le_Forestier/Entre_14_et_40_ans.sg +++ b/songs/Maxime_Le_Forestier/Entre_14_et_40_ans.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Entre 14 et 40 ans} - [by=Maxime Le Forestier,cov=le-steak,album=Le steak] + [by={Maxime Le Forestier},cov={le-steak},album={Le steak}] \cover \gtab{C}{X32010} diff --git a/songs/Maxime_Le_Forestier/Fontenay_aux_roses.sg b/songs/Maxime_Le_Forestier/Fontenay_aux_roses.sg index 4d1672f8..674e9c13 100644 --- a/songs/Maxime_Le_Forestier/Fontenay_aux_roses.sg +++ b/songs/Maxime_Le_Forestier/Fontenay_aux_roses.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Fontenay-aux-Roses} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover \gtab{G}{320003} diff --git a/songs/Maxime_Le_Forestier/Je_ne_sais_rien_faire.sg b/songs/Maxime_Le_Forestier/Je_ne_sais_rien_faire.sg index 3a610376..11117363 100644 --- a/songs/Maxime_Le_Forestier/Je_ne_sais_rien_faire.sg +++ b/songs/Maxime_Le_Forestier/Je_ne_sais_rien_faire.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je ne sais rien faire} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover \gtab{C}{332010} diff --git a/songs/Maxime_Le_Forestier/L_auto_stop.sg b/songs/Maxime_Le_Forestier/L_auto_stop.sg index 4832b680..eec3108b 100644 --- a/songs/Maxime_Le_Forestier/L_auto_stop.sg +++ b/songs/Maxime_Le_Forestier/L_auto_stop.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'auto-stop} - [by=Maxime Le Forestier,cov=saltimbanque,album=Saltimbanque] + [by={Maxime Le Forestier},cov={saltimbanque},album={Saltimbanque}] \cover \gtab{C}{X32010} diff --git a/songs/Maxime_Le_Forestier/La_rouille.sg b/songs/Maxime_Le_Forestier/La_rouille.sg index 8c200f35..c12a5bd8 100644 --- a/songs/Maxime_Le_Forestier/La_rouille.sg +++ b/songs/Maxime_Le_Forestier/La_rouille.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La rouille} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover \gtab{F}{1:022100} diff --git a/songs/Maxime_Le_Forestier/Le_steak.sg b/songs/Maxime_Le_Forestier/Le_steak.sg index b78358b8..ebfef28e 100644 --- a/songs/Maxime_Le_Forestier/Le_steak.sg +++ b/songs/Maxime_Le_Forestier/Le_steak.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le steak} - [by=Maxime Le Forestier,cov=le-steak,album=Le steak] + [by={Maxime Le Forestier},cov={le-steak},album={Le steak}] \cover \gtab{D}{XX0232} diff --git a/songs/Maxime_Le_Forestier/Mon_frere.sg b/songs/Maxime_Le_Forestier/Mon_frere.sg index 92bc51b7..1adb962e 100644 --- a/songs/Maxime_Le_Forestier/Mon_frere.sg +++ b/songs/Maxime_Le_Forestier/Mon_frere.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon frère} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover \gtab{Dm}{X32010} diff --git a/songs/Maxime_Le_Forestier/Parachutiste.sg b/songs/Maxime_Le_Forestier/Parachutiste.sg index 16de4b2f..3b56ebf3 100644 --- a/songs/Maxime_Le_Forestier/Parachutiste.sg +++ b/songs/Maxime_Le_Forestier/Parachutiste.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Parachutiste} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover \gtab{G}{320003} diff --git a/songs/Maxime_Le_Forestier/Passer_ma_route.sg b/songs/Maxime_Le_Forestier/Passer_ma_route.sg index 2d58ac4c..6c55cd86 100644 --- a/songs/Maxime_Le_Forestier/Passer_ma_route.sg +++ b/songs/Maxime_Le_Forestier/Passer_ma_route.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Passer ma route} - [by=Maxime Le Forestier,cov=passer-ma-route,album=Passer ma route] + [by={Maxime Le Forestier},cov={passer-ma-route},album={Passer ma route}] \cover \gtab{D}{XX0232} diff --git a/songs/Maxime_Le_Forestier/San_Fransico.sg b/songs/Maxime_Le_Forestier/San_Fransico.sg index 692de53c..79555c47 100644 --- a/songs/Maxime_Le_Forestier/San_Fransico.sg +++ b/songs/Maxime_Le_Forestier/San_Fransico.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{San Francisco} - [by=Maxime Le Forestier,cov=mon-frere,album=Mon frère] + [by={Maxime Le Forestier},cov={mon-frere},album={Mon frère}] \cover diff --git a/songs/Mes_souliers_sont_rouges/Bassin_d_irlande.sg b/songs/Mes_souliers_sont_rouges/Bassin_d_irlande.sg index c6f554f0..52039dc6 100644 --- a/songs/Mes_souliers_sont_rouges/Bassin_d_irlande.sg +++ b/songs/Mes_souliers_sont_rouges/Bassin_d_irlande.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bassin d'Irlande} - [by=Mes souliers sont rouges,cov=en-dehors-des-clous,album=En dehors des clous] + [by={Mes souliers sont rouges},cov={en-dehors-des-clous},album={En dehors des clous}] \cover \gtab{F}{1:022100} diff --git a/songs/Mes_souliers_sont_rouges/Cahin_Caha.sg b/songs/Mes_souliers_sont_rouges/Cahin_Caha.sg index 626e8339..f8d5322a 100644 --- a/songs/Mes_souliers_sont_rouges/Cahin_Caha.sg +++ b/songs/Mes_souliers_sont_rouges/Cahin_Caha.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Cahin-caha} - [by=Mes souliers sont rouges,cov=proches,album=Proches] + [by={Mes souliers sont rouges},cov={proches},album={Proches}] \cover \capo{2} diff --git a/songs/Mes_souliers_sont_rouges/L_arbre_est_dans_ses_feuilles.sg b/songs/Mes_souliers_sont_rouges/L_arbre_est_dans_ses_feuilles.sg index 4832e814..35f1971f 100644 --- a/songs/Mes_souliers_sont_rouges/L_arbre_est_dans_ses_feuilles.sg +++ b/songs/Mes_souliers_sont_rouges/L_arbre_est_dans_ses_feuilles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{L'arbre dans ses feuilles} - [by=Mes souliers sont rouges,cov=proches,album=Proches] + [by={Mes souliers sont rouges},cov={proches},album={Proches}] \cover \gtab{D}{XX0232} diff --git a/songs/Mes_souliers_sont_rouges/Le_cycle_du_vin.sg b/songs/Mes_souliers_sont_rouges/Le_cycle_du_vin.sg index 6a3b1731..2cbbddd3 100644 --- a/songs/Mes_souliers_sont_rouges/Le_cycle_du_vin.sg +++ b/songs/Mes_souliers_sont_rouges/Le_cycle_du_vin.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le cycle du vin} - [by=Mes souliers sont rouges,cov=5,album=5] + [by={Mes souliers sont rouges},cov={5},album={5}] \cover \gtab{Am}{X02210} diff --git a/songs/Mes_souliers_sont_rouges/Les_souliers_rouges.sg b/songs/Mes_souliers_sont_rouges/Les_souliers_rouges.sg index eb14dbfe..5acbe5f2 100644 --- a/songs/Mes_souliers_sont_rouges/Les_souliers_rouges.sg +++ b/songs/Mes_souliers_sont_rouges/Les_souliers_rouges.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les souliers rouges} - [by=Mes souliers sont rouges,cov=tape-la-galoche,album=Tape la galoche] + [by={Mes souliers sont rouges},cov={tape-la-galoche},album={Tape la galoche}] \cover \gtab{G}{320003} diff --git a/songs/Mes_souliers_sont_rouges/Nuit_humide.sg b/songs/Mes_souliers_sont_rouges/Nuit_humide.sg index a9096dbd..aac88ca5 100644 --- a/songs/Mes_souliers_sont_rouges/Nuit_humide.sg +++ b/songs/Mes_souliers_sont_rouges/Nuit_humide.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nuit humide} - [by=Mes souliers sont rouges,cov=tape-la-galoche,album=Tape la galoche] + [by={Mes souliers sont rouges},cov={tape-la-galoche},album={Tape la galoche}] \cover \capo{7} diff --git a/songs/Mes_souliers_sont_rouges/Sainte-Cecile.sg b/songs/Mes_souliers_sont_rouges/Sainte-Cecile.sg index e7a941a9..2af44a3f 100644 --- a/songs/Mes_souliers_sont_rouges/Sainte-Cecile.sg +++ b/songs/Mes_souliers_sont_rouges/Sainte-Cecile.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sainte Cécile} - [by=Mes souliers sont rouges,cov=proches,album=Proches] + [by={Mes souliers sont rouges},cov={proches},album={Proches}] \cover diff --git a/songs/Mes_souliers_sont_rouges/Sortis_du_bois.sg b/songs/Mes_souliers_sont_rouges/Sortis_du_bois.sg index ed000491..ea7b8478 100644 --- a/songs/Mes_souliers_sont_rouges/Sortis_du_bois.sg +++ b/songs/Mes_souliers_sont_rouges/Sortis_du_bois.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sortis du bois} - [by=Mes souliers sont rouges,cov=5,album=5] + [by={Mes souliers sont rouges},cov={5},album={5}] \cover \capo{2} diff --git a/songs/Mes_souliers_sont_rouges/Tape_la_galoche.sg b/songs/Mes_souliers_sont_rouges/Tape_la_galoche.sg index 35373624..c7c555cc 100644 --- a/songs/Mes_souliers_sont_rouges/Tape_la_galoche.sg +++ b/songs/Mes_souliers_sont_rouges/Tape_la_galoche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tape la galoche} - [by=Mes souliers sont rouges,cov=tape-la-galoche,album=Tape la galoche] + [by={Mes souliers sont rouges},cov={tape-la-galoche},album={Tape la galoche}] \cover \gtab{G}{320003} diff --git a/songs/Mes_souliers_sont_rouges/The_rooster.sg b/songs/Mes_souliers_sont_rouges/The_rooster.sg index 8dcba47e..7231293e 100644 --- a/songs/Mes_souliers_sont_rouges/The_rooster.sg +++ b/songs/Mes_souliers_sont_rouges/The_rooster.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The rooster} - [by=Mes souliers sont rouges,cov=tape-la-galoche,album=Tape la galoche] + [by={Mes souliers sont rouges},cov={tape-la-galoche},album={Tape la galoche}] \cover diff --git a/songs/Michel_Fugain/Forteresse.sg b/songs/Michel_Fugain/Forteresse.sg index 4bc55a0a..d1d1b6ee 100644 --- a/songs/Michel_Fugain/Forteresse.sg +++ b/songs/Michel_Fugain/Forteresse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Forteresse} - [by=Michel Fugain,cov=sucre-sale,album=Sucré-Salé] + [by={Michel Fugain},cov={sucre-sale},album={Sucré-Salé}] \cover \capo{3} diff --git a/songs/Michel_Fugain/Je_n_aurai_pas_le_temps.sg b/songs/Michel_Fugain/Je_n_aurai_pas_le_temps.sg index 329f5ec5..95487063 100644 --- a/songs/Michel_Fugain/Je_n_aurai_pas_le_temps.sg +++ b/songs/Michel_Fugain/Je_n_aurai_pas_le_temps.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je n'aurai pas le temps} - [by=Michel Fugain,cov=live,album=Live] + [by={Michel Fugain},cov={live},album={Live}] \cover \gtab{C}{X32010} diff --git a/songs/Michel_Fugain/Les_Acadiens.sg b/songs/Michel_Fugain/Les_Acadiens.sg index eb51e759..d5e9f401 100644 --- a/songs/Michel_Fugain/Les_Acadiens.sg +++ b/songs/Michel_Fugain/Les_Acadiens.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les Acadiens} - [by=Michel Fugain,cov=live,album=Live] + [by={Michel Fugain},cov={live},album={Live}] \cover \gtab{G}{320003} diff --git a/songs/Michel_Sardou/Les_lacs_du_Connemara.sg b/songs/Michel_Sardou/Les_lacs_du_Connemara.sg index 893e7c04..9fd2baef 100644 --- a/songs/Michel_Sardou/Les_lacs_du_Connemara.sg +++ b/songs/Michel_Sardou/Les_lacs_du_Connemara.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les lacs du Connemara} - [by=Michel Sardou, cov=les-grandes-chansons,album=Les grandes chansons] + [by={Michel Sardou}, cov={les-grandes-chansons},album={Les grandes chansons}] \cover \gtab{F}{1:022100} diff --git a/songs/Mon_cote_punk/Inch_Allah.sg b/songs/Mon_cote_punk/Inch_Allah.sg index 01e517a2..005eef06 100644 --- a/songs/Mon_cote_punk/Inch_Allah.sg +++ b/songs/Mon_cote_punk/Inch_Allah.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Inch-Allah} - [by=Mon côté punk,cov=mon-cote-punk,album=Mon côté punk] + [by={Mon côté punk},cov={mon-cote-punk},album={Mon côté punk}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Mon_cote_punk/Youssef.sg b/songs/Mon_cote_punk/Youssef.sg index 8bcd7a8f..aae8eb1c 100644 --- a/songs/Mon_cote_punk/Youssef.sg +++ b/songs/Mon_cote_punk/Youssef.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Youssef} - [by=Mon côté punk,cov=mon-cote-punk,album=Mon côté punk] + [by={Mon côté punk},cov={mon-cote-punk},album={Mon côté punk}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Moriarty/Jimmy.sg b/songs/Moriarty/Jimmy.sg index 92dd1f1b..6ff71fd8 100644 --- a/songs/Moriarty/Jimmy.sg +++ b/songs/Moriarty/Jimmy.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Jimmy} - [by=Moriarty,cov=gee-whiz-but-this-is-a-lonesome-town,album=Gee whiz but this is a lonesome town] + [by={Moriarty},cov={gee-whiz-but-this-is-a-lonesome-town},album={Gee whiz but this is a lonesome town}] \cover \capo{1} diff --git a/songs/Negresses_vertes/Sous_le_soleil_de_Bodega.sg b/songs/Negresses_vertes/Sous_le_soleil_de_Bodega.sg index c8a99cd3..e09f971d 100644 --- a/songs/Negresses_vertes/Sous_le_soleil_de_Bodega.sg +++ b/songs/Negresses_vertes/Sous_le_soleil_de_Bodega.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sous le soleil de Bodega} - [by=Négresse vertes,cov=le-grand-deballage,album=Le grand déballage] + [by={Négresse vertes},cov={le-grand-deballage},album={Le grand déballage}] \cover \gtab{G}{3:022100} diff --git a/songs/Negro_Spiritual/Lord_I_want.sg b/songs/Negro_Spiritual/Lord_I_want.sg index fbf3b9f5..91cd0e2c 100644 --- a/songs/Negro_Spiritual/Lord_I_want.sg +++ b/songs/Negro_Spiritual/Lord_I_want.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Lord I want} - [by=Negro Spiritual] + [by={Negro Spiritual}] \gtab{C}{X32010} \gtab{G7}{320001} diff --git a/songs/Neil_Young/Heart_of_gold.sg b/songs/Neil_Young/Heart_of_gold.sg index e5c9631e..d09c0ec6 100644 --- a/songs/Neil_Young/Heart_of_gold.sg +++ b/songs/Neil_Young/Heart_of_gold.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Heart of gold} - [by=Neil Young,cov=harvest-moon,album=Harvest moon] + [by={Neil Young},cov={harvest-moon},album={Harvest moon}] \cover \gtab{Em}{022000} diff --git a/songs/Nino_Ferrer/Mirza.sg b/songs/Nino_Ferrer/Mirza.sg index 4f5b34eb..11976f72 100644 --- a/songs/Nino_Ferrer/Mirza.sg +++ b/songs/Nino_Ferrer/Mirza.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mirza} - [by=Nino Ferrer,cov=le-meilleur-de-nino-ferrer,album=Le meilleur de Nino Ferrer] + [by={Nino Ferrer},cov={le-meilleur-de-nino-ferrer},album={Le meilleur de Nino Ferrer}] \cover \gtab{Fm}{1:022000} diff --git a/songs/Nirvana/Come_as_you_are.sg b/songs/Nirvana/Come_as_you_are.sg index 0c5d2e9d..9e64b92e 100644 --- a/songs/Nirvana/Come_as_you_are.sg +++ b/songs/Nirvana/Come_as_you_are.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Come as you are} - [by=Nirvana,cov=nevermind,album=Nevermind] + [by={Nirvana},cov={nevermind},album={Nevermind}] \cover \gtab{F#m}{2:022000} diff --git a/songs/Nirvana/Dumb.sg b/songs/Nirvana/Dumb.sg index 5e5211f9..8fdc1816 100644 --- a/songs/Nirvana/Dumb.sg +++ b/songs/Nirvana/Dumb.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Dumb} - [by=Nirvana,cov=in-utero,album=In Utero] + [by={Nirvana},cov={in-utero},album={In Utero}] \cover \capo{2} diff --git a/songs/Noir_Desir/Aux_sombres_heros_de_l_amer.sg b/songs/Noir_Desir/Aux_sombres_heros_de_l_amer.sg index f2c47448..cb11a422 100644 --- a/songs/Noir_Desir/Aux_sombres_heros_de_l_amer.sg +++ b/songs/Noir_Desir/Aux_sombres_heros_de_l_amer.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Aux sombres héros de l'amer} - [by=Noir Désir,cov=veuillez-rendre-l-ame,album=Veuillez rendre l'âme] + [by={Noir Désir},cov={veuillez-rendre-l-ame},album={Veuillez rendre l'âme}] \cover \gtab{Am}{X02210} diff --git a/songs/Noir_Desir/Charlie.sg b/songs/Noir_Desir/Charlie.sg index 7e433b23..5e9e14e1 100644 --- a/songs/Noir_Desir/Charlie.sg +++ b/songs/Noir_Desir/Charlie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Charlie} - [by=Noir Désir,cov=du-ciment-sous-les-plaines,album=Du ciment sous les plaines] + [by={Noir Désir},cov={du-ciment-sous-les-plaines},album={Du ciment sous les plaines}] \cover \gtab{F#m}{2:022000} diff --git a/songs/Noir_Desir/Elle_va_ou_elle_veut.sg b/songs/Noir_Desir/Elle_va_ou_elle_veut.sg index 3bf5ce3a..aa23fca2 100644 --- a/songs/Noir_Desir/Elle_va_ou_elle_veut.sg +++ b/songs/Noir_Desir/Elle_va_ou_elle_veut.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Elle va où elle veut} - [by=Noir Désir,cov=du-ciment-sous-les-plaines, album=Du ciment sous les plaines] + [by={Noir Désir},cov={du-ciment-sous-les-plaines}, album={Du ciment sous les plaines}] \cover \gtab{G#m}{4:022000} diff --git a/songs/Noir_Desir/Joey_I.sg b/songs/Noir_Desir/Joey_I.sg index e31844a9..75359061 100644 --- a/songs/Noir_Desir/Joey_I.sg +++ b/songs/Noir_Desir/Joey_I.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Joey I} - [by=Noir Désir,cov=veuillez-rendre-l-ame,album=Veuillez rendre l'âme] + [by={Noir Désir},cov={veuillez-rendre-l-ame},album={Veuillez rendre l'âme}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Noir_Desir/L_homme_presse.sg b/songs/Noir_Desir/L_homme_presse.sg index 49af8d9c..3e29715d 100644 --- a/songs/Noir_Desir/L_homme_presse.sg +++ b/songs/Noir_Desir/L_homme_presse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{L'homme pressé} - [by=Noir Désir,cov=666-667-club,album=666.667 Club~] + [by={Noir Désir},cov={666-667-club},album={666.667 Club~}] \cover \gtab*{Am}{X022XX} diff --git a/songs/Noir_Desir/La_chaleur.sg b/songs/Noir_Desir/La_chaleur.sg index 8f5a3fbb..61fcb587 100644 --- a/songs/Noir_Desir/La_chaleur.sg +++ b/songs/Noir_Desir/La_chaleur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La chaleur} - [by=Noir Désir,cov=veuillez-rendre-l-ame,album=Veuillez rendre l'âme] + [by={Noir Désir},cov={veuillez-rendre-l-ame},album={Veuillez rendre l'âme}] \cover \gtab{Em}{022000} diff --git a/songs/Noir_Desir/La_rage.sg b/songs/Noir_Desir/La_rage.sg index 88eef0b9..c7b0011f 100644 --- a/songs/Noir_Desir/La_rage.sg +++ b/songs/Noir_Desir/La_rage.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La rage} - [by=Noir Désir,cov=ou-veux-tu-que-je-regarde,album=Où veux tu que je regarde] + [by={Noir Désir},cov={ou-veux-tu-que-je-regarde},album={Où veux tu que je regarde}] \cover \gtab{Am}{X02210} diff --git a/songs/Noir_Desir/Lazy.sg b/songs/Noir_Desir/Lazy.sg index 4f165938..511723c7 100644 --- a/songs/Noir_Desir/Lazy.sg +++ b/songs/Noir_Desir/Lazy.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Lazy} - [by=Noir Désir,cov=666-667-club,album=666.667 Club~] + [by={Noir Désir},cov={666-667-club},album={666.667 Club~}] \cover \gtab{Am}{X02210} diff --git a/songs/Noir_Desir/Le_fleuve.sg b/songs/Noir_Desir/Le_fleuve.sg index 6d2f9445..f3f1f87f 100644 --- a/songs/Noir_Desir/Le_fleuve.sg +++ b/songs/Noir_Desir/Le_fleuve.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Le fleuve} - [by=Noir Désir,cov=veuillez-rendre-l-ame,album=Veuillez rendre l'âme] + [by={Noir Désir},cov={veuillez-rendre-l-ame},album={Veuillez rendre l'âme}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Noir_Desir/Le_vent_nous_portera.sg b/songs/Noir_Desir/Le_vent_nous_portera.sg index dfba258a..357a836b 100644 --- a/songs/Noir_Desir/Le_vent_nous_portera.sg +++ b/songs/Noir_Desir/Le_vent_nous_portera.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le vent nous portera} - [by=Noir Désir,cov=des-visages-des-figures,album=Des visages des figures] + [by={Noir Désir},cov={des-visages-des-figures},album={Des visages des figures}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Noir_Desir/Les_ecorches.sg b/songs/Noir_Desir/Les_ecorches.sg index 1c59e407..338fb72c 100644 --- a/songs/Noir_Desir/Les_ecorches.sg +++ b/songs/Noir_Desir/Les_ecorches.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les écorchés} - [by=Noir Désir,cov=veuillez-rendre-l-ame,album=Veuillez rendre l'âme] + [by={Noir Désir},cov={veuillez-rendre-l-ame},album={Veuillez rendre l'âme}] \cover \gtab{Am}{X02210} diff --git a/songs/Noir_Desir/Ou_veux_tu_qu_je_regarde.sg b/songs/Noir_Desir/Ou_veux_tu_qu_je_regarde.sg index a3ff7c01..3d52d963 100644 --- a/songs/Noir_Desir/Ou_veux_tu_qu_je_regarde.sg +++ b/songs/Noir_Desir/Ou_veux_tu_qu_je_regarde.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Où veux tu que je regarde} - [by=Noir Désir,cov=ou-veux-tu-que-je-regarde,album=Où veux tu que je regarde] + [by={Noir Désir},cov={ou-veux-tu-que-je-regarde},album={Où veux tu que je regarde}] \cover \gtab{G}{320003} diff --git a/songs/Noir_Desir/Si_rien_ne_bouge.sg b/songs/Noir_Desir/Si_rien_ne_bouge.sg index 57026875..cf044466 100644 --- a/songs/Noir_Desir/Si_rien_ne_bouge.sg +++ b/songs/Noir_Desir/Si_rien_ne_bouge.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Si rien ne bouge} - [by=Noir Désir,cov=du-ciment-sous-les-plaines,album=Du ciment sous les plaines] + [by={Noir Désir},cov={du-ciment-sous-les-plaines},album={Du ciment sous les plaines}] \cover \gtab{Am}{X02210} diff --git a/songs/Noir_Desir/Toujours_etre_ailleurs.sg b/songs/Noir_Desir/Toujours_etre_ailleurs.sg index 391dbc45..d0d88e65 100644 --- a/songs/Noir_Desir/Toujours_etre_ailleurs.sg +++ b/songs/Noir_Desir/Toujours_etre_ailleurs.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Toujours être ailleurs} - [by=Noir Désir,cov=ou-veux-tu-que-je-regarde,album=Où veux tu que je regarde] + [by={Noir Désir},cov={ou-veux-tu-que-je-regarde},album={Où veux tu que je regarde}] \cover \gtab{F}{1:022100} diff --git a/songs/Noir_Desir/Tu_m_donnes_le_mal.sg b/songs/Noir_Desir/Tu_m_donnes_le_mal.sg index 5233aa65..2f5b07f0 100644 --- a/songs/Noir_Desir/Tu_m_donnes_le_mal.sg +++ b/songs/Noir_Desir/Tu_m_donnes_le_mal.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tu m'donnes le mal} - [by=Noir Désir,cov=du-ciment-sous-les-plaines,album=Du ciment sous les plaines] + [by={Noir Désir},cov={du-ciment-sous-les-plaines},album={Du ciment sous les plaines}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Norah_Jones/Somewhere_over_the_rainbow.sg b/songs/Norah_Jones/Somewhere_over_the_rainbow.sg index 62c6cd34..d1b80f18 100644 --- a/songs/Norah_Jones/Somewhere_over_the_rainbow.sg +++ b/songs/Norah_Jones/Somewhere_over_the_rainbow.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Somewhere over the rainbow} - [by=Norah Jones,cov=come-away-with-me,album=Come away with me] + [by={Norah Jones},cov={come-away-with-me},album={Come away with me}] \cover \gtab{C}{X32010} diff --git a/songs/Oasis/Im_outta_time.sg b/songs/Oasis/Im_outta_time.sg index 37947e9d..8bf46a1b 100644 --- a/songs/Oasis/Im_outta_time.sg +++ b/songs/Oasis/Im_outta_time.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I'm outta time} - [by=Oasis,cov=dig-out-your-soul,album=Dig out your soul] + [by={Oasis},cov={dig-out-your-soul},album={Dig out your soul}] \cover \gtab{Em}{022000} diff --git a/songs/Oasis/Wonderwall.sg b/songs/Oasis/Wonderwall.sg index 5f77d53f..a9a7e8da 100644 --- a/songs/Oasis/Wonderwall.sg +++ b/songs/Oasis/Wonderwall.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Wonderwall} - [by=Oasis,cov=morning-glory,album=Morning glory] + [by={Oasis},cov={morning-glory},album={Morning glory}] \cover \capo{2} diff --git a/songs/Oldelaf_et_Monsieur_D/Cafe.sg b/songs/Oldelaf_et_Monsieur_D/Cafe.sg index a19f316b..5bf21476 100644 --- a/songs/Oldelaf_et_Monsieur_D/Cafe.sg +++ b/songs/Oldelaf_et_Monsieur_D/Cafe.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Café} - [by=Oldelaf et Monsieur~D.,cov=l-album-de-la-maturite,album=L'album de la maturité] + [by={Oldelaf et Monsieur~D.},cov={l-album-de-la-maturite},album={L'album de la maturité}] \cover diff --git a/songs/Oldelaf_et_Monsieur_D/Courseulles_sur_Mer.sg b/songs/Oldelaf_et_Monsieur_D/Courseulles_sur_Mer.sg index 3e754b7b..fabc4e66 100644 --- a/songs/Oldelaf_et_Monsieur_D/Courseulles_sur_Mer.sg +++ b/songs/Oldelaf_et_Monsieur_D/Courseulles_sur_Mer.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Courseulles-sur-Mer} - [by=Oldelaf,cov=le-monde-est-beau,album=Le monde est beau] + [by={Oldelaf},cov={le-monde-est-beau},album={Le monde est beau}] \cover \capo{3} diff --git a/songs/Oldelaf_et_Monsieur_D/Davy_Crockett.sg b/songs/Oldelaf_et_Monsieur_D/Davy_Crockett.sg index d3340953..d778b65c 100644 --- a/songs/Oldelaf_et_Monsieur_D/Davy_Crockett.sg +++ b/songs/Oldelaf_et_Monsieur_D/Davy_Crockett.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Davy Crockett} - [by=Oldelaf et Monsieur~D.,cov=lives,album=Lives] + [by={Oldelaf et Monsieur~D.},cov={lives},album={Lives}] \cover \gtab{C}{X32010} diff --git a/songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg b/songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg index 607ea686..49a4641c 100644 --- a/songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg +++ b/songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{J'veux être musclé} - [by=Oldelaf,cov=bete-et-mechant,album=Bête et méchant] + [by={Oldelaf},cov={bete-et-mechant},album={Bête et méchant}] \cover %tabs pour les couplets diff --git a/songs/Oldelaf_et_Monsieur_D/Le_monde_est_beau.sg b/songs/Oldelaf_et_Monsieur_D/Le_monde_est_beau.sg index 31c93bff..fc92a6dd 100644 --- a/songs/Oldelaf_et_Monsieur_D/Le_monde_est_beau.sg +++ b/songs/Oldelaf_et_Monsieur_D/Le_monde_est_beau.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le monde est beau} - [by=Oldelaf,cov=le-monde-est-beau,album=Le monde est beau] + [by={Oldelaf},cov={le-monde-est-beau},album={Le monde est beau}] \cover \gtab{Am}{5:022000} diff --git a/songs/Oldelaf_et_Monsieur_D/Les_mains_froides.sg b/songs/Oldelaf_et_Monsieur_D/Les_mains_froides.sg index c11b8b11..f1649b69 100644 --- a/songs/Oldelaf_et_Monsieur_D/Les_mains_froides.sg +++ b/songs/Oldelaf_et_Monsieur_D/Les_mains_froides.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les mains froides} - [by=Oldelaf,cov=le-monde-est-beau,album=Le monde est beau] + [by={Oldelaf},cov={le-monde-est-beau},album={Le monde est beau}] \cover \gtab{C7}{X32310} diff --git a/songs/Oldelaf_et_Monsieur_D/Mamy_blue.sg b/songs/Oldelaf_et_Monsieur_D/Mamy_blue.sg index 2b4ac49b..2fe822e8 100644 --- a/songs/Oldelaf_et_Monsieur_D/Mamy_blue.sg +++ b/songs/Oldelaf_et_Monsieur_D/Mamy_blue.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mamy blue} - [by=Oldelaf et Monsieur~D.] + [by={Oldelaf et Monsieur~D.}] \capo{2} \gtab{Em}{022000} diff --git a/songs/Oldelaf_et_Monsieur_D/Michel.sg b/songs/Oldelaf_et_Monsieur_D/Michel.sg index 4ad23a46..0f7c6e27 100644 --- a/songs/Oldelaf_et_Monsieur_D/Michel.sg +++ b/songs/Oldelaf_et_Monsieur_D/Michel.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Michel} - [by=Oldelaf,cov=bete-et-mechant,album=Bête et méchant] + [by={Oldelaf},cov={bete-et-mechant},album={Bête et méchant}] \cover \capo{4} diff --git a/songs/Oldelaf_et_Monsieur_D/Mon_ange.sg b/songs/Oldelaf_et_Monsieur_D/Mon_ange.sg index 95d85020..448981c8 100644 --- a/songs/Oldelaf_et_Monsieur_D/Mon_ange.sg +++ b/songs/Oldelaf_et_Monsieur_D/Mon_ange.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon ange} - [by=Oldelaf,cov=bete-et-mechant,album=Bête et méchant] + [by={Oldelaf},cov={bete-et-mechant},album={Bête et méchant}] \cover \gtab{Em}{022000} diff --git a/songs/Oldelaf_et_Monsieur_D/Mon_testament.sg b/songs/Oldelaf_et_Monsieur_D/Mon_testament.sg index 87cfcf1a..565d1377 100644 --- a/songs/Oldelaf_et_Monsieur_D/Mon_testament.sg +++ b/songs/Oldelaf_et_Monsieur_D/Mon_testament.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon testament} - [by=Oldelaf,cov=le-monde-est-beau,album=Le monde est beau] + [by={Oldelaf},cov={le-monde-est-beau},album={Le monde est beau}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Oldelaf_et_Monsieur_D/Nathalie.sg b/songs/Oldelaf_et_Monsieur_D/Nathalie.sg index a2571153..77dfd991 100644 --- a/songs/Oldelaf_et_Monsieur_D/Nathalie.sg +++ b/songs/Oldelaf_et_Monsieur_D/Nathalie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Nathalie (mon amour des JMJ)} - [by=Oldelaf et Monsieur~D.,cov=l-album-de-la-maturite,album=L'album de la maturité] + [by={Oldelaf et Monsieur~D.},cov={l-album-de-la-maturite},album={L'album de la maturité}] \cover \gtab{G}{320003} diff --git a/songs/Oldelaf_et_Monsieur_D/Nous_les_vedettes.sg b/songs/Oldelaf_et_Monsieur_D/Nous_les_vedettes.sg index aaa671bb..a68f56aa 100644 --- a/songs/Oldelaf_et_Monsieur_D/Nous_les_vedettes.sg +++ b/songs/Oldelaf_et_Monsieur_D/Nous_les_vedettes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Nous, les vedettes} - [by=Oldelaf et Monsieur~D.,cov=derniere-chance-d-etre-disque-d-or,album=Dernière chance d'être disque d'or] + [by={Oldelaf et Monsieur~D.},cov={derniere-chance-d-etre-disque-d-or},album={Dernière chance d'être disque d'or}] \cover \capo{1} diff --git a/songs/Oldelaf_et_Monsieur_D/Petit_Pierrot.sg b/songs/Oldelaf_et_Monsieur_D/Petit_Pierrot.sg index 84345ace..70f2b721 100644 --- a/songs/Oldelaf_et_Monsieur_D/Petit_Pierrot.sg +++ b/songs/Oldelaf_et_Monsieur_D/Petit_Pierrot.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petit Pierrot} - [by=Oldelaf et Monsieur~D.,cov=chansons-cons,album=Chansons cons] + [by={Oldelaf et Monsieur~D.},cov={chansons-cons},album={Chansons cons}] \cover \gtab{Am}{X02210} diff --git a/songs/Oldelaf_et_Monsieur_D/Raoul_le_pitbull.sg b/songs/Oldelaf_et_Monsieur_D/Raoul_le_pitbull.sg index 7a3e5004..42fec6bc 100644 --- a/songs/Oldelaf_et_Monsieur_D/Raoul_le_pitbull.sg +++ b/songs/Oldelaf_et_Monsieur_D/Raoul_le_pitbull.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Raoul, le pitbull} - [by=Oldelaf et Monsieur~D.,cov=chansons-cons,album=Chansons cons] + [by={Oldelaf et Monsieur~D.},cov={chansons-cons},album={Chansons cons}] \cover diff --git a/songs/Oldelaf_et_Monsieur_D/Rue_de_Nantes.sg b/songs/Oldelaf_et_Monsieur_D/Rue_de_Nantes.sg index 0d396246..b12d66c5 100644 --- a/songs/Oldelaf_et_Monsieur_D/Rue_de_Nantes.sg +++ b/songs/Oldelaf_et_Monsieur_D/Rue_de_Nantes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Rue de Nantes} - [by=Oldelaf et Monsieur~D.,cov=l-album-de-la-maturite,album=L'album de la maturité] + [by={Oldelaf et Monsieur~D.},cov={l-album-de-la-maturite},album={L'album de la maturité}] \cover diff --git a/songs/Oldelaf_et_Monsieur_D/Super_heros.sg b/songs/Oldelaf_et_Monsieur_D/Super_heros.sg index b12a788a..6757b646 100644 --- a/songs/Oldelaf_et_Monsieur_D/Super_heros.sg +++ b/songs/Oldelaf_et_Monsieur_D/Super_heros.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Super héros} - [by=Oldelaf et Monsieur~D.,cov=l-album-de-la-maturite,album=L'album de la maturité] + [by={Oldelaf et Monsieur~D.},cov={l-album-de-la-maturite},album={L'album de la maturité}] \cover \gtab{Am}{X02210} diff --git a/songs/Oldelaf_et_Monsieur_D/Trahis.sg b/songs/Oldelaf_et_Monsieur_D/Trahis.sg index 58820710..b947311f 100644 --- a/songs/Oldelaf_et_Monsieur_D/Trahis.sg +++ b/songs/Oldelaf_et_Monsieur_D/Trahis.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Trahis} - [by=Oldelaf et Monsieur~D.,cov=derniere-chance-d-etre-disque-d-or,album=Dernière chance d'être disque d'or] + [by={Oldelaf et Monsieur~D.},cov={derniere-chance-d-etre-disque-d-or},album={Dernière chance d'être disque d'or}] \cover \gtab{F#m}{2:022000} diff --git a/songs/Oldelaf_et_Monsieur_D/Vendredi.sg b/songs/Oldelaf_et_Monsieur_D/Vendredi.sg index 286b3941..a5726fa5 100644 --- a/songs/Oldelaf_et_Monsieur_D/Vendredi.sg +++ b/songs/Oldelaf_et_Monsieur_D/Vendredi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Vendredi} - [by=Oldelaf,cov=le-monde-est-beau,album=Le monde est beau] + [by={Oldelaf},cov={le-monde-est-beau},album={Le monde est beau}] \cover \gtab{Am}{5:022000} diff --git a/songs/Outkast/Hey_Ya.sg b/songs/Outkast/Hey_Ya.sg index 41a5eb92..55a305f4 100644 --- a/songs/Outkast/Hey_Ya.sg +++ b/songs/Outkast/Hey_Ya.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Hey ya} - [by=Outkast,cov=speakerboxx-lovebelow,album=The Love Below] + [by={Outkast},cov={speakerboxx-lovebelow},album={The Love Below}] \cover \gtab{G}{320003} diff --git a/songs/Paco_Ibanez/A_galopar.sg b/songs/Paco_Ibanez/A_galopar.sg index a740b49d..467768c7 100644 --- a/songs/Paco_Ibanez/A_galopar.sg +++ b/songs/Paco_Ibanez/A_galopar.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{A galopar} - [by=Paco Ibáñez,cov=a-galopar,album=A galopar] + [by={Paco Ibáñez},cov={a-galopar},album={A galopar}] \cover \gtab{Am}{X02210} diff --git a/songs/Parabellum/Saturnin.sg b/songs/Parabellum/Saturnin.sg index 1b671865..58e210d2 100644 --- a/songs/Parabellum/Saturnin.sg +++ b/songs/Parabellum/Saturnin.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Saturnin} - [by=Parabellum,cov=dense-microsillon-a-faisceau-de-lumiere-coherente,album=Dense microsillon à faisceau de lumière cohérente] + [by={Parabellum},cov={dense-microsillon-a-faisceau-de-lumiere-coherente},album={Dense microsillon à faisceau de lumière cohérente}] \cover \gtab{A}{X02220} diff --git a/songs/Patrick_Bouchitey/Jesus_reviens.sg b/songs/Patrick_Bouchitey/Jesus_reviens.sg index 81d2c5cb..b35ae98d 100644 --- a/songs/Patrick_Bouchitey/Jesus_reviens.sg +++ b/songs/Patrick_Bouchitey/Jesus_reviens.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Jésus reviens} - [by=Patrick Bouchitey,cov=la-vie-est-un-long-fleuve-tranquille,album=La vie est un long fleuve tranquille] + [by={Patrick Bouchitey},cov={la-vie-est-un-long-fleuve-tranquille},album={La vie est un long fleuve tranquille}] \cover \gtab{C}{X32010} diff --git a/songs/Patrick_Coutin/J_aime_regarder_les_filles.sg b/songs/Patrick_Coutin/J_aime_regarder_les_filles.sg index 1b90f191..044eb645 100644 --- a/songs/Patrick_Coutin/J_aime_regarder_les_filles.sg +++ b/songs/Patrick_Coutin/J_aime_regarder_les_filles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{J'aime regarder les filles} - [by=Patrick Coutin,cov=1981,album=1981] + [by={Patrick Coutin},cov={1981},album={1981}] \cover \gtab{D}{5:X02220} diff --git a/songs/Pep_s/Liberta.sg b/songs/Pep_s/Liberta.sg index da4c272d..2925d3af 100644 --- a/songs/Pep_s/Liberta.sg +++ b/songs/Pep_s/Liberta.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Libertà} - [by=Pep's,cov=suivez-le-flo,album=Suivez le Flo] + [by={Pep's},cov={suivez-le-flo},album={Suivez le Flo}] \cover \capo{6} diff --git a/songs/Phil_Barney/Un_enfant_de_toi.sg b/songs/Phil_Barney/Un_enfant_de_toi.sg index 301b3712..132c7f36 100644 --- a/songs/Phil_Barney/Un_enfant_de_toi.sg +++ b/songs/Phil_Barney/Un_enfant_de_toi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Un enfant de toi} - [by=Phil Barney,cov=recto-verseau,album=Recto-Verseau] + [by={Phil Barney},cov={recto-verseau},album={Recto-Verseau}] \cover \gtab{Em}{022000} diff --git a/songs/Philippe_Chatel/La_chanson_du_herisson.sg b/songs/Philippe_Chatel/La_chanson_du_herisson.sg index f8c7525f..3763976e 100644 --- a/songs/Philippe_Chatel/La_chanson_du_herisson.sg +++ b/songs/Philippe_Chatel/La_chanson_du_herisson.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La chanson du hérisson} - [by=Philippe Chatel \& Georges Brassens,cov=emilie-jolie,album=Émilie jolie] + [by={Philippe Chatel \& Georges Brassens},cov={emilie-jolie},album={Émilie jolie}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Philippe_Chatel/La_compagnie_des_lapins_bleus.sg b/songs/Philippe_Chatel/La_compagnie_des_lapins_bleus.sg index aa725b81..7601e700 100644 --- a/songs/Philippe_Chatel/La_compagnie_des_lapins_bleus.sg +++ b/songs/Philippe_Chatel/La_compagnie_des_lapins_bleus.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La compagnie des lapins bleus} - [by=Philippe Chatel \& Robert Charlebois,cov=emilie-jolie,album=Émilie jolie] + [by={Philippe Chatel \& Robert Charlebois},cov={emilie-jolie},album={Émilie jolie}] \cover \gtab{F}{1:022100} diff --git a/songs/Philippe_Lavil/Il_tape_sur_des_bambous.sg b/songs/Philippe_Lavil/Il_tape_sur_des_bambous.sg index 417fe7b5..9d53630f 100644 --- a/songs/Philippe_Lavil/Il_tape_sur_des_bambous.sg +++ b/songs/Philippe_Lavil/Il_tape_sur_des_bambous.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Il tape sur des bambous} - [by=Philippe Lavil,cov=il-tape-sur-des-bambous,album=Il tape sur des bambous] + [by={Philippe Lavil},cov={il-tape-sur-des-bambous},album={Il tape sur des bambous}] \cover \gtab{Em}{022000} diff --git a/songs/Pierre_Bachelet/En_l_an_2001.sg b/songs/Pierre_Bachelet/En_l_an_2001.sg index 95dd647a..d09ddc8d 100644 --- a/songs/Pierre_Bachelet/En_l_an_2001.sg +++ b/songs/Pierre_Bachelet/En_l_an_2001.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{En l'an 2001} - [by=Pierre Bachelet,cov=en-l-an-2001,album=En l'an 2001] + [by={Pierre Bachelet},cov={en-l-an-2001},album={En l'an 2001}] \cover \gtab{C}{X32010} diff --git a/songs/Pierre_Bachelet/Vingt_ans.sg b/songs/Pierre_Bachelet/Vingt_ans.sg index edf4c8d6..0ca88f34 100644 --- a/songs/Pierre_Bachelet/Vingt_ans.sg +++ b/songs/Pierre_Bachelet/Vingt_ans.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Vingt ans} - [by=Pierre Bachelet,cov=le-meilleur-de-bachelet,album=Le meilleur de Bachelet] + [by={Pierre Bachelet},cov={le-meilleur-de-bachelet},album={Le meilleur de Bachelet}] \cover \gtab{Em}{022000} diff --git a/songs/Pierre_Perret/Au_cafe_du_canal.sg b/songs/Pierre_Perret/Au_cafe_du_canal.sg index 48b4a4a8..e9df411b 100644 --- a/songs/Pierre_Perret/Au_cafe_du_canal.sg +++ b/songs/Pierre_Perret/Au_cafe_du_canal.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Au café du canal} - [by=Pierre Perret,cov=l-erotisme,album=L'érotisme] + [by={Pierre Perret},cov={l-erotisme},album={L'érotisme}] \cover \gtab{D}{XX0232} diff --git a/songs/Pierre_Perret/Bernard_Pivot.sg b/songs/Pierre_Perret/Bernard_Pivot.sg index fbf2909c..e345d18d 100644 --- a/songs/Pierre_Perret/Bernard_Pivot.sg +++ b/songs/Pierre_Perret/Bernard_Pivot.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bernard Pivot} - [by=Pierre Perret,cov=pierrot-a-l-olympia,album=Pierrot à l'Olympia] + [by={Pierre Perret},cov={pierrot-a-l-olympia},album={Pierrot à l'Olympia}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Pierre_Perret/Les_jolies_colonies_de_vacances.sg b/songs/Pierre_Perret/Les_jolies_colonies_de_vacances.sg index a284edb3..358af190 100644 --- a/songs/Pierre_Perret/Les_jolies_colonies_de_vacances.sg +++ b/songs/Pierre_Perret/Les_jolies_colonies_de_vacances.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les jolies colonies de vacances} - [by=Pierre Perret,cov=pierrot-a-l-olympia,album=Pierrot à l'Olympia] + [by={Pierre Perret},cov={pierrot-a-l-olympia},album={Pierrot à l'Olympia}] \cover \gtab{C}{3:X02220} diff --git a/songs/Pierre_Perret/Lily.sg b/songs/Pierre_Perret/Lily.sg index b1db6903..afaf6e14 100644 --- a/songs/Pierre_Perret/Lily.sg +++ b/songs/Pierre_Perret/Lily.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Lily} - [by=Pierre Perret,cov=pierrot-a-l-olympia,album=Pierrot à l'Olympia] + [by={Pierre Perret},cov={pierrot-a-l-olympia},album={Pierrot à l'Olympia}] \cover diff --git a/songs/Pierre_Perret/Mon_ptit_loup.sg b/songs/Pierre_Perret/Mon_ptit_loup.sg index 1cb1d35d..2144feb3 100644 --- a/songs/Pierre_Perret/Mon_ptit_loup.sg +++ b/songs/Pierre_Perret/Mon_ptit_loup.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mon p'tit loup} - [by=Pierre Perret,cov=pierrot-l-amour,album=L'amour] + [by={Pierre Perret},cov={pierrot-l-amour},album={L'amour}] \cover \gtab{Am}{X02210} diff --git a/songs/Pigalle/Dans_la_salle_du_bar_tabac_de_la_rue_des_martyrs.sg b/songs/Pigalle/Dans_la_salle_du_bar_tabac_de_la_rue_des_martyrs.sg index 5e5003a9..2bf92051 100644 --- a/songs/Pigalle/Dans_la_salle_du_bar_tabac_de_la_rue_des_martyrs.sg +++ b/songs/Pigalle/Dans_la_salle_du_bar_tabac_de_la_rue_des_martyrs.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Dans la salle du bar-tabac de la rue des martyrs} - [by=Pigalle,cov=regards-affliges,album=Regards affligés sur la morne et pitoyable existence de Benjamin Trembley personnage falot mais ô combien attachant] + [by={Pigalle},cov={regards-affliges},album={Regards affligés sur la morne et pitoyable existence de Benjamin Trembley personnage falot mais ô combien attachant}] \cover \gtab{Em}{022000} diff --git a/songs/Pigalle/Le_chaland.sg b/songs/Pigalle/Le_chaland.sg index a1039d06..3299359c 100644 --- a/songs/Pigalle/Le_chaland.sg +++ b/songs/Pigalle/Le_chaland.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Le chaland} - [by=Pigalle,cov=regards-affliges,album=Regards affligés sur la morne et pitoyable existence de Benjamin Trembley personnage falot mais ô combien attachant] + [by={Pigalle},cov={regards-affliges},album={Regards affligés sur la morne et pitoyable existence de Benjamin Trembley personnage falot mais ô combien attachant}] \cover \gtab{Am}{X02210} diff --git a/songs/Pixies/Where_Is_My_Mind.sg b/songs/Pixies/Where_Is_My_Mind.sg index a6198cfa..9cda55bc 100644 --- a/songs/Pixies/Where_Is_My_Mind.sg +++ b/songs/Pixies/Where_Is_My_Mind.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Where is my mind} - [by=Pixies,cov=death-to-the-pixies,album=Death to the Pixies] + [by={Pixies},cov={death-to-the-pixies},album={Death to the Pixies}] \cover \gtab{E}{022100} diff --git a/songs/Pornophonique/Sad_robot.sg b/songs/Pornophonique/Sad_robot.sg index 28810f38..ec2f4cff 100644 --- a/songs/Pornophonique/Sad_robot.sg +++ b/songs/Pornophonique/Sad_robot.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Sad robot} - [by=Pornophonique,cov=8-bit-lagerfeuer,album=8 bit lagerfeuer] + [by={Pornophonique},cov={8-bit-lagerfeuer},album={8 bit lagerfeuer}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Pow_Wow/Le_lion_est_mort_ce_soir.sg b/songs/Pow_Wow/Le_lion_est_mort_ce_soir.sg index 671da1cc..2abc9c50 100644 --- a/songs/Pow_Wow/Le_lion_est_mort_ce_soir.sg +++ b/songs/Pow_Wow/Le_lion_est_mort_ce_soir.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le lion est mort ce soir} - [by=Pow Wow,cov=quatre,album=Quatre] + [by={Pow Wow},cov={quatre},album={Quatre}] \cover \gtab{G}{320003} diff --git a/songs/R_E_M/Everybody_hurts.sg b/songs/R_E_M/Everybody_hurts.sg index e882e75a..d9db9dae 100644 --- a/songs/R_E_M/Everybody_hurts.sg +++ b/songs/R_E_M/Everybody_hurts.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Everybody hurts} - [by=R.E.M,cov=automatic-for-the-people,album=Automatic for the people] + [by={R.E.M},cov={automatic-for-the-people},album={Automatic for the people}] \cover \gtab{D}{XX0232} diff --git a/songs/Radiohead/Creep.sg b/songs/Radiohead/Creep.sg index aa4a136a..bba0dde5 100644 --- a/songs/Radiohead/Creep.sg +++ b/songs/Radiohead/Creep.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Creep} - [by=Radiohead,cov=pablo-honey,album=Pablo honey] + [by={Radiohead},cov={pablo-honey},album={Pablo honey}] \cover \gtab{G}{3:022100} diff --git a/songs/Razorlight/America.sg b/songs/Razorlight/America.sg index 31be976a..2e8709f8 100644 --- a/songs/Razorlight/America.sg +++ b/songs/Razorlight/America.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{America} - [by=Razorlight,cov=Razorlight,album=Razorlight] + [by={Razorlight},cov={Razorlight},album={Razorlight}] \cover \gtab{G}{320003} diff --git a/songs/Red_Hot_Chili_Peppers/By_the_way.sg b/songs/Red_Hot_Chili_Peppers/By_the_way.sg index f4ed5e5a..3abee808 100644 --- a/songs/Red_Hot_Chili_Peppers/By_the_way.sg +++ b/songs/Red_Hot_Chili_Peppers/By_the_way.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{By the way} - [by=Red Hot Chili Peppers,cov=by-the-way,album=By the way] + [by={Red Hot Chili Peppers},cov={by-the-way},album={By the way}] \cover \gtab{F}{1:022100} diff --git a/songs/Red_Hot_Chili_Peppers/Californication.sg b/songs/Red_Hot_Chili_Peppers/Californication.sg index 623c56b5..5a457e36 100644 --- a/songs/Red_Hot_Chili_Peppers/Californication.sg +++ b/songs/Red_Hot_Chili_Peppers/Californication.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Californication} - [by=Red Hot Chili Peppers,cov=californication,,album=Californication] + [by={Red Hot Chili Peppers},cov={californication},},album={Californication}] \cover \gtab{Am}{X02210} diff --git a/songs/Red_Hot_Chili_Peppers/Can_t_stop.sg b/songs/Red_Hot_Chili_Peppers/Can_t_stop.sg index a39bdb56..6907dc65 100644 --- a/songs/Red_Hot_Chili_Peppers/Can_t_stop.sg +++ b/songs/Red_Hot_Chili_Peppers/Can_t_stop.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Can't stop} - [by=Red Hot Chili Peppers,cov=by-the-way,album=By the way] + [by={Red Hot Chili Peppers},cov={by-the-way},album={By the way}] \cover \gtab{Em}{7:X02210} diff --git a/songs/Red_Hot_Chili_Peppers/Dani_California.sg b/songs/Red_Hot_Chili_Peppers/Dani_California.sg index cc3736d7..29b06b1e 100644 --- a/songs/Red_Hot_Chili_Peppers/Dani_California.sg +++ b/songs/Red_Hot_Chili_Peppers/Dani_California.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Dani California} - [by=Red Hot Chili Peppers,cov=stadium-arcadium,album=Stadium Arcadium] + [by={Red Hot Chili Peppers},cov={stadium-arcadium},album={Stadium Arcadium}] \cover \gtab{Am}{X02210} diff --git a/songs/Red_Hot_Chili_Peppers/Road_trippin.sg b/songs/Red_Hot_Chili_Peppers/Road_trippin.sg index d6cf9f7e..bd7e7160 100644 --- a/songs/Red_Hot_Chili_Peppers/Road_trippin.sg +++ b/songs/Red_Hot_Chili_Peppers/Road_trippin.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Road trippin'} - [by=Red Hot Chili Peppers,cov=californication,album=Californication] + [by={Red Hot Chili Peppers},cov={californication},album={Californication}] \cover \gtab{Em}{022000} diff --git a/songs/Red_Hot_Chili_Peppers/Snow.sg b/songs/Red_Hot_Chili_Peppers/Snow.sg index 881cfa44..9eeadfad 100644 --- a/songs/Red_Hot_Chili_Peppers/Snow.sg +++ b/songs/Red_Hot_Chili_Peppers/Snow.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Snow (Hey oh)} - [by=Red Hot Chili Peppers,cov=stadium-arcadium,album=Stadium Arcadium] + [by={Red Hot Chili Peppers},cov={stadium-arcadium},album={Stadium Arcadium}] \cover \gtab{G#m}{4:022000} diff --git a/songs/Red_Hot_Chili_Peppers/Under_the_bridge.sg b/songs/Red_Hot_Chili_Peppers/Under_the_bridge.sg index b6080ca2..f42ea3f4 100644 --- a/songs/Red_Hot_Chili_Peppers/Under_the_bridge.sg +++ b/songs/Red_Hot_Chili_Peppers/Under_the_bridge.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Under the bridge} - [by=Red Hot Chili Peppers,cov=blood-sugar-sex-magik,album=Blood sugar sex magik] + [by={Red Hot Chili Peppers},cov={blood-sugar-sex-magik},album={Blood sugar sex magik}] \cover \gtab{E}{022100} diff --git a/songs/Renan_Luce/La_lettre.sg b/songs/Renan_Luce/La_lettre.sg index 8c929ad4..dc396c4f 100644 --- a/songs/Renan_Luce/La_lettre.sg +++ b/songs/Renan_Luce/La_lettre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La lettre} - [by=Renan Luce,cov=repenti,album=Repenti] + [by={Renan Luce},cov={repenti},album={Repenti}] \cover \capo{1} diff --git a/songs/Renan_Luce/Monsieur_Marcel.sg b/songs/Renan_Luce/Monsieur_Marcel.sg index 7e852925..6550e388 100644 --- a/songs/Renan_Luce/Monsieur_Marcel.sg +++ b/songs/Renan_Luce/Monsieur_Marcel.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Monsieur Marcel} - [by=Renan Luce,cov=monsieur-marcel,album=Repenti] + [by={Renan Luce},cov={monsieur-marcel},album={Repenti}] \cover \capo{4} diff --git a/songs/Renan_Luce/le_lacrymal_circus.sg b/songs/Renan_Luce/le_lacrymal_circus.sg index 4cee44c3..86144b64 100644 --- a/songs/Renan_Luce/le_lacrymal_circus.sg +++ b/songs/Renan_Luce/le_lacrymal_circus.sg @@ -1,6 +1,6 @@ \selectlanguage{french} \beginsong{Le Lacrymal Circus} - [by=Renan Luce,cov=repenti,album=Repenti] + [by={Renan Luce},cov={repenti},album={Repenti}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Renaud/Amoureux_de_paname.sg b/songs/Renaud/Amoureux_de_paname.sg index ddd6a645..9f1eec2a 100644 --- a/songs/Renaud/Amoureux_de_paname.sg +++ b/songs/Renaud/Amoureux_de_paname.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Amoureux de Paname} - [by=Renaud,cov=amoureux-de-paname,album=Amoureux de Paname] + [by={Renaud},cov={amoureux-de-paname},album={Amoureux de Paname}] \cover \capo{2} diff --git a/songs/Renaud/C_est_quand_qu_on_va_ou.sg b/songs/Renaud/C_est_quand_qu_on_va_ou.sg index 83a1ae45..2c75e3ed 100644 --- a/songs/Renaud/C_est_quand_qu_on_va_ou.sg +++ b/songs/Renaud/C_est_quand_qu_on_va_ou.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{C'est quand qu'on va où ?} - [by=Renaud,cov=a-la-belle-de-mai,album=À la belle de mai] + [by={Renaud},cov={a-la-belle-de-mai},album={À la belle de mai}] \cover \capo{3} diff --git a/songs/Renaud/Chanson_pour_Pierrot.sg b/songs/Renaud/Chanson_pour_Pierrot.sg index 27d2e33e..f4ada838 100644 --- a/songs/Renaud/Chanson_pour_Pierrot.sg +++ b/songs/Renaud/Chanson_pour_Pierrot.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chanson pour Pierrot} - [by=Renaud,cov=ma-gonzesse,album=Ma gonzesse] + [by={Renaud},cov={ma-gonzesse},album={Ma gonzesse}] \cover \capo{2} diff --git a/songs/Renaud/Des_que_le_vent_soufflera.sg b/songs/Renaud/Des_que_le_vent_soufflera.sg index 82b336f3..fb3ebe76 100644 --- a/songs/Renaud/Des_que_le_vent_soufflera.sg +++ b/songs/Renaud/Des_que_le_vent_soufflera.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Dès que le vent soufflera} - [by=Renaud,cov=morgane-de-toi,album=Morgane de toi] + [by={Renaud},cov={morgane-de-toi},album={Morgane de toi}] \cover \gtab{Em}{022000} diff --git a/songs/Renaud/Docteur_Renaud_Mister_Renard.sg b/songs/Renaud/Docteur_Renaud_Mister_Renard.sg index 126f9b87..b98bf3e6 100644 --- a/songs/Renaud/Docteur_Renaud_Mister_Renard.sg +++ b/songs/Renaud/Docteur_Renaud_Mister_Renard.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Docteur Renaud, Mister Renard} - [by=Renaud,cov=boucan-d-enfer,album=Boucan d'enfer] + [by={Renaud},cov={boucan-d-enfer},album={Boucan d'enfer}] \cover \gtab{Am}{X02210} diff --git a/songs/Renaud/En_cloque.sg b/songs/Renaud/En_cloque.sg index 9e3aa07c..8efd753c 100644 --- a/songs/Renaud/En_cloque.sg +++ b/songs/Renaud/En_cloque.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{En cloque} - [by=Renaud,cov=morgane-de-toi,album=Morgane de toi] + [by={Renaud},cov={morgane-de-toi},album={Morgane de toi}] \cover \gtab{C}{X32010} diff --git a/songs/Renaud/Hexagone.sg b/songs/Renaud/Hexagone.sg index c074730e..758dbe91 100644 --- a/songs/Renaud/Hexagone.sg +++ b/songs/Renaud/Hexagone.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hexagone} - [by=Renaud,cov=amoureux-de-paname,album=Amoureux de Paname] + [by={Renaud},cov={amoureux-de-paname},album={Amoureux de Paname}] \cover \gtab{Em}{022000} diff --git a/songs/Renaud/It_is_not_because_you_are.sg b/songs/Renaud/It_is_not_because_you_are.sg index 60e29a3f..3adb6941 100644 --- a/songs/Renaud/It_is_not_because_you_are.sg +++ b/songs/Renaud/It_is_not_because_you_are.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{It is not because you are} - [by=Renaud,cov=marche-a-l-ombre,album=Marche à l'ombre] + [by={Renaud},cov={marche-a-l-ombre},album={Marche à l'ombre}] \cover \gtab{F}{1:022100} diff --git a/songs/Renaud/Je_suis_une_bande_de_jeunes.sg b/songs/Renaud/Je_suis_une_bande_de_jeunes.sg index e55f169d..00bd0096 100644 --- a/songs/Renaud/Je_suis_une_bande_de_jeunes.sg +++ b/songs/Renaud/Je_suis_une_bande_de_jeunes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Je suis une bande de jeunes} - [by=Renaud,cov=laisse-beton,album=Laisse béton] + [by={Renaud},cov={laisse-beton},album={Laisse béton}] \cover \gtab{E}{022100} diff --git a/songs/Renaud/La_ballade_nord_irlandaise.sg b/songs/Renaud/La_ballade_nord_irlandaise.sg index 1302d4a4..8f8321ea 100644 --- a/songs/Renaud/La_ballade_nord_irlandaise.sg +++ b/songs/Renaud/La_ballade_nord_irlandaise.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La ballade nord-irlandaise} - [by=Renaud,cov=marchand-de-cailloux,album=Marchand de cailloux] + [by={Renaud},cov={marchand-de-cailloux},album={Marchand de cailloux}] \cover \gtab{C}{X32010} diff --git a/songs/Renaud/La_blanche.sg b/songs/Renaud/La_blanche.sg index 4ef4705a..5d6d6e43 100644 --- a/songs/Renaud/La_blanche.sg +++ b/songs/Renaud/La_blanche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La blanche} - [by=Renaud,cov=le-retour-gerard-lambert,album=Le retour de Gérard Lambert] + [by={Renaud},cov={le-retour-gerard-lambert},album={Le retour de Gérard Lambert}] \cover \gtab{Em}{022000} diff --git a/songs/Renaud/La_chanson_du_loubard.sg b/songs/Renaud/La_chanson_du_loubard.sg index 3b7e6132..d967d66c 100644 --- a/songs/Renaud/La_chanson_du_loubard.sg +++ b/songs/Renaud/La_chanson_du_loubard.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La chanson du loubard} - [by=Renaud,album=Laisse Béton,cov=laisse-beton] + [by={Renaud},album={Laisse Béton},cov={laisse-beton}] \cover \gtab{Em}{022000} diff --git a/songs/Renaud/Laisse_Beton.sg b/songs/Renaud/Laisse_Beton.sg index 23188527..1c29ed09 100644 --- a/songs/Renaud/Laisse_Beton.sg +++ b/songs/Renaud/Laisse_Beton.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Laisse béton} - [by=Renaud,cov=laisse-beton,album=Laisse béton] + [by={Renaud},cov={laisse-beton},album={Laisse béton}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Renaud/Ma_gonzesse.sg b/songs/Renaud/Ma_gonzesse.sg index 0df92c29..47319bd3 100644 --- a/songs/Renaud/Ma_gonzesse.sg +++ b/songs/Renaud/Ma_gonzesse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ma gonzesse} - [by=Renaud,cov=ma-gonzesse,album=Ma gonzesse] + [by={Renaud},cov={ma-gonzesse},album={Ma gonzesse}] \cover \gtab{C}{X32010} diff --git a/songs/Renaud/Manatthan-Kaboul.sg b/songs/Renaud/Manatthan-Kaboul.sg index c06c3be1..d4c7d841 100644 --- a/songs/Renaud/Manatthan-Kaboul.sg +++ b/songs/Renaud/Manatthan-Kaboul.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Manatthan-Kaboul} - [by=Renaud,cov=boucan-d-enfer,album=Boucan d'enfer] + [by={Renaud},cov={boucan-d-enfer},album={Boucan d'enfer}] \cover \gtab{C}{X32010} diff --git a/songs/Renaud/Manu.sg b/songs/Renaud/Manu.sg index aa646e40..0e926e9f 100644 --- a/songs/Renaud/Manu.sg +++ b/songs/Renaud/Manu.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Manu} - [by=Renaud,cov=le-retour-gerard-lambert,album=Le retour de Gérard Lambert] + [by={Renaud},cov={le-retour-gerard-lambert},album={Le retour de Gérard Lambert}] \cover \gtab{Am}{X02210} diff --git a/songs/Renaud/Marche_a_l_ombre.sg b/songs/Renaud/Marche_a_l_ombre.sg index 7f3e62e7..38cb3aab 100644 --- a/songs/Renaud/Marche_a_l_ombre.sg +++ b/songs/Renaud/Marche_a_l_ombre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Marche à l'ombre} - [by=Renaud,cov=marche-a-l-ombre,album=Marche à l'ombre] + [by={Renaud},cov={marche-a-l-ombre},album={Marche à l'ombre}] \cover \gtab{C}{X32010} diff --git a/songs/Renaud/Mistral_Gagnant.sg b/songs/Renaud/Mistral_Gagnant.sg index ac1df5fc..e959ea73 100644 --- a/songs/Renaud/Mistral_Gagnant.sg +++ b/songs/Renaud/Mistral_Gagnant.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Mistral gagnant} - [by=Renaud,cov=mistral-gagnant,album=Mistral gagnant] + [by={Renaud},cov={mistral-gagnant},album={Mistral gagnant}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Renaud/Mort_les_enfants.sg b/songs/Renaud/Mort_les_enfants.sg index d59623c5..53e3219a 100644 --- a/songs/Renaud/Mort_les_enfants.sg +++ b/songs/Renaud/Mort_les_enfants.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Morts les enfants} - [by=Renaud,cov=mistral-gagnant,album=Mistral Gagnant] + [by={Renaud},cov={mistral-gagnant},album={Mistral Gagnant}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Renaud/Petite_fillle_des_sombres_rues.sg b/songs/Renaud/Petite_fillle_des_sombres_rues.sg index de7776d5..6134e1c6 100644 --- a/songs/Renaud/Petite_fillle_des_sombres_rues.sg +++ b/songs/Renaud/Petite_fillle_des_sombres_rues.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Petite fille des sombres rues} - [by=Renaud,cov=amoureux-de-paname,album=Amoureux de Paname] + [by={Renaud},cov={amoureux-de-paname},album={Amoureux de Paname}] \cover \capo{3} diff --git a/songs/Renaud/Salut_manouche.sg b/songs/Renaud/Salut_manouche.sg index ebbc523b..4bed45b4 100644 --- a/songs/Renaud/Salut_manouche.sg +++ b/songs/Renaud/Salut_manouche.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Salut manouche} - [by=Renaud,cov=ma-gonzesse,album=Ma gonzesse] + [by={Renaud},cov={ma-gonzesse},album={Ma gonzesse}] \cover \gtab{Em}{022000} diff --git a/songs/Renaud/Societe_tu_m_auras_pas.sg b/songs/Renaud/Societe_tu_m_auras_pas.sg index 8e5c9c8c..01e1058d 100644 --- a/songs/Renaud/Societe_tu_m_auras_pas.sg +++ b/songs/Renaud/Societe_tu_m_auras_pas.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Société, tu m'auras pas} - [by=Renaud,cov=amoureux-de-paname,album=Amoureux de Paname] + [by={Renaud},cov={amoureux-de-paname},album={Amoureux de Paname}] \cover \gtab{Am}{X02210} diff --git a/songs/Ridan/Ulysse.sg b/songs/Ridan/Ulysse.sg index 310b794d..82ff183a 100644 --- a/songs/Ridan/Ulysse.sg +++ b/songs/Ridan/Ulysse.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ulysse} - [by=Ridan,cov=l-ange-de-mon-demon,album=L'ange de mon démon] + [by={Ridan},cov={l-ange-de-mon-demon},album={L'ange de mon démon}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Rise_Against/Hero_of_war.sg b/songs/Rise_Against/Hero_of_war.sg index 090467e8..9822120e 100644 --- a/songs/Rise_Against/Hero_of_war.sg +++ b/songs/Rise_Against/Hero_of_war.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Hero of war} - [by=Rise Against,cov=appeal-to-reason,album=Appeal to reason] + [by={Rise Against},cov={appeal-to-reason},album={Appeal to reason}] \cover \gtab{E}{7:X02220} diff --git a/songs/Rita_Mitsouko/C_est_comme_ca.sg b/songs/Rita_Mitsouko/C_est_comme_ca.sg index ca0f15d1..59ebd160 100644 --- a/songs/Rita_Mitsouko/C_est_comme_ca.sg +++ b/songs/Rita_Mitsouko/C_est_comme_ca.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{C'est comme ça} - [by=Rita Mitsouko,cov=the-no-comprendo,album=The No Comprendo] + [by={Rita Mitsouko},cov={the-no-comprendo},album={The No Comprendo}] \cover \capo{4} diff --git a/songs/Ritchie_Valens/Come_on_let_s_go.sg b/songs/Ritchie_Valens/Come_on_let_s_go.sg index 32ae70e6..1af8fbed 100644 --- a/songs/Ritchie_Valens/Come_on_let_s_go.sg +++ b/songs/Ritchie_Valens/Come_on_let_s_go.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Come on, let's go!} - [by=Ritchie Valens,cov=come-on-lets-go,album=Come on let's go!] + [by={Ritchie Valens},cov={come-on-lets-go},album={Come on let's go!}] \cover \gtab{A}{X02220} diff --git a/songs/Ritchie_Valens/La_bamba.sg b/songs/Ritchie_Valens/La_bamba.sg index c8a0d843..e9e8d0d2 100644 --- a/songs/Ritchie_Valens/La_bamba.sg +++ b/songs/Ritchie_Valens/La_bamba.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{La Bamba} - [by=Ritchie Valens,cov=la-bamba,album=La bamba] + [by={Ritchie Valens},cov={la-bamba},album={La bamba}] \cover \gtab{C}{X32010} diff --git a/songs/Roch_Voisine/Helene.sg b/songs/Roch_Voisine/Helene.sg index 9fc0338d..b67bc0fc 100644 --- a/songs/Roch_Voisine/Helene.sg +++ b/songs/Roch_Voisine/Helene.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Hélène} - [by=Roch Voisine,cov=helene,album=Hélène] + [by={Roch Voisine},cov={helene},album={Hélène}] \cover \gtab{Em}{022000} diff --git a/songs/Roger_Glover/Love_is_all.sg b/songs/Roger_Glover/Love_is_all.sg index 8f7f2b46..f69914b1 100644 --- a/songs/Roger_Glover/Love_is_all.sg +++ b/songs/Roger_Glover/Love_is_all.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Love is all} - [by=Roger Glover,cov=the_butterfly_ball,album=The Butterfly Ball and the Grasshopper's Feast] + [by={Roger Glover},cov={the_butterfly_ball},album={The Butterfly Ball and the Grasshopper's Feast}] \cover \gtab{B}{2:X02220} diff --git a/songs/Rose/La_liste_de_Rose.sg b/songs/Rose/La_liste_de_Rose.sg index 93f947c1..2e60fa3f 100644 --- a/songs/Rose/La_liste_de_Rose.sg +++ b/songs/Rose/La_liste_de_Rose.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La liste de Rose} - [by=Rose,cov=rose,album=Rose] + [by={Rose},cov={rose},album={Rose}] \cover \capo{3} diff --git a/songs/Sanseverino/Dimanche_dernier.sg b/songs/Sanseverino/Dimanche_dernier.sg index 3abd35aa..08386776 100644 --- a/songs/Sanseverino/Dimanche_dernier.sg +++ b/songs/Sanseverino/Dimanche_dernier.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Dimanche dernier} - [by=Sansévérino,cov=les-faux-talbins,album=Les faux talbins] + [by={Sansévérino},cov={les-faux-talbins},album={Les faux talbins}] \cover \gtab{C}{X32010} diff --git a/songs/Sheepbox/Devil_s_way.sg b/songs/Sheepbox/Devil_s_way.sg index 9f46460b..c3bf4daf 100644 --- a/songs/Sheepbox/Devil_s_way.sg +++ b/songs/Sheepbox/Devil_s_way.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Devil's Way} - [by=Sheepbox,cov=sheepbox,album=Sheepbox] + [by={Sheepbox},cov={sheepbox},album={Sheepbox}] \cover diff --git a/songs/Sheepbox/Not_scared_to_die.sg b/songs/Sheepbox/Not_scared_to_die.sg index e52da33a..e059b761 100644 --- a/songs/Sheepbox/Not_scared_to_die.sg +++ b/songs/Sheepbox/Not_scared_to_die.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Not scared to die} - [by=Sheepbox,cov=sheepbox,album=Sheepbox] + [by={Sheepbox},cov={sheepbox},album={Sheepbox}] \cover \capo{3} diff --git a/songs/Simon_Garfunkel/April_come_she_will.sg b/songs/Simon_Garfunkel/April_come_she_will.sg index 059c22ce..8ebf5e80 100644 --- a/songs/Simon_Garfunkel/April_come_she_will.sg +++ b/songs/Simon_Garfunkel/April_come_she_will.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{April, come she will} - [by=Simon \& Garfunkel,cov=concert-in-central-park,album=Concert in Central Park] + [by={Simon \& Garfunkel},cov={concert-in-central-park},album={Concert in Central Park}] \cover \gtab{G}{320003} diff --git a/songs/Simon_Garfunkel/Cecilia.sg b/songs/Simon_Garfunkel/Cecilia.sg index 142da5f1..353bd368 100644 --- a/songs/Simon_Garfunkel/Cecilia.sg +++ b/songs/Simon_Garfunkel/Cecilia.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Cecilia} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{D}{XX0232} diff --git a/songs/Simon_Garfunkel/El_condor_pasa.sg b/songs/Simon_Garfunkel/El_condor_pasa.sg index af0e50ff..3ca2949d 100644 --- a/songs/Simon_Garfunkel/El_condor_pasa.sg +++ b/songs/Simon_Garfunkel/El_condor_pasa.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{El condor pasa} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{Em}{022000} diff --git a/songs/Simon_Garfunkel/Feeling_groovy.sg b/songs/Simon_Garfunkel/Feeling_groovy.sg index 3496f815..da792619 100644 --- a/songs/Simon_Garfunkel/Feeling_groovy.sg +++ b/songs/Simon_Garfunkel/Feeling_groovy.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Feeling groovy} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{G}{320003} diff --git a/songs/Simon_Garfunkel/Kathy_s_song.sg b/songs/Simon_Garfunkel/Kathy_s_song.sg index 586bac24..3a9f0cd1 100644 --- a/songs/Simon_Garfunkel/Kathy_s_song.sg +++ b/songs/Simon_Garfunkel/Kathy_s_song.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Kathy's song} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{G}{320003} diff --git a/songs/Simon_Garfunkel/Me_and_Julio_down_by_the_schoolyard.sg b/songs/Simon_Garfunkel/Me_and_Julio_down_by_the_schoolyard.sg index 5b6859ef..ff3b522d 100644 --- a/songs/Simon_Garfunkel/Me_and_Julio_down_by_the_schoolyard.sg +++ b/songs/Simon_Garfunkel/Me_and_Julio_down_by_the_schoolyard.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Me and Julio down by the schoolyard} - [by=Simon \& Garfunkel,cov=concert-in-central-park,album=Concert in Central Park] + [by={Simon \& Garfunkel},cov={concert-in-central-park},album={Concert in Central Park}] \cover \capo{2} diff --git a/songs/Simon_Garfunkel/Mrs_Robinson.sg b/songs/Simon_Garfunkel/Mrs_Robinson.sg index b0d79d43..9564cf30 100644 --- a/songs/Simon_Garfunkel/Mrs_Robinson.sg +++ b/songs/Simon_Garfunkel/Mrs_Robinson.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Mrs. Robinson} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{D}{XX0232} diff --git a/songs/Simon_Garfunkel/Scarborough_Fair.sg b/songs/Simon_Garfunkel/Scarborough_Fair.sg index e06f0122..51585771 100644 --- a/songs/Simon_Garfunkel/Scarborough_Fair.sg +++ b/songs/Simon_Garfunkel/Scarborough_Fair.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Scarborough Fair -- Canticle} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{Am}{X02210} diff --git a/songs/Simon_Garfunkel/The_boxer.sg b/songs/Simon_Garfunkel/The_boxer.sg index 6099d5d5..8ddbe8e8 100644 --- a/songs/Simon_Garfunkel/The_boxer.sg +++ b/songs/Simon_Garfunkel/The_boxer.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The boxer} - [by=Simon \& Garfunkel,cov=concert-in-central-park,album=Concert in Central Park] + [by={Simon \& Garfunkel},cov={concert-in-central-park},album={Concert in Central Park}] \cover diff --git a/songs/Simon_Garfunkel/The_leaves_that_are_green.sg b/songs/Simon_Garfunkel/The_leaves_that_are_green.sg index 0bef1f63..4b24a7ee 100644 --- a/songs/Simon_Garfunkel/The_leaves_that_are_green.sg +++ b/songs/Simon_Garfunkel/The_leaves_that_are_green.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The leaves that are green} - [by=Simon \& Garfunkel,cov=old-friends,album=Old friends] + [by={Simon \& Garfunkel},cov={old-friends},album={Old friends}] \cover diff --git a/songs/Simon_Garfunkel/The_only_living_boy_in_New_York.sg b/songs/Simon_Garfunkel/The_only_living_boy_in_New_York.sg index 6c3a950f..998bed2b 100644 --- a/songs/Simon_Garfunkel/The_only_living_boy_in_New_York.sg +++ b/songs/Simon_Garfunkel/The_only_living_boy_in_New_York.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The only living boy in New York} - [by=Simon \& Garfunkel,cov=bridge-over-troubled-water,album=Bridge over troubled water] + [by={Simon \& Garfunkel},cov={bridge-over-troubled-water},album={Bridge over troubled water}] \cover \gtab{C}{X32010} diff --git a/songs/Simon_Garfunkel/The_sounds_of_silence.sg b/songs/Simon_Garfunkel/The_sounds_of_silence.sg index 08604a13..65a98e20 100644 --- a/songs/Simon_Garfunkel/The_sounds_of_silence.sg +++ b/songs/Simon_Garfunkel/The_sounds_of_silence.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The sounds of silence} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \capo{7} diff --git a/songs/Simon_Garfunkel/Wednesday_morning_3a.m.sg b/songs/Simon_Garfunkel/Wednesday_morning_3a.m.sg index 52d46878..165482fa 100644 --- a/songs/Simon_Garfunkel/Wednesday_morning_3a.m.sg +++ b/songs/Simon_Garfunkel/Wednesday_morning_3a.m.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Wednesday morning, 3\,a.m} - [by=Simon \& Garfunkel,cov=the-definitive,album=The definitive] + [by={Simon \& Garfunkel},cov={the-definitive},album={The definitive}] \cover \gtab{C}{X32010} diff --git a/songs/Sinsemilia/J_prefere_100_fois.sg b/songs/Sinsemilia/J_prefere_100_fois.sg index e7506f9f..37834618 100644 --- a/songs/Sinsemilia/J_prefere_100_fois.sg +++ b/songs/Sinsemilia/J_prefere_100_fois.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{J'préfère 100 fois} - [by=Sinsémilia,cov=resistances,album=Résistances] + [by={Sinsémilia},cov={resistances},album={Résistances}] \cover \gtab{F}{1:022100} diff --git a/songs/Sixpence_None_the_Richer/Kiss_me.sg b/songs/Sixpence_None_the_Richer/Kiss_me.sg index 193abefb..9c00b7d0 100644 --- a/songs/Sixpence_None_the_Richer/Kiss_me.sg +++ b/songs/Sixpence_None_the_Richer/Kiss_me.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Kiss me} - [by=Sixpence None the Richer,cov=sixpence-none-the-richer,album=Sixpence None the Richer] + [by={Sixpence None the Richer},cov={sixpence-none-the-richer},album={Sixpence None the Richer}] \cover \capo{1} diff --git a/songs/Soan/Emilie.sg b/songs/Soan/Emilie.sg index d1173621..f0b3944b 100644 --- a/songs/Soan/Emilie.sg +++ b/songs/Soan/Emilie.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Émilie} - [by=Soan,cov=tant-pis,album=Tant pis] + [by={Soan},cov={tant-pis},album={Tant pis}] \cover \capo{4} diff --git a/songs/Soan/Pas_pour_lui.sg b/songs/Soan/Pas_pour_lui.sg index 250671c1..06ccd138 100644 --- a/songs/Soan/Pas_pour_lui.sg +++ b/songs/Soan/Pas_pour_lui.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Pas pour lui} - [by=Soan,cov=tant-pis,album=Tant pis] + [by={Soan},cov={tant-pis},album={Tant pis}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Soan/Putain_de_ballerine.sg b/songs/Soan/Putain_de_ballerine.sg index cefd6a01..b0916ab9 100644 --- a/songs/Soan/Putain_de_ballerine.sg +++ b/songs/Soan/Putain_de_ballerine.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Putain de ballerine} - [by=Soan,cov=tant-pis,album=Tant pis] + [by={Soan},cov={tant-pis},album={Tant pis}] \cover \gtab{Em}{022000} diff --git a/songs/Soggy_Bottom_Boys/I_am_a_man_of_constant_sorrow.sg b/songs/Soggy_Bottom_Boys/I_am_a_man_of_constant_sorrow.sg index f3aec637..944d33b4 100644 --- a/songs/Soggy_Bottom_Boys/I_am_a_man_of_constant_sorrow.sg +++ b/songs/Soggy_Bottom_Boys/I_am_a_man_of_constant_sorrow.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{I am a man of constant sorrow} - [by=Soggy Bottom Boys,cov=o-brother,album=O brother] + [by={Soggy Bottom Boys},cov={o-brother},album={O brother}] \cover \gtab{F}{1:022100} diff --git a/songs/Soldat_Louis/C_est_un_pays.sg b/songs/Soldat_Louis/C_est_un_pays.sg index f2a0cc28..91cc806c 100644 --- a/songs/Soldat_Louis/C_est_un_pays.sg +++ b/songs/Soldat_Louis/C_est_un_pays.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{C'est un pays} - [by=Soldat Louis,cov=pavillon-noir,album=Pavillon noir] + [by={Soldat Louis},cov={pavillon-noir},album={Pavillon noir}] \cover \gtab{G}{320003} diff --git a/songs/Soldat_Louis/Du_rhum_des_femmes.sg b/songs/Soldat_Louis/Du_rhum_des_femmes.sg index 5a6c8d98..ea8a8e55 100644 --- a/songs/Soldat_Louis/Du_rhum_des_femmes.sg +++ b/songs/Soldat_Louis/Du_rhum_des_femmes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Du rhum, des femmes} - [by=Soldat Louis,cov=premiere-bordee,album=Première bordée] + [by={Soldat Louis},cov={premiere-bordee},album={Première bordée}] \cover \gtab{C}{X32010} diff --git a/songs/Soldat_Louis/Savannah.sg b/songs/Soldat_Louis/Savannah.sg index e05deca6..a49b89d3 100644 --- a/songs/Soldat_Louis/Savannah.sg +++ b/songs/Soldat_Louis/Savannah.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Savannah} - [by=Soldat Louis,cov=pavillon-noir,album=Pavillon noir] + [by={Soldat Louis},cov={pavillon-noir},album={Pavillon noir}] \cover \gtab{Am}{X02210} diff --git a/songs/Soldat_Louis/Tirer_des_caisses.sg b/songs/Soldat_Louis/Tirer_des_caisses.sg index 52c67000..e9b2da94 100644 --- a/songs/Soldat_Louis/Tirer_des_caisses.sg +++ b/songs/Soldat_Louis/Tirer_des_caisses.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Tirer des caisses} - [by=Soldat Louis,cov=premiere-bordee,album=Première bordée] + [by={Soldat Louis},cov={premiere-bordee},album={Première bordée}] \cover \gtab{A}{X02220} diff --git a/songs/Stealers_Wheel/Stuck_in_the_middle_with_you.sg b/songs/Stealers_Wheel/Stuck_in_the_middle_with_you.sg index 7951e6a6..1bda4fe5 100644 --- a/songs/Stealers_Wheel/Stuck_in_the_middle_with_you.sg +++ b/songs/Stealers_Wheel/Stuck_in_the_middle_with_you.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Stuck in the middle with you} - [by=Stealers Wheel,cov=album-stealers-wheel,album=Stealers Wheel] + [by={Stealers Wheel},cov={album-stealers-wheel},album={Stealers Wheel}] \cover \gtab{D}{XX0232} diff --git a/songs/Steve_Waring/La_baleine_bleue.sg b/songs/Steve_Waring/La_baleine_bleue.sg index 1adf43a1..e9e0eda0 100644 --- a/songs/Steve_Waring/La_baleine_bleue.sg +++ b/songs/Steve_Waring/La_baleine_bleue.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La baleine bleue} - [by=Steve Waring,cov=la-baleine-bleue,album=La baleine bleue] + [by={Steve Waring},cov={la-baleine-bleue},album={La baleine bleue}] \cover \gtab{G}{320003} diff --git a/songs/Steve_Waring/Le_matou.sg b/songs/Steve_Waring/Le_matou.sg index beb9378c..5a974668 100644 --- a/songs/Steve_Waring/Le_matou.sg +++ b/songs/Steve_Waring/Le_matou.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Le matou} - [by=Steve Waring,cov=le-retour-du-matou,album=Le retour du matou] + [by={Steve Waring},cov={le-retour-du-matou},album={Le retour du matou}] \cover diff --git a/songs/Sting/Russians.sg b/songs/Sting/Russians.sg index 528a0bdc..a0d682ea 100644 --- a/songs/Sting/Russians.sg +++ b/songs/Sting/Russians.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Russians} - [by=Sting,cov=the-dream-of-the-blue-turtles,album=The dream of the blue turtles] + [by={Sting},cov={the-dream-of-the-blue-turtles},album={The dream of the blue turtles}] \cover \capo{3} diff --git a/songs/System_of_a_Down/Roulette.sg b/songs/System_of_a_Down/Roulette.sg index 45edf5e1..710495a4 100644 --- a/songs/System_of_a_Down/Roulette.sg +++ b/songs/System_of_a_Down/Roulette.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Roulette} - [by=System of a Down,cov=steal-this-album,album=Steal this album] + [by={System of a Down},cov={steal-this-album},album={Steal this album}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Telephone/Cendrillon.sg b/songs/Telephone/Cendrillon.sg index 420bd9de..b1d6cbff 100644 --- a/songs/Telephone/Cendrillon.sg +++ b/songs/Telephone/Cendrillon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Cendrillon} - [by=Téléphone,cov=best-of-telephone,album=Best of] + [by={Téléphone},cov={best-of-telephone},album={Best of}] \cover \gtab{A}{X02220} diff --git a/songs/Telephone/Le_jour_s_est_leve.sg b/songs/Telephone/Le_jour_s_est_leve.sg index dd9c9eff..d5609e1e 100644 --- a/songs/Telephone/Le_jour_s_est_leve.sg +++ b/songs/Telephone/Le_jour_s_est_leve.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le jour s'est levé} - [by=Téléphone,cov=le-jour-s-est-leve,album=Le jour s'est levé] + [by={Téléphone},cov={le-jour-s-est-leve},album={Le jour s'est levé}] \cover \capo{3} diff --git a/songs/Telephone/New_York_avec_toi.sg b/songs/Telephone/New_York_avec_toi.sg index 83a37d2c..535b4fdf 100644 --- a/songs/Telephone/New_York_avec_toi.sg +++ b/songs/Telephone/New_York_avec_toi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{New York avec toi} - [by=Téléphone,cov=un-autre-monde,album=Un autre monde] + [by={Téléphone},cov={un-autre-monde},album={Un autre monde}] \cover \gtab{A}{X02220} diff --git a/songs/Terra_Naomi/Say_It_s_Possible.sg b/songs/Terra_Naomi/Say_It_s_Possible.sg index 2f0be5b9..5d719dca 100644 --- a/songs/Terra_Naomi/Say_It_s_Possible.sg +++ b/songs/Terra_Naomi/Say_It_s_Possible.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Say it's possible} - [by=Terra Naomi,cov=under-the-influence,album=Under the influence] + [by={Terra Naomi},cov={under-the-influence},album={Under the influence}] \cover \gtab*{Em7}{022033} diff --git a/songs/The_Animals/The_house_of_rising_sun.sg b/songs/The_Animals/The_house_of_rising_sun.sg index 4cc1f18c..447d33d3 100644 --- a/songs/The_Animals/The_house_of_rising_sun.sg +++ b/songs/The_Animals/The_house_of_rising_sun.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{House of the rising sun} - [by=The Animals,cov=the-animals,album=The animals] + [by={The Animals},cov={the-animals},album={The animals}] \cover \gtab{Am}{X02210} diff --git a/songs/The_Beatles/Hey_Jude.sg b/songs/The_Beatles/Hey_Jude.sg index a8b079f0..16097afe 100644 --- a/songs/The_Beatles/Hey_Jude.sg +++ b/songs/The_Beatles/Hey_Jude.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Hey Jude!} - [by=The Beatles,cov=1,album=1] + [by={The Beatles},cov={1},album={1}] \cover \gtab{F}{1:022100} diff --git a/songs/The_Beatles/Let_it_be.sg b/songs/The_Beatles/Let_it_be.sg index 2132dadb..c7251b1b 100644 --- a/songs/The_Beatles/Let_it_be.sg +++ b/songs/The_Beatles/Let_it_be.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Let it be} - [by=The Beatles,cov=let-it-be,album=Let it be] + [by={The Beatles},cov={let-it-be},album={Let it be}] \cover \gtab{Am}{X02210} diff --git a/songs/The_Beatles/Ob-la-di_ob-la-da.sg b/songs/The_Beatles/Ob-la-di_ob-la-da.sg index 11b4def1..8b53d937 100644 --- a/songs/The_Beatles/Ob-la-di_ob-la-da.sg +++ b/songs/The_Beatles/Ob-la-di_ob-la-da.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Ob-La-Di, Ob-La-Da} - [by=The Beatles,cov=white-album,album=White album] + [by={The Beatles},cov={white-album},album={White album}] \cover \capo{3} diff --git a/songs/The_Beatles/Octopus_garden.sg b/songs/The_Beatles/Octopus_garden.sg index acd889b5..89377373 100644 --- a/songs/The_Beatles/Octopus_garden.sg +++ b/songs/The_Beatles/Octopus_garden.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Octopus garden} - [by=The Beatles,cov=let-it-be,album=Let it be] + [by={The Beatles},cov={let-it-be},album={Let it be}] \cover \capo{4} diff --git a/songs/The_Beatles/Twist_and_shout.sg b/songs/The_Beatles/Twist_and_shout.sg index 679756a5..7b6233fe 100644 --- a/songs/The_Beatles/Twist_and_shout.sg +++ b/songs/The_Beatles/Twist_and_shout.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Twist and shout} - [by=The Beatles,cov=please-please-me,album=Please please me] + [by={The Beatles},cov={please-please-me},album={Please please me}] \cover \gtab{D}{5:X02220} diff --git a/songs/The_Beatles/Yellow_submarine.sg b/songs/The_Beatles/Yellow_submarine.sg index 58e4d7f0..bf81e5a4 100644 --- a/songs/The_Beatles/Yellow_submarine.sg +++ b/songs/The_Beatles/Yellow_submarine.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Yellow submarine} - [by=The Beatles,cov=1,album=1] + [by={The Beatles},cov={1},album={1}] \cover \gtab{D}{XX0232} diff --git a/songs/The_Beatles/Yesterday.sg b/songs/The_Beatles/Yesterday.sg index 5d07ea91..e72ec9df 100644 --- a/songs/The_Beatles/Yesterday.sg +++ b/songs/The_Beatles/Yesterday.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Yesterday} - [by=The Beatles,cov=1,album=1] + [by={The Beatles},cov={1},album={1}] \cover \gtab{C}{X32010} diff --git a/songs/The_Beautiful_Girls/La_Mar.sg b/songs/The_Beautiful_Girls/La_Mar.sg index 2b272333..8c8c41ca 100644 --- a/songs/The_Beautiful_Girls/La_Mar.sg +++ b/songs/The_Beautiful_Girls/La_Mar.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{La mar} - [by=The Beautiful Girls,cov=Learn-Yourself,album=Learn yourself] + [by={The Beautiful Girls},cov={Learn-Yourself},album={Learn yourself}] \cover \gtab{E}{022100} diff --git a/songs/The_Bloody_Irish_Boys/Drunk_tonight.sg b/songs/The_Bloody_Irish_Boys/Drunk_tonight.sg index b085a357..d0fdecaf 100644 --- a/songs/The_Bloody_Irish_Boys/Drunk_tonight.sg +++ b/songs/The_Bloody_Irish_Boys/Drunk_tonight.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Drunk tonight} - [by=The Bloddy Irish Boys,cov=drunk-rock,album=Drunk rock] + [by={The Bloddy Irish Boys},cov={drunk-rock},album={Drunk rock}] \cover \capo{1} diff --git a/songs/The_Calling/Wherever_you_will_go.sg b/songs/The_Calling/Wherever_you_will_go.sg index ffc83559..1f02d937 100644 --- a/songs/The_Calling/Wherever_you_will_go.sg +++ b/songs/The_Calling/Wherever_you_will_go.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Wherever you will go} - [by=The Calling,cov=camino-palmero,album=Camino palmero] + [by={The Calling},cov={camino-palmero},album={Camino palmero}] \cover \capo{2} diff --git a/songs/The_Carpenters/Breaking_up_is_hard_to_do.sg b/songs/The_Carpenters/Breaking_up_is_hard_to_do.sg index 23f71da1..c057a27d 100644 --- a/songs/The_Carpenters/Breaking_up_is_hard_to_do.sg +++ b/songs/The_Carpenters/Breaking_up_is_hard_to_do.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Breaking up is hard to do} - [by=The Carpenters,cov=a-kind-of-hush,album=A kind of hush] + [by={The Carpenters},cov={a-kind-of-hush},album={A kind of hush}] \cover \gtab{G}{320003} diff --git a/songs/The_Connells/74_75.sg b/songs/The_Connells/74_75.sg index 3cdcc2c1..92d24cbb 100644 --- a/songs/The_Connells/74_75.sg +++ b/songs/The_Connells/74_75.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{'74 -- '75} - [by=The Connells,cov=ring,album=Ring] + [by={The Connells},cov={ring},album={Ring}] \cover \gtab{F}{1:022100} diff --git a/songs/The_Doors/Light_my_fire.sg b/songs/The_Doors/Light_my_fire.sg index 35a2a620..95b08df6 100644 --- a/songs/The_Doors/Light_my_fire.sg +++ b/songs/The_Doors/Light_my_fire.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Light my fire} - [by=The Doors,cov=the-doors,album=The doors] + [by={The Doors},cov={the-doors},album={The doors}] \cover \gtab{Am7}{X02010} diff --git a/songs/The_Dubliners/The_wild_rover.sg b/songs/The_Dubliners/The_wild_rover.sg index 57978a4d..c9f31b1b 100644 --- a/songs/The_Dubliners/The_wild_rover.sg +++ b/songs/The_Dubliners/The_wild_rover.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The wild rover} - [by=The Dubliners,cov=irish-pub-songs,album=Irish pub songs] + [by={The Dubliners},cov={irish-pub-songs},album={Irish pub songs}] \cover \gtab{G}{320003} diff --git a/songs/The_Dubliners/Whiskey_in_the_jar.sg b/songs/The_Dubliners/Whiskey_in_the_jar.sg index 1674bfeb..4118c4f7 100644 --- a/songs/The_Dubliners/Whiskey_in_the_jar.sg +++ b/songs/The_Dubliners/Whiskey_in_the_jar.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Whiskey in the jar} - [by=The Dubliners,cov=irish-pub-songs,album=Irish pub songs] + [by={The Dubliners},cov={irish-pub-songs},album={Irish pub songs}] \cover \capo{2} diff --git a/songs/The_Eagles/Hotel_California.sg b/songs/The_Eagles/Hotel_California.sg index 9ab64a71..f94dee1a 100644 --- a/songs/The_Eagles/Hotel_California.sg +++ b/songs/The_Eagles/Hotel_California.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Hotel California} - [by=The Eagles,cov=complete-greatest-hits,album=Complete greatest hits] + [by={The Eagles},cov={complete-greatest-hits},album={Complete greatest hits}] \cover diff --git a/songs/The_Fray/How_to_save_a_life.sg b/songs/The_Fray/How_to_save_a_life.sg index 48327e29..f48443a1 100644 --- a/songs/The_Fray/How_to_save_a_life.sg +++ b/songs/The_Fray/How_to_save_a_life.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{How to save a life} - [by=The Fray,cov=how-to-save-a-life,album=How to save a life] + [by={The Fray},cov={how-to-save-a-life},album={How to save a life}] \cover \capo{3} diff --git a/songs/The_Innocence_Mission/The_lakes_of_Canada.sg b/songs/The_Innocence_Mission/The_lakes_of_Canada.sg index ed85ccea..4c2140d4 100644 --- a/songs/The_Innocence_Mission/The_lakes_of_Canada.sg +++ b/songs/The_Innocence_Mission/The_lakes_of_Canada.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{The lakes of Canada} - [by=The Innocence Mission,cov=birds-of-my-neighborhood,album=Birds of my neighborhood] + [by={The Innocence Mission},cov={birds-of-my-neighborhood},album={Birds of my neighborhood}] \cover \capo{5} diff --git a/songs/The_Moldy_Peaches/Anyone_Else_But_You.sg b/songs/The_Moldy_Peaches/Anyone_Else_But_You.sg index bfc27027..97226070 100644 --- a/songs/The_Moldy_Peaches/Anyone_Else_But_You.sg +++ b/songs/The_Moldy_Peaches/Anyone_Else_But_You.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Anyone else but you} - [by=The Moldy Peaches,cov=juno,album=Juno] + [by={The Moldy Peaches},cov={juno},album={Juno}] \cover \gtab{G}{320003} diff --git a/songs/The_Nightwatchman/California_s_dark.sg b/songs/The_Nightwatchman/California_s_dark.sg index 1120b030..740cc736 100644 --- a/songs/The_Nightwatchman/California_s_dark.sg +++ b/songs/The_Nightwatchman/California_s_dark.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{California's dark} - [by=The Nightwatchman,cov=one-man-revolution,album=One man revolution] + [by={The Nightwatchman},cov={one-man-revolution},album={One man revolution}] \cover \gtab{F#}{2:022100} diff --git a/songs/The_Nightwatchman/Let_freedom_ring.sg b/songs/The_Nightwatchman/Let_freedom_ring.sg index b999938f..b2848665 100644 --- a/songs/The_Nightwatchman/Let_freedom_ring.sg +++ b/songs/The_Nightwatchman/Let_freedom_ring.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Let freedom ring} - [by=The Nightwatchman,cov=one-man-revolution,album=One man revolution] + [by={The Nightwatchman},cov={one-man-revolution},album={One man revolution}] \cover \capo{4} diff --git a/songs/The_Pogues/Dirty_Old_Town.sg b/songs/The_Pogues/Dirty_Old_Town.sg index 6ebe24fd..d79173ba 100644 --- a/songs/The_Pogues/Dirty_Old_Town.sg +++ b/songs/The_Pogues/Dirty_Old_Town.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Dirty old town} - [by=The Pogues,cov=best-of-the-pogues,album=Best of the Pogues] + [by={The Pogues},cov={best-of-the-pogues},album={Best of the Pogues}] \cover diff --git a/songs/The_Pogues/Fairytale_of_New_York.sg b/songs/The_Pogues/Fairytale_of_New_York.sg index e8cb2f5f..d53a1f0a 100644 --- a/songs/The_Pogues/Fairytale_of_New_York.sg +++ b/songs/The_Pogues/Fairytale_of_New_York.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Fairytale of New York} - [by=The Pogues,cov=best-of-the-pogues,album=Best of the Pogues] + [by={The Pogues},cov={best-of-the-pogues},album={Best of the Pogues}] \cover \capo{2} diff --git a/songs/The_Pogues/The_Irish_Rover.sg b/songs/The_Pogues/The_Irish_Rover.sg index da86c237..f976aacc 100644 --- a/songs/The_Pogues/The_Irish_Rover.sg +++ b/songs/The_Pogues/The_Irish_Rover.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Irish Rover} - [by=The Pogues,cov=best-of-the-pogues,album=Best of the Pogues] + [by={The Pogues},cov={best-of-the-pogues},album={Best of the Pogues}] \cover \gtab{G}{320003} diff --git a/songs/The_Rolling_Stones/Angie.sg b/songs/The_Rolling_Stones/Angie.sg index cde34642..87900fd5 100644 --- a/songs/The_Rolling_Stones/Angie.sg +++ b/songs/The_Rolling_Stones/Angie.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Angie} - [by=The Rolling Stones,cov=jump-back,album=Jump back] + [by={The Rolling Stones},cov={jump-back},album={Jump back}] \cover diff --git a/songs/The_Rolling_Stones/Paint_it_black.sg b/songs/The_Rolling_Stones/Paint_it_black.sg index 183e2081..571c01b5 100644 --- a/songs/The_Rolling_Stones/Paint_it_black.sg +++ b/songs/The_Rolling_Stones/Paint_it_black.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Paint it black} - [by=The Rolling Stones,cov=hot-rocks,album=Hot rocks] + [by={The Rolling Stones},cov={hot-rocks},album={Hot rocks}] \cover \gtab{Em}{022000} diff --git a/songs/The_Rolling_Stones/Route_66.sg b/songs/The_Rolling_Stones/Route_66.sg index fc8098c9..5490078d 100644 --- a/songs/The_Rolling_Stones/Route_66.sg +++ b/songs/The_Rolling_Stones/Route_66.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Route 66} - [by=The Rolling Stones,cov=the-rolling-stones,album=The Rolling Stones] + [by={The Rolling Stones},cov={the-rolling-stones},album={The Rolling Stones}] \cover \gtab{E7}{022030} diff --git a/songs/The_Rolling_Stones/Ruby_Tuesday.sg b/songs/The_Rolling_Stones/Ruby_Tuesday.sg index 416705c1..02bfce8f 100644 --- a/songs/The_Rolling_Stones/Ruby_Tuesday.sg +++ b/songs/The_Rolling_Stones/Ruby_Tuesday.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Ruby Tuesday} - [by=The Rolling Stones,cov=hot-rocks,album=Hot rocks] + [by={The Rolling Stones},cov={hot-rocks},album={Hot rocks}] \cover \gtab{Am}{X02210} diff --git a/songs/The_Rolling_Stones/You_cant_always_get_what_you_want.sg b/songs/The_Rolling_Stones/You_cant_always_get_what_you_want.sg index 66fdd1d1..64c06b5f 100644 --- a/songs/The_Rolling_Stones/You_cant_always_get_what_you_want.sg +++ b/songs/The_Rolling_Stones/You_cant_always_get_what_you_want.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{You can't always get what you want} - [by=The Rolling Stones,cov=let-it-bleed,album=Let it bleed] + [by={The Rolling Stones},cov={let-it-bleed},album={Let it bleed}] \cover \capo{5} diff --git a/songs/The_White_Stripes/Well_it_s_true_that_we_love_one_another.sg b/songs/The_White_Stripes/Well_it_s_true_that_we_love_one_another.sg index 26a9dc84..689c62a2 100644 --- a/songs/The_White_Stripes/Well_it_s_true_that_we_love_one_another.sg +++ b/songs/The_White_Stripes/Well_it_s_true_that_we_love_one_another.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{1} \beginsong{Well it's true that we love one another} - [by=The White Stripes,cov=elephant,album=Elephant] + [by={The White Stripes},cov={elephant},album={Elephant}] \cover \gtab{A}{X02220} diff --git a/songs/The_mamas_and_the_papas/California_dream.sg b/songs/The_mamas_and_the_papas/California_dream.sg index 4e1e59f9..cff5dff1 100644 --- a/songs/The_mamas_and_the_papas/California_dream.sg +++ b/songs/The_mamas_and_the_papas/California_dream.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{California dream} - [by=The mamas and the papas,cov=california-dreamin,album=California dreamin] + [by={The mamas and the papas},cov={california-dreamin},album={California dreamin}] \cover \capo{4} diff --git a/songs/Thomas_Fersen/Bambi.sg b/songs/Thomas_Fersen/Bambi.sg index fff361a3..107c3141 100644 --- a/songs/Thomas_Fersen/Bambi.sg +++ b/songs/Thomas_Fersen/Bambi.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Bambi} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Thomas_Fersen/Chocolat.sg b/songs/Thomas_Fersen/Chocolat.sg index 9633d871..ebd388f9 100644 --- a/songs/Thomas_Fersen/Chocolat.sg +++ b/songs/Thomas_Fersen/Chocolat.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Chocolat} - [by=Thomas Fersen,album=Trois petits tours,cov=trois-petits-tours] + [by={Thomas Fersen},album={Trois petits tours},cov={trois-petits-tours}] \cover \gtab{B}{2:X02220} diff --git a/songs/Thomas_Fersen/Croque.sg b/songs/Thomas_Fersen/Croque.sg index 4e5a9ed3..d1a121eb 100644 --- a/songs/Thomas_Fersen/Croque.sg +++ b/songs/Thomas_Fersen/Croque.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Croque} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Thomas_Fersen/Deux_pieds.sg b/songs/Thomas_Fersen/Deux_pieds.sg index 5820e96d..f9bb97cc 100644 --- a/songs/Thomas_Fersen/Deux_pieds.sg +++ b/songs/Thomas_Fersen/Deux_pieds.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Deux pieds} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab{Fm}{1:022000} diff --git a/songs/Thomas_Fersen/Diane_de_Poitiers.sg b/songs/Thomas_Fersen/Diane_de_Poitiers.sg index 7e1c4b94..81b3ee50 100644 --- a/songs/Thomas_Fersen/Diane_de_Poitiers.sg +++ b/songs/Thomas_Fersen/Diane_de_Poitiers.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Diane de Poitiers} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab*{B&9}{X10111} diff --git a/songs/Thomas_Fersen/Dugenou.sg b/songs/Thomas_Fersen/Dugenou.sg index deb9931a..09a93e20 100644 --- a/songs/Thomas_Fersen/Dugenou.sg +++ b/songs/Thomas_Fersen/Dugenou.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Dugenou} - [by=Thomas Fersen,cov=qu4tre,album=Qu4tre] + [by={Thomas Fersen},cov={qu4tre},album={Qu4tre}] \cover \gtab{Em}{022000} diff --git a/songs/Thomas_Fersen/Irene.sg b/songs/Thomas_Fersen/Irene.sg index 70f62a59..b71e9ae3 100644 --- a/songs/Thomas_Fersen/Irene.sg +++ b/songs/Thomas_Fersen/Irene.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Irène} - [by=Thomas Fersen,cov=qu4tre,album=Qu4tre] + [by={Thomas Fersen},cov={qu4tre},album={Qu4tre}] \cover \gtab{B}{2:X02220} diff --git a/songs/Thomas_Fersen/Je_n_ai_pas_la_gale.sg b/songs/Thomas_Fersen/Je_n_ai_pas_la_gale.sg index 4c0b99b1..9785f2b0 100644 --- a/songs/Thomas_Fersen/Je_n_ai_pas_la_gale.sg +++ b/songs/Thomas_Fersen/Je_n_ai_pas_la_gale.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Je n'ai pas la gale} - [by=Thomas Fersen,cov=le-pavillon-des-fous,album=Le pavillon des fous] + [by={Thomas Fersen},cov={le-pavillon-des-fous},album={Le pavillon des fous}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Thomas_Fersen/L_histoire_d_une_heure.sg b/songs/Thomas_Fersen/L_histoire_d_une_heure.sg index cfc4b88d..c6aeb258 100644 --- a/songs/Thomas_Fersen/L_histoire_d_une_heure.sg +++ b/songs/Thomas_Fersen/L_histoire_d_une_heure.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'histoire d'une heure} - [by=Thomas Fersen,cov=les-ronds-de-carotte,album=Les ronds de carotte] + [by={Thomas Fersen},cov={les-ronds-de-carotte},album={Les ronds de carotte}] \cover \gtab{B7}{2:X02020} diff --git a/songs/Thomas_Fersen/La_malle.sg b/songs/Thomas_Fersen/La_malle.sg index 1cf47b6c..bda6a062 100644 --- a/songs/Thomas_Fersen/La_malle.sg +++ b/songs/Thomas_Fersen/La_malle.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{La malle} - [by=Thomas Fersen,album=Trois petits tours,cov=trois-petits-tours] + [by={Thomas Fersen},album={Trois petits tours},cov={trois-petits-tours}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Thomas_Fersen/Le_balafre.sg b/songs/Thomas_Fersen/Le_balafre.sg index 3ded9538..7e0a468a 100644 --- a/songs/Thomas_Fersen/Le_balafre.sg +++ b/songs/Thomas_Fersen/Le_balafre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le balafré} - [by=Thomas Fersen,cov=je-suis-au-paradis,album=Je suis au paradis] + [by={Thomas Fersen},cov={je-suis-au-paradis},album={Je suis au paradis}] \cover \gtab{D}{XX0232} diff --git a/songs/Thomas_Fersen/Le_bouton.sg b/songs/Thomas_Fersen/Le_bouton.sg index 2ec182d9..a513fc3a 100644 --- a/songs/Thomas_Fersen/Le_bouton.sg +++ b/songs/Thomas_Fersen/Le_bouton.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le bouton} - [by=Thomas Fersen \& Bumcello,cov=tot-ou-tard,album=Tôt ou tard (plutôt tard)] + [by={Thomas Fersen \& Bumcello},cov={tot-ou-tard},album={Tôt ou tard (plutôt tard)}] \cover \gtab{C}{X32010} diff --git a/songs/Thomas_Fersen/Le_chat_botte.sg b/songs/Thomas_Fersen/Le_chat_botte.sg index 4c088132..28f98c8c 100644 --- a/songs/Thomas_Fersen/Le_chat_botte.sg +++ b/songs/Thomas_Fersen/Le_chat_botte.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Le Chat Botté} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab{Em}{022000} diff --git a/songs/Thomas_Fersen/Les_cravates.sg b/songs/Thomas_Fersen/Les_cravates.sg index e623359c..e0fb3247 100644 --- a/songs/Thomas_Fersen/Les_cravates.sg +++ b/songs/Thomas_Fersen/Les_cravates.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les cravates} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab{C#m}{4:X02210} diff --git a/songs/Thomas_Fersen/Les_malheurs_du_lion.sg b/songs/Thomas_Fersen/Les_malheurs_du_lion.sg index fb1bf902..7a9026af 100644 --- a/songs/Thomas_Fersen/Les_malheurs_du_lion.sg +++ b/songs/Thomas_Fersen/Les_malheurs_du_lion.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les malheurs du lion} - [by=Thomas Fersen,cov=qu4tre,album=Qu4tre] + [by={Thomas Fersen},cov={qu4tre},album={Qu4tre}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Thomas_Fersen/Louise.sg b/songs/Thomas_Fersen/Louise.sg index 75bd55d3..ad6f027c 100644 --- a/songs/Thomas_Fersen/Louise.sg +++ b/songs/Thomas_Fersen/Louise.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Louise} - [by=Thomas Fersen,cov=les-ronds-de-carotte,album=Les ronds de carotte] + [by={Thomas Fersen},cov={les-ronds-de-carotte},album={Les ronds de carotte}] \cover \gtab{Fm}{1:022000} diff --git a/songs/Thomas_Fersen/Mon_iguanodon.sg b/songs/Thomas_Fersen/Mon_iguanodon.sg index e689c887..435be572 100644 --- a/songs/Thomas_Fersen/Mon_iguanodon.sg +++ b/songs/Thomas_Fersen/Mon_iguanodon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Mon iguanodon} - [by=Thomas Fersen,cov=le-pavillon-des-fous,album=Le pavillon des fous] + [by={Thomas Fersen},cov={le-pavillon-des-fous},album={Le pavillon des fous}] \cover \gtab{E&}{XX1343} diff --git a/songs/Thomas_Fersen/Mon_macabre.sg b/songs/Thomas_Fersen/Mon_macabre.sg index d844f1b8..3cf4a225 100644 --- a/songs/Thomas_Fersen/Mon_macabre.sg +++ b/songs/Thomas_Fersen/Mon_macabre.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Mon macabre} - [by=Thomas Fersen,cov=le-pavillon-des-fous,album=Le pavillon des fous] + [by={Thomas Fersen},cov={le-pavillon-des-fous},album={Le pavillon des fous}] \cover \gtab{Em}{022000} diff --git a/songs/Thomas_Fersen/Monsieur.sg b/songs/Thomas_Fersen/Monsieur.sg index f4d6473f..50cbe454 100644 --- a/songs/Thomas_Fersen/Monsieur.sg +++ b/songs/Thomas_Fersen/Monsieur.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Monsieur} - [by=Thomas Fersen,album=Qu4tre,cov=qu4tre] + [by={Thomas Fersen},album={Qu4tre},cov={qu4tre}] \cover \gtab{Cm}{3:X02210} diff --git a/songs/Thomas_Fersen/Parfois_au_clair_de_lune.sg b/songs/Thomas_Fersen/Parfois_au_clair_de_lune.sg index ace09b3d..2e359b4e 100644 --- a/songs/Thomas_Fersen/Parfois_au_clair_de_lune.sg +++ b/songs/Thomas_Fersen/Parfois_au_clair_de_lune.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Parfois au clair de lune} - [by=Thomas Fersen,album=Je suis au paradis,cov=je-suis-au-paradis] + [by={Thomas Fersen},album={Je suis au paradis},cov={je-suis-au-paradis}] \cover \gtab{C}{x32010} diff --git a/songs/Thomas_Fersen/Pegase.sg b/songs/Thomas_Fersen/Pegase.sg index 7acd30a5..18ac8aff 100644 --- a/songs/Thomas_Fersen/Pegase.sg +++ b/songs/Thomas_Fersen/Pegase.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{Pégase} - [by=Thomas Fersen,cov=le-pavillon-des-fous,album=Le pavillon des fous] + [by={Thomas Fersen},cov={le-pavillon-des-fous},album={Le pavillon des fous}] \cover \gtab{Em}{022000} diff --git a/songs/Thomas_Fersen/Punaise.sg b/songs/Thomas_Fersen/Punaise.sg index 7f119c8a..8f458fe0 100644 --- a/songs/Thomas_Fersen/Punaise.sg +++ b/songs/Thomas_Fersen/Punaise.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Punaise} - [by=Thomas Fersen,album=Trois petits tours,cov=trois-petits-tours] + [by={Thomas Fersen},album={Trois petits tours},cov={trois-petits-tours}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Thomas_Fersen/Que_l_on_est_bete.sg b/songs/Thomas_Fersen/Que_l_on_est_bete.sg index 8c7d890d..2d5ddeee 100644 --- a/songs/Thomas_Fersen/Que_l_on_est_bete.sg +++ b/songs/Thomas_Fersen/Que_l_on_est_bete.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{3} \beginsong{Que l'on est bête} - [by=Thomas Fersen,cov=le-jour-du-poisson,album=Le jour du poisson] + [by={Thomas Fersen},cov={le-jour-du-poisson},album={Le jour du poisson}] \cover \gtab{Gm}{3:022000} diff --git a/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg b/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg index 642c208d..1f74f304 100644 --- a/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg +++ b/songs/Thomas_Fersen/Rititi_ratata_il_parait_qu_elles_aiment_.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Rititi, ratata (il paraît qu'elles aiment)} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover diff --git a/songs/Thomas_Fersen/Zaza.sg b/songs/Thomas_Fersen/Zaza.sg index e00637ad..2960b719 100644 --- a/songs/Thomas_Fersen/Zaza.sg +++ b/songs/Thomas_Fersen/Zaza.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Zaza} - [by=Thomas Fersen,cov=le-pavillon-des-fous,album=Le pavillon des fous] + [by={Thomas Fersen},cov={le-pavillon-des-fous},album={Le pavillon des fous}] \cover \gtab{Em}{022000} diff --git a/songs/Thomas_Fersen/au_cafe_de_la_paix.sg b/songs/Thomas_Fersen/au_cafe_de_la_paix.sg index fab94f64..2e289575 100644 --- a/songs/Thomas_Fersen/au_cafe_de_la_paix.sg +++ b/songs/Thomas_Fersen/au_cafe_de_la_paix.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Au café de la Paix} - [by=Thomas Fersen,cov=les-ronds-de-carotte,album=Les ronds de carotte] + [by={Thomas Fersen},cov={les-ronds-de-carotte},album={Les ronds de carotte}] \cover \gtab*{F6}{XX3231} diff --git a/songs/Thomas_Fersen/saint_jean_du_doigt.sg b/songs/Thomas_Fersen/saint_jean_du_doigt.sg index cd1b0eb4..a9b82dd6 100644 --- a/songs/Thomas_Fersen/saint_jean_du_doigt.sg +++ b/songs/Thomas_Fersen/saint_jean_du_doigt.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Saint-Jean-du-Doigt} - [by=Thomas Fersen,cov=piece-montee-des-grands-jours,album=Pièce montée des grands jours] + [by={Thomas Fersen},cov={piece-montee-des-grands-jours},album={Pièce montée des grands jours}] \cover \gtab{Dm}{XX0231} diff --git a/songs/Tit_Patapons/Marchand_de_couleurs.sg b/songs/Tit_Patapons/Marchand_de_couleurs.sg index 670f006b..fb073699 100644 --- a/songs/Tit_Patapons/Marchand_de_couleurs.sg +++ b/songs/Tit_Patapons/Marchand_de_couleurs.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Marchand de couleurs} - [by=Tit Patapons,cov=premier-jet,album=Premier jet] + [by={Tit Patapons},cov={premier-jet},album={Premier jet}] \cover \gtab{Am}{X02210} diff --git a/songs/Tonton_David/Chacun_sa_route.sg b/songs/Tonton_David/Chacun_sa_route.sg index e035d806..b5372fc3 100644 --- a/songs/Tonton_David/Chacun_sa_route.sg +++ b/songs/Tonton_David/Chacun_sa_route.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chacun sa route} - [by=Tonton David,cov=tonton-david-best-of,album=Best of] + [by={Tonton David},cov={tonton-david-best-of},album={Best of}] \cover \gtab{G}{3:022100} diff --git a/songs/Tournee_Generale/Avancer_mes_grolles.sg b/songs/Tournee_Generale/Avancer_mes_grolles.sg index 17c6cd12..1aa1957a 100644 --- a/songs/Tournee_Generale/Avancer_mes_grolles.sg +++ b/songs/Tournee_Generale/Avancer_mes_grolles.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Avancer mes grolles} - [by=Tournée Générale,cov=tournee-generale,album=Tournée générale] + [by={Tournée Générale},cov={tournee-generale},album={Tournée générale}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/Tracy_Chapman/Talkin_about_the_revolution.sg b/songs/Tracy_Chapman/Talkin_about_the_revolution.sg index de08bb11..c4755484 100644 --- a/songs/Tracy_Chapman/Talkin_about_the_revolution.sg +++ b/songs/Tracy_Chapman/Talkin_about_the_revolution.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Talkin' about the revolution} - [by=Tracy Chapman,cov=collection,album=Collection] + [by={Tracy Chapman},cov={collection},album={Collection}] \cover \gtab{G}{320003} diff --git a/songs/Traditionnel/Chevaliers_de_la_table_ronde.sg b/songs/Traditionnel/Chevaliers_de_la_table_ronde.sg index 907185ec..2896d4e1 100644 --- a/songs/Traditionnel/Chevaliers_de_la_table_ronde.sg +++ b/songs/Traditionnel/Chevaliers_de_la_table_ronde.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chevaliers de la table ronde} - [by=Traditionnel] + [by={Traditionnel}] \gtab{C}{X32010} \gtab{G7}{320001} diff --git a/songs/Traditionnel/L_homme_de_cromagnon.sg b/songs/Traditionnel/L_homme_de_cromagnon.sg index 2bbced8b..54e57d28 100644 --- a/songs/Traditionnel/L_homme_de_cromagnon.sg +++ b/songs/Traditionnel/L_homme_de_cromagnon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'homme de Cro-Magnon} - [by=Traditionel] + [by={Traditionel}] \gtab{C}{X32010} \gtab{G7}{320001} diff --git a/songs/Traditionnel/La_cucaracha.sg b/songs/Traditionnel/La_cucaracha.sg index b2b5cc1b..d340a3bb 100644 --- a/songs/Traditionnel/La_cucaracha.sg +++ b/songs/Traditionnel/La_cucaracha.sg @@ -1,7 +1,7 @@ \selectlanguage{spanish} \songcolumns{2} \beginsong{La Cucaracha} - [by=Traditionnel] + [by={Traditionnel}] \gtab{C}{X32010} \gtab{G}{320003} diff --git a/songs/Traditionnel/V_la_l_bon_vent.sg b/songs/Traditionnel/V_la_l_bon_vent.sg index a4b9ba05..b8744a0d 100644 --- a/songs/Traditionnel/V_la_l_bon_vent.sg +++ b/songs/Traditionnel/V_la_l_bon_vent.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{V'la l'bon vent} - [by=Traditionnel] + [by={Traditionnel}] \gtab{Am}{X02210} \gtab{C}{X32010} diff --git a/songs/Traditionnel/Vent_frais.sg b/songs/Traditionnel/Vent_frais.sg index e37d7526..f6b94567 100644 --- a/songs/Traditionnel/Vent_frais.sg +++ b/songs/Traditionnel/Vent_frais.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Vent frais} - [by=Traditionnel] + [by={Traditionnel}] \gtab{Dm}{XX0231} \gtab{Am}{X02210} diff --git a/songs/Tri_Yann/Kiss_the_cildren_for_me_Mary.sg b/songs/Tri_Yann/Kiss_the_cildren_for_me_Mary.sg index 7256cd0d..7775c998 100644 --- a/songs/Tri_Yann/Kiss_the_cildren_for_me_Mary.sg +++ b/songs/Tri_Yann/Kiss_the_cildren_for_me_Mary.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Kiss the children for me Mary} - [by=Tri Yann,cov=le-meilleur-de-tri-yann,album=Le meilleur de Tri Yann] + [by={Tri Yann},cov={le-meilleur-de-tri-yann},album={Le meilleur de Tri Yann}] \cover \gtab{C}{X32010} diff --git a/songs/Tri_Yann/La_jument_de_Michao.sg b/songs/Tri_Yann/La_jument_de_Michao.sg index 695ea6f5..93ff32e9 100644 --- a/songs/Tri_Yann/La_jument_de_Michao.sg +++ b/songs/Tri_Yann/La_jument_de_Michao.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La jument de Michao} - [by=Tri Yann,cov=la-decouverte-ou-l-ignorance,album=Le meilleur de Tri Yann] + [by={Tri Yann},cov={la-decouverte-ou-l-ignorance},album={Le meilleur de Tri Yann}] \cover \gtab{Am}{X02210} diff --git a/songs/Tri_Yann/La_ville_que_j_ai_tant_aimee.sg b/songs/Tri_Yann/La_ville_que_j_ai_tant_aimee.sg index 8c9b0bd3..22746e46 100644 --- a/songs/Tri_Yann/La_ville_que_j_ai_tant_aimee.sg +++ b/songs/Tri_Yann/La_ville_que_j_ai_tant_aimee.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{La ville que j'ai tant aimée} - [by=Tri Yann,cov=le-meilleur-de-tri-yann,album=Le meilleur de Tri Yann] + [by={Tri Yann},cov={le-meilleur-de-tri-yann},album={Le meilleur de Tri Yann}] \cover \capo{2} diff --git a/songs/Tri_Yann/Les_filles_de_Redon.sg b/songs/Tri_Yann/Les_filles_de_Redon.sg index 6d1cbe2a..b142ecb7 100644 --- a/songs/Tri_Yann/Les_filles_de_Redon.sg +++ b/songs/Tri_Yann/Les_filles_de_Redon.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les filles de Redon} - [by=Tri Yann,cov=le-meilleur-de-tri-yann,album=Le meilleur de Tri Yann] + [by={Tri Yann},cov={le-meilleur-de-tri-yann},album={Le meilleur de Tri Yann}] \capo{3} \gtab{G}{320003} diff --git a/songs/Tri_Yann/Les_prisons_de_Nantes.sg b/songs/Tri_Yann/Les_prisons_de_Nantes.sg index bbd3512c..54e30ada 100644 --- a/songs/Tri_Yann/Les_prisons_de_Nantes.sg +++ b/songs/Tri_Yann/Les_prisons_de_Nantes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les prisons de Nantes} - [by=Tri Yann,cov=le-meilleur-de-tri-yann,album=Le meilleur de Tri Yann] + [by={Tri Yann},cov={le-meilleur-de-tri-yann},album={Le meilleur de Tri Yann}] \cover \gtab{Am}{X02210} diff --git a/songs/Tri_Yann/Si_mort_a_mors.sg b/songs/Tri_Yann/Si_mort_a_mors.sg index 4d20870e..21ce96c5 100644 --- a/songs/Tri_Yann/Si_mort_a_mors.sg +++ b/songs/Tri_Yann/Si_mort_a_mors.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Si mort à mors} - [by=Tri Yann,cov=le-meilleur-de-tri-yann,album=Le meilleur de Tri Yann] + [by={Tri Yann},cov={le-meilleur-de-tri-yann},album={Le meilleur de Tri Yann}] \cover \capo{5} diff --git a/songs/Tryo/Ce_que_l_on_s_aime.sg b/songs/Tryo/Ce_que_l_on_s_aime.sg index afaec2d9..f00a7a52 100644 --- a/songs/Tryo/Ce_que_l_on_s_aime.sg +++ b/songs/Tryo/Ce_que_l_on_s_aime.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Ce que l'on s'aime} - [by=Tryo,cov=ce-que-l-on-seme,album=Ce que l'on sème] + [by={Tryo},cov={ce-que-l-on-seme},album={Ce que l'on sème}] \cover diff --git a/songs/Tryo/L_hymne_de_nos_campagnes.sg b/songs/Tryo/L_hymne_de_nos_campagnes.sg index c5cf11c0..cfc7a01f 100644 --- a/songs/Tryo/L_hymne_de_nos_campagnes.sg +++ b/songs/Tryo/L_hymne_de_nos_campagnes.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'hymne de nos campagnes} - [by=Tryo,cov=mamagubida,album=Mamagubida] + [by={Tryo},cov={mamagubida},album={Mamagubida}] \cover diff --git a/songs/Tryo/Le_petit_chose.sg b/songs/Tryo/Le_petit_chose.sg index 75730a2e..99f0d3b8 100644 --- a/songs/Tryo/Le_petit_chose.sg +++ b/songs/Tryo/Le_petit_chose.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le petit chose} - [by=Tryo,cov=faut-qu-ils-s-activent,album=Faut qu'ils s'activent] + [by={Tryo},cov={faut-qu-ils-s-activent},album={Faut qu'ils s'activent}] \cover \gtab{Dm}{5:X02210} diff --git a/songs/U2/One.sg b/songs/U2/One.sg index 1eaba33a..233657e7 100644 --- a/songs/U2/One.sg +++ b/songs/U2/One.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{One} - [by=U2,cov=achtung-baby,album=Achtung Baby] + [by={U2},cov={achtung-baby},album={Achtung Baby}] \cover \gtab{Am}{X02210} diff --git a/songs/U2/Sunday_bloody_sunday.sg b/songs/U2/Sunday_bloody_sunday.sg index 685ec73b..06d359f2 100644 --- a/songs/U2/Sunday_bloody_sunday.sg +++ b/songs/U2/Sunday_bloody_sunday.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Sunday Bloody Sunday} - [by=U2,cov=war,album=War] + [by={U2},cov={war},album={War}] \cover \gtab{Bm}{2:X02210} diff --git a/songs/Vincent_Delerm/La_natation_synchronisee.sg b/songs/Vincent_Delerm/La_natation_synchronisee.sg index 1fa22f0c..29433e1c 100644 --- a/songs/Vincent_Delerm/La_natation_synchronisee.sg +++ b/songs/Vincent_Delerm/La_natation_synchronisee.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{1} \beginsong{La natation synchronisée} - [by=Vincent Delerm,cov=Kensington-Square,album=Kensington Square] + [by={Vincent Delerm},cov={Kensington-Square},album={Kensington Square}] \cover \gtab{E}{022100} diff --git a/songs/Vincent_Malone/L_escargot_malheureux.sg b/songs/Vincent_Malone/L_escargot_malheureux.sg index 9717a9ab..e184c1ad 100644 --- a/songs/Vincent_Malone/L_escargot_malheureux.sg +++ b/songs/Vincent_Malone/L_escargot_malheureux.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{L'escargot malheureux} - [by=Vincent Malone,cov=le-roi-des-papas,album=Le roi des Papas] + [by={Vincent Malone},cov={le-roi-des-papas},album={Le roi des Papas}] \cover \gtab{C}{X32010} diff --git a/songs/William_Balde/Rayon_de_soleil.sg b/songs/William_Balde/Rayon_de_soleil.sg index a6f0fbaa..04740774 100644 --- a/songs/William_Balde/Rayon_de_soleil.sg +++ b/songs/William_Balde/Rayon_de_soleil.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Rayon de soleil} - [by=William Baldé,cov=william-balde-en-corps-etranger,album=En corps étranger] + [by={William Baldé},cov={william-balde-en-corps-etranger},album={En corps étranger}] \cover \gtab{G}{320030} diff --git a/songs/Yodelice/Sunday_with_a_flu.sg b/songs/Yodelice/Sunday_with_a_flu.sg index 21a9eeee..dd8f52b2 100644 --- a/songs/Yodelice/Sunday_with_a_flu.sg +++ b/songs/Yodelice/Sunday_with_a_flu.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Sunday with a flu} - [by=Yodelice,cov=tree-of-life,album=Tree of life] + [by={Yodelice},cov={tree-of-life},album={Tree of life}] \cover \capo{3} diff --git a/songs/Yuki_Kajiura/Fake_wings.sg b/songs/Yuki_Kajiura/Fake_wings.sg index 3be7a357..7473bc85 100644 --- a/songs/Yuki_Kajiura/Fake_wings.sg +++ b/songs/Yuki_Kajiura/Fake_wings.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Fake wings} - [by=Yuki Kajiura,cov=fiction,album=Fiction] + [by={Yuki Kajiura},cov={fiction},album={Fiction}] \cover diff --git a/songs/Yuki_Kajiura/Jr.sg b/songs/Yuki_Kajiura/Jr.sg index 0fd447e3..14d37cc9 100644 --- a/songs/Yuki_Kajiura/Jr.sg +++ b/songs/Yuki_Kajiura/Jr.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Jr.} - [by=Yuki Kajiura,cov=xenosaga,album=Xenosaga] + [by={Yuki Kajiura},cov={xenosaga},album={Xenosaga}] \cover \gtab{Am}{X02210} diff --git a/songs/Yuki_Kajiura/Vanity.sg b/songs/Yuki_Kajiura/Vanity.sg index 92eee346..62ae7c63 100644 --- a/songs/Yuki_Kajiura/Vanity.sg +++ b/songs/Yuki_Kajiura/Vanity.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Vanity} - [by=Yuki Kajiura,cov=fiction,album=Fiction] + [by={Yuki Kajiura},cov={fiction},album={Fiction}] \cover \gtab{Am}{X02210} diff --git a/songs/Yves_Duteil/Le_petit_pont_de_bois.sg b/songs/Yves_Duteil/Le_petit_pont_de_bois.sg index 2ced3df0..7ceb70ec 100644 --- a/songs/Yves_Duteil/Le_petit_pont_de_bois.sg +++ b/songs/Yves_Duteil/Le_petit_pont_de_bois.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Le petit pont de bois} - [by=Yves Duteil,cov=la-tarantelle,album=La tarantelle] + [by={Yves Duteil},cov={la-tarantelle},album={La tarantelle}] \cover \gtab{D}{XX0232} diff --git a/songs/Yves_Jamait/Et_je_bois.sg b/songs/Yves_Jamait/Et_je_bois.sg index f45eb80a..ec855ed7 100644 --- a/songs/Yves_Jamait/Et_je_bois.sg +++ b/songs/Yves_Jamait/Et_je_bois.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Et je bois} - [by=Yves Jamait,cov=de-verre-en-vers,album=De verre en vers] + [by={Yves Jamait},cov={de-verre-en-vers},album={De verre en vers}] \cover diff --git a/songs/Yves_Simon/Les_bateaux_du_metro.sg b/songs/Yves_Simon/Les_bateaux_du_metro.sg index 983d6ef8..7f9df8ef 100644 --- a/songs/Yves_Simon/Les_bateaux_du_metro.sg +++ b/songs/Yves_Simon/Les_bateaux_du_metro.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les bateaux du métro} - [by=Yves Simon,cov=au-pays-des-merveilles-de-juliet,album=Au pays des merveilles de Juliet] + [by={Yves Simon},cov={au-pays-des-merveilles-de-juliet},album={Au pays des merveilles de Juliet}] \cover \gtab{Em}{022000} diff --git a/songs/Yvon_Etienne/Chemise_rouge.sg b/songs/Yvon_Etienne/Chemise_rouge.sg index 3d406fea..ca2479e1 100644 --- a/songs/Yvon_Etienne/Chemise_rouge.sg +++ b/songs/Yvon_Etienne/Chemise_rouge.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Chemise rouge} - [by=Yvon Etienne,cov=les-plus-pire-succes-d-yvon-etienne,album=Les plus pire succès d'Yvon Étienne] + [by={Yvon Etienne},cov={les-plus-pire-succes-d-yvon-etienne},album={Les plus pire succès d'Yvon Étienne}] \cover diff --git a/songs/Yvon_Etienne/Y_a_des_nouilles_et_du_nougat.sg b/songs/Yvon_Etienne/Y_a_des_nouilles_et_du_nougat.sg index 2760f2d0..e961540a 100644 --- a/songs/Yvon_Etienne/Y_a_des_nouilles_et_du_nougat.sg +++ b/songs/Yvon_Etienne/Y_a_des_nouilles_et_du_nougat.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Y'a des nouilles et du nougat} - [by=Yvon Etienne,cov=bulles-de-reve,album=Bulles de rêve] + [by={Yvon Etienne},cov={bulles-de-reve},album={Bulles de rêve}] \cover \gtab{C}{X32010} diff --git a/songs/coluche/sois_faineant.sg b/songs/coluche/sois_faineant.sg index 2baecd32..b81cd155 100644 --- a/songs/coluche/sois_faineant.sg +++ b/songs/coluche/sois_faineant.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Sois fainéant} - [by=Coluche,cov=integral,album=Intégral] + [by={Coluche},cov={integral},album={Intégral}] \cover \gtab{D}{XX0232} From 8805092b79572e201f2540012892c4de98b18fd4 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 23 Jun 2012 15:31:56 +0200 Subject: [PATCH 52/54] corrections --- songs/Michel_Sardou/Les_lacs_du_Connemara.sg | 20 +++++++++++++------ .../Red_Hot_Chili_Peppers/Californication.sg | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/songs/Michel_Sardou/Les_lacs_du_Connemara.sg b/songs/Michel_Sardou/Les_lacs_du_Connemara.sg index 9fd2baef..574099b0 100644 --- a/songs/Michel_Sardou/Les_lacs_du_Connemara.sg +++ b/songs/Michel_Sardou/Les_lacs_du_Connemara.sg @@ -1,7 +1,7 @@ \selectlanguage{french} \songcolumns{2} \beginsong{Les lacs du Connemara} - [by={Michel Sardou}, cov={les-grandes-chansons},album={Les grandes chansons}] + [by={Michel Sardou},cov={les-grandes-chansons},album={Les grandes chansons}] \cover \gtab{F}{1:022100} @@ -10,6 +10,8 @@ \gtab{Dm}{XX0231} \gtab{Gm}{1:022000} \gtab{D7}{XX0212} + \ifnorepeatchords% + \else% \gtab{Gm7}{1:022030} \gtab{G#}{3:022100} \gtab{C#}{1:X32010} @@ -19,6 +21,7 @@ \gtab{B&m}{1:X02210} \gtab{B7}{X21202} \gtab{E}{022100} + \fi% \gtab{C#7}{1:032000} \gtab{F#m}{2:022000} \gtab{G#7}{4:020100} @@ -31,7 +34,6 @@ \gtab{B&7}{1:X02020} \gtab{E&m}{001342} - \begin{verse} \[F]Terre brûlée, au vent des \[B&]landes de \[F]pierre Autour des lacs, c'est \[C]pour les vi\[Dm]vants @@ -41,6 +43,7 @@ C'est le décor du Connema\[C]ra \end{verse} + \begin{repeatedchords} \begin{verse*} \[F]Au printemps suivant le \[B&]ciel irlan\[F]dais Était en paix Mau\[C]reen a plon\[Dm]gé @@ -50,6 +53,7 @@ De \[D7]Lime\[Gm]rick, Mau\[Gm7]reen a dit \[C]oui \end{verse*} + \transposition{3} \begin{verse*} \[G#]De Tipperrary Ba\[C#]lly Connelly Et de Galway, ils \[E&]sont arri\[Fm]vés @@ -58,6 +62,7 @@ Les Flaherty du \[F7]Ring of Ke\[B&m]rry Et de quoi boire trois jours et deux \[E&]nuits \[B7] \end{verse*} + \end{repeatedchords} \begin{chorus} Là-\[E]bas, au Connema\[C#7]ra @@ -67,15 +72,16 @@ \[C#m]Et que la fo\[F#m]lie, ça se \[E]dan\[B7]se \end{chorus} - \begin{verse*} - \[D]Terre brûlée, au vent des\[G]landes de \[D]pierre + \begin{verse} + \[D]Terre brûlée, au vent des \[G]landes de \[D]pierre Autour des lacs, c'est \[A]pour les vi\[Bm]vants Un peu d'enfer le Connema\[A]ra \[Em]Des nuages noirs qui \[B7]viennent du \[Em]nord Colorent la terre, les \[B7]lacs les ri\[Em]vières C'est le décor du Connema\[A]ra - \end{verse*} + \end{verse} + \begin{repeatedchords} \begin{verse*} \[D]On y vit encore au \[G]temps des Ga\[D]els Et de Cromwell, au \[A]rythme des \[Bm]pluies @@ -85,6 +91,8 @@ Et \[B7]replon\[Em]ger pour l'éterni\[A]té \end{verse*} + \transposition{3} + \begin{verse*} \[F]On y voit encore des \[B&]hommes d'aill\[F]eurs Venus chercher le \[C]repos de \[Dm]l'âme @@ -93,6 +101,7 @@ Il est tout près, où \[D7]les Irlan\[Gm]dais Feront la paix autour de la \[C]croix \[G#7] \end{verse*} + \end{repeatedchords} \begin{chorus} Là-\[C#]bas, au Connema\[B&7]ra @@ -103,4 +112,3 @@ \end{chorus} \endsong - diff --git a/songs/Red_Hot_Chili_Peppers/Californication.sg b/songs/Red_Hot_Chili_Peppers/Californication.sg index 5a457e36..485d8f94 100644 --- a/songs/Red_Hot_Chili_Peppers/Californication.sg +++ b/songs/Red_Hot_Chili_Peppers/Californication.sg @@ -1,7 +1,7 @@ \selectlanguage{english} \songcolumns{2} \beginsong{Californication} - [by={Red Hot Chili Peppers},cov={californication},},album={Californication}] + [by={Red Hot Chili Peppers},cov={californication},album={Californication}] \cover \gtab{Am}{X02210} From 815e4d69c58912e9f91c8b6a674a479d5c6f1283 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 23 Jun 2012 15:32:24 +0200 Subject: [PATCH 53/54] templates: use 'file' type for licenses --- templates/ancient.tmpl | 2 +- templates/patacrep.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index dadb07d6..a0fe6920 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -38,7 +38,7 @@ %%: {"name":"picture", "description":"Picture", "type":"file", "default":"feel-the-music"}, %%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"}, %%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"}, -%%: {"name":"license", "description":"License", "default":"license.tex"}, +%%: {"name":"license", "description":"License", "type":"file", "default":"license.tex"}, %%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"}, %%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"}, %%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#FFFDB3"}, diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index bd2ac23f..6698323f 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -38,7 +38,7 @@ %%: {"name":"picture", "description":"Picture", "type":"file", "default":"feel-the-music"}, %%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"}, %%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"}, -%%: {"name":"license", "description":"License", "default":"license.tex"}, +%%: {"name":"license", "description":"License", "type":"file", "default":"license.tex"}, %%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"}, %%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"}, %%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#D1E4AE"}, From 580460f227b288e3ba60cab70c1047468b9b33e0 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sat, 23 Jun 2012 15:33:13 +0200 Subject: [PATCH 54/54] chords: corrections + important diagrams --- tex/chords.tex | 198 ++++++++++++++++++++++++------------------------- 1 file changed, 99 insertions(+), 99 deletions(-) diff --git a/tex/chords.tex b/tex/chords.tex index 4f4cd04e..60bbf769 100644 --- a/tex/chords.tex +++ b/tex/chords.tex @@ -19,10 +19,10 @@ \gtab{Cm}{3:X02210} \gtab{Cm7}{3:X02010} \hspace{1cm} - \gtab{C7M}{~:332000} - \gtab{C4}{~:X32011} - \gtab{C7}{1:X2120X} - \gtab{C6}{~:XX2213} + \gtab*{C7M}{~:332000} + \gtab*{C4}{~:X32011} + \gtab*{C7}{1:X2120X} + \gtab*{C6}{~:XX2213} \chordrule \chordname{C\Sharp = D\Flat}{Do\Sharp = Ré\Flat} @@ -31,10 +31,10 @@ \gtab{C#m}{4:X02210} \gtab{C#m7}{5:XX2213} \hspace{1cm} - \gtab{C#7M}{1:X32000} - \gtab{C#4}{2:X21000} - \gtab{C#7}{2:X2120X} - \gtab{C#6}{1:X02010} + \gtab*{C#7M}{1:X32000} + \gtab*{C#4}{2:X21000} + \gtab*{C#7}{2:X2120X} + \gtab*{C#6}{1:X02010} \chordrule \chordname{D}{Ré} @@ -43,10 +43,10 @@ \gtab{Dm}{~:XX0231} \gtab{Dm7}{~:XX0211} \hspace{1cm} - \gtab{D7M}{~:X00222} - \gtab{D4}{~:X00233} - \gtab{D7}{3:X2120X} - \gtab{D6}{~:X00202} + \gtab*{D7M}{~:X00222} + \gtab*{D4}{~:X00233} + \gtab*{D7}{3:X2120X} + \gtab*{D6}{~:X00202} \chordrule \chordname{D\Sharp = E\Flat}{Ré\Sharp = Mi\Flat} @@ -55,10 +55,10 @@ \gtab{D#m}{6:X02210} \gtab{D#m7}{~:XX1322} \hspace{1cm} - \gtab{D#7M}{3:022010} - \gtab{D#4}{4:X21000} - \gtab{D#7}{4:X2120X} - \gtab{D#6}{1:X00202} + \gtab*{D#7M}{3:022010} + \gtab*{D#4}{4:X21000} + \gtab*{D#7}{4:X2120X} + \gtab*{D#6}{1:X00202} \chordrule \chordname{E}{Mi} @@ -67,22 +67,22 @@ \gtab{Em}{~:022000} \gtab{Em7}{~:022030} \hspace{1cm} - \gtab{E7M}{~:021100} - \gtab{E4}{~:02220} - \gtab{E7}{5:X2120X} - \gtab{E6}{~:022120} + \gtab*{E7M}{~:021100} + \gtab*{E4}{~:02220} + \gtab*{E7}{5:X2120X} + \gtab*{E6}{~:022120} \chordrule \chordname{F}{Fa} \gtab{F}{1:022100} - \gtab{F7}{1:02010} + \gtab{F7}{1:020100} \gtab{Fm}{1:022000} \gtab{Fm7}{1:020000} \hspace{1cm} - \gtab{F7M}{~:XX3210} - \gtab{F4}{1:022200} - \gtab{F7}{6:X2120X} - \gtab{F6}{~:XX0211} + \gtab*{F7M}{~:XX3210} + \gtab*{F4}{1:022200} + \gtab*{F7}{6:X2120X} + \gtab*{F6}{~:XX0211} \chordrule \chordname{F\Sharp = G\Flat}{Fa\Sharp = Sol\Flat} @@ -91,10 +91,10 @@ \gtab{F#m}{2:022000} \gtab{F#m7}{2:020000} \hspace{1cm} - \gtab{F#7M}{~:XX4321} - \gtab{F#4}{2:022200} - \gtab{F#7}{7:X2120X} - \gtab{F#6}{~:XX1322} + \gtab*{F#7M}{~:XX4321} + \gtab*{F#4}{2:022200} + \gtab*{F#7}{7:X2120X} + \gtab*{F#6}{~:XX1322} \chordrule \chordname{G}{Sol} @@ -103,10 +103,10 @@ \gtab{Gm}{3:022000} \gtab{Gm7}{3:020000} \hspace{1cm} - \gtab{G7M}{~:XX0002} - \gtab{G4}{3:022200} - \gtab{G7}{3:020200} - \gtab{G6}{~:320000} + \gtab*{G7M}{~:XX0002} + \gtab*{G4}{3:022200} + \gtab*{G7}{3:020200} + \gtab*{G6}{~:320000} \chordrule \chordname{G\Sharp = A\Flat}{Sol\Sharp = La\Flat} @@ -115,22 +115,22 @@ \gtab{G#m}{4:022000} \gtab{G#m7}{4:020000} \hspace{1cm} - \gtab{G#7M}{3:XX4321} - \gtab{G#4}{4:022200} - \gtab{G#7}{~:XX1122} - \gtab{G#6}{~:XX1111} + \gtab*{G#7M}{3:XX4321} + \gtab*{G#4}{4:022200} + \gtab*{G#7}{~:XX1122} + \gtab*{G#6}{~:XX1111} \chordrule \chordname{A}{La} \gtab{A}{~:X02220} - \gtab{A7}{~:022100} - \gtab{Am}{~:XX0232} + \gtab{A7}{~:X02020} + \gtab{Am}{~:X02210} \gtab{Am7}{~:X02213} \hspace{1cm} - \gtab{A7M}{~:X02120} - \gtab{A4}{~:X02230} - \gtab{A7}{~:X02233} - \gtab{A6}{~:XX2222} + \gtab*{A7M}{~:X02120} + \gtab*{A4}{~:X02230} + \gtab*{A7}{~:X02233} + \gtab*{A6}{~:XX2222} \chordrule \chordname{A\Sharp = B\Flat}{La\Sharp = Si\Flat} @@ -139,10 +139,10 @@ \gtab{A#m}{1:X02210} \gtab{A#m7}{1:X02010} \hspace{1cm} - \gtab{A#7M}{1:X02120} - \gtab{A#4}{1:X02230} - \gtab{A#7}{~:XX3344} - \gtab{A#6}{~:XX3333} + \gtab*{A#7M}{1:X02120} + \gtab*{A#4}{1:X02230} + \gtab*{A#7}{~:XX3344} + \gtab*{A#6}{~:XX3333} \chordrule \chordname{B}{Si} @@ -151,10 +151,10 @@ \gtab{Bm}{2:X02210} \gtab{Bm7}{~:X00202} \hspace{1cm} - \gtab{B7M}{2:X02120} - \gtab{B4}{2:X02230} - \gtab{B7}{~:X22202} - \gtab{B6}{~:XX4444} + \gtab*{B7M}{2:X02120} + \gtab*{B4}{2:X02230} + \gtab*{B7}{~:X22202} + \gtab*{B6}{~:XX4444} \begin{verse*} \musicnote[french]{Accordage standard : {\nolyrics \[E A D G B E]}} @@ -173,10 +173,10 @@ \utab{Cm}{~:0333} \utab{Cm7}{3:0000} \hspace{1cm} - \utab{C7M}{~:0002} - \utab{C6}{~:0000} - \utab{Caug}{~:1003} - \utab{Cdim}{2:3101} + \utab*{C7M}{~:0002} + \utab*{C6}{~:0000} + \utab*{Caug}{~:1003} + \utab*{Cdim}{2:3101} \chordrule \chordname{C\Sharp = D\Flat}{Do\Sharp = Ré\Flat} @@ -185,10 +185,10 @@ \utab{C#m}{~:1104} \utab{C#m7}{4:0000} \hspace{1cm} - \utab{C#7M}{1:0002} - \utab{C#6}{1:0000} - \utab{C#aug}{~:2110} - \utab{C#dim}{~:0104} + \utab*{C#7M}{1:0002} + \utab*{C#6}{1:0000} + \utab*{C#aug}{~:2110} + \utab*{C#dim}{~:0104} \chordrule \chordname{D}{Ré} @@ -197,10 +197,10 @@ \utab{Dm}{~:2210} \utab{Dm7}{1:1102} \hspace{1cm} - \utab{D7M}{2:0002} - \utab{D6}{2:0000} - \utab{Daug}{1:2110} - \utab{Ddim}{1:0104} + \utab*{D7M}{2:0002} + \utab*{D6}{2:0000} + \utab*{Daug}{1:2110} + \utab*{Ddim}{1:0104} \chordrule \chordname{D\Sharp = E\Flat}{Ré\Sharp = Mi\Flat} @@ -209,10 +209,10 @@ \utab{D#m}{1:2210} \utab{D#m7}{2:1102} \hspace{1cm} - \utab{D#7M}{3:0002} - \utab{D#6}{3:0000} - \utab{D#aug}{~:0332} - \utab{D#dim}{~:2320} + \utab*{D#7M}{3:0002} + \utab*{D#6}{3:0000} + \utab*{D#aug}{~:0332} + \utab*{D#dim}{~:2320} \chordrule \chordname{E}{Mi} @@ -221,10 +221,10 @@ \utab{Em}{~:0432} \utab{Em7}{~:0202} \hspace{1cm} - \utab{E7M}{~:1302} - \utab{E6}{~:1102} - \utab{Eaug}{1:0000} - \utab{Edim}{1:2320} + \utab*{E7M}{~:1302} + \utab*{E6}{~:1102} + \utab*{Eaug}{1:0000} + \utab*{Edim}{1:2320} \chordrule \chordname{F}{Fa} @@ -233,10 +233,10 @@ \utab{Fm}{~:1013} \utab{Fm7}{1:0202} \hspace{1cm} - \utab{F7M}{1:1302} - \utab{F6}{1:1102} - \utab{Faug}{~:2110} - \utab{Fdim}{2:2320} + \utab*{F7M}{1:1302} + \utab*{F6}{1:1102} + \utab*{Faug}{~:2110} + \utab*{Fdim}{2:2320} \chordrule \chordname{F\Sharp = G\Flat}{Fa\Sharp = Sol\Flat} @@ -245,10 +245,10 @@ \utab{F#m}{~:2120} \utab{F#m7}{2:0202} \hspace{1cm} - \utab{F#7M}{2:1302} - \utab{F#6}{~:0202} - \utab{F#aug}{1:2110} - \utab{F#dim}{~:2020} + \utab*{F#7M}{2:1302} + \utab*{F#6}{~:0202} + \utab*{F#aug}{1:2110} + \utab*{F#dim}{~:2020} \chordrule \chordname{G}{Sol} @@ -257,10 +257,10 @@ \utab{Gm}{~:0231} \utab{Gm7}{~:0211} \hspace{1cm} - \utab{G7M}{~:0222} - \utab{G6}{~:0202} - \utab{Gaug}{~:0332} - \utab{Gdim}{~:0131} + \utab*{G7M}{~:0222} + \utab*{G6}{~:0202} + \utab*{Gaug}{~:0332} + \utab*{Gdim}{~:0131} \chordrule \chordname{G\Sharp = A\Flat}{Sol\Sharp = La\Flat} @@ -269,10 +269,10 @@ \utab{G#m}{1:0231} \utab{G#m7}{1:0211} \hspace{1cm} - \utab{G#7M}{1:0222} - \utab{G#6}{1:0202} - \utab{G#aug}{~:1003} - \utab{G#dim}{1:0131} + \utab*{G#7M}{1:0222} + \utab*{G#6}{1:0202} + \utab*{G#aug}{~:1003} + \utab*{G#dim}{1:0131} \chordrule \chordname{A}{La} @@ -281,10 +281,10 @@ \utab{Am}{~:2000} \utab{Am7}{~:0000} \hspace{1cm} - \utab{A7M}{~:1100} - \utab{A6}{2:0202} - \utab{Aaug}{~:2110} - \utab{Adim}{2:0131} + \utab*{A7M}{~:1100} + \utab*{A6}{2:0202} + \utab*{Aaug}{~:2110} + \utab*{Adim}{2:0131} \chordrule \chordname{A\Sharp = B\Flat}{La\Sharp = Si\Flat} @@ -293,10 +293,10 @@ \utab{A#m}{1:2000} \utab{A#m7}{1:0000} \hspace{1cm} - \utab{A#7M}{1:1100} - \utab{A#6}{~:0211} - \utab{A#aug}{1:2110} - \utab{A#dim}{~:3101} + \utab*{A#7M}{1:1100} + \utab*{A#6}{~:0211} + \utab*{A#aug}{1:2110} + \utab*{A#dim}{~:3101} \chordrule \chordname{B}{Si} @@ -305,10 +305,10 @@ \utab{Bm}{2:2000} \utab{Bm7}{2:0000} \hspace{1cm} - \utab{B7M}{2:1100} - \utab{B6}{1:0211} - \utab{Baug}{~:0332} - \utab{Bdim}{1:3101} + \utab*{B7M}{2:1100} + \utab*{B6}{1:0211} + \utab*{Baug}{~:0332} + \utab*{Bdim}{1:3101} \begin{verse*} \musicnote[french]{Accordage standard : {\nolyrics \[G C E A]}}