\version "2.14.2" songTitle = "NOTHING" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Creator of the Stars of Night } } tuneComposer = \markup { } tuneSource = \markup { from \italic {Peters’ Sodality Hymn Book,} 1914} albumProduct = "Other Carols from 2015" 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 f \major \time 6/8 %\autoBeamOff %\set Score.timing = ##f \tempo 4 = 120 } sopMusic = \relative c'' { a4 f a c c d bes c \bar "|" c d bes c bes a g a\fermata \bar "|" c bes g a bes a g f \bar "|" f a bes c bes a g a\fermata } sopMusic_noferm = \relative c'' { a4 f a c c d bes c c d bes c bes a g a2 c4 bes g a bes a g f f a bes c bes a g a2 } sopAmen = \relative c'' { a4( bes a) g2( a) \bar "|." } altoMusic = \relative c' { f4 f f f f f d f a f d e d f e f \fermata \bar "|" a g e f g f e d d f g a g f e f \fermata } altoMusic_noferm = \relative c' { f4 f f f f f d f a f d e d f e f2 a4 g e f g f e d d f g a g f e f2 } altoAmen = \relative c' { f2. e2( f) } tenorMusic = \relative c' { c4 a c a a bes g a c bes bes c bes c c c \bar "|" c c c c d c bes a a c bes a g a c c } tenorMusic_noferm = \relative c' { c4 a c a a bes g a c bes bes c bes c c c2 c4 c c c d c bes a a c bes a g a c c2 } tenorAmen = \relative c' { c2. c1 } bassMusic = \relative c { f4 f f f f bes, g' f f bes, bes c bes c c f\fermata \bar "|" f c c f g c, c d d c bes f g d' c f\fermata } bassMusic_noferm = \relative c { f4 f f f f bes, g' f f bes, bes c bes c c f2 f4 c c f g c, c d d c bes f g d' c f2 } bassAmen = \relative c { f2. c2( f) } origLyrics = \lyricmode { \set stanza = #"O." Cre -- a -- tor of the stars of night, Thy peo -- ple’s ev -- er -- last -- ing Light; Je -- su, Re -- deem -- er, save us all, And hear thy ser -- vants when they call. } lyricsA = \lyricmode { \set stanza = #"1." The little cat would like to eat a little bit of food but it was gone and he was very sad as he wanted to eat lots more. It was gone little cat wanted to eat some food but his dish, it was very empty and he thought that could not be very nice. The little cat wanted to eat lots of pickles and mushroom tea, but his cup was empty and he cried and ate lots of rumpled paper. Paper is not really a food that anyone should really eat, but the little cat was very hungry and he thought it might be okay and not kill him very much but he was very wrong. That paper it was carbonite and it punctured his little lung, and he was very sad and he couldn't go to the store. He was no more but that is sad and we don't like thins sad so we just eat more fish and pumpernickle but we are not so happy. We would like things to be better but they are really sad and we would like things to have a happy ending but this is sad I don't like to feed bad but this makes me feel really, really bad. } \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 { } } \score { << \new ChoirStaff << \new Staff = women << \new Voice = "sopranos" { \voiceOne << \global {\sopMusic_noferm }>> } \new Voice = "altos" { \voiceTwo << \global {\altoMusic_noferm } >> } >> \new Lyrics \lyricsto "altos" \origLyrics \new Lyrics \lyricsto "altos" \lyricsA \new Staff = men << \clef bass \new Voice = "tenors" { \voiceOne << \global { \tenorMusic_noferm } >> } \new Voice = "basses" { \voiceTwo << \global {\bassMusic_noferm } >> } >> >> >> \midi { \set Staff.midiInstrument = "flute" \context { \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_performer" } } } }