﻿# -*- coding: iso-8859-1 -*-
# Solfege - ear training for GNOME
# Copyright (C) 2010 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
  module = rhythmdictation2
  title = _("6/8 - %s") % 2
}

tempo = 168/8
countin = rhythm("\time 6/8 d8 d d d d d")

question {
  bars = 6/8, 6/8
  elements = "4.", "4 8", "8 4", "8 8 8", "16 16 8 8", "8 16 16 8", 
    "8 8 16 16", "4 16 16", "16 16 4"
}



