\version "2.13.19-1" \header { title = "Euclid (C.M.)" piece = "F# Minor. Dan Harper, 2 Macc. 10:1-7." composer = "Dan Harper (2010)" tagline = "©2011 by Dan Harper under a Creative Commons Attribution, Non-commercial 3.0 License." } #(set-default-paper-size "legal" 'landscape) stanzaOne = \lyricmode { \set stanza = "1." Good Mac -- ca -- be -- us and his band, They freed Je -- ru -- sa -- lem. They cast the wick -- ed ty -- rant out, For God was guid -- ing them. } stanzaTwo = \lyricmode { \set stanza = "2." The al -- tars which the hea -- then built Out in the pub -- lic square, They pulled them down, and then de -- stroyed The curs -- ed i -- dols there. } stanzaThree = \lyricmode { \set stanza = "3." They cleansed the tem -- ple, kin -- dled flame, Gave thanks they now were free, They then be -- sought God keep them safe From bar -- b'rous ty -- ran -- ny. } stanzaFour = \lyricmode { \set stanza = "4." They cel -- e -- bra -- ted eight glad days, Re -- mem -- b'ring their last feast, Which they had held in mount -- tain dens Where they had lived like beasts. } stanzaFive = \lyricmode { \set stanza = "5." There -- fore they bore fair bran -- ches forth, Green boughs and al -- so palms, They praised the strength that set them free: To God they raised their psalms. } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key a \major \autoBeamOff \numericTimeSignature \time 4/4 \relative c'' { r2 cis2 | cis4 b cis cis | e2 b2 | gis fis2 | a4 b cis b | gis2 b2 | cis4 cis e e | b gis fis2 | cis'2 cis | gis a4 b4 | cis1 | } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key a \major \autoBeamOff \numericTimeSignature \time 4/4 \relative c' { } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key a \major \autoBeamOff \time 4/4 \relative c' { r2 fis2 | a4 gis4 a4 d4 | b2 b2 | cis2 fis,2 | a4 gis4 fis4 e4 | e2 e2 | fis4 gis4 a4 b4 | gis4 b4 cis2 | cis2 a2 | gis2 fis4 e4 | fis1 \bar "|." } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key a \major \autoBeamOff \numericTimeSignature \time 4/4 \relative f { r2 fis2 | fis4 cis4 4 fis4 | e2 fis2 | cis2 cis2 | fis4 cis4 cis4 cis4 | e2 e2 | fis4 cis4 4 fis4 | e4 e4 cis2 | fis2 2 | cis2 cis4 4 | 1 } } \paper { left-margin = 3\cm } \score { << \new Voice = "one" { \sopranoMusic } \new Lyrics \lyricsto "one" \stanzaOne \new Lyrics \lyricsto "one" \stanzaTwo << >> \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaThree \new Lyrics \lyricsto "three" \stanzaFour \new Voice = "four" { \bassMusic } \new Lyrics \lyricsto "four" \stanzaFive >> \layout { indent = 0 \cm firstpagenumber = no papersize = a4 } }