\version "2.14.2" songTitle = "This only happened one time a year" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Angelus ad virginem } } tuneComposer = \markup { Anonymous, 13th Century } tuneSource = \markup \null albumProduct = "Halloween Carols" albumCopyright = \markup {Creative Commons Attribution 4.0 License} albumTagline = \markup {created for \italic {50/90 2015}} % Fancier Copyright/Tagline messages \include "../book/album.ily" global = { \key g \major \time 6/8 \autoBeamOff %\override DynamicLineSpanner #'staff-padding = #0.0 %\override DynamicLineSpanner #'Y-extent = #'(-1 . 1) % \tempo 4 = 135 \tempo 4. = 54 } sopMusic = \relative c'' { \repeat volta 2 { d4 b8 d4 d8 | c4 b8 a4 a8 | b4 g8 a[ g] fis | g4. g | d'4 b8 d4 d8 | c4 b8 a4 a8 | b4 g8 a[ g] fis | g4. g | a c4 c8 | b4 g8 a[ b] a | g4. a | %page2 c4 c8 b4 g8 | a[ g] a d,4. | e8( fis4) g fis8 | e4 d8 g4 e8 | g[ a] b b[ a g] | a4 d,8 e4 f8 | e[ d] c d4. | e8( fis4) g e8 | g[ a] b b[ a g] | a4 d,8 e4 f8 | e[ d] c d4. } } altoMusic = \relative c'' { b4 g8 b4 g8 | e8[ fis] g8 fis4 fis8 | g4 e8 d4 d8 | b[ d c] b4. | b'4 g8 b4 g8 | e8[ fis] g8 fis4 fis8 | g4 e8 d4 d8 | b[ c a] b4. | fis'4. e4 e8 | d4 d8 fis4 fis8 | e4. fis | e4 e8 g4 e8 | fis4 fis8 d4. | b8( d4) b4 d8 | c4 b8 e4 e8 | e4 e8 d4( e8) | fis4 d8 c4 c8 | c4 c8 d4. | c8( d4) e4 c8 | e8[ fis] g g[ fis e] | fis4 d8 c4 c8 | c4 a8 b4. } origLyrics = \lyricmode { \set stanza = #"O. " An -- ge -- lus ad vir -- gi -- nem Sub -- in -- trans in con -- cla -- ve. Vir -- gi -- nis for -- mi -- di -- nem De -- mul -- cens in -- quit “A -- ve.” A -- ve re -- gi -- na vir -- gi -- num, Cœ -- li ter -- ræ -- que do -- mi -- num Con -- ci -- pi -- es Et pa -- ri -- es In -- tac -- ta, Sa -- lu -- tem ho -- mi -- num. Tu por -- ta cœ -- li fac -- ta Me -- del -- la cri -- mi -- num. } lyricsA = \lyricmode { \set stanza = #"1. " I once had a pet that would pretend to be a pile of wood. I once had a pet that did a trick where it would become squid. This only happened one time a year It only happened on Halloween and I thought it strange but They would forget me while in chains. I thought I might be insane. Yes, they would often leave me in chains. I thought I would soon be slain. I once had a pet kind of take me and give me a good shove. I once had a pet enjoy making me catch wasabi soy. This only happened one time a year It only happened on Halloween and I thought it strange but They would become so frightful then. I saw the cat kill five men. Oh, what she did in the quiet glen with powers gained by a d'jinn. } tenorMusic = \relative c' { g4 d'8 g,4 b8 | c4 d8 d4 d8 | b4 b8 fis8[ g] a8 | g[ b a] g4. | g4 d'8 g,4 b8 | c4 d8 d4 d8 | b4 b8 fis8[ g] a8 | g[ e fis] g4. | d'4. g,4 g8 | b4 b8 a4 a8 | b4. d | a4 a8 b4 b8 | d4 a8 fis4. | g8( a4) g4 b8 | g4 g8 b4 g8 | b4 g8 b[ d b] | a4 d8 g,4 a8 | g4 e8 fis4. | g8( a4) c4 g8 | b[ d] b b[ d b] | a4 d8 g,4 a8 | g4 e8 g4. } bassMusic = \relative c { g4 g8 g4 g8 | c4 g8 d'4 d8 | e4 e8 d4 d8 | g,4. g | g4 g8 g4 g8 | c4 g8 d'4 d8 | e4 e8 d4 d8 | g,4. g | d'4. c4 c8 | g'4 g8 d4 d8 | e4. d | a4 a8 e'4 e8 | d4 d8 d4. | e8( d4) e4 b8 | c4 g'8 e4 e8 | e4 e8 g[ fis e] | d4 d8 c4 f,8 | c'[ d] e d4. | e8( d4) c4 c8 | g'[ fis] e e[ fis g] | d4 d8 c4 f,8 | c'[ b] a g4. } \bookpart{ \tocItem \songTitle \header { title = \songTitle poet = \songPoet %dedication = \songDedication %translator = \songTranslator composer = \tuneComposer arranger = \tuneArranger source = \tuneSource copyright = \albumCopyright tagline = \albumTagline } \score { << \new ChoirStaff << \new Staff << % \new Voice = "sopranos" { \voiceOne << \global \sopMusic >> } \new Voice = "altos" { \voiceTwo << \global \altoMusic >> } >> \new Lyrics \lyricsto "altos" \origLyrics \new Lyrics \lyricsto "altos" \lyricsA % \new Staff = men << % \clef bass % \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> } % \new Voice = "basses" { \voiceTwo << \global \bassMusic >> } % >> >> >> \layout { } \midi { \set Staff.midiInstrument = "flute" \context { \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_performer" } } } }