On Sat, Oct 28, 2006 at 09:33:04PM +0200, Marc Balmer wrote:
> >ps: you'll get bonus points for writing a complete humppa-negala.ly,
                                             ^^^^^^^^
> >including the circus torture.
> 
> didn't you do that in budapest yourself?

Only the first four measures:

\version "2.8.7"

\header {
  title="Humppa Negala"
  composer = "traditional"
  poet = "Ty Semaka"
  enteredBy = "Matthias Kilian"
  maintainer = "[EMAIL PROTECTED]"
  papersize = "a4"
}

mi =  \relative c' {
        \key fis \phrygian
        fis fis4. ais8 g fis |
        ais4 ais4. cis8 b ais |
        b4 b4. d8 cis b |
        ais4 g8 g fis4 r
}

li = \lyricmode {
        Hum -- ppa ne -- ga -- la |
        Hum -- ppa ne -- ga -- la |
        Hum -- ppa ne -- ga -- la |
        Ve -- nis -- mech -- ah
}

\score {
        <<
                { \mi \bar "||" }
                \addlyrics { \li }
        >>
        \layout { indent = 0 }
        \midi { \tempo 4=180 }
}


Ciao,
        Kili

Reply via email to