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

\repeat volta 2 {
\override Staff.TimeSignature #'style = #'C
 \time 2/2 \key c \major   c''2    c''4    c''4    c''2    c''2    \bar "|"   
d''8    e''8    f''4    c''4    d''4    a'2    a'2    } \repeat volta 2 {   
f''2    d''4    d''4    e''2    c''4    c''4    \bar "|"     d''4    d''4    
c''4    d''4    a'4.    b'8    c''4    c''4    \bar "|"   f'2    f'2    
\bar "|"   g'8    a'8    bes'4    g'4    a'4    d'2    d'2    
} \repeat volta 2 {   }
}

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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