\version "2.14.2" songTitle = "Fish friends" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ This Endris Night } } tuneComposer = \markup { 15th Century English } tuneSource = \markup{from \italic{The English Carol Book, Second Series}, 1913} %, via \italic{HymnsAndCarolsOfChristmas.com}} 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 ees \major \time 6/4 \tempo 4 = 112 } sopMusic = \relative c' { \partial 4 ees4 | g2 aes4 bes2 bes4 | c( d) c bes2 bes4 | ees2 d4 c8.[( bes16] c4) aes | g2.~ g2 g4 | c2 c4 bes2 bes4 | aes2 aes4 g2 g4 | bes2 g4 aes f2 | ees2.~ ees2 \bar "|." } altoMusic = \relative c' { ees4 | ees2 ees4 d2 ees4 | ees2 aes4 f2 f4 | ees2 g4 aes2 c,4 | c2.~ c2 c4 | c2 d4 ees2 g4 | f2 ees4 d2 ees4 | ees2 ees4 ees d2 | ees2.~ ees2 \bar"|." } tenorMusic = \relative c' { g4 | bes2 aes4 f2 g4 | aes( bes) c d2 d4 | bes2 bes4 c2 f4 | ees2.~ ees2 ees4 | ees2 aes,4 bes2 c4 | c( d) c b2 c4 | bes2 c4 c bes( aes) | g2.~ g2 \bar"|." } bassMusic = \relative c { ees4 | ees2 c4 bes2 ees4 | aes2 aes,4 bes2 aes'4 | g2 ees4 aes2 f4 | c2.~ c2 c'4 | aes2 f4 g2 ees4 | f2 f4 g2 c,4 | g2 c4 aes bes2 | ees2.~ ees2 \bar"|." } origLyrics = \lyricmode { \set stanza = #"O." This en -- dris night I saw a sight, A star as bright as day; __ And e’er a -- mong, A maid -- en sung, “Lul -- lay, by by, lu -- lay.” __ } lyricsA = \lyricmode { \set stanza = #"1." That once sweet fish was now a mean fish. He'd lost his once great cause. He wanted to become a good fish and withdraw his sharp jaws. The green striped fish was a little fish he loved to play and sing he wanted to sing and to dance but he had no feet to fling. the lovely fish was a gentle fish he wanted to hug crows. but without hands he was forelorn so he just chewed on toes. The brown striped fish was an epic fish He loved to eat lots of poo but that's okay since he's a fish. He kind of has no clue. The lovely fish was a pretty fish she loved to kiss her friends she wanted to wear dresses too but she disliked the trends. That once mean fish was now a sweet fish. He'd found his joy at last. A helper and a friend it's true. He also swims real fast. } \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 "sopranos" \origLyrics \new Lyrics \lyricsto "sopranos" \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" } } } }