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

\repeat volta 2 {
\key c \major   c''4    c''4    d''8    c''8    b'8    a'8    g'2.    g'4    
a'4    c''4    c''4    b'4    c''2    c''2    } \repeat volta 2 {     g''4.    
f''8    e''8    f''8    g''8    e''8    f''4.    e''8    d''8    e''8    f''8   
 d''8    e''4.    d''8    c''8    d''8    e''8    c''8    d''4.    c''8    b'8  
  c''8    d''8    b'8    c''4.    b'8    a'8    b'8    c''8    a'8    b'4.    
a'8    g'4    g'4    a'4    c''4    c''4    b'4    c''2    c''2    \bar "||"   }
}

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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