silence.ly 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. \version "2.10.25"
  2. %{
  3. @title Silence
  4. @copyright 1987 Frederic G. MARAND
  5. @license Tous droits réservés
  6. @version $Id: silence.ly,v 1.1 2007-09-30 15:35:21 marand Exp $
  7. Intro: trois parties, typiquement pizzicati
  8. A = Couplet, mené par le duo chant/basse
  9. AB = Transition couplet/refrain
  10. B = Refrain
  11. %}
  12. \header
  13. {
  14. title = "Silence"
  15. % subtitle = ""
  16. composer = "FGM"
  17. copyright = "1987"
  18. % meter = "Patch basse = Live at Leeds"
  19. }
  20. % -- Intro, première partie, voix haute
  21. introAH =
  22. {
  23. g'4. d'8 g4~ g16 fis e8
  24. d4. a'8 d16 d, a' c d, a' d a
  25. e'16 e,32 b'32 e16 e, d' b e, b' c c, b' c, g' e c e
  26. d16 a fis' d g d fis a d, g d fis d g a d, \bar "||"
  27. }
  28. % -- Intro, première partie, voix basse
  29. introAL =
  30. {
  31. g4. d'8 g2 | d2 d2 | e2 c2 | d1
  32. }
  33. % -- Intro, deuxième partie, voix haute
  34. introBH =
  35. {
  36. <e g b >2
  37. <e g c >4. b'8
  38. <d, fis b >2
  39. <b d fis>2
  40. }
  41. % -- Intro, deuxième partie, voix basse
  42. introBL =
  43. {
  44. e,1
  45. d2
  46. b,2
  47. }
  48. % -- Intro, troisième partie, voix haute
  49. introCH =
  50. {
  51. g16 e8 c16~ c4 b16 d8 fis16~ fis4
  52. g16 e8 c16~ c16 a c a b16 d fis d~ d4 \bar "||"
  53. }
  54. % -- Intro, troisième partie, voix basse
  55. introCL =
  56. {
  57. c8. a,16~ a,4~ a,16 d a, b,~ b,4
  58. c8. a,16~ a,4 b,8. d16~ d4
  59. }
  60. % -- couplet, basse
  61. bassA =
  62. {
  63. d16 e e e e16 e e e d16 e e g e16 fis e e
  64. d16 d d d d16 d d a b16 b d b~ b16 b b b
  65. c16 c c a a a a a a d a b b16 b b b
  66. c16 c c a a a a a b16 b b d~ d16 d d d
  67. }
  68. % -- transition couplet/refrain, basse
  69. bassAB =
  70. {
  71. \times 2/3 { d8 d d }
  72. \times 2/3 { d8 d d }
  73. }
  74. % -- couplet, rythmique
  75. clavA =
  76. {
  77. d16 e <d g> e e <d g> e <d g>
  78. d16 e <d g> e e <d g> e <d g>
  79. fis32 d a' d, fis d a' d, fis d a' d, fis d a' d,
  80. fis32 d b' d, fis d b' d, fis d b' d, fis d b' d,
  81. \introCH
  82. }
  83. % -- transition couplet/refrain, rythmique
  84. clavAB =
  85. {
  86. \times 2/3 { r8 d e }
  87. \times 2/3 { fis g a }
  88. }
  89. % -- intro trois parties, accords
  90. chordsIntro = \chordmode
  91. {
  92. g1 d e2:m c d1
  93. e1:m d2 b2:m
  94. c8. a16:m a4:m a16:m d8 b,16:m~ b,4:m
  95. c8. a16:m a4:m b8.:m d16 d4
  96. }
  97. % -- couplet, accords
  98. chordsA = \chordmode
  99. {
  100. e2:m e:m
  101. d2 b:m
  102. c8. a16:m a4:m a16:m d8 b,16:m~ b,4:m
  103. c8. a16:m a4:m b8.:m d16 d4
  104. }
  105. % -- transition couplet/refrain, accords
  106. chordsAB = \chordmode
  107. {
  108. d2
  109. }
  110. % -- couplet, chant
  111. voxA =
  112. {
  113. d16 e e e e d e g~ g e8. r4
  114. fis16 fis8 fis16 fis fis8. b,16 d8 d16~ d d d8
  115. s1
  116. s1
  117. }
  118. voxB =
  119. {
  120. d16 e e e e d e g~ g fis e e16~ e4
  121. r1 r1 r1
  122. }
  123. % === et maintenant la partition proprement dite ======
  124. \score
  125. {
  126. <<
  127. %{ \new ChordNames % ---- accords ----------------------
  128. {
  129. \set chordChanges = ##t
  130. \chordsIntro
  131. \repeat unfold 2 { \chordsA }
  132. \chordsAB
  133. }
  134. %}
  135. \new Voice = "voiceVoxA"
  136. {
  137. \clef G
  138. \set Staff.midiInstrument = "electric bass (pick)"
  139. \repeat unfold 8 { r1 }
  140. \relative c' \voxA
  141. \relative c' \voxB
  142. }
  143. \new Lyrics \lyricsto "voiceVoxA"
  144. {
  145. Si lent is the way of the run ner
  146. Si lent the fo rest, while he cros ses it
  147. Si lent is the way of the a ta ra xic
  148. Si lent are their worlds, void of e mo tions
  149. Si lent is the way of the ex e cu tives
  150. Si lent is the way of the dead _
  151. }
  152. % -- La ligne de cordes aigues-----------------------
  153. \new Staff
  154. {
  155. \key e \minor
  156. \set Staff.midiInstrument = "pizzicato strings"
  157. \time 4/4
  158. \clef "G" % G^8
  159. \relative c' \introAH
  160. \set Staff.midiInstrument = "string ensemble 2"
  161. \relative c' \introBH
  162. \clef G
  163. \relative c''' \introCH
  164. \relative c'' \repeat unfold 2 { \clavA }
  165. \time 2/4
  166. \relative c'' \clavAB
  167. }
  168. %{
  169. -- La ligne de basse ------------------------------------------------------
  170. Sons MIDI disponibles:
  171. "acoustic bass" "violin"
  172. "slap bass 1" "viola"
  173. "slap bass 2" "cello"
  174. "electric bass (finger)" "contrabass"
  175. "electric bass (pick)" "tremolo strings"
  176. "fretless bass" "pizzicato strings"
  177. "slap bass 1" "orchestral strings"
  178. "slap bass 2" "timpani"
  179. "synth bass 1" "string ensemble 1"
  180. "synth bass 2" "string ensemble 2"
  181. %}
  182. \new Staff
  183. {
  184. \clef "F"
  185. \transposition c
  186. % \set Staff.instrumentName = "Bass: It's sabotage"
  187. \set Staff.midiInstrument = "contrabass"
  188. \key e \minor
  189. \tempo 4 = 90
  190. \relative c
  191. \introAL
  192. \introBL
  193. \introCL
  194. \set Staff.midiInstrument = "electric bass (pick)"
  195. \relative c \repeat unfold 2 { \bassA }
  196. \bassAB
  197. }
  198. >>
  199. \midi
  200. {
  201. % tempoWholesPerMinute = #(ly:make-moment 180 4)
  202. }
  203. \layout {}
  204. }