\version "2.14.2" songTitle = "Fishy song" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ O Come, All Ye Faithful } } tuneComposer = \markup { John Francis Wade (1711–1786) } tuneSource = \markup {from \italic {Christmas Carols and Hymns for School and Choir}, 1910} 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 a \major \time 4/4 \autoBeamOff \tempo 4 = 100 } sopMusic = \relative c'' { \partial 4 a4 | a2 e4 a | b2 e, | cis'4 b cis d | \slurDotted cis2 b4 a | a2 gis4 fis | gis( a)( b) cis | \slurSolid gis2( fis4.) e8 | e2. b'4\rest | e2 d4 cis | \slurDotted d2( cis) | b4 cis a b | \slurSolid gis4.( fis8) e4 a4 | a gis a b | a2 e4 cis'4 | cis b cis d | cis2 b4 cis | d cis b a | gis2 a4( d) | cis2( b4.) a8 | a2. \bar "|." } altoMusic = \relative c' { \partial 4 e4 | e2 e4 e | e2 e | e4 e e fis | e2 e4 cis | cis( dis) e dis | \slurDotted e( dis8[) cis]( b4) e | \slurSolid e2( dis4.) e8 | e2. s4 | e2 fis8[ gis] a4 | a( \slurDotted gis)( a2) | e4 e fis fis | \slurSolid e2 e4 e4 | e1~ | e2 e4 e | e e e e | e2 e4 a | gis a e e8[ dis] | e2 e4( fis) | e2( d4.) cis8 | cis2. \bar "|." } tenorMusic = \relative c' { \partial 4 cis4 | cis2 cis4 cis | b2 b | a4 b a a | \slurDotted a2 gis4 a | a2 b4 b | b( a)( e') cis | \slurSolid b2( a4.) gis8 | gis2. d4\rest | cis'2 d4 e | \slurDotted e2( e2) | e4 a, cis d | \slurSolid b4.( a8) gis4 cis4 | cis b cis d | cis2. a4 | a gis a b | a2 gis4 e' | e e b b | b2 a | a( gis4.) a8 | a2. \bar "|." } bassMusic = \relative c' { \partial 4 a4 | a2 a4 a | gis2 gis | a4 gis a d, | \slurDotted e2 e4 fis | fis2 e4 b | e( cis)( gis) a | b2~b4. e8 | e2. s4 | cis'2 b4 a | b2( a2) | gis4 a fis d | e2 e4 \slurSolid d\rest | g,1\rest | g1\rest | g1\rest | g2\rest f4\rest a'4 | b a gis fis | e( d) cis( d) | e2~e4. a,8 | a2. \bar "|." } origLyrics = \lyricmode { \set stanza = #"1. " \set ignoreMelismata = ##t O come, all ye faith -- ful, Joy -- ful and tri -- um -- phant, O come ye, O come _ ye to Beth -- _ le -- hem; Come and be -- hold Him, Born the King of an -- _ gels; \set stanza = \markup\dynamic"mf " \unset ignoreMelismata O come, let us a -- dore Him, \set stanza = \markup\dynamic" f " O come, let us a -- dore Him, \set stanza = \markup\dynamic"ff " O come, let us a -- dore Him, __ Christ, __ the Lord! } lyricsA = \lyricmode { \set stanza = #"1. " We like fish that are green. Fluorescent even better. Green fish are the best fish we would think you'd agree. Fish can be friendly if you don't try to pet them. You really should not pet them. Petting them just might hurt them. You really should just take pictures for all to see. Some fish perform research joining with scientists to find out if pollution is really present. These fish could save lives by detecting toxins. They fluoresce to shine signal. They can not speak to signal. But they can still save lives by using science. If you want to keep fish they are really easy. You just need to feed them but not too much. Excess food builds up inviting disease. You don't want disease. Disease can prove quite fatal to fish, and to you and me that you'd agree. } \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" } } } }