~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to exercises/standard/lesson-files/rhythmdict-gen-3_4-3

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2011-04-10 11:04:33 UTC
  • mto: (1.1.13 upstream) (2.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110410110433-tzlbk1y99xzjixdu
Import upstream version 3.19.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: iso-8859-1 -*-
 
2
# Solfege - ear training for GNOME
 
3
# Copyright (C) 2010 Tom Cato Amundsen
 
4
# License is GPL, see file COPYING
 
5
 
 
6
header {
 
7
  module = rhythmdictation2
 
8
  title = _("3/4 - %s") % 3
 
9
}
 
10
 
 
11
tempo = 120/4
 
12
countin = rhythm("\time 3/4 d4 d d")
 
13
 
 
14
question {
 
15
  bars = 3/4, 3/4
 
16
  elements = "8 4 8", "8 8", "4", "2"
 
17
}
 
18
 
 
19