Moduuli:Musiikin taulukot/Poikkeusjako/pohja

Tämän moduulin ohjeistuksen voi tehdä sivulle Moduuli:Musiikin taulukot/Poikkeusjako/pohja/ohje

return {
  ['text'] = [=[
\header {
  tagline = ##f
}


\score {
  \new RhythmicStaff {
    \time {{{TAHTILAJI}}}
    \numericTimeSignature
    \new Voice { \voiceOne {{{CLAVENUOTIT}}} }
  }
  \layout { }
}

\score {
  \new Staff {
    \time {{{TAHTILAJI}}}
    \set Staff.midiInstrument = "drums"
    \repeat unfold {{{TOISTOJA}}} {
      <<
        \new Voice { \voiceOne {{{CLAVENUOTIT}}} }
        \new Voice { \voiceTwo {{{BASSORUMPU}}} }
      >>
    }
  }
  \midi {
    \context {
      \Score tempoWholesPerMinute = #(ly:make-moment {{{TEMPO}}} 4)
    }
  }
}
]=]
}