diff --git a/examples/example-en.sg b/examples/example-en.sg index 33c9e477..884f3692 100644 --- a/examples/example-en.sg +++ b/examples/example-en.sg @@ -45,7 +45,7 @@ % use the \rep{n} macro for a sentence repeated n times % use the \echo{text} macro for background singing lyrics - \lilypond{Sad_robot} % inserts the music sheet corresponding to the Sad_robot.ly file in the ./lilypond directory + \lilypond{Sad_robot} % inserts the music sheet corresponding to the Sad_robot.ly file in the same directory as this .sg file. % verse environments are automatically numbered \begin{verse} diff --git a/examples/example-fr.sg b/examples/example-fr.sg index 2eeddd95..62e95297 100644 --- a/examples/example-fr.sg +++ b/examples/example-fr.sg @@ -47,7 +47,7 @@ % utilisez la macro \rep{n} pour une phrase répétée n fois % utilisez la macro \echo{text} pour les phrases chantées en arrière plan - \lilypond{Sad_robot} % insère la partition correspondant au fichier Sad_robot.ly du répertoire ./lilypond + \lilypond{Sad_robot} % insère la partition correspondant au fichier Sad_robot.ly du répertoire de ce fichier .sg \begin{verse} His \[Dm]steely skin is covered diff --git a/lilypond/10_sous_dans_ma_poche-1.ly b/lilypond/10_sous_dans_ma_poche-1.ly deleted file mode 100644 index 7c481034..00000000 --- a/lilypond/10_sous_dans_ma_poche-1.ly +++ /dev/null @@ -1,13 +0,0 @@ -\include "header" -\paper{paper-height = 2.5\cm} - -\new \songbookstaff -{ - \relative c' - { - \time 2/4 - a'4~ a8 a16 b %\break - \repeat volta 2 {d8 c16 b~ b8 a16 b d8 c16 b~ b4 e,8 a16\trill g a8 b16 g \break d'8. c16 b8\trill a16 b } - \alternative { {c8 b\trill a8 b16 c} {c16 a b g a4\trill} } - } -} diff --git a/lilypond/10_sous_dans_ma_poche-2.ly b/lilypond/10_sous_dans_ma_poche-2.ly deleted file mode 100644 index b52d8218..00000000 --- a/lilypond/10_sous_dans_ma_poche-2.ly +++ /dev/null @@ -1,30 +0,0 @@ -\include "header" -\paper{paper-height = 4\cm} - -\new \songbookstaff -{ - \relative c' - { - \key a \minor - \time 2/4 - \partial 8 e8 - - \repeat volta 2 - { - a8\trill a16 a g8 a16 b c8 c b16\trill a b g - a8 a16 b g8 a16 b c16 a b g a4 - } - - \repeat volta 2 - { - c8 c b8.\trill a16 b16 a g fis e4 - a8 a16 b g8 a16 b - } - - \alternative - { - {c8 c b16\trill a b8} - {c16 a b g a4\trill} - } - } -} diff --git a/lilypond/8_secondes.ly b/lilypond/8_secondes.ly deleted file mode 100644 index 91a48a80..00000000 --- a/lilypond/8_secondes.ly +++ /dev/null @@ -1,19 +0,0 @@ -\include "header" -\paper { - paper-width = 8.5\cm - line-width = 8\cm - paper-height = 3\cm -} - -\score -{ << - - \relative c''' - { \key a \major - cis8\accent b\accent a\accent gis\accent a\accent gis\accent fis\accent e\accent - fis4 a cis,4. fis8 fis8 fis fis a gis8. fis16 e8 fis cis4 \times 2/3 {b8 cis b} a4_^ e_^ - b'8 b b cis d4 cis8 b b a b e a a a4 - a8\accent a\accent a\accent a\accent a\accent a\accent b\accent a\accent cis4\accent b\accent a\accent gis\accent - } - >> -} \ No newline at end of file diff --git a/lilypond/A_l_aventure_compagnons.ly b/lilypond/A_l_aventure_compagnons.ly deleted file mode 100644 index d11a340a..00000000 --- a/lilypond/A_l_aventure_compagnons.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 5.6\cm} - -\new \songbookstaff -{ - \key ees \major - \time 2/4 - \relative c'' - { - << {g'2 f8. g16 aes4~ aes4 g8. f16 ees8. d16} \\ {bes'2 aes8. g16 f4~ f4 ees8. d16 c8. bes16} >> - << {c4}\\{aes4} >> bes2 - c8. bes16 c8. d16 ees8. g16 f8. d16 ees4 << {g4~ g4}\\{bes4~ bes} >> ees,8. g16 - \repeat volta 4 { bes8. g16 ees8. g16 bes8. g16 ees8. g16 } - \alternative { {bes8. g16 \times 2/3 { bes,8 c d } \times 2/3 { ees f g } ees8. g16} { bes4 << {g4~ g2}\\{bes4~ bes2} >> } } - } -} diff --git a/lilypond/Bonhomme_de_chien.ly b/lilypond/Bonhomme_de_chien.ly deleted file mode 100644 index 4da2b221..00000000 --- a/lilypond/Bonhomme_de_chien.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper{ - paper-height = 2.4\cm - paper-width = 13.0\cm - line-width = 12.0\cm -} - -\new \songbookstaff -{ - \time 4/4 - \relative c'' - { - {a4. g16 f16 g4. f16 e16 f8 g16 f e8 d e16 d c d e8} - {f16 e d4. e16 f g4. f16 e f e f e f8 e16 d e d c d e8 d} - {a'4. g16 f16 g4. f16 e16 f8 g16 f e8 d e16 d c d e8 d16 e} - {f4. g16 f g4. f16 e f4. e16 d e d c d e4} - } -} diff --git a/lilypond/C_est_un_pays.ly b/lilypond/C_est_un_pays.ly deleted file mode 100644 index 8b7e5dd7..00000000 --- a/lilypond/C_est_un_pays.ly +++ /dev/null @@ -1,9 +0,0 @@ -\include "header" -\paper{paper-height = 2.6\cm} - -{ - \time 4/4 - \relative c'' - { - a2 e' d c4 b a2 e' d c4 b c2 g' f e4 d c2 g' f1 g1} -} diff --git a/lilypond/Chanson_d_amur.ly b/lilypond/Chanson_d_amur.ly deleted file mode 100644 index 95a57e4c..00000000 --- a/lilypond/Chanson_d_amur.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - - - - -{ - \key g \minor \time 4/4 - \relative c' - - { - \repeat volta 2 {c8 d ees g f a c a - bes d bes g bes4 g8 d - c d ees g f a c a} - \alternative { - {bes d4. bes8 d4 bes8} - {bes1}} - } - -} diff --git a/lilypond/Chanson_pour_Pierrot.ly b/lilypond/Chanson_pour_Pierrot.ly deleted file mode 100644 index d2f672ad..00000000 --- a/lilypond/Chanson_pour_Pierrot.ly +++ /dev/null @@ -1,13 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key fis \minor - \relative c' - { - \time 6/8 - r8 fis8 gis a8 b cis d8 e fis gis8 a b cis2. - r8 cis8 b a8 gis fis fis8 e d d8 cis b cis2. - } -} diff --git a/lilypond/Cupidon_s_en_fout.ly b/lilypond/Cupidon_s_en_fout.ly deleted file mode 100644 index 72078f78..00000000 --- a/lilypond/Cupidon_s_en_fout.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key a \minor - \time 2/4 - \relative c'' - { - r8 a16 b c8 a c a b g e - c16 d e8 c d d e e a - a16 b c a e'8~ e c b g e - c16 d e c e c d8 d e e a2 - } -} - - diff --git a/lilypond/Dans_la_tete.ly b/lilypond/Dans_la_tete.ly deleted file mode 100644 index 085e7229..00000000 --- a/lilypond/Dans_la_tete.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \relative c'' - { - \key a \minor - \time 6/8 - a4.~ a8 g a - a4.~ a8 g a - a4.~ a8 g a - b4.~ b8 a g - a4 c8 c4 b8 - c4.~ c8 b a e2. - b'4.~ b8 a g - c4 d8 c4 b8 - c4.~ c8 b c c2. - } -} diff --git a/lilypond/Droit_devant-1.ly b/lilypond/Droit_devant-1.ly deleted file mode 100644 index b772ec97..00000000 --- a/lilypond/Droit_devant-1.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key d \minor - \relative c'' - { - \repeat volta 2 - { - a8. bes16 c8 d c bes a4 a8. bes16 a8 g a g f4 - e8. f16 g8 a g f e4 e8. f16 e8 d e d c4 - } - } -} - diff --git a/lilypond/Droit_devant-2.ly b/lilypond/Droit_devant-2.ly deleted file mode 100644 index 687b1cd9..00000000 --- a/lilypond/Droit_devant-2.ly +++ /dev/null @@ -1,12 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \key d \minor - \relative c'' - { - e4 c g c8 b a4 c e f d1 - } - -} diff --git a/lilypond/Education_sentimentale.ly b/lilypond/Education_sentimentale.ly deleted file mode 100644 index 71fcd877..00000000 --- a/lilypond/Education_sentimentale.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 2.5\cm} - -\new \songbookstaff -{ - \key c \major - \time 3/4 - \relative c''{ - e8 f e d c b a gis a b c a d e f e - << - {d4 r2. } \\ - {r8 g,8 f' e d4 g,4} - >> - << - {e'8 f e d c b a g a b c a d c b4. c8 c2.} \\ - {g'8 a g f e d c b c d e c f e d4. c8 c2.} - >> - } -} - diff --git a/lilypond/En_chemin.ly b/lilypond/En_chemin.ly deleted file mode 100644 index a1531a99..00000000 --- a/lilypond/En_chemin.ly +++ /dev/null @@ -1,50 +0,0 @@ -\include "header" -\paper{ - paper-height =3\cm - paper-width= 10\cm - line-width= 10\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \key e \minor - \numericTimeSignature - \time 4/4 - \repeat volta 2 { - 4-. b'\2-. g'\3-. e'\3-. dis'\3-. e'\3-. fis'\3-. 8-. fis'\3-. - 4-. b'\2-. g'\3-. e'\3-. dis'\3-. e'\3-. 2\prall - } - 8. 16 8 8 4. 8~ - 1\prall - % 8. 16 8 8 4. 8~ - % 1\prall -} -\score { - << - - \new Staff - - { - \override Staff.StringNumber #'transparent = -##t - \clef "G_8" \symbols } - %\chords { e1:m } - \new TabStaff { - \override Staff.Clef #'stencil = #(lambda (grob) - (grob-interpret-markup grob TAB)) - \symbols } - >> -} diff --git a/lilypond/Entre_deux_taxis.ly b/lilypond/Entre_deux_taxis.ly deleted file mode 100644 index 67cd6a1b..00000000 --- a/lilypond/Entre_deux_taxis.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key c \major - \time 4/4 - \relative c'' - { - g4 g g a8. b16 b2. - g4 a a8. a16 a8 a g a b1 - e4 e8. e16 e8 e d c b2. - b8. b16 a4 b2 a8. g16 e1 - } -} - diff --git a/lilypond/Et_si_je_t_aime.ly b/lilypond/Et_si_je_t_aime.ly deleted file mode 100644 index f92b5f8f..00000000 --- a/lilypond/Et_si_je_t_aime.ly +++ /dev/null @@ -1,27 +0,0 @@ -\include "header" -\paper{paper-height = 5.2\cm} - -\new \songbookstaff -{ - \relative c''' - { - \key c \major - \time 2/4 - \partial 8 g8 - %harmonica - c4. g8 a8 g4 e8 f2~ f4 g8 f8 e2 f8 e4 c8 d2~ d8 - d16 e16 f8 d8 e8 d4 c8 f8 e4 c8 d2~ d8 - d16 e16 f8 d8 e8 d4 c8 f8 e4 c8 g'2 - - %guitare - \repeat volta 2 - { - g8 f4 e8 c8 d4 e8 d4~ d8 d16 e16 f8 e4 d8 - } - e8 d4 c8 f8 e4 c8 d4~ d8 d16 e16 f8 e4 d8 e8 d4 c8 f8 e4 c8 g'2 - - } - - -} - diff --git a/lilypond/Eteins_la_lumiere.ly b/lilypond/Eteins_la_lumiere.ly deleted file mode 100644 index 43b5e430..00000000 --- a/lilypond/Eteins_la_lumiere.ly +++ /dev/null @@ -1,47 +0,0 @@ -\include "header" -\paper{ - paper-height =3.5\cm - paper-width= 10\cm - line-width= 10\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \key a \minor - \numericTimeSignature - \time 4/4 - \repeat volta 2 { - 8 g,\6 a, c\5 a, g,\6 ~ - 8 g,\6 a, c\5 a, g,\6 - 4 4 84 8~ - 8 8 4 84 8 } -} -\score { - << - - \new Staff - - { - \override Staff.StringNumber #'transparent = -##t - \clef "G_8" \symbols } - \chords { \set chordChanges = ##t \powerChords a1:1.5 | a1:1.5 | d4 d4.:sus4 d4. | d4 d4.:sus4 d4. } - \new TabStaff { - \override Staff.Clef #'stencil = #(lambda (grob) - (grob-interpret-markup grob TAB)) - \symbols } - >> -} diff --git a/lilypond/Etoiles_filantes-1.ly b/lilypond/Etoiles_filantes-1.ly deleted file mode 100644 index 9672860d..00000000 --- a/lilypond/Etoiles_filantes-1.ly +++ /dev/null @@ -1,13 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \relative c' - { - \repeat volta 2 - { - e'8 d e a, e' d e a, d c d g, d' c d g, - } - } -} diff --git a/lilypond/Etoiles_filantes-2.ly b/lilypond/Etoiles_filantes-2.ly deleted file mode 100644 index 1b2c0c13..00000000 --- a/lilypond/Etoiles_filantes-2.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \relative c'' - { - \repeat volta 2 - { - a4 a8. b16 c8 d e d b4 b8. b16 b8 c b a - g4 g8. g16 g8 a b a - } - - \alternative - { - {a4. a8 g' f4 e8} {a,1} - } - } -} - diff --git a/lilypond/Everybody_hurts.ly b/lilypond/Everybody_hurts.ly deleted file mode 100644 index 11b62b16..00000000 --- a/lilypond/Everybody_hurts.ly +++ /dev/null @@ -1,28 +0,0 @@ -\include "header" -\paper{ - paper-height = 3.1\cm - paper-width= 7.1\cm -} - -symbols = { - - d8 a d' fis' d' a d a d' fis' d' a - g, g d' g' d' g g, g d' fis, g d' - e, b, e e' b g e, b, e e' b g - a, e a e' b g a, e a a, g, fis, -} - -\score { - - << - - %\new Staff { \clef "G_8" \symbols } - \chords {d1. g e:m a } - \new TabStaff { - \numericTimeSignature - \time 12/8 - \symbols } - - >> -} - diff --git a/lilypond/Fairytale_of_New_York.ly b/lilypond/Fairytale_of_New_York.ly deleted file mode 100644 index 7848edf1..00000000 --- a/lilypond/Fairytale_of_New_York.ly +++ /dev/null @@ -1,27 +0,0 @@ -\include "header" -\paper{paper-height = 2.8\cm} - -\new \songbookstaff -{ - \key d \major - \time 2/4 - \partial 8 a'8 - \relative c'' - { - b8 g cis e a, d, g fis e8. d16 d4 - } - - \time 6/8 - a'8.^\markup { - ( - \smaller \general-align #Y #DOWN \note #"4" #1 - = - \smaller \general-align #Y #DOWN \note #"4." #1 - ) } - - \relative c'' - { - b16 a8 fis d fis a8. b16 a8 e8. fis16 e8 - fis e d b a b a b cis d4. - } -} diff --git a/lilypond/Fuck_you.ly b/lilypond/Fuck_you.ly deleted file mode 100644 index 121435f4..00000000 --- a/lilypond/Fuck_you.ly +++ /dev/null @@ -1,15 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \key c \major - \time 4/4 - \relative c''{ - c4 g8 e4 c'8 g4 - b4 g8 g4 b8 g4 - f4 f8 c4 f8 a4 - b4 g8 g4 b8 g4 - } -} - diff --git a/lilypond/Geste_heroique-1.ly b/lilypond/Geste_heroique-1.ly deleted file mode 100644 index 45e97bfd..00000000 --- a/lilypond/Geste_heroique-1.ly +++ /dev/null @@ -1,38 +0,0 @@ -\include "header" -\paper{paper-height = 5.0\cm} - - -musique = -{ - \parallelMusic #'(voiceA voiceB voiceC voiceD) - { - \repeat volta 2 {a'2 a'4 g' a' b' c''2 c''4 e'' d'' c'' c'' b' c''2 } | - \repeat volta 2 {e'2 e'4 d' e' g' g'2 g'4 g' fis' g' a' g' g'2 } | - \repeat volta 2 {c'2 c'4 b c' d' e'2 e'4 c' a e' d' d' e'2 } | - \repeat volta 2 {a2 a4 e a g c2 c4 c d e f g c2 } | - - \repeat volta 2 {c''2 b'4 b' a' a' gis'2 gis' fis'8 gis' a'4 a' gis' a'2 } | - \repeat volta 2 {g'2 g'4 g' e' f' e'2 e' d'4 e'4 e' e' cis'2 } | - \repeat volta 2 {e'2 d'4 e' c' d' b2 c' a4 c'4 b b a2 } | - \repeat volta 2 {c'2 g4 e a d e2 c d4 a,4 e e a,2 } | - } -} -\score -{ - \new PianoStaff - << - \musique - \new Staff - { - \key a \minor - << \voiceA \\ \voiceB >> - } - \new Staff - { - \key a \minor - \clef bass - << \voiceC \\ \voiceD >> - } - >> -} - diff --git a/lilypond/Geste_heroique-2.ly b/lilypond/Geste_heroique-2.ly deleted file mode 100644 index e77682bc..00000000 --- a/lilypond/Geste_heroique-2.ly +++ /dev/null @@ -1,22 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 2/4 - \key c \major - \repeat volta 2 - { - e8 f g8 e d4 e8 g c,4 d8 f e d16 c b4 - c8. d16 c d c b a8 b c e b c b4 - } - \alternative - { - {a8. b16 cis4} - {a2\trill} - } - } -} - diff --git a/lilypond/Hannah_1.ly b/lilypond/Hannah_1.ly deleted file mode 100644 index 1d87155a..00000000 --- a/lilypond/Hannah_1.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 1.2\cm} - - - - -{ - \key d \major \time 4/4 - \relative c'' - { - d8. cis16 d8 a' g2 - cis,4 d8 e fis e d cis - b4 d e fis8 g - cis,2 b} - -} diff --git a/lilypond/Hannah_2.ly b/lilypond/Hannah_2.ly deleted file mode 100644 index e9b1781a..00000000 --- a/lilypond/Hannah_2.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - - - - -{ - \key d \major \time 4/4 - \relative c'' - { - e4. d16 e fis8 e d d - e4. a16 e g8 fis e4 - fis4. b8 b a16 g fis4 - fis4. cis'8 b2} - -} diff --git a/lilypond/Heart_of_gold.ly b/lilypond/Heart_of_gold.ly deleted file mode 100644 index 712c4c0d..00000000 --- a/lilypond/Heart_of_gold.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key g \major - \time 2/4 - \partial 4 {g'8 b'} - \relative c'' - { - d4 c16 b8. a4 g8 d8~ d2 - r4 d'4 g4 e16 d8. e4 d8 b8~ b2 - r4 g16 g8 g16 b16 b8 b16 b16 b8 b16 a4 b8 g8~ g2 - } -} - diff --git a/lilypond/Holy_economic_war.ly b/lilypond/Holy_economic_war.ly deleted file mode 100644 index 94f3f742..00000000 --- a/lilypond/Holy_economic_war.ly +++ /dev/null @@ -1,51 +0,0 @@ -\include "header" -\paper{ - paper-height = 3 \cm - paper-width= 13.4\cm - line-width= 13.2\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - \repeat volta 2 { - 8 g, - 8 g, } - \alternative { - { a,4 g,16 a, \bendAfter#1 c8 a,8 4. } - { a,4 c16 a, \bendAfter#1 g,8 a,8 4. } -} -\repeat volta 2 { - a,16^"riff" e a e c8 a, c16 e a e c16 e a e } -} - -\score { - << - - \new Staff - - { - \override Staff.StringNumber #'transparent = -##t - \clef "G_8" \symbols } - \chords { c4 g c g | a1:m | a1:m | a2:m c4 g4 } - \new TabStaff { - \override Staff.Clef #'stencil = #(lambda (grob) - (grob-interpret-markup grob TAB)) - \symbols } - >> -} diff --git a/lilypond/Il_pleut_bergere.ly b/lilypond/Il_pleut_bergere.ly deleted file mode 100644 index f28e6f3c..00000000 --- a/lilypond/Il_pleut_bergere.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper{paper-height = 4.8\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 6/8 - \key g \major - \partial 8 b8 - d4 b8 d4 b8 g4. d4. - g8. fis16 g8 a4 a8 b2. - b8. a16 b8 c4 c8 d4. b4. d8. e16 d8 d (c) b b4. (a4.) - a8. b16 a8 a4 c8 b4. d4. - c8. b16 a8 b4 g8 b4. (a4) b8 - d4 b8 d4 b8 c4. e4. d8. e16 d8 a4 b8 g2. - } -} diff --git a/lilypond/J_ai_deja_donne.ly b/lilypond/J_ai_deja_donne.ly deleted file mode 100644 index e9a3a120..00000000 --- a/lilypond/J_ai_deja_donne.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper { - paper-width = 8.5\cm - line-width = 8\cm - paper-height = 2.5\cm -} - -\score -{ << - - \relative c'' - { \key g \major - \repeat volta 2 {g16 fis e4 d8 e4. fis16 g b c a4 g8 fis8. g16 a4} - b4 e,8. b'16 c4 e,8. b'16 a4. g8 a16 b16 a4.~ a2 - r8 a16 g fis8 g a2 r8 a16 g fis8 e dis1 - } - >> -} \ No newline at end of file diff --git a/lilypond/Jessica.ly b/lilypond/Jessica.ly deleted file mode 100644 index ff57850d..00000000 --- a/lilypond/Jessica.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper{paper-height = 1.2\cm} - -\new \songbookstaff -{ - \key c \major - \time 2/4 - \relative c'' - { - \repeat volta 2 - { - c2 d2 e8. f16 g8. f16~ f8. e16 d4 - c2 d2 e8. f16 g8. c16~ c8. g16 e8. d16 - } - c2 - } -} - diff --git a/lilypond/Keep_on_the_sunny_side.ly b/lilypond/Keep_on_the_sunny_side.ly deleted file mode 100644 index 157d133c..00000000 --- a/lilypond/Keep_on_the_sunny_side.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key bes \major - \time 2/4 - \relative c' - { - r8 f g a bes4 d8. bes16 c8 bes a g f2~ - f4 bes8 d f4 f8. g16 f8 d bes d c2~ - c4 c8 d ees4 d8 c f8. g16 f8 ees d8. d16 d8 c bes4 - bes8 d c8. c16 d8 c a f g a bes2 - } -} - - diff --git a/lilypond/Kiss_me_forever.ly b/lilypond/Kiss_me_forever.ly deleted file mode 100644 index b51dc272..00000000 --- a/lilypond/Kiss_me_forever.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{ - paper-height = 0.8\cm - paper-width = 3\cm - line-width = 2.7\cm -} - -<< - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - \autoBeamOff - a8[ a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - a8[ a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - } - } ->> \ No newline at end of file diff --git a/lilypond/Kiss_the_children.ly b/lilypond/Kiss_the_children.ly deleted file mode 100644 index e7a11c95..00000000 --- a/lilypond/Kiss_the_children.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key c \minor - \time 6/8 - \relative c' - { - \partial 8 c8 - g'4 g8 f8. d16 f8 g4. r4 - c,8 c'4 bes8 d4 f,8 g4. r8. - g16 g bes c4 bes16 g bes4 d,8 f4. r4 - g8 g4 g8 f4 d8 c2. - } -} - diff --git a/lilypond/L_harmonica.ly b/lilypond/L_harmonica.ly deleted file mode 100644 index cb3b62cc..00000000 --- a/lilypond/L_harmonica.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 5.0\cm} - -\new \songbookstaff -{ - \key a \minor - \time 2/4 - \partial 4 e''8. d''16 - \relative c'' - { - c8 a a g e a a c b g16 a b8 g a4. - e'16 d c8 a a g e a a e' e8. d16 c8 b a4. - g8 c8. c16 c8 e d8. d16 d8 e c c a c b4. - e16 d c8 a a g e a a e' e8. d16 c8 b a2 - } -} - diff --git a/lilypond/La_biere_du_donjon.ly b/lilypond/La_biere_du_donjon.ly deleted file mode 100644 index 4ec50f10..00000000 --- a/lilypond/La_biere_du_donjon.ly +++ /dev/null @@ -1,15 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 6/8 - \key a \minor - \partial 8 e8 - b4 e8 c4 e8 e16 d c8 b c a e' %\break - b4 e8 c4 e8 e16 d c8 b a4. - } -} - diff --git a/lilypond/La_blanche.ly b/lilypond/La_blanche.ly deleted file mode 100644 index 58856201..00000000 --- a/lilypond/La_blanche.ly +++ /dev/null @@ -1,15 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \key d \major - \relative c'' - { - \time 6/8 - e16 fis g a g fis e4. - e16 fis g a g fis e4. - b'16 a g a g fis e4. - e16 fis g a g fis e fis e d cis b ais8 ais cis fis4. dis8 dis fis b4. - } -} diff --git a/lilypond/La_compagnie_du_chien_rugissant.ly b/lilypond/La_compagnie_du_chien_rugissant.ly deleted file mode 100644 index 0cc95317..00000000 --- a/lilypond/La_compagnie_du_chien_rugissant.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \relative c'' - { - \key c \minor - \time 6/8 - \partial 8 c8 - ees8. f16 g8 f8. ees16 d8 c d bes c4. - } -} - diff --git a/lilypond/La_cumbia_del_mole.ly b/lilypond/La_cumbia_del_mole.ly deleted file mode 100644 index 573330fc..00000000 --- a/lilypond/La_cumbia_del_mole.ly +++ /dev/null @@ -1,22 +0,0 @@ -\include "header" -\paper{paper-height = 2.5\cm} - -\new \songbookstaff -{ - \key e \minor - \time 2/2 - \relative c''' - { - \repeat volta 2 - { - g2 fis8 e4 dis8 e4. b8~ b4 e4 - } - \alternative - { - { dis4. c4 b4 a8 b1 } - - { dis4. e4 fis4 dis8 e4. b4 g4 fis8 e1 } - } - } -} - diff --git a/lilypond/La_danse_des_esquimaux.ly b/lilypond/La_danse_des_esquimaux.ly deleted file mode 100644 index 16982618..00000000 --- a/lilypond/La_danse_des_esquimaux.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \key e \major - \time 2/4 - \relative c'' - { - \repeat volta 2 - { - e8 e16 fis gis8 e a fis gis e dis fis e dis cis2 - } - \repeat volta 2 - { - a'8 \times 2/3{a16 gis fis} f8 gis fis cis fis gis fis8 fis4 d8 cis2 - } - } -} - diff --git a/lilypond/La_declaration.ly b/lilypond/La_declaration.ly deleted file mode 100644 index e1eaacae..00000000 --- a/lilypond/La_declaration.ly +++ /dev/null @@ -1,19 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \key e \minor - \time 4/4 - \relative c'' - { - \repeat volta 2 - { - b4 g8 e c' a~ a4 - r8 b g e dis e fis g - e4. b'8 a4. g16 fis - g2 fis2 - } - } -} - diff --git a/lilypond/La_fiancee_de_l_eau.ly b/lilypond/La_fiancee_de_l_eau.ly deleted file mode 100644 index 33e23022..00000000 --- a/lilypond/La_fiancee_de_l_eau.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 3.7\cm} - -\new \songbookstaff -{ - \key d \minor - \time 6/8 - \relative c'''{ - a4. g f e8 d e - d4. e f4 g8 a bes c - bes4. a bes c8 bes a - a4. g f8 e d - e d c b c d - e d c b4 a8 b4. c d e2. - } -} - diff --git a/lilypond/La_jument_de_Michao.ly b/lilypond/La_jument_de_Michao.ly deleted file mode 100644 index ce17d5d5..00000000 --- a/lilypond/La_jument_de_Michao.ly +++ /dev/null @@ -1,90 +0,0 @@ -\include "header" -\paper{paper-height = 13.7\cm} - -\new \songbookstaff -{ - \key a \minor - \relative c'' - { - \time 2/4 - a8. d16 c8 b - \repeat volta 2 - { - a8. b16 a8 g - a8. d16 c8 b a8 a16 b a8 g - } - \alternative - { - {a8. d16 c8 b } {a4 a8 a8} - } - - \repeat volta 2 - { - a8 a16 b c8 b16 a g4 - c8 b16 c d8 c16 b a8 g - } - - \alternative - { - {a4 a8 a8} {a8. d16 c8 b} - } - - a8. b16 a8 g - a8. g16 a8 b c8. b16 a8 g a4 e8 a16 a - - \repeat volta 2 - { - a8 a16 b c8 b16 a g4 - c8 b16 c d8 c16 b a8 g - } - \alternative - { - {a4 e8 a} {a8 a16 a16 d8 c8} - } - - \repeat volta 2 - { - a8 a16 a d8 c - b8. b16 a8 b c8. b16 a8 g - } - \alternative - { - {a8. a16 d8 c8} {a4 e'4} - } - - \repeat volta 2 - { - e4 d8 f e4 - e4 d4 c8 b - } - \alternative - { - {e4 e4} {a,4 c4} - } - - \repeat volta 2 - { - e4 c8 a b4 - c4 d4 c8 b - } - \alternative - { - {e4 c4} {a2} - } - - a'2 f2 c4 d - - \repeat volta 2 - { - e4 c e4 d8 c b4 e4 - } - \alternative - { - {f4 d8 c} {d4 b8 c} - } - - a2 c2 d2 f4 e c2 - c2 d2 f4 g4 e2 - } -} - diff --git a/lilypond/La_premiere_fois.ly b/lilypond/La_premiere_fois.ly deleted file mode 100644 index 47f43b12..00000000 --- a/lilypond/La_premiere_fois.ly +++ /dev/null @@ -1,15 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \key ees \major - \time 6/8 - \partial 4. c'8 d' ees' - \relative c'' - { - g2.~ g8 bes bes bes aes g g4. ees~ ees8 ees d c d ees \break - g2.~ g8 c c c bes aes g2. - } -} - diff --git a/lilypond/La_reine.ly b/lilypond/La_reine.ly deleted file mode 100644 index f19cb640..00000000 --- a/lilypond/La_reine.ly +++ /dev/null @@ -1,36 +0,0 @@ -\include "header" -\paper{paper-height = 8.8\cm} - - -\new \songbookstaff -{ - \key e \minor - \time 2/2 - \relative c''{ - b8 e4 b8 e4 b4 c b b b - b8 e4 b8 e4 b c b\trill a2 - a2 fis'2 g4 fis\trill e e fis2 g4 fis\trill e1 - - fis1 g e2 g4 fis8 e d1 - e2. d8 c b2. g4 a4. b16 a g4 fis - - e8 e16 e e8 g c b4 g8 - e8 e16 e e8 g fis'4 e - - << - {fis1 | g | e2 g4 fis8 e | d1 | - e2. d8 c | b2. g4 | a4. b16 a g4 fis | - e8 e16 e e8 g c b4 g8} - \\ - { - d'4. g8 g4 d' | c b2 a4 | g4 e g a | - \times 2/3 {b8 [c b]} \times 2/3{ a8 [b a]} g4 g | - a8 g a4 b c | b e e e | dis2 b2 | e1} - >> - - e,,8 e16 e e8 g c b4 g8 - e8 e16 e e8 g c b4 g8 - e4 b e b - } -} - diff --git a/lilypond/La_revolution.ly b/lilypond/La_revolution.ly deleted file mode 100644 index ecf08bc3..00000000 --- a/lilypond/La_revolution.ly +++ /dev/null @@ -1,6 +0,0 @@ -\include "header" -\paper{paper-height = 1.2\cm} { - \key bes \minor \time 4/4 - \relative c' -{ - \repeat volta 2 {f8( bes4.) \times 2/3 {c8( des c)} bes8\staccato ges\staccato bes8\staccato ges2 \times 2/3 {ees8( f ges)} ees8}}} diff --git a/lilypond/La_seine_riff1.ly b/lilypond/La_seine_riff1.ly deleted file mode 100644 index a2c89bba..00000000 --- a/lilypond/La_seine_riff1.ly +++ /dev/null @@ -1,11 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.1\cm - paper-width = 2.5\cm - line-width = 2.2\cm -} - -\new TabStaff \relative c, { - \numericTimeSignature - r2 f8 e f gis -} \ No newline at end of file diff --git a/lilypond/La_seine_rythm.ly b/lilypond/La_seine_rythm.ly deleted file mode 100644 index 1b77a74b..00000000 --- a/lilypond/La_seine_rythm.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper{ - paper-height = 2.4\cm - paper-width = 7.1\cm -} - -<< - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - a8^"Rythm verse" a~ a16 a a a a8 a~ a16 a a a - a8^"Rythm chorus" a16 a \override NoteHead #'style = #'cross a8. \revert NoteHead #'style a16 a8 a16 a \override NoteHead #'style = #'cross a8. \revert NoteHead #'style a16 - a4.^"Rythm bridge" a8~ a2 - - } - } ->> \ No newline at end of file diff --git a/lilypond/La_sorciere_Grabouilla.ly b/lilypond/La_sorciere_Grabouilla.ly deleted file mode 100644 index 83d4e60b..00000000 --- a/lilypond/La_sorciere_Grabouilla.ly +++ /dev/null @@ -1,28 +0,0 @@ -\include "header" -\paper{paper-height = 6.1\cm} - -\new \songbookstaff -{ - \key e \minor - \time 2/4 - \relative c' - { - r4 r8 e8 - \repeat volta 2 - { - b'8 b a b g4. g8 fis fis g fis e4 - dis8 e e4 dis8 e e4 dis8 e e4 dis8 e e4. e8 - } - - a8 a a fis g4. g8 fis fis g a b4. b8 - c c c a b4. g8 fis fis g fis e4 - dis8 e e4 dis8 e e4 dis8 e e4 dis8 e e4. e8 - - \repeat volta 2 - { - c'4 a b g a8 a g a b2 - c4 a b g a8 a g fis e2 - } - } -} - diff --git a/lilypond/La_tribu_de_Dana.ly b/lilypond/La_tribu_de_Dana.ly deleted file mode 100644 index 1236ad1b..00000000 --- a/lilypond/La_tribu_de_Dana.ly +++ /dev/null @@ -1,27 +0,0 @@ -\include "header" -\paper -{ - paper-width = 15\cm - line-width = 14.5\cm - paper-height = 1.4\cm -} - -\new \songbookstaff -{ - \key c \minor - \time 2/4 - \partial 8 g'8 - \relative c'' - { - \repeat volta 2 - { - c8\trill bes c d ees4. d16 ees f8 ees d\trill c - } - \alternative - { - {ees4 d8 g,8} {ees'8 f ees d\trill } - } - c4. c8 bes4 ees8 d c4 c8 bes16 a16 g8 a bes\trill g - c4. d8 bes bes ees8 d c c\trill bes4 c2 - } -} diff --git a/lilypond/La_vie_d_aventurier.ly b/lilypond/La_vie_d_aventurier.ly deleted file mode 100644 index ac05e84c..00000000 --- a/lilypond/La_vie_d_aventurier.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key a \minor - \partial 8 e'8 - \relative c'' - { - a4. b8 c8 d4 c8 b8 a4 g8 a4. e8 %\break - a4. c16 b c8 d4 e8 d2~ d4. d8 %\break - e4. d16 e d8 c4 b8 c8 b4 g8 a4. e8 %\break - a4. b16 a g8 e4 g8 a1 - } -} - diff --git a/lilypond/Le_cafe_des_jours_heureux.ly b/lilypond/Le_cafe_des_jours_heureux.ly deleted file mode 100644 index 6f09347a..00000000 --- a/lilypond/Le_cafe_des_jours_heureux.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \relative c' - { - \time 2/2 - \key e \minor - e8. fis16 g8. a16 b4 e b2. - b4 c2. c4 b2. g4 a2. a4 g2~ g8. e16 fis8. g16 fis2~ fis8. e16 g8. fis16 e1 - } -} - diff --git a/lilypond/Le_dernier_troscon.ly b/lilypond/Le_dernier_troscon.ly deleted file mode 100644 index 95890e01..00000000 --- a/lilypond/Le_dernier_troscon.ly +++ /dev/null @@ -1,48 +0,0 @@ -\include "header" -\paper{ - paper-height = 2 \cm - paper-width= 6.7\cm - line-width= 8\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - \repeat volta 4 { - 4 f\5 e\5 g\4 - f\4 a\4 g\4 8 e\4 - d4 f\4 e\4 g\4 - f\4 e\4 d c\5 -} -} - -\score { - << - - \new Staff - - { - \override Staff.StringNumber #'transparent = -##t - \clef "G_8" \symbols } - %\chords { d2 c | f c | d c | f c } - \new TabStaff { - \override Staff.Clef #'stencil = #(lambda (grob) - (grob-interpret-markup grob TAB)) - \symbols } - >> -} diff --git a/lilypond/Le_joueur_de_pipeau.ly b/lilypond/Le_joueur_de_pipeau.ly deleted file mode 100644 index 0c00b089..00000000 --- a/lilypond/Le_joueur_de_pipeau.ly +++ /dev/null @@ -1,12 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \key d \minor - \relative c'' - { - \time 3/4 - a4.( bes8 a g) f4.( g8 a c) a4.( bes8 c d) a2. - } -} diff --git a/lilypond/Le_jour_s_est_leve.ly b/lilypond/Le_jour_s_est_leve.ly deleted file mode 100644 index c487dffb..00000000 --- a/lilypond/Le_jour_s_est_leve.ly +++ /dev/null @@ -1,52 +0,0 @@ -\include "header" -\paper{ - paper-height = 4\cm - paper-width= 8\cm - line-width= 8\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - 2 - 2 - 2 - d16\5 dis\5 f8\4 f16\4 g16\4 gis8\4 - - 2 - 2 - 2 - d8\5 dis\5 f\4 d8\5 - -} - -\score { - << - - \new Staff - - { - \override Staff.StringNumber #'transparent = -##t - \clef "G_8" \symbols } - %\chords { c2 | f2| g1 | c2 | f2| g1 } - \new TabStaff { - \override Staff.Clef #'stencil = #(lambda (grob) - (grob-interpret-markup grob TAB)) - \symbols } - >> -} diff --git a/lilypond/Le_laride_du_poulet.ly b/lilypond/Le_laride_du_poulet.ly deleted file mode 100644 index 44faffc4..00000000 --- a/lilypond/Le_laride_du_poulet.ly +++ /dev/null @@ -1,21 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key a \minor - \time 2/4 - \relative c'' - { - \partial 8 a8 - \repeat volta 2 - { - a8 b c8. c16 b8 b a g a b c8. c16 b8 b a a - } - \repeat volta 2 - { - a8 a e'8. d16 c8 d b a a a e'8. d16 c8 d b a - } - } -} - diff --git a/lilypond/Le_moustique.ly b/lilypond/Le_moustique.ly deleted file mode 100644 index 12699771..00000000 --- a/lilypond/Le_moustique.ly +++ /dev/null @@ -1,21 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \relative c'' - { - \key f \major - \time 2/4 - \partial 8 c8 - \repeat volta 2 - { - f4 d e c8 d8\(d8\) d4 a8 bes4. c8 e8 e c4 d a8 c8\(c8\) bes4 g8 - } - \alternative - { - { f4. c'8 } - { f,2 } - } - } -} diff --git a/lilypond/Le_p_tit_gars.ly b/lilypond/Le_p_tit_gars.ly deleted file mode 100644 index b7eba149..00000000 --- a/lilypond/Le_p_tit_gars.ly +++ /dev/null @@ -1,23 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.1\cm - line-width = 14.5\cm - paper-width = 15\cm -} - -\new \songbookstaff -{ - \relative c'' - { - \key a \minor - \time 2/4 - \repeat volta 2 - { - a8 c a c e d c b - b g b d g f e d - c b a b c d c b - c d e d b d c b - a2 - } - } -} diff --git a/lilypond/Le_rat_de_l_opera-1.ly b/lilypond/Le_rat_de_l_opera-1.ly deleted file mode 100644 index 70f5e8c2..00000000 --- a/lilypond/Le_rat_de_l_opera-1.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper{paper-height = 6.0\cm} - -\new \songbookstaff -{ - \key a \major - \time 3/8 - \relative c'' - { - r4 cis16 b a gis a b cis d e8. eis16 fis gis - a8. gis16 b a gis4 fis16 r - fis4 d16 cis cis b b a gis a b ais b e dis e cis8 - r16 d cis b a gis a b cis d e dis e eis fis gis - a gis a cis b a gis4 fis16 r - fis4 d16 cis cis b b a gis a b ais b e dis e a,4. - } -} - diff --git a/lilypond/Le_rat_de_l_opera-2.ly b/lilypond/Le_rat_de_l_opera-2.ly deleted file mode 100644 index f15946a7..00000000 --- a/lilypond/Le_rat_de_l_opera-2.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 3.8\cm} - -\new \songbookstaff -{ - \key a \major - \time 3/8 - \relative c'' - { - r4 r16 cis-. d-. e-. fis-. gis-. a-. b-. - cis4.~ cis16 cis cis cis cis cis - cis (b) b b b b b (a) a a a a - a (gis) gis gis gis gis gis (fis) fis fis fis fis - fis (e) e e e e dis8 dis dis d4. - } -} - diff --git a/lilypond/Le_vent_nous_portera.ly b/lilypond/Le_vent_nous_portera.ly deleted file mode 100644 index bdb2e557..00000000 --- a/lilypond/Le_vent_nous_portera.ly +++ /dev/null @@ -1,19 +0,0 @@ -\include "header" -\paper{paper-height = 2.6\cm} - -\new \songbookstaff -{ - \key e \minor - \time 2/4 - \relative c'' - { - \repeat volta 2 - { - b8( g b g b g b c) - b( g b g b g a fis) - a( fis a fis a fis a c) - b( g b g b g b c) - } - } -} - diff --git a/lilypond/Lea.ly b/lilypond/Lea.ly deleted file mode 100644 index 5a6f0e2c..00000000 --- a/lilypond/Lea.ly +++ /dev/null @@ -1,13 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key a \minor - \time 2/4 - \relative c'' - { - e8. f16 g8 a g f e4 e16 f e d e8 c b c a4 - e'8. f16 g8 a g16 a g f e4 e16 f e d e8 c << {e2} \\ {b2} >> - } -} diff --git a/lilypond/Les_hommes_que_j_aime.ly b/lilypond/Les_hommes_que_j_aime.ly deleted file mode 100644 index 1e77ff33..00000000 --- a/lilypond/Les_hommes_que_j_aime.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \relative c'' - { - \key d \minor - \time 2/4 - \repeat volta 2 - { - a8 a4 f8 e4. d16 e16 f8 d16 e f8 e d8 d e f - a8 a4 bes8 c4. bes8 c16 bes a8\(a8\) g a2 - } - } -} diff --git a/lilypond/Les_mains_froides.ly b/lilypond/Les_mains_froides.ly deleted file mode 100644 index 727ce529..00000000 --- a/lilypond/Les_mains_froides.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 4/4 - \key d \minor - \partial 2. a4 f d - e e8 e e4 d8. c16 d4 a'4 f d e e8 e e4 d8. c16 d1 - } -} - diff --git a/lilypond/Les_souliers_de_Lady_Fae-1.ly b/lilypond/Les_souliers_de_Lady_Fae-1.ly deleted file mode 100644 index 9cbdead5..00000000 --- a/lilypond/Les_souliers_de_Lady_Fae-1.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key e \minor - \time 6/8 - \relative c' - { - b'8. a16 g fis e8 fis16 g a8 b a g a g16 fis e8 %\break - b'8. a16 g fis e8 fis16 g a8 c b a b4. - } -} - diff --git a/lilypond/Les_souliers_de_Lady_Fae-2.ly b/lilypond/Les_souliers_de_Lady_Fae-2.ly deleted file mode 100644 index 92a5335a..00000000 --- a/lilypond/Les_souliers_de_Lady_Fae-2.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key a \minor - \time 6/8 - \relative c'' - { - a8 b16 c d8 e8 d e f e d e4. - a,8 b16 c d8 e8 c e d8 b d c8 b16 a g8 - - a8 b16 c d8 e8 d e f e d e4. - d8 b d c8 b16 a g8 a8 b c a4. - } -} diff --git a/lilypond/Les_souliers_rouges.ly b/lilypond/Les_souliers_rouges.ly deleted file mode 100644 index aabd84cc..00000000 --- a/lilypond/Les_souliers_rouges.ly +++ /dev/null @@ -1,27 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key g \major - \time 2/4 - \relative c'' - { - r8 g'16 fis e d b a g2 - r8 g'16 fis e d b a g'2 - - \new Voice - { - \set countPercentRepeats = ##t - \repeat "percent" 3 { a,16 b b b a b b b } - } - - \repeat volta 2 - { - g8 g16 g g8 e d8 g16 g a8 a16 a b8 - g16 g g8 e d8 g16 g a8 a16 a - } - g2 - } -} - diff --git a/lilypond/Lino.ly b/lilypond/Lino.ly deleted file mode 100644 index 0f24266f..00000000 --- a/lilypond/Lino.ly +++ /dev/null @@ -1,19 +0,0 @@ -\include "header" -\paper{paper-height = 1.4\cm} - -\new \songbookstaff -{ - \key d \minor - \time 4/4 - \relative c'' - { - \repeat volta 2 - { - d2~ d8 e4 f8 a1 - } - \alternative - { - {g2. f4 e2. f8 e} {g2. bes4 a1} - } - } -} diff --git a/lilypond/Losing_my_religion_bridge.ly b/lilypond/Losing_my_religion_bridge.ly deleted file mode 100644 index d124eb7e..00000000 --- a/lilypond/Losing_my_religion_bridge.ly +++ /dev/null @@ -1,52 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.5 \cm - paper-width= 5.2\cm - line-width= 5\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - \repeat volta 2 { - - - e'8 e' e' d' d' d' d' d' - c' c' c' a a a a a - } - - -} - -\score { - << - \chords { c1| a1:m } - \new Staff - - { - - \override Staff.StringNumber #'transparent = -##t - - \clef "G_8" \symbols } - - % \new TabStaff { - % \override Staff.Clef #'stencil = #(lambda (grob) - % (grob-interpret-markup grob TAB)) - % \symbols } - >> -} diff --git a/lilypond/Losing_my_religion_intro.ly b/lilypond/Losing_my_religion_intro.ly deleted file mode 100644 index a8dbdef2..00000000 --- a/lilypond/Losing_my_religion_intro.ly +++ /dev/null @@ -1,64 +0,0 @@ -\include "header" -\paper{ - paper-height = 5.5 \cm - paper-width= 8\cm - line-width= 7.5\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - r2 8 d a, | - \repeat volta 2 { - - \improvisationOn - 4~ 8 ~ ~ - - \improvisationOff - 8 d a, - } - \alternative { - { \improvisationOn - 4~ 8 ~ ~ - - \improvisationOff - 8 d a, } - { \improvisationOn - 4 8 ~ - 4 8 ~ } -} - -} - -\score { - << - \chords { r1| f1 | f1 | a1:m | a1:m a1:m g1 } - \new Staff - - { - - \override Staff.StringNumber #'transparent = -##t - - \clef "G_8" \symbols } - - %\new TabStaff { - % \override Staff.Clef #'stencil = #(lambda (grob) - % (grob-interpret-markup grob TAB)) - % \symbols } - >> -} diff --git a/lilypond/Ma_gonzesse.ly b/lilypond/Ma_gonzesse.ly deleted file mode 100644 index 5bd56d07..00000000 --- a/lilypond/Ma_gonzesse.ly +++ /dev/null @@ -1,12 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key c \major - \time 4/4 - \relative c'' - { - g4 c4. g8 a c g' f f e c4 g8 a e4~ e4. e8 f g f4 d2 c8 d f g a b c4 a g f e2 d8 e f a4. b4 a2 g2 - } -} diff --git a/lilypond/Macumba.ly b/lilypond/Macumba.ly deleted file mode 100644 index f46cbdb9..00000000 --- a/lilypond/Macumba.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{ - paper-height = 0.9\cm - paper-width = 3.0\cm - line-width = 2.7\cm -} - -<< - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - \autoBeamOff - a8[ a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - a8[ a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - } - } ->> \ No newline at end of file diff --git a/lilypond/Mamadou_avait_mal_aux_dents.ly b/lilypond/Mamadou_avait_mal_aux_dents.ly deleted file mode 100644 index 7c6279a2..00000000 --- a/lilypond/Mamadou_avait_mal_aux_dents.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 5.0\cm} - -\new \songbookstaff -{ - \key c \major - \time 2/4 - \relative c'' - { - c8 d e8 e16 e~ e8 f16 e d4 - b8 c d8 d16 d~ d8 e16 d c4 - a8 b c8 c16 c~ c8 d16 c b4 - gis8 a b8 b16 b~ b8 c16 b a4 - - a8 a a8 a16 a~ a8 a16 a d4 - d8 d d8 d16 d~ d8 e16 f e4 - r8 e8 e4 d4 e4 - } -} - diff --git a/lilypond/Marchand_de_couleurs.ly b/lilypond/Marchand_de_couleurs.ly deleted file mode 100644 index 7ea1e689..00000000 --- a/lilypond/Marchand_de_couleurs.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key a \minor - \time 12/8 - \relative c'' - { - a4. e' c f - a,4. e' c g' - a,4 a'8 e4. c8 e c f4. - a,4 a'8 e4. c8 e c g'4. - } -} - diff --git a/lilypond/Midnite_man.ly b/lilypond/Midnite_man.ly deleted file mode 100644 index 08531be9..00000000 --- a/lilypond/Midnite_man.ly +++ /dev/null @@ -1,24 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.4\cm - paper-width= 4.0\cm - line-width= 3.7\cm -} - -symbols = { - \numericTimeSignature - \time 4/4 - \autoBeamOff - \partial 4. e,8 - g,[ gis,] | - \autoBeamOn a,4 - \autoBeamOff - \repeat percent 3 { 8[ ]} -} - -\score { - << - \new Staff { \clef "G_8" \symbols } - % \new TabStaff { \symbols } - >> -} diff --git a/lilypond/Morgane_de_toi.ly b/lilypond/Morgane_de_toi.ly deleted file mode 100644 index 91972e28..00000000 --- a/lilypond/Morgane_de_toi.ly +++ /dev/null @@ -1,12 +0,0 @@ -\include "header" -\paper{paper-height = 1.2\cm} - -\new \songbookstaff -{ - \key c \major - \time 4/4 - \relative c' - { - r4 f8 g a g f4 e8 e f e~ e2 r4 e8 f g f e4 d8 d d d~ d4 - } -} diff --git a/lilypond/Mrs_McGrath.ly b/lilypond/Mrs_McGrath.ly deleted file mode 100644 index 99c796ed..00000000 --- a/lilypond/Mrs_McGrath.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key d \minor - \time 6/8 - \relative c'' - { - \partial 8 { d,8} - d4 a'8 a4 a8 a8 g f a4. - a4 a8 a8 g f g4 c,8 c4.~ c4. - r4 c8 c4 g'8 g4 g8 g8 f e g4. - g4 g8 g8 f e f4 d8 d4.~ d2. - } -} - diff --git a/lilypond/New_york_avec_toi.ly b/lilypond/New_york_avec_toi.ly deleted file mode 100644 index 9f3ee872..00000000 --- a/lilypond/New_york_avec_toi.ly +++ /dev/null @@ -1,22 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.1\cm - line-width = 5.8\cm - paper-width = 5.6\cm -} - -symbols = { - \numericTimeSignature - \time 4/4 - \repeat volta 2 { - 8 c cis - r2 -} -} - -\score { - << - %\new Staff { \clef "G_8" \symbols } - \new TabStaff { \symbols } - >> -} \ No newline at end of file diff --git a/lilypond/Noel_en_Mordor.ly b/lilypond/Noel_en_Mordor.ly deleted file mode 100644 index 65430ca0..00000000 --- a/lilypond/Noel_en_Mordor.ly +++ /dev/null @@ -1,22 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key c \minor - \time 2/4 - \partial 4 g'8 g' - \relative c'' - { - c bes c d ees4 - d8 ees f4 ees8 d ees4 - g,8 g c bes c d ees 4 - d8 ees f f ees d c2 - \repeat volta 4 - { - g4 g8 g f4. g8 aes g f ees d2 - } - } -} - - diff --git a/lilypond/Notre_monde.ly b/lilypond/Notre_monde.ly deleted file mode 100644 index 7ff92e2a..00000000 --- a/lilypond/Notre_monde.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key e \minor - \time 4/4 - \relative c' - { - \repeat volta 2 - {r8 e g a b4 d b g' b, d8 b8~ b8 d4 b8 a4 b8 a8~ a1} - \repeat volta 2 - {r8 a4 b8 c2~ c8 b4 a8 b2~ b8 a4 g8 a4 b8 a8~ a1} - } -} - diff --git a/lilypond/Nuit_humide_1.ly b/lilypond/Nuit_humide_1.ly deleted file mode 100644 index b4832bf2..00000000 --- a/lilypond/Nuit_humide_1.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 4.0\cm} - -\new \songbookstaff -{ - \key e \minor - \time 2/4 - \tempo 2 = 60 - \relative c'' - { - b8 c d g, a b d, e fis g a4 b2 - b8 c d g, a b d, e fis g a b a g fis4 - b8 c d g, a b d, e fis g a4 b2 - b8 c d g, a b a g fis e d4 e2 - } -} - diff --git a/lilypond/Nuit_humide_2.ly b/lilypond/Nuit_humide_2.ly deleted file mode 100644 index f54c9bf7..00000000 --- a/lilypond/Nuit_humide_2.ly +++ /dev/null @@ -1,18 +0,0 @@ -\include "header" -\paper{paper-height = 4.0\cm} - -\new \songbookstaff -{ - \key e \minor - \time 4/4 - \tempo 2 = 60 - \relative c'' - { - e4 b8 e e4 \times 2/3{g8 fis e} d4 e4 <<{e2}\\{b2}>> - g8 a b a g fis e d e fis g a b4 c8 b - e4 b8 e e4 \times 2/3{g8 fis e} d4 e4 <<{e2}\\{b2}>> - g8 a b a g fis g a b b \times 2/3{a' g fis} e2 - } -} - - diff --git a/lilypond/One_more_cup_of_coffee.ly b/lilypond/One_more_cup_of_coffee.ly deleted file mode 100644 index 422a4e2c..00000000 --- a/lilypond/One_more_cup_of_coffee.ly +++ /dev/null @@ -1,28 +0,0 @@ -\include "header" -\paper -{ - paper-width = 15.5\cm - line-width = 15\cm - paper-height = 1.5\cm -} - -\new \songbookstaff -{ - \key a \minor - \time 2/4 - \partial 8 a'8 - \relative c'' - { - b8 a4 g8 f4.\trill g8 - << - {a8 g4 f8 e2} - \\ - {f4 f' e2} - >> - r4 c16 b a e - c4. a8 g8 g'8~ g4~ g8 b4 a16 g - | f16 a c f a8 c8~ c8 d4 c8 | b4.\trill a8 | gis2 | - r4 c,4 | d4. c8 | b16 a g4 a8 | e2 | - } -} - diff --git a/lilypond/Ou_je_vais.ly b/lilypond/Ou_je_vais.ly deleted file mode 100644 index 3444b93b..00000000 --- a/lilypond/Ou_je_vais.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{paper-height = 1.2\cm} - -\new \songbookstaff -{ - \key d \minor - \relative c'{ - \repeat volta 2 { - d8 e f g a4 g8 f g4 f8 e d2 - d8 e f g a4 c bes a8 g a2 - } - } -} - diff --git a/lilypond/Pauvre_planete.ly b/lilypond/Pauvre_planete.ly deleted file mode 100644 index f6e3ba58..00000000 --- a/lilypond/Pauvre_planete.ly +++ /dev/null @@ -1,21 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - - - - -{ - \key d \major \time 4/4 - \relative c' -' - { - \repeat volta 4 {g8 fis e fis g fis g a b1 - fis8 e d e fis2} - \alternative{ - {e8 fis g fis e4} - {e8 fis e d cis b} - {e8 fis g fis e4} - {e8 fis e d cis b} - } - } -} diff --git a/lilypond/Petit_Pierrot.ly b/lilypond/Petit_Pierrot.ly deleted file mode 100644 index 6d138a45..00000000 --- a/lilypond/Petit_Pierrot.ly +++ /dev/null @@ -1,35 +0,0 @@ -\include "header" -\paper{ - paper-height = 2.6\cm -} - -\new \songbookstaff -{ - \relative c'' - { - \key a \minor - \time 6/8 - - \repeat volta 2 - { - b4. b8 d b c4. c8 d c b4. b8 c b - } - \alternative - { - {a4 a16 b c8 b a} {a2.} - } - - \repeat volta 2 - { - << - {e'4.~ e8 f e f4.~ f8 e d f4. e4 d8 e2. } - \\ - {c4.~ c8 d c d4.~ d8 c b d4. c4 b8 a4 a16 b c8 b a} - >> - } - -% e f e f e d e d e c - - - } -} diff --git a/lilypond/Rue_de_Paname.ly b/lilypond/Rue_de_Paname.ly deleted file mode 100644 index 4cac5e18..00000000 --- a/lilypond/Rue_de_Paname.ly +++ /dev/null @@ -1,15 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key bes \major - \time 6/8 - \relative c'' - { - bes4 bes8 bes a bes c4. d4 c8 bes4. d4 bes8 << {c2.}\\{r4. f,8 g a} >> - bes4 bes8 bes a bes c4. d4 c8 d4 d8 bes4 d8 c4. a4. - \repeat volta 2 {bes4 g8 g a bes a2.} - bes4 g8 g a bes a4. a4 bes8 c4. d4 bes8 c2. - } -} diff --git a/lilypond/Rue_de_Paname_acc.ly b/lilypond/Rue_de_Paname_acc.ly deleted file mode 100644 index 88868536..00000000 --- a/lilypond/Rue_de_Paname_acc.ly +++ /dev/null @@ -1,12 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - -\new \songbookstaff -{ - \key bes \major - \time 6/8 - \relative c'' - { - d4. f4 d8 c4.~ c8 bes c d4. d8 f d c4. a8 bes c d4. d8 g d c4. a8 bes c d4 d8 d ees d c c d ees d c \repeat volta 2 {d8 g, bes d g d c2.} d8 g, bes d g d c4.~ c8 bes a bes4. ees4 bes8 a2. - } -} diff --git a/lilypond/Rue_du_temps.ly b/lilypond/Rue_du_temps.ly deleted file mode 100644 index e223ff32..00000000 --- a/lilypond/Rue_du_temps.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \key d \minor - \time 6/8 - \relative c'' - { - \repeat volta 2 - { - a4. a8 g f e4. e8 f e d4 a'8 a g f e2. - } - } -} - diff --git a/lilypond/Sad_Lisa.ly b/lilypond/Sad_Lisa.ly deleted file mode 100644 index ccb9df29..00000000 --- a/lilypond/Sad_Lisa.ly +++ /dev/null @@ -1,19 +0,0 @@ -\include "header" -\paper{paper-height = 5.0\cm} - -\new \songbookstaff -{ - \key e \minor - \time 4/4 - \partial 4 b'4 - \relative c'' - { - e4 fis8 g4 fis4~ fis8 e8 fis g4 fis4. g16 fis e2~ e4. - g8 fis4 d8 e4 fis8 g4 a2 b2~ b4 - g8 a b4. a8~ a8 b8 d4 g,2 a1 - g8 fis g8 a8~ a4 g4 fis8 e fis g8~ g4. - g8 fis e d e8~ e4 fis8 g a4. b8~ b2~ b2. - g8 a b4. a8~ a8 b8 d4 g,2 a2 - } -} - diff --git a/lilypond/Sad_robot.ly b/lilypond/Sad_robot.ly deleted file mode 100644 index db911656..00000000 --- a/lilypond/Sad_robot.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key d \minor - \time 2/4 - \relative c'' - { - d8 a' d, a e' f c' a, e' a, a a~ a2 - c8 g' c, g d' e b' d, a' d, d d~ d2 - } -} - diff --git a/lilypond/Saint-Jean-du-Doigt.ly b/lilypond/Saint-Jean-du-Doigt.ly deleted file mode 100644 index e17f2e80..00000000 --- a/lilypond/Saint-Jean-du-Doigt.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 3.6\cm} - - - - -{ - \key f \major \time 4/4 - \relative c' - { - \repeat volta 2 {f8 g a8. g16 f8 e f d f g a8. g16 f8 e f4} - \alternative { -{g8 a bes8. g16 g8 bes a f f f e g f e d4} {a'8 d c8. bes16 f8 g a a f f a g f g e4}} - } - -} diff --git a/lilypond/Sainte_Cecile.ly b/lilypond/Sainte_Cecile.ly deleted file mode 100644 index 60037949..00000000 --- a/lilypond/Sainte_Cecile.ly +++ /dev/null @@ -1,26 +0,0 @@ -\include "header" -\paper{paper-height = 5.0\cm} - -\new \songbookstaff -{ - \key d \minor - \time 2/4 - \relative c'{ - \repeat volta 2 - { - d8.\trill e16 f8 d g16 f e8 f4 - d8.\trill e16 f8 d e16 f e d c4 - d8.\trill e16 f8 d g16 f e8 f4 - d8.\trill e16 f8 bes a16 g f e d4 - } - - \repeat volta 2 - { - d'8. bes16\trill a8 bes g16 a bes g a4 - d8. bes16\trill a8 bes c16 d c bes a4 - d8. bes16\trill a8 bes g16 a bes g a4 - d,8.\trill e16 f8 bes a16 g f e d4 - } - } -} - diff --git a/lilypond/Saturnin.ly b/lilypond/Saturnin.ly deleted file mode 100644 index b6ec48a0..00000000 --- a/lilypond/Saturnin.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 3.8\cm} - -\new \songbookstaff -{ - \relative c'' - { - \key a \major - \time 2/4 - \partial 4 a4 - fis4. fis8 fis4 a4 fis4. e8 e2 - d4. d8 e8 d cis d e2 cis4 a'4 - fis4. fis8 fis4 a4 fis4. e8 e2 - dis4. dis8 e dis e fis gis4 fis4 e4 d4 cis2 - } -} - diff --git a/lilypond/Souleve_ta_jupe.ly b/lilypond/Souleve_ta_jupe.ly deleted file mode 100644 index e690479f..00000000 --- a/lilypond/Souleve_ta_jupe.ly +++ /dev/null @@ -1,21 +0,0 @@ -\include "header" -\paper{paper-height = 5.0\cm} - -\new \songbookstaff -{ - \key d \minor - \time 4/4 - \relative c'' - { - \partial 4 a16 a a' g - - a8. f16~ f8 f8 g8. f16~ f8 g8 a8. f16~ f2 - a,16 a a' g - a8. f16~ f8 f8 g8. f16~ f8 e8\trill d2. - a16 a a' g - a8. f16~ f8 f8 g8. c16~ c8 bes8 bes8. a16~ a2 - a,16 a a' g - a8. f16~ f8 f8 g8. f16~ f8 e8\trill d1 - } -} - diff --git a/lilypond/Stuck_in_the_middle.ly b/lilypond/Stuck_in_the_middle.ly deleted file mode 100644 index 0c00afa5..00000000 --- a/lilypond/Stuck_in_the_middle.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{ - paper-height = 0.9\cm - line-width = 2.7\cm - paper-width = 3.0\cm -} - -<< - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - \autoBeamOff - a8[ a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - \override NoteHead #'style = #'cross a[ \revert NoteHead #'style a] - } - } ->> \ No newline at end of file diff --git a/lilypond/Sur_le_pont_d_avignon.ly b/lilypond/Sur_le_pont_d_avignon.ly deleted file mode 100644 index 73ee3571..00000000 --- a/lilypond/Sur_le_pont_d_avignon.ly +++ /dev/null @@ -1,16 +0,0 @@ -\include "header" -\paper{paper-height = 2.6\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 2/4 - \key g \major - \partial 4 g8 g8 - g4 a8 a a4 b8 c d g, fis g a d, - g g g4 a8 a a4 b8 c d g, a fis g4 - g8 g g g g a8~ a8 g8~ g4 - g8 g g g a4 g - } -} diff --git a/lilypond/The_boxer.ly b/lilypond/The_boxer.ly deleted file mode 100644 index 6bc30cfe..00000000 --- a/lilypond/The_boxer.ly +++ /dev/null @@ -1,13 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key c \major - \time 4/4 - \relative c' - { - e2 g c,4 d e2 d2~ d4. g8 g2~ g4. f8 e4 g c4. g8 e4 g a e g2 f2 f2 e8 e d c d2 c2 - } -} - diff --git a/lilypond/The_ring_of_fire.ly b/lilypond/The_ring_of_fire.ly deleted file mode 100644 index dc6ff83f..00000000 --- a/lilypond/The_ring_of_fire.ly +++ /dev/null @@ -1,15 +0,0 @@ -\include "header" -\paper{paper-height = 2.3\cm} - -\new \songbookstaff -{ - \key g \major - \relative c'' - { - \time 3/4 - \partial 2 - r8 b8 c cis - d8 d16 d r8 d16 d e8 c d2. - b8 b16 b r8 b16 b c8 a b2. - } -} diff --git a/lilypond/Toi_toi_toi.ly b/lilypond/Toi_toi_toi.ly deleted file mode 100644 index becf62b0..00000000 --- a/lilypond/Toi_toi_toi.ly +++ /dev/null @@ -1,20 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - - - - -{ - \time 4/4 - \relative c'' - - { - \partial 8 {g8} \repeat volta 2 {a8 a a a b a4 d8 - d e d b d4. b8 - c c c c d c4 c8} - \alternative { - {c8 a b c d c b g} - {c8 a b c d c b4}} - } - -} diff --git a/lilypond/Tom_Sawyer_1.ly b/lilypond/Tom_Sawyer_1.ly deleted file mode 100644 index bac999bc..00000000 --- a/lilypond/Tom_Sawyer_1.ly +++ /dev/null @@ -1,14 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.1\cm -} - -\new \songbookstaff -{ - \key c \major - \time 2/4 - \relative c'' - { - e,4 c g'2 a4 c8. d16 e8 c4 g8 a4 c8. d16 e8 c d4 c2 - } -} diff --git a/lilypond/Tom_Sawyer_2.ly b/lilypond/Tom_Sawyer_2.ly deleted file mode 100644 index a41ae481..00000000 --- a/lilypond/Tom_Sawyer_2.ly +++ /dev/null @@ -1,13 +0,0 @@ -\include "header" -\paper{paper-height = 3.8\cm} - -\new \songbookstaff -{ - \key c \major - \time 2/4 - \relative c''{ - e4 c g'2 a4 a8. a16 g8 e4 c8 a'4 a8. a16 g8 e d c d2~ d4 - e8 f g4 g8. g16 f8 e d c a c4 a8 g4 c8 d e8 g4 g,8 e' e d d c2 - } -} - diff --git a/lilypond/Ton_invitation_1.ly b/lilypond/Ton_invitation_1.ly deleted file mode 100644 index aea18219..00000000 --- a/lilypond/Ton_invitation_1.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 4/4 - \key b \minor - \repeat volta 2 - { - g8 a4 ais8 b2 g8 b4 ais8 fis2 - } - - } -} - diff --git a/lilypond/Ton_invitation_2.ly b/lilypond/Ton_invitation_2.ly deleted file mode 100644 index a45fb5d8..00000000 --- a/lilypond/Ton_invitation_2.ly +++ /dev/null @@ -1,29 +0,0 @@ -\include "header" -\paper{paper-height = 3.8\cm} - -\new \songbookstaff -{ - \relative c'' - { - \time 4/4 - \key b \minor - \repeat volta 2 - { - g8 a4 ais8 b2 g8 b4 ais8 fis2 - } - fis8\trill d4 cis8 b2 - d8 d4 e8 cis2 - d8 d4 cis8 b4. d16 d - d8 e4 d8 cis4 d'8 d - - \repeat volta 2 - { - cis8 d16 cis~ cis8 d16 cis b4 a b4. g8 fis2 - } - \alternative - { - {fis8\trill a4 ais8 b2 g8 b4 g8 fis4 d'8 d8} {fis,1} - } - } -} - diff --git a/lilypond/Toujours_etre_ailleurs_rythm.ly b/lilypond/Toujours_etre_ailleurs_rythm.ly deleted file mode 100644 index 5f5889be..00000000 --- a/lilypond/Toujours_etre_ailleurs_rythm.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{ - paper-height = 1.1\cm - paper-width = 5.2\cm -} - -<< - \chords { d1:m | f2 g2 } - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - a4 a8 a~ a a a a - a4 a a a - } - } ->> \ No newline at end of file diff --git a/lilypond/V_la_l_bon_vent.ly b/lilypond/V_la_l_bon_vent.ly deleted file mode 100644 index 345182ff..00000000 --- a/lilypond/V_la_l_bon_vent.ly +++ /dev/null @@ -1,22 +0,0 @@ -\include "header" -\paper{paper-height = 2.5\cm} - -\new \songbookstaff -{ - \relative c' - { - \key a \minor - \time 2/4 - \repeat volta 2 - { - e8 a a4 e8 a16 a a4 - e8 a a8 a16 b - } - \alternative - { - {c8 c b8 b } {c8 b a4} - } - r8 e8 a c b a g b a e a c b a g b a - e a c b a a g e2 - } -} diff --git a/lilypond/Vanity.ly b/lilypond/Vanity.ly deleted file mode 100644 index 2c25d028..00000000 --- a/lilypond/Vanity.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 1.1\cm} - -\new \songbookstaff -{ - \key a \minor - \time 2/4 - \relative c'' - { - \repeat volta 2 - { - a8 b c e8~ e8 c d4 b2 - a8 b c e8~ e8 c d c b a g4 - } - } -} - diff --git a/lilypond/comfortably_numb.ly b/lilypond/comfortably_numb.ly deleted file mode 100644 index f605ca73..00000000 --- a/lilypond/comfortably_numb.ly +++ /dev/null @@ -1,57 +0,0 @@ -\include "header" -\paper{ - paper-height = 2.5 \cm - paper-width= 8\cm - line-width= 7.5\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - - - - \improvisationOn - 4 8 16 88 16 - 4 8 16 88 16 - 4 8 8 4 8 16 - 4 8 16 88 16 - \improvisationOff - - - - -} - -\score { - << - \chords { b1:m | a1 | g4. fis8 e2:m | b1:m } - \new Staff - - { - - \override Staff.StringNumber #'transparent = -##t - - \clef "G_8" \symbols } - - %\new TabStaff { - % \override Staff.Clef #'stencil = #(lambda (grob) - % (grob-interpret-markup grob TAB)) - % \symbols } - >> -} diff --git a/lilypond/gimme_shelter_rythm.ly b/lilypond/gimme_shelter_rythm.ly deleted file mode 100644 index fdc346e2..00000000 --- a/lilypond/gimme_shelter_rythm.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{ - paper-height = 0.6\cm - paper-width = 4.5\cm -} - -<< - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - a4^"" a a8 a a a~ a a a a a a a a - - - } - } ->> \ No newline at end of file diff --git a/lilypond/greensleeves.ly b/lilypond/greensleeves.ly deleted file mode 100644 index 63c040f5..00000000 --- a/lilypond/greensleeves.ly +++ /dev/null @@ -1,21 +0,0 @@ -\include "header" -\paper{paper-height = 6.5\cm} - -%\new \songbookstaff -{ - \key a \minor - \time 6/8 - \partial 8 a'8 - \relative c''{ - c4 d8 e8. (f16) e8 d4 b8 g8. (a16) b8 - c4 a8 a8. (gis16) a8 b4 gis8 e4 a8 - c4 d8 e8. (f16 e8) d4 b8 g8. (a16) b8 - c8. (b16) a8 gis8. (fis16) gis8 a4 a8 a4. - - g'4. g8. (fis16) e8 d4 b8 g8. (a16) b8 - c4 (a8) a8. (gis16) a8 b4 gis8 e4. - g'4. g8. (fis16) e8 d4 b8 g8. (a16) b8 - c8. (b16) a8 gis8. (fis16) gis8 a4. a4. - } -} - diff --git a/lilypond/header b/lilypond/header deleted file mode 100644 index 797166b2..00000000 --- a/lilypond/header +++ /dev/null @@ -1,26 +0,0 @@ -#(use-modules (guile-user)) -\version "2.14.2" - -\paper -{ - make-header=##f - %make-footer=##f - oddFooterMarkup = \markup { \fill-line {} } - page-top-space = 0\cm - - head-separation = 0\cm - foot-separation = 0\cm - - left-margin = 0\cm - top-margin = 0\cm - bottom-margin = 0\cm - - indent = 0\cm - between-system-padding = 0\cm - - paper-width = 7.5\cm - line-width = 7\cm - paper-height = 1\cm -} - -#(set-global-staff-size 12) diff --git a/lilypond/hey_you.ly b/lilypond/hey_you.ly deleted file mode 100644 index 6fcd1b6d..00000000 --- a/lilypond/hey_you.ly +++ /dev/null @@ -1,47 +0,0 @@ -\include "header" -\paper{ - paper-height =2.5\cm - paper-width= 10\cm - line-width= 10\cm -} - -TAB = \markup { - \raise #1.5 - \sans - \bold - \huge - \override #'(baseline-skip . 2.5) - \left-align - \center-column { - T - A - B - } -} - -symbols = { - \numericTimeSignature - \time 4/4 - \repeat volta 2 { - 16 b\4 e'\3 g'\2 e'\3 b\4 g'\2 e'\3 - 16 b\4 e'\3 g'\2 e'\3 b\4 g'\2 e'\3 - e'\2 a\4 d'\3 a'\1 f'\2 d'\3 a'\1 d'\3 - e'\2 a\4 d'\3 a'\1 f'\2 d'\3 a'\1 d'\3 - } -} -\score { - << - - \new Staff - - { - \override Staff.StringNumber #'transparent = -##t - \clef "G_8" \symbols } - %\chords { c2 | f2| g1 | c2 | f2| g1 } - \new TabStaff { - \override Staff.Clef #'stencil = #(lambda (grob) - (grob-interpret-markup grob TAB)) - \symbols } - >> -} diff --git a/lilypond/in_the_death_car.ly b/lilypond/in_the_death_car.ly deleted file mode 100644 index f10983c1..00000000 --- a/lilypond/in_the_death_car.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{paper-height = 2.4\cm} - -\new \songbookstaff -{ - \key e \minor - \time 4/4 - \relative c'' - { - r8 b8 b b g g e e c1 - r8 a'8 a a fis fis c c b1 - r8 b'8 b b g g e e - r8 a a g fis4 e - r8 dis dis e fis e e dis e1 - } -} - diff --git a/lilypond/les_ecorches.ly b/lilypond/les_ecorches.ly deleted file mode 100644 index 2d2a8fb2..00000000 --- a/lilypond/les_ecorches.ly +++ /dev/null @@ -1,23 +0,0 @@ -\include "header" -\paper{ - paper-height = 2.5\cm - paper-width= 7.2\cm -} - -symbols = { - \numericTimeSignature - \time 12/8 - \repeat volta 4 { - a,4 a,8 eis (e) e c (a,) a, g, (e,) e8 -} - \repeat volta 4 { - g,4 g,8 eis (d) d c (b,) b, g,4 d8 - } -} - -\score { - << - \new Staff { \clef "G_8" \symbols } - \new TabStaff { \symbols } - >> -} \ No newline at end of file diff --git a/lilypond/mothers_little_helper.ly b/lilypond/mothers_little_helper.ly deleted file mode 100644 index bb77cd52..00000000 --- a/lilypond/mothers_little_helper.ly +++ /dev/null @@ -1,17 +0,0 @@ -\include "header" -\paper{ - paper-height = 1\cm - paper-width = 6\cm -} - -<< - \new RhythmicStaff { - \new Voice = "myRhythm" { - \numericTimeSignature - \time 4/4 - a4^"verse" a8-> a a8 a a-> a - a4^"chorus" a-> a8 a a-> a - - } - } ->> \ No newline at end of file diff --git a/songbook/build.py b/songbook/build.py index 31263307..219fd078 100644 --- a/songbook/build.py +++ b/songbook/build.py @@ -149,9 +149,6 @@ def makeTexFile(sb, library, output, core_dir): if re.compile("getLibraryImgDirectory").search(line): line = line.replace("\\getLibraryImgDirectory", core_dir + "img/") content[index] = line - if re.compile("getLibraryLilypondDirectory").search(line): - line = line.replace("\\getLibraryLilypondDirectory", core_dir + "lilypond/") - content[index] = line out.write(''.join(content)) out.close() @@ -176,7 +173,7 @@ def buildsongbook(sb, basename, library): os.environ['TEXMFHOME'] = MOD_DIR + '/../' # First pdflatex pass - call(["pdflatex", texFile]) + call(["pdflatex", "--shell-escape", texFile]) # Make index sxdFiles = glob.glob("%s_*.sxd" % basename) @@ -188,4 +185,4 @@ def buildsongbook(sb, basename, library): indexFile.close() # Second pdflatex pass - call(["pdflatex", texFile]) + call(["pdflatex", "--shell-escape", texFile]) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index f3631c7d..e83e1511 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -71,13 +71,7 @@ \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth} -\graphicspath{ {img/}, {\getLibraryImgDirectory}, {\getLibraryLilypondDirectory} } - -\renewcommand{\lilypond}[1]{% - \iflilypond% - \IfFileExists{\getLibraryLilypondDirectory/#1.pdf}{\includegraphics{#1}}{}% - \fi% -} +\graphicspath{ {img/}, {\getLibraryImgDirectory} } \definecolor{SongNumberBgColor}{HTML}{\getsongnumberbgcolor} \definecolor{NoteBgColor}{HTML}{\getnotebgcolor} @@ -92,7 +86,7 @@ \pagestyle{empty} % Customization of the page appearance -\RequirePackage[ +\usepackage[ a4paper % paper size ,includeheadfoot % include header and footer into text size ,hmarginratio=1:1 % ratio between inner and outer margin (default) diff --git a/templates/minimal.tmpl b/templates/minimal.tmpl index 1af407df..df43a5b1 100644 --- a/templates/minimal.tmpl +++ b/templates/minimal.tmpl @@ -46,13 +46,8 @@ \usepackage{babel} \lang{\getlang} -\graphicspath{ {img/}, {\getLibraryImgDirectory}, {\getLibraryLilypondDirectory} } -\renewcommand{\lilypond}[1]{% - \iflilypond% - \IfFileExists{\getLibraryLilypondDirectory/#1.pdf}{\includegraphics{#1}}{}% - \fi% -} +\graphicspath{ {img/}, {\getLibraryImgDirectory} } \gettitleprefixwords \getauthwords @@ -61,7 +56,7 @@ \pagestyle{empty} % Customization of the page appearance -\RequirePackage[ +\usepackage[ a4paper % paper size ,includeheadfoot % include header and footer into text size ,hmarginratio=1:1 % ratio between inner and outer margin (default) diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 0fc40565..ee4a9eab 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -74,13 +74,7 @@ \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth} -\graphicspath{ {img/}, {\getLibraryImgDirectory}, {\getLibraryLilypondDirectory} } - -\renewcommand{\lilypond}[1]{% - \iflilypond% - \IfFileExists{\getLibraryLilypondDirectory/#1.pdf}{\includegraphics{#1}}{}% - \fi% -} +\graphicspath{ {img/}, {\getLibraryImgDirectory} } \definecolor{SongNumberBgColor}{HTML}{\getsongnumberbgcolor} \definecolor{NoteBgColor}{HTML}{\getnotebgcolor} @@ -96,7 +90,7 @@ \pagestyle{empty} % Customization of the page appearance -\RequirePackage[ +\usepackage[ a4paper % paper size ,includeheadfoot % include header and footer into text size ,hmarginratio=1:1 % ratio between inner and outer margin (default) diff --git a/tex/latex/crepbook.cls b/tex/latex/crepbook.cls index b80834c4..21b43ce3 100644 --- a/tex/latex/crepbook.cls +++ b/tex/latex/crepbook.cls @@ -58,6 +58,7 @@ % Main packages \RequirePackage{graphicx,xcolor} +\RequirePackage{epstopdf} \RequirePackage{songs} \RequirePackage{fancybox} \definecolor{tango-green-3}{HTML}{4e9a06} @@ -310,7 +311,16 @@ } \fi% +% On-the-fly compilation of lilypond files +\epstopdfDeclareGraphicsRule{.ly}{pdf}{.pdf}{lilypond --format=pdf -e '(define-public songbookstaff "")' --output=\Gin@base\ETE@suffix\space #1} +\AppendGraphicsExtensions{.ly} + \newcommand{\lilypond}[1]{% + \iflilypond% + \includegraphics{\currfiledir#1}% + \fi% +} +\newcommand{\vlilypond}[1]{% \iflilypond% \includegraphics{#1}% \fi%