From 6424243c9dace9766e06421edab65cebb5be0a67 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 2 Mar 2012 20:53:33 +0100 Subject: [PATCH] Mark starred chords as important Stared chords (e.g. [F*]) are often used when there are two ways of playing the same chord in the same song. The starred variant is the one that is different from the "main" variant. This commit marks the starred chords as important, using \gtab* instead of \gtab. Notes: - Debout_Sur_Le_Zinc/La_declaration.sg: the non-stared B7 is marked as important as well, since it does not follow the standard (barre) variant. - Jimi_Hendrix/The_wind_cries_Mary.sg: all the chords are marked as important, since they are all non-standard. - Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg: starred chords were used for the chorus and non-starred for the verses; it is now the other way since it is the chorus that use the standard chords and verses that use alternative chords. --- .../Y_a_une_fille_qu_habite_chez_moi.sg | 4 +-- songs/Debout_Sur_Le_Zinc/La_declaration.sg | 10 +++--- songs/Jimi_Hendrix/The_wind_cries_Mary.sg | 28 +++++++-------- songs/Les_Wriggles/Plouf.sg | 2 +- .../J_veux_etre_muscle.sg | 36 +++++++++---------- songs/Renaud/Manatthan-Kaboul.sg | 2 +- songs/The_Beatles/Let_it_be.sg | 8 ++--- songs/The_Rolling_Stones/Angie.sg | 2 +- 8 files changed, 46 insertions(+), 46 deletions(-) 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 0f8e7b5c..dd4d62f8 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 @@ -10,10 +10,10 @@ \gtab{E&}{6:X02220} \gtab{G}{3:022100} %chorus - \gtab{Fm*}{8:X02210} + \gtab*{Fm*}{8:X02210} \gtab{B&}{6:022100} \gtab{C}{8:022100} - \gtab{Cm*}{8:022000} + \gtab*{Cm*}{8:022000} \beginverse \[Cm]Plusieurs indices m'ont mis la puce à l'oreille diff --git a/songs/Debout_Sur_Le_Zinc/La_declaration.sg b/songs/Debout_Sur_Le_Zinc/La_declaration.sg index 1542f7dd..97e4cf49 100644 --- a/songs/Debout_Sur_Le_Zinc/La_declaration.sg +++ b/songs/Debout_Sur_Le_Zinc/La_declaration.sg @@ -7,11 +7,11 @@ \gtab{Em}{022000} \gtab{Am}{X02210} \gtab{G}{320003} - \gtab{B7}{X21202} - \gtab{Em*}{7:X02210} - \gtab{Am*}{5:022000} - \gtab{G*}{3:022100} - \gtab{B7*}{2:X02020} + \gtab*{B7}{X21202} + \gtab*{Em*}{7:X02210} + \gtab*{Am*}{5:022000} + \gtab*{G*}{3:022100} + \gtab*{B7*}{2:X02020} \lilypond{La_declaration} diff --git a/songs/Jimi_Hendrix/The_wind_cries_Mary.sg b/songs/Jimi_Hendrix/The_wind_cries_Mary.sg index 0b3dce23..5693d66e 100644 --- a/songs/Jimi_Hendrix/The_wind_cries_Mary.sg +++ b/songs/Jimi_Hendrix/The_wind_cries_Mary.sg @@ -4,19 +4,19 @@ [by=Jimi Hendrix,cov=are-you-experienced,album=Are you experienced] \cover - \gtab{E&}{6:X0222X} - \gtab{E}{7:X0222X} - \gtab{F}{8:X0222X} - \gtab{E&*}{8:X200XX} - \gtab{E*}{9:X200XX} - \gtab{F*}{9:X311XX} - \gtab{C}{3:X02220} - \gtab{B&}{1:X02220} - \gtab{F**}{1:022100} - \gtab{G}{3:022100} - \gtab{B&*}{6:022100} - \gtab{A&}{4:022100} - \gtab{D&}{9:022100} + \gtab*{E&}{6:X0222X} + \gtab*{E}{7:X0222X} + \gtab*{F}{8:X0222X} + \gtab*{E&*}{8:X200XX} + \gtab*{E*}{9:X200XX} + \gtab*{F*}{9:X311XX} + \gtab*{C}{3:X02220} + \gtab*{B&}{1:X02220} + \gtab*{F**}{1:022100} + \gtab*{G}{3:022100} + \gtab*{B&*}{6:022100} + \gtab*{A&}{4:022100} + \gtab*{D&}{9:022100} \beginverse* @@ -60,4 +60,4 @@ And the wind cries Mary \endverse -\endsong \ No newline at end of file +\endsong diff --git a/songs/Les_Wriggles/Plouf.sg b/songs/Les_Wriggles/Plouf.sg index e6fd2ba7..a1aa0905 100644 --- a/songs/Les_Wriggles/Plouf.sg +++ b/songs/Les_Wriggles/Plouf.sg @@ -10,7 +10,7 @@ \gtab{C#m/A}{4:1X2210} \gtab{C#m}{4:X02210} \gtab{F#m}{2:022000} - \gtab{F#m*}{9:X02210} + \gtab*{F#m*}{9:X02210} \gtab{E}{022100} \gtab{E7}{022130} \gtab{E6}{022120} 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 31736f9f..97b169f4 100644 --- a/songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg +++ b/songs/Oldelaf_et_Monsieur_D/J_veux_etre_muscle.sg @@ -5,24 +5,24 @@ \cover %tabs pour les couplets - \gtab{Gm}{10:X02210:} - \gtab{F}{8:X02220} - \gtab{B&}{6:022100} - \gtab{D7}{5:X02020} + \gtab*{Gm*}{10:X02210:} + \gtab*{F*}{8:X02220} + \gtab*{B&*}{6:022100} + \gtab*{D7*}{5:X02020} %tabs pour le refrain \gtab{B7}{2:X02020} - \gtab{Gm*}{3:022000} - \gtab{F*}{1:022100} - \gtab{B&*}{1:X02220} + \gtab{Gm}{3:022000} + \gtab{F}{1:022100} + \gtab{B&}{1:X02220} \gtab{Cm}{3:X02210} - \gtab{D7*}{3:X2120X} + \gtab{D7}{3:X2120X} \beginverse - J'veux être mus\[Gm]clé - Pour pouvoir \[F]frimer sur la plage pendant l'é\[B&]té - Pour pouvoir m'\[F]inscrire dans un club de beach-vol\[Gm]ley - Pour épa\[F]ter les filles et puis les faire rê\[B&]ver - J'veux être mus\[D7]clé, j'veux être mus\[Gm]clé + J'veux être mus\[Gm*]clé + Pour pouvoir \[F*]frimer sur la plage pendant l'é\[B&*]té + Pour pouvoir m'\[F*]inscrire dans un club de beach-vol\[Gm*]ley + Pour épa\[F*]ter les filles et puis les faire rê\[B&*]ver + J'veux être mus\[D7*]clé, j'veux être mus\[Gm*]clé \endverse \beginverse @@ -35,12 +35,12 @@ \beginchorus Mais quand vient l'\[B7]heure du déjeuner - Tout ça j'ai \[Gm*]déjà oublié - Je reprends \[F*]plusieurs fois des frites - Je mange comme \[B&*]quatre, plutôt comme huit + Tout ça j'ai \[Gm]déjà oublié + Je reprends \[F]plusieurs fois des frites + Je mange comme \[B&]quatre, plutôt comme huit Et quand ar\[Cm]rive le dessert - J'voudrais prendre l'\[Gm]assiette toute entière - Et pour que je \[D7*]puisse la porter \dots + J'voudrais prendre l'\[Gm*]assiette toute entière + Et pour que je \[D7]puisse la porter \dots Ben faudrait qu'j'sois plus musclé \endchorus diff --git a/songs/Renaud/Manatthan-Kaboul.sg b/songs/Renaud/Manatthan-Kaboul.sg index 0c57e0dd..645a37cb 100644 --- a/songs/Renaud/Manatthan-Kaboul.sg +++ b/songs/Renaud/Manatthan-Kaboul.sg @@ -11,7 +11,7 @@ \gtab{Am}{X02210} \gtab{Dm7}{XX0211} \gtab{Em}{022000} - \gtab{E*}{2:XX134X} + \gtab*{E*}{2:XX134X} \gtab{E/D}{2:XX034X} \gtab{E/C}{2:X2X34X} \gtab{E/B}{2:X1X34X} diff --git a/songs/The_Beatles/Let_it_be.sg b/songs/The_Beatles/Let_it_be.sg index 5bba3ad5..c8a1c90c 100644 --- a/songs/The_Beatles/Let_it_be.sg +++ b/songs/The_Beatles/Let_it_be.sg @@ -8,10 +8,10 @@ \gtab{C}{X32010} \gtab{G}{320003} \gtab{F}{1:022100} - \gtab{F*}{8:X02220} - \gtab{Em*}{7:X02220} - \gtab{D*}{5:X02220} - \gtab{C*}{3:X02220} + \gtab*{F*}{8:X02220} + \gtab*{Em*}{7:X02220} + \gtab*{D*}{5:X02220} + \gtab*{C*}{3:X02220} \beginverse When I \[C]find myself in \[G]times of trouble diff --git a/songs/The_Rolling_Stones/Angie.sg b/songs/The_Rolling_Stones/Angie.sg index 90db8550..8d498af8 100644 --- a/songs/The_Rolling_Stones/Angie.sg +++ b/songs/The_Rolling_Stones/Angie.sg @@ -6,7 +6,7 @@ \cover \gtab{Am}{X02210} - \gtab{E7*}{00X430} + \gtab*{E7*}{00X430} \gtab{G4}{3:XX3311} \gtab{F4}{XX3311} \gtab{F}{1:022100}