\version "2.10.33"


\header {
	tagline = ""	title = "Egy kis malac"
	composer = "Cseremisz népdal"
	poet = "Gazdag Erzsi"
}

VoiceA = { \key c \major \override Staff.TimeSignature #'style = #'()  \time 2/4 \tempo 4=96
	\relative f' { e8 g d e c c c4 e8 g d e c c c4
e8 g d e c c e e a a e e g g g4 \bar "|."
	}
}
SplitLyricsA = \lyricmode { 
Egy kis ma -- lac röf- röf- röf,
trom -- bi -- tál -- gat töf- töf- töf.
Trom -- bi -- tál -- ja víg or -- má -- nya,
föl -- det túr -- ja döf- döf- döf.
}
\score {
	<<
		\context Voice = songStaff { \VoiceA }
		\lyricsto "songStaff" \new Lyrics \SplitLyricsA
	>>
	\layout {
		indent = #0
	}
}

\score {
	<<
		\context Voice = songStaff { \VoiceA }
	>>
	\midi {
	}
}

\markup { \fill-line { \hspace #1 \super http://dalok.theisz.hu/?page=song&id=EgyKisMalac } }

\paper {
}
