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

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

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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