\version "2.12.2" \paper{ between-system-space = .3\cm between-system-padding = #1 ragged-bottom=##f ragged-last-bottom=##f } \header{ title = "And a Pony" composer = "Lyrics and Music by Faré (1973–)" tagline = "http://fare.livejournal.com/tag/pony" } theChords = \chordmode { \repeat volta 2 { c2 c c c c f,4. c8~c2 r f, a,4.:m c8~c2 r c2 c c c c f,4. c8~c2 r f, a,4.:m c8~c2 r f, f,4. bes,8~bes,2 bes, f, f, f,4. g,8~g,2 c c c c c c f, f,4. c8~c2 r } } theLyricsEi = \lyricmode { You want the end of all wars? I want the end of all wars, And then a trip to the stars; And a po -- ny. You want a mi -- ni -- mum pay? I want a mi -- ni -- mum pay, Two tril -- lion dol -- lars a day; And a po -- ny. Who does -- n't love a po -- ny? So cute, na -- tu -- ral and cud -- dly! You want u -- ni -- ver -- sal love? I want u -- ni -- ver -- sal love; And a po -- ny. } theLyricsEii = \lyricmode { You want free health care for all? I want free health care for all, And death in per -- ma -- nent stall; And a po -- ny. You want all chil -- dren in schools, I want all chil -- dren in schools That cram ge -- nius in -- to fools; And a po -- ny. Who does -- n't love a po -- ny? So cute, na -- tu -- ral and cud -- dly! If you don't care for a ride, You can cook its yum -- my hide; Serve with ho -- ney. } theLyricsFi = \lyricmode { Toi tu veux la paix sur Terre? Moi je veux la paix sur Terre, Puis un vol interstellaire; Et un pou -- lain. Tu veux l'sa -- laire mi -- ni -- mal? Moi j'veux l'sa -- laire mi -- ni -- mal, À trois tril -- liards et cent balles; Et un pou -- lain. Qui n'aime pas un pou -- lain? Si doux, si mignon, si câ -- lin! Tu veux que tout le monde s'aime? Moi j'veux que tout le monde s'aime; Et un pou -- lain. } theLyricsFii = \lyricmode { Tu veux la méd' -- cine gra -- tuite? Moi j'veux la méd' -- cine gra -- tuite, Qui met -- tra la Mort en fuite; Et un pou -- lain. Tu veux ins -- truire les en -- fants? Moi j'veux ins -- truire les en -- fants, Qu'même les i -- diots soient sa -- vants Et un pou -- lain. Qui n'aime pas un pou -- lain? Si doux, si mignon, si câ -- lin! Si tu n'veux pas le sor -- tir, Tu peux tou -- jours le rô -- tir; Steak che -- va -- lin. } theLyrics = { \theLyricsEi \theLyricsEii } \book { \score { << \new ChordNames { \set chordChanges = ##t \theChords } \new Staff { \relative c' { \override Score.BarNumber #'break-visibility = #'#(#f #f #f) \clef "treble_8" \key c \major \tempo "Allegro" \repeat volta 2 { r8 g g g c c c e~ | e e e e g g g c~ | c g g g a a a g~ | g2 r2 | r8 a4 g8 a4. g8~ | g2 r2 | \break r8 g, g g c c c e~ | e e e e g g g c~ | c g g g a a a g~ | g2 r2 | r8 a4 g8 a4. g8~ | g2 r2 | \break a4 f8 f f4 c8 d~ | d f~f2 g4 | a4 f8 f f4 g4 | a4. g8~g2 | \break r8 g, g g c c c e ~ | e g g g c g e c~ | c r2.. | r8 e4 g,8 a4. c8~ | c2 r2 } } \addlyrics { \theLyricsEi } \addlyrics { \theLyricsEii } } >> \layout { } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 160 4) } } } % score }