
\header{
        title = "Lhomme Banni"
        composer = "Agricola"
        source = "Odhecaton A"
        opus = "Number 47"
        date = "1504"
        enteredby = "raybro@iname.com"
        copyright="\copyright 2001, William R. Brohinsky"

    tagline = "\\\\This music is part of the Odhecaton project, http://listen.to
/early.music/\\\\It has been transcribed and typeset using lilypond by William R
. Brohinsky"

}
papersize = "letter"
\include "paper16.ly"

global=\notes{
 \skip 2*2*15
\bar "|."

}

cantus=\notes\relative g' {
        \key g \dorian
        \property Staff.timeSignatureFraction = #'(2 . 2)
\property Staff.measureLength = #(make-moment 1 1)
\property Staff.beatLength = #(make-moment 1 2)
        \property Staff.instrument = "Cantus" { f1 }
        | d2 e2 | d2 g2~ | g4 f8 e8 f2 |
        g1 | r2 d2 | g2 g2 | a2 a8 g f e |
        d4 f4 g4 bes4 
	%break between head and tail
	f4 d f g | e2 d4 f4~ | f4 e8 d c4 g'4 | 
	bes4 a2 g8 f | e4 c g'2~ | g4 f8 e f e f g |
	a bes c d bes4 a4~ | a8 d,8 g2 f8 e |
        f2 g2  

}

cantusWords=\lyrics{
}
tenor=\notes\relative c' {
        \key g \dorian
         \property Staff.timeSignatureFraction = #'(3 . 1)
 \property Staff.measureLength = #(make-moment 3 1)
 \property Staff.beatLength = #(make-moment 1 2)
        \property Staff.instrument = "Tenor "
        { bes1. g2 bes2 c2 | a1 g1 bes1~ | bes1 f1 bes1 | 
        %break between head and tail
	d2. bes4 c2 d1 e2 | d1 c2 e2. d4 d2~ | d4 c4 d2 bes2 a1 g2
        }

}
tenorWords=\lyrics{
}
bassus=\notes\relative c {
        \key g \minor
        \property Staff.timeSignatureFraction = #'(2 . 2)
\property Staff.measureLength = #(make-moment 1 1)
\property Staff.beatLength = #(make-moment 1 2)
        \property Staff.instrument = "Bassus " { bes1~ }
        | bes2 c2 | d2 c2 | d1 |
        ees2. d8 c8 | bes1 | ees2 ees2 | d2 d4. c8 |
        bes4. a8 g4 g'4 | 
	% break between head and tail
	bes,4 bes'2 a8 g8 | a2 bes4 a8 g8 | f8 g a bes a4 ees4 |
	f2. g4 | a2 r2 |c,2 d8 c d ees |
 	f g a d,8 g4 f | g g, d'2~ | d2 g2
}
bassusWords=\lyrics{
}

\score
{
       \context ChoirStaff <
                \context Staff ="cantus" <
                        \notes{\clef "G2"\global}
                        \cantus
                        \context Lyrics = "cantus" \cantusWords
                >
                \context Staff ="tenor" <
                         \notes{\clef "G2_8"\global}
                         \tenor
                         \context Lyrics="tenor" \tenorWords
                >
                \context Staff = "bass" <
                         \notes{\clef "F"\global}
                         \bassus
                         \context Lyrics = "bass" \bassusWords
                 >
     >
        \paper{
        indent=0.0\mm
        linewidth = 18.0\cm




        \translator{ \ScoreContext
                        \remove "Timing_engraver" }


        \translator { \StaffContext
                        \consists "Timing_engraver"}


    }
    \midi {
        \tempo 2=60
    }
}
