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

« back to all changes in this revision

Viewing changes to exercises/standard/lesson-files/sc-maj-t

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Solfege - ear training for GNOME
 
2
# Copyright (C) 2006 Tom Cato Amundsen
 
3
# License is GPL, see file COPYING
 
4
# this lesson file created by Davide Bonetti
 
5
 
 
6
include("include/sc-master")
 
7
 
 
8
header {
 
9
    lesson_id = "381f6a30-2453-11db-9c7d-579b64606811"
 
10
  module = idbyname
 
11
  random_transpose = yes
 
12
  title = _("Major Scale and its modes - arpeged by thirds")
 
13
  have_repeat_slowly_button = yes
 
14
  have_music_displayer = yes
 
15
  fillnum = 4
 
16
  filldir = horiz
 
17
  help = "scales"
 
18
  theory = "scales/maj"
 
19
  test = sc_test
 
20
  test_requirement = sc_test_requirement
 
21
}
 
22
tempo = 240/4
 
23
 
 
24
question { name = maj1n  voice(maj1lt) }
 
25
question { name = maj2n  voice(maj2lt) }
 
26
question { name = maj3n  voice(maj3lt) }
 
27
question { name = maj4n  voice(maj4lt) }
 
28
question { name = maj5n  voice(maj5lt) }
 
29
question { name = maj6n  voice(maj6lt) }
 
30
question { name = maj7n  voice(maj7lt) }
 
31