\version "2.7.40"
\header {
	crossRefNumber = "1"
	footnotes = "\\\\pour plus d'information : http://graner.name/nicolas/arbeau/"
	tagline = ""
	title = "La traditore my fa morire"
}
voicedefault =  {
\set Score.defaultBarType = ""

\repeat volta 2 {
\time 3/4 \key f \major   \bar "|"   d''4    d''4    c''4    bes'2    a'4    
\bar "|"   a'4    g'4    g'4    f'2    d'4    \bar "|"   d''4    d''4    c''4   
 bes'2    a'4    \bar "|"   g'4    g'4    f'4    g'2    r4   
} \repeat volta 2 {     \bar "|"   a'4    a'4    a'4    c''2    c''4    
\bar "|"   c''4    c''4    c''4    d''2    d''4    \bar "|"   d''4    d''4    
c''4    bes'2    a'4    \bar "|"   g'4    g'4    f'4    g'2    r4   
} \repeat volta 2 {   }
}

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

    >>
	\layout { indent = 0.0\cm 
	}
	\midi { \tempo 2=100 }
}
