Advertisement
Guest User

Untitled

a guest
Feb 11th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. \version "2.16.2"
  2.  
  3. \header {
  4. title = "CHORALE"
  5. composer = "Ryan McClure"
  6. % Remove default LilyPond tagline
  7. tagline = ##f
  8. }
  9.  
  10. \layout {
  11. \context {
  12. \Score
  13. \remove "Bar_number_engraver"
  14. }
  15. }
  16. \layout {
  17. indent = 0
  18. }
  19.  
  20. global = {
  21. \key c \minor
  22. \numericTimeSignature
  23. \time 4/2
  24. }
  25.  
  26. sopranoChoirI = \relative c'' {
  27. \global
  28. c2 b2 c2 d2
  29. ees2 ees2 d2\fermata d2
  30. ees2 ees2 c2 ees2
  31. ees2 d2 ees2\fermata d2 \break
  32. d2 c2 d2 d2
  33. ees2 d2 d2\fermata d2
  34. c des2 c2 c2
  35. c2 b2 c1\fermata
  36. \bar "|."
  37.  
  38. }
  39.  
  40. altoChoirI = \relative c' {
  41. \global
  42. g'2 g2 g2 f2
  43. g2 aes2 g2 bes2
  44. bes2 bes aes2 bes2
  45. bes2 bes2 g2 a2
  46. bes2 g2 a2 g2
  47. a2 a2 bes?2 b2
  48. g2 aes2 g2 a2
  49. g2 g2 g1
  50. }
  51.  
  52. tenorChoirI = \relative c' {
  53. \global
  54. ees2 d2 c2 b2
  55. c2 c2 b2 f'2
  56. g2 g2 ees2 g2
  57. g2 f2 ees2 fis2
  58. g2 e2 fis2 g2
  59. g2 fis2 g2 g2
  60. ees2 f2 ees2 ees2
  61. ees2 d2 ees1
  62.  
  63.  
  64. }
  65.  
  66. bassChoirI = \relative c {
  67. \global
  68. c2 g'2 ees2 d2
  69. c2 fis2 g2\fermata bes,2
  70. ees2 g2 aes2 ees2
  71. ees2 bes2 ees2\fermata d2
  72. g,2 c2 d2 bes2
  73. c2 d2 g,2\fermata g2
  74. c2 f2 c2 fis2
  75. g2 g,2 c1\fermata
  76. }
  77.  
  78. verseChoirI = \lyricmode {
  79. % Lyrics follow here.
  80.  
  81. }
  82.  
  83. sopranoChoirII = \relative c'' {
  84. \global
  85. c2 b2 c2 d2
  86. ees2 ees2 d2\fermata d2
  87. ees2 ees4 d4 c4 d4 ees2
  88. ees2 d2 ees2\fermata d2 \break
  89. d2~ d4 c4 d2 d2
  90. ees2 d2 d2\fermata d2
  91. c des2 c2 c2
  92. c2~ c4 b4 c1\fermata
  93. \bar "|."
  94. }
  95.  
  96. altoChoirII = \relative c' {
  97. \global
  98. g'2 g2 g2 f2
  99. g2 aes2 g2 bes?2
  100. bes2 bes2~ bes4 aes4 bes2
  101. bes2 bes4. aes8 g2 a2
  102. bes4 aes4 g2 a2 g2
  103. a2 a2 bes?2 b4 a?4
  104. g2 aes2 g2 a2
  105. g2 g2 g1 \bar "|."
  106. }
  107.  
  108. tenorChoirII = \relative c' {
  109. \global
  110. ees2 d2~ d4 c4 b2
  111. c2 c2 b2 f'2
  112. g2 g4 f4 ees4 f4 g2
  113. g2~ g4 f4 ees2 fis2 \break
  114. g4 f4 e2 fis2 g2
  115. g2~ g4 fis4 g2 g4 f4
  116. ees2 f2 ees2 ees2
  117. ees2 d2 ees1 \bar "|."
  118. }
  119.  
  120. bassChoirII = \relative c {
  121. \global
  122. c2 g'4 f4 ees2 d2
  123. c2 fis2 g2\fermata bes,?2
  124. ees4 f4 g2 aes2 ees2
  125. ees2 bes2 ees2\fermata d2 \break
  126. g2 c2 d4 c4 bes2
  127. c2 d2 g,2\fermata g2
  128. c2 f2 c2 fis2
  129. g2 g,2 c1\fermata \bar "|."
  130. }
  131.  
  132. verseChoirII = \lyricmode {
  133. % Lyrics follow here.
  134.  
  135. }
  136.  
  137. sopranoVoiceI = \relative c'' {
  138. \global
  139. \dynamicUp
  140. \override Staff.Clef #'stencil = ##f
  141. \override Staff.KeySignature #'stencil = ##f
  142. \override Staff.TimeSignature #'stencil = ##f
  143. \override Staff.BarLine #'transparent = ##t
  144. s2 s2 s2 s2 s2 s2 s2 s2
  145. s2 s2 s2 s2 s2 s2 s2 s2
  146. s2 s2 s2 s2 s2 s2 s2 s2
  147. s2 s2 s2 s2 s2 s2 s2 s2
  148.  
  149. }
  150.  
  151. verseSopranoVoiceI = \lyricmode {
  152. % Lyrics follow here.
  153.  
  154. }
  155.  
  156. sopranoVoiceII = \relative c'' {
  157. \global
  158. \dynamicUp
  159. \override Staff.Clef #'stencil = ##f
  160. \override Staff.KeySignature #'stencil = ##f
  161. \override Staff.TimeSignature #'stencil = ##f
  162. \override Staff.BarLine #'transparent = ##t
  163. s2 s2 s2 s2 s2 s2 s2 s2
  164. s2 s2 s2 s2 s2 s2 s2 s2
  165. s2 s2 s2 s2 s2 s2 s2 s2
  166. s2 s2 s2 s2 s2 s2 s2 s2
  167.  
  168. }
  169.  
  170. verseSopranoVoiceII = \lyricmode {
  171. % Lyrics follow here.
  172.  
  173. }
  174.  
  175. choirIPart = \new StaffGroup \with {
  176. \consists "Instrument_name_engraver"
  177.  
  178. } <<
  179. \new Staff \with {
  180.  
  181. midiInstrument = "choir aahs"
  182.  
  183. } <<
  184. \new Voice = "soprano" { \voiceOne \sopranoChoirI }
  185. \new Voice = "alto" { \voiceTwo \altoChoirI }
  186. >>
  187. \new Lyrics \with {
  188. \override VerticalAxisGroup #'staff-affinity = #CENTER
  189. } \lyricsto "soprano" \verseChoirI
  190. \new Staff \with {
  191. midiInstrument = "choir aahs"
  192.  
  193. } <<
  194. \clef bass
  195. \new Voice = "tenor" { \voiceOne \tenorChoirI }
  196. \new Voice = "bass" { \voiceTwo \bassChoirI }
  197. >>
  198. >>
  199.  
  200. choirIIPart = \new StaffGroup \with {
  201. \consists "Instrument_name_engraver"
  202.  
  203. } <<
  204. \new Staff \with {
  205. midiInstrument = "choir aahs"
  206.  
  207. } <<
  208. \new Voice = "soprano" { \voiceOne \sopranoChoirII }
  209. \new Voice = "alto" { \voiceTwo \altoChoirII }
  210. >>
  211. \new Lyrics \with {
  212. \override VerticalAxisGroup #'staff-affinity = #CENTER
  213. } \lyricsto "soprano" \verseChoirII
  214. \new Staff \with {
  215. midiInstrument = "choir aahs"
  216.  
  217. } <<
  218. \clef bass
  219. \new Voice = "tenor" { \voiceOne \tenorChoirII }
  220. \new Voice = "bass" { \voiceTwo \bassChoirII }
  221. >>
  222. >>
  223.  
  224. sopranoVoiceIPart = \new Staff \with {
  225.  
  226. midiInstrument = "choir aahs"
  227. } { \sopranoVoiceI }
  228. \addlyrics { \verseSopranoVoiceI }
  229.  
  230. sopranoVoiceIIPart = \new Staff \with {
  231.  
  232. midiInstrument = "choir aahs"
  233. } { \sopranoVoiceII }
  234. \addlyrics { \verseSopranoVoiceII }
  235.  
  236. \score {
  237. <<
  238. \choirIPart
  239. \choirIIPart
  240. \sopranoVoiceIPart
  241. \sopranoVoiceIIPart
  242. >>
  243. \layout { }
  244. \midi {
  245. \context {
  246. \Score
  247. tempoWholesPerMinute = #(ly:make-moment 100 4)
  248. }
  249. }
  250. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement