Browse Source

initial support for automatic transpositions between Staff and Tablature Staff with lilypond

remotes/kaosun/Kaosun
Romain Goffe 12 years ago
parent
commit
927bd37fa2
  1. 1
      lilypond/10_sous_dans_ma_poche-1.ly
  2. 1
      lilypond/10_sous_dans_ma_poche-2.ly
  3. 1
      lilypond/A_l_aventure_compagnons.ly
  4. 1
      lilypond/Chanson_pour_Pierrot.ly
  5. 1
      lilypond/Cupidon_s_en_fout.ly
  6. 1
      lilypond/Dans_la_tete.ly
  7. 1
      lilypond/Droit_devant-1.ly
  8. 1
      lilypond/Droit_devant-2.ly
  9. 1
      lilypond/Education_sentimentale.ly
  10. 1
      lilypond/Entre_deux_taxis.ly
  11. 1
      lilypond/Et_si_je_t_aime.ly
  12. 1
      lilypond/Etoiles_filantes-1.ly
  13. 1
      lilypond/Etoiles_filantes-2.ly
  14. 1
      lilypond/Fairytale_of_New_York.ly
  15. 1
      lilypond/Fuck_you.ly
  16. 1
      lilypond/Geste_heroique-2.ly
  17. 1
      lilypond/Heart_of_gold.ly
  18. 1
      lilypond/Jessica.ly
  19. 1
      lilypond/Keep_on_the_sunny_side.ly
  20. 1
      lilypond/Kiss_the_children.ly
  21. 1
      lilypond/L_harmonica.ly
  22. 1
      lilypond/La_biere_du_donjon.ly
  23. 1
      lilypond/La_blanche.ly
  24. 1
      lilypond/La_compagnie_du_chien_rugissant.ly
  25. 1
      lilypond/La_cumbia_del_mole.ly
  26. 1
      lilypond/La_danse_des_esquimaux.ly
  27. 1
      lilypond/La_declaration.ly
  28. 1
      lilypond/La_fiancee_de_l_eau.ly
  29. 1
      lilypond/La_jument_de_Michao.ly
  30. 1
      lilypond/La_premiere_fois.ly
  31. 1
      lilypond/La_reine.ly
  32. 1
      lilypond/La_sorciere_Grabouilla.ly
  33. 1
      lilypond/La_tribu_de_Dana.ly
  34. 1
      lilypond/La_vie_d_aventurier.ly
  35. 1
      lilypond/Le_cafe_des_jours_heureux.ly
  36. 1
      lilypond/Le_joueur_de_pipeau.ly
  37. 1
      lilypond/Le_laride_du_poulet.ly
  38. 1
      lilypond/Le_moustique.ly
  39. 2
      lilypond/Le_p_tit_gars.ly
  40. 1
      lilypond/Le_rat_de_l_opera-1.ly
  41. 1
      lilypond/Le_rat_de_l_opera-2.ly
  42. 1
      lilypond/Le_vent_nous_portera.ly
  43. 1
      lilypond/Lea.ly
  44. 1
      lilypond/Les_hommes_que_j_aime.ly
  45. 1
      lilypond/Les_mains_froides.ly
  46. 1
      lilypond/Les_souliers_de_Lady_Fae-1.ly
  47. 1
      lilypond/Les_souliers_de_Lady_Fae-2.ly
  48. 1
      lilypond/Les_souliers_rouges.ly
  49. 1
      lilypond/Lino.ly
  50. 4
      lilypond/Ma_gonzesse.ly
  51. 1
      lilypond/Mamadou_avait_mal_aux_dents.ly
  52. 1
      lilypond/Marchand_de_couleurs.ly
  53. 1
      lilypond/Mrs_McGrath.ly
  54. 1
      lilypond/Noel_en_Mordor.ly
  55. 2
      lilypond/Notre_monde.ly
  56. 1
      lilypond/Nuit_humide_1.ly
  57. 1
      lilypond/Nuit_humide_2.ly
  58. 1
      lilypond/One_more_cup_of_coffee.ly
  59. 1
      lilypond/Petit_Pierrot.ly
  60. 1
      lilypond/Rue_de_Paname.ly
  61. 3
      lilypond/Rue_de_Paname_acc.ly
  62. 1
      lilypond/Rue_du_temps.ly
  63. 1
      lilypond/Sad_Lisa.ly
  64. 1
      lilypond/Sad_robot.ly
  65. 1
      lilypond/Sainte_Cecile.ly
  66. 1
      lilypond/Saturnin.ly
  67. 1
      lilypond/Souleve_ta_jupe.ly
  68. 1
      lilypond/The_boxer.ly
  69. 1
      lilypond/The_ring_of_fire.ly
  70. 2
      lilypond/Tom_Sawyer_1.ly
  71. 1
      lilypond/Tom_Sawyer_2.ly
  72. 1
      lilypond/Ton_invitation_1.ly
  73. 1
      lilypond/Ton_invitation_2.ly
  74. 1
      lilypond/V_la_l_bon_vent.ly
  75. 1
      lilypond/Vanity.ly
  76. 1
      lilypond/header
  77. 5
      makefile

1
lilypond/10_sous_dans_ma_poche-1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.5\cm}
\new \songbookstaff
{
\relative c'
{

1
lilypond/10_sous_dans_ma_poche-2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 4\cm}
\new \songbookstaff
{
\relative c'
{

1
lilypond/A_l_aventure_compagnons.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.6\cm}
\new \songbookstaff
{
\key ees \major
\time 2/4

1
lilypond/Chanson_pour_Pierrot.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key fis \minor
\relative c'

1
lilypond/Cupidon_s_en_fout.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key a \minor
\time 2/4

1
lilypond/Dans_la_tete.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Droit_devant-1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key d \minor
\relative c''

1
lilypond/Droit_devant-2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\key d \minor
\relative c''

1
lilypond/Education_sentimentale.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.5\cm}
\new \songbookstaff
{
\key c \major
\time 3/4

1
lilypond/Entre_deux_taxis.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key c \major
\time 4/4

1
lilypond/Et_si_je_t_aime.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.2\cm}
\new \songbookstaff
{
\relative c'''
{

1
lilypond/Etoiles_filantes-1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\relative c'
{

1
lilypond/Etoiles_filantes-2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Fairytale_of_New_York.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.8\cm}
\new \songbookstaff
{
\key d \major
\time 2/4

1
lilypond/Fuck_you.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\key c \major
\time 4/4

1
lilypond/Geste_heroique-2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Heart_of_gold.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key g \major
\time 2/4

1
lilypond/Jessica.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.2\cm}
\new \songbookstaff
{
\key c \major
\time 2/4

1
lilypond/Keep_on_the_sunny_side.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key bes \major
\time 2/4

1
lilypond/Kiss_the_children.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key c \minor
\time 6/8

1
lilypond/L_harmonica.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.0\cm}
\new \songbookstaff
{
\key a \minor
\time 2/4

1
lilypond/La_biere_du_donjon.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/La_blanche.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\key d \major
\relative c''

1
lilypond/La_compagnie_du_chien_rugissant.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/La_cumbia_del_mole.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.5\cm}
\new \songbookstaff
{
\key e \minor
\time 2/2

1
lilypond/La_danse_des_esquimaux.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\key e \major
\time 2/4

1
lilypond/La_declaration.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\key e \minor
\time 4/4

1
lilypond/La_fiancee_de_l_eau.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.7\cm}
\new \songbookstaff
{
\key d \minor
\time 6/8

1
lilypond/La_jument_de_Michao.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 13.7\cm}
\new \songbookstaff
{
\key a \minor
\relative c''

1
lilypond/La_premiere_fois.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\key ees \major
\time 6/8

1
lilypond/La_reine.ly

@ -2,6 +2,7 @@
\paper{paper-height = 8.8\cm}
\new \songbookstaff
{
\key e \minor
\time 2/2

1
lilypond/La_sorciere_Grabouilla.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 6.1\cm}
\new \songbookstaff
{
\key e \minor
\time 2/4

1
lilypond/La_tribu_de_Dana.ly

@ -6,6 +6,7 @@
paper-height = 1.4\cm
}
\new \songbookstaff
{
\key c \minor
\time 2/4

1
lilypond/La_vie_d_aventurier.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key a \minor
\partial 8 e'8

1
lilypond/Le_cafe_des_jours_heureux.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\relative c'
{

1
lilypond/Le_joueur_de_pipeau.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\key d \minor
\relative c''

1
lilypond/Le_laride_du_poulet.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key a \minor
\time 2/4

1
lilypond/Le_moustique.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\relative c''
{

2
lilypond/Le_p_tit_gars.ly

@ -4,6 +4,8 @@
line-width = 14.5\cm
paper-width = 15\cm
}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Le_rat_de_l_opera-1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 6.0\cm}
\new \songbookstaff
{
\key a \major
\time 3/8

1
lilypond/Le_rat_de_l_opera-2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.8\cm}
\new \songbookstaff
{
\key a \major
\time 3/8

1
lilypond/Le_vent_nous_portera.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.6\cm}
\new \songbookstaff
{
\key e \minor
\time 2/4

1
lilypond/Lea.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key a \minor
\time 2/4

1
lilypond/Les_hommes_que_j_aime.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Les_mains_froides.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Les_souliers_de_Lady_Fae-1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key e \minor
\time 6/8

1
lilypond/Les_souliers_de_Lady_Fae-2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key a \minor
\time 6/8

1
lilypond/Les_souliers_rouges.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key g \major
\time 2/4

1
lilypond/Lino.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.4\cm}
\new \songbookstaff
{
\key d \minor
\time 4/4

4
lilypond/Ma_gonzesse.ly

@ -1,5 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key c \major
\time 4/4
@ -7,4 +9,4 @@
{
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
}
}
}

1
lilypond/Mamadou_avait_mal_aux_dents.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.0\cm}
\new \songbookstaff
{
\key c \major
\time 2/4

1
lilypond/Marchand_de_couleurs.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key a \minor
\time 12/8

1
lilypond/Mrs_McGrath.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key d \minor
\time 6/8

1
lilypond/Noel_en_Mordor.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key c \minor
\time 2/4

2
lilypond/Notre_monde.ly

@ -1,7 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key e \minor
\time 4/4

1
lilypond/Nuit_humide_1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 4.0\cm}
\new \songbookstaff
{
\key e \minor
\time 2/4

1
lilypond/Nuit_humide_2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 4.0\cm}
\new \songbookstaff
{
\key e \minor
\time 4/4

1
lilypond/One_more_cup_of_coffee.ly

@ -6,6 +6,7 @@
paper-height = 1.5\cm
}
\new \songbookstaff
{
\key a \minor
\time 2/4

1
lilypond/Petit_Pierrot.ly

@ -3,6 +3,7 @@
paper-height = 2.6\cm
}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Rue_de_Paname.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key bes \major
\time 6/8

3
lilypond/Rue_de_Paname_acc.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.6\cm}
\new \songbookstaff
{
\key bes \major
\time 6/8
@ -8,4 +9,4 @@
{
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.
}
}
}

1
lilypond/Rue_du_temps.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\key d \minor
\time 6/8

1
lilypond/Sad_Lisa.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.0\cm}
\new \songbookstaff
{
\key e \minor
\time 4/4

1
lilypond/Sad_robot.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key d \minor
\time 2/4

1
lilypond/Sainte_Cecile.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.0\cm}
\new \songbookstaff
{
\key d \minor
\time 2/4

1
lilypond/Saturnin.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.8\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Souleve_ta_jupe.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 5.0\cm}
\new \songbookstaff
{
\key d \minor
\time 4/4

1
lilypond/The_boxer.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.4\cm}
\new \songbookstaff
{
\key c \major
\time 4/4

1
lilypond/The_ring_of_fire.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.3\cm}
\new \songbookstaff
{
\key g \major
\relative c''

2
lilypond/Tom_Sawyer_1.ly

@ -3,6 +3,7 @@
paper-height = 1.1\cm
}
\new \songbookstaff
{
\key c \major
\time 2/4
@ -11,4 +12,3 @@
e,4 c g'2 a4 c8. d16 e8 c4 g8 a4 c8. d16 e8 c d4 c2
}
}

1
lilypond/Tom_Sawyer_2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.8\cm}
\new \songbookstaff
{
\key c \major
\time 2/4

1
lilypond/Ton_invitation_1.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/Ton_invitation_2.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 3.8\cm}
\new \songbookstaff
{
\relative c''
{

1
lilypond/V_la_l_bon_vent.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 2.5\cm}
\new \songbookstaff
{
\relative c'
{

1
lilypond/Vanity.ly

@ -1,6 +1,7 @@
\include "header"
\paper{paper-height = 1.1\cm}
\new \songbookstaff
{
\key a \minor
\time 2/4

1
lilypond/header

@ -1,3 +1,4 @@
#(use-modules (guile-user))
\version "2.14.2"
\paper

5
makefile

@ -42,7 +42,8 @@ endif
LATEX=pdflatex $(LATEX_OPTIONS)
STAFF = "Staff"
#STAFF = "TabStaff"
############################################################
### Targets
@ -87,7 +88,7 @@ $(PDF): %.pdf: %.tex %.aux
$(MAKE_SONGBOOK) -s $< -d -o $@
%.pdf: %.ly
@$(LILYPOND) --format=pdf --output=$(@:%.pdf=%) $<
@$(LILYPOND) --format=pdf -e '(define-public songbookstaff $(STAFF))' --output=$(@:%.pdf=%) $<
$(CHORDS): $(CHORDS_SRC)
$(MAKE_CHORDS) -o $@

Loading…
Cancel
Save