\version "1.6.0"

IGlobal = \notes {
  \time 2/4
  \repeat "volta" 2 {
    s2*54
  }
  \repeat "volta" 2 {
    s2*72 \bar "|."
  }
}

IIGlobal = \notes { 
  \time 4/4
  s1 * 8 \bar "|."
}

IIIGlobal = \notes {
  \time 3/8
  \repeat "volta" 2 {
    s4.*46
  }
  \repeat "volta" 2 {
    s4.*45 \bar "|."
  }
}


