\version "2.10.33"


\header {
	tagline = ""	title = "Tik csak esztek, isztok"
	composer = "Magyar népdal"
}

VoiceA = { \key c \major \override Staff.TimeSignature #'style = #'()  \time 2/4 \tempo 4=96
	\relative f' { e8 e d d c4 d
e8 e d d c4 d
g e c r \bar "|."
	}
}
SplitLyricsA = \lyricmode { 
Tik csak esz -- tek, isz -- tok,
en -- gem nem kí -- nál -- tok,
ez nem szép!
}
\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=TikCsakEsztekIsztok } }

\paper {
}
