\version "2.14.2" songTitle = "Hot Wheels" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Auld Lang Syne } } tuneComposer = \markup { Traditional } tuneSource = \markup {from \italic {Favorite Songs and Hymns for School and Home}, 1899} 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 g \major \time 2/4 \autoBeamOff \tempo 4 = 60 } sopMusic = \relative c' { \partial 8 d8^\p | g8. g16 g8 b | a8. g16 a8 b | g8. g16 b8 d | e4. e8 | d8. b16 b8 g | a8. g16 a8 b | \slurDotted g8.( e16) e8( d) | g4 b8\rest \repeat volta 2 { e8 | d8.[ b16] b8[ g] | a8. g16 a8 b16\rest b | b8.[ g16] b8.[ d16] | e4. e8 | d8. b16 b8 g | a8. g16 a8 b | g8.[ e16] e8[ d] | g4 b8\rest } } altoMusic = \relative c' { d8 | d8. d16 d8 g | fis8. e16 fis8 fis | d8. d16 g8 g | g4. g8 | g8. g16 g8 g | fis8. e16 fis8 g | \slurDotted e8.( c16) c8( c) | b4 s8 g'8 | g4 g | fis8. e16 fis8 s16 g | g8.[ e16] g8.[ b16] | c4. c8 | b8. g16 g8 g | fis8. e16 fis8 fis | e4 c4 | b4 s8 \bar ":|" } origLyics = \lyricmode { \set stanza = #"1. " \set ignoreMelismata = ##t Should auld ac -- quain -- tance be for -- got, And nev -- er brought to mind? Should auld ac -- quain -- tance be for -- got, And days of auld lang syne? \unset ignoreMelismata \set associatedVoice = "sopranos" For auld lang syne, my dear, For auld lang syne; We’ll tak’ a cup o’ kind -- ness yet For auld lang syne. } lyricsA = \lyricmode { \set stanza = #"1. " Hot Wheels they are really awesome I think we should buy more. They're great to play with all the time and sleep with on the floor. You might think I could have too much, but you would be quite wrong. I think we should buy them all up and play cars all night long. Hot Wheels they are not just for kids They're great for adults, too. Get yourself some toy cars and you might find joy comes to you. A family of toy cars might be just the thing you need. Brother Greeny and Sister Pink would like to play with you. } tenorMusic = \relative c' { b8 | b8. b16 b8 d | d8. d16 d8 d | b8. b16 d8 b | c4. c8 | b8. d16 d8 b | d8. d16 d8 d | \slurDotted c8.( g16) fis8( fis) | g4 s8 c | b8.[ d16] d4 | d8. d16 d8 s16 d | d4 d | c4. c8 | d8. d16 d8 b | d8. d16 d8 d | b4 fis | g s8 \bar ":|" } bassMusic = \relative c { g'8 | g8. g16 g8 g | d8. d16 d8 d | g8. g16 g8 g | c,4. c8 | g'8. g16 g8 g | d8. d16 d8 g | \slurDotted c,8.( c16) d8( d) | g,4 d'8\rest g | g4 g4 | d8. d16 d8 d16\rest g | g4 g | c,4. c8 | g'8. g16 g8 g | d8. d16 d8 b | e4 d | g, d'8\rest \bar ":|" } \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" } } } }