\version "2.14.2" songTitle = "My sharp teeth" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ How Great Our Joy! } } tuneComposer = \markup { German Melody } tuneSource = \markup { "from" \italic "CyberHymnal.org"} albumProduct = "Misc Kid 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 bes \major \time 2/4 \autoBeamOff \tempo 4 = 70 } sopMusic = \relative c' { bes'4 a8 g | f4. f8 | g4 a | bes2 | bes4 a8 g | f4. f8 | g4 a | bes4. bes8 | a4. a8 | g2 | a4. a8 | g2 | bes4 c | d2 | bes4 c | d2 | d4 c8 bes | a4 g | a4 fis | g2 | d'4 c8 bes | a4 g | a fis | g2 \bar "|." } altoMusic = \relative c' { bes'4 a8 g | f4. f8 | ees4 ees | d2 | g4 f8 ees | d4. d8 | ees8[ d] c[ ees] | d4. d8 | d4. c8 | bes2 | d4. c8 | bes2 | g'4 a | f2 | g4 a | f2 | f4 ees8 d | c4 bes8[ ees] | ees4 d8[ c] | bes2 | d4 ees8 d | c4 bes8[ ees] | ees4 d8[ c] | bes2 \bar "|." } tenorMusic = \relative c' { bes4 a8 g | f4. bes8 | bes4 f | bes2 | d4 d8 bes | bes4. bes8 | bes4 f | f4. g8 | fis4. fis8 | g2 | fis4. fis8 | g2 | d'4 f | d2 | d4 f | d2 | bes4 f8 f | fis4 g | c a | g2 | f4 fis8 g | fis4 g | c a | g2 \bar "|." } bassMusic = \relative c { bes'4 a8 g | f4. d8 | ees[ d] c4 | bes2 | g'4 d8 ees | bes4. bes8 | ees4 f | bes,4. g8 | d'4. d8 | g,2 | d'4. d8 | g,2 | g'4 f | bes2 | g4 f | bes2 | bes,4 a8 bes | d4 ees | c d | g,2 | bes4 a8 g | d'4 ees | c d | g,2 \bar "|." } origLyrics = \lyricmode { \set stanza = #"1. " While by the sheep we watched at night, Glad tid -- ings brought an an -- gel bright. \set stanza = \markup\dynamic"f " How great our joy! \set stanza = \markup\dynamic"p " Great our joy! \set stanza = \markup\dynamic"f " Joy, joy, joy! \set stanza = \markup\dynamic"p " Joy, joy, joy! \set stanza = \markup\dynamic"f " Praise we the Lord in heav’n on high! \set stanza = \markup\dynamic" p " Praise we the Lord in heav’n on high! } lyricsA = \lyricmode { \set stanza = #"1. " How I love to use my sharp teeth! Would you love to see my sharp teeth? I love my teeth. To bite with teeth. My sharp teeth. My sharp teeth. Oh how I love to use my teeth. Biting and grinding with my teeth. How I love to use my sharp mind! Would you love to see my sharp mind? I love my mind. To keep in mind. My sharp mind. My sharp mind. Oh how I love to use my mind. Chewing and mulling with my mind. How I love to use my sharp mouth! Would you love to hear my sharp mouth? I love my mouth. Retort with mouth. My sharp mouth. My sharp mouth. Oh how I love to use my mouth. Speaking and tearing with my mouth. } \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 = women << \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" } } } }