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

« back to all changes in this revision

Viewing changes to lesson-files/sc-hun-elem

  • 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) 2000, 2001, 2002, 2003, 2004, 2005, 2006  Tom Cato Amundsen
3
 
# License is GPL, see file COPYING
4
 
 
5
 
include("include/interval-elements")
6
 
 
7
 
header {
8
 
  lesson_id = "e413101c-93c0-4567-4768-17abf6d70749"
9
 
  module = elembuilder
10
 
  title = _("Hungarian scale and its modes - enter structure")
11
 
  lesson_heading = _("Enter the structure of the mode in number of half-tones")
12
 
  elements = auto
13
 
  have_music_displayer = yes
14
 
  questions_selectable = yes
15
 
  have_repeat_slowly_button = yes
16
 
  random_transpose = yes
17
 
  help = "scales"
18
 
  theory = "scales/hun"
19
 
}
20
 
 
21
 
include("include/sc-master")
22
 
# This lesson uses variables included in "include/sc-master" version 1.1
23
 
 
24
 
question { name = hun1n
25
 
    elements = int3, int1, int2, int1, int2, int1, int2
26
 
    voice(hun1la)
27
 
}
28
 
question { name = hun2n
29
 
    elements = int1, int2, int1, int2, int1, int2, int3
30
 
    voice(hun2la)
31
 
}
32
 
question { name = hun3n
33
 
    elements = int2, int1, int2, int1, int2, int3, int1
34
 
    voice(hun3la)
35
 
}
36
 
question { name = hun4n
37
 
    elements = int1, int2, int1, int2, int3, int1, int2
38
 
    voice(hun4la)
39
 
}
40
 
question { name = hun5n
41
 
    elements = int2, int1, int2, int3, int1, int2, int1
42
 
    voice(hun5la)
43
 
}
44
 
question { name = hun6n
45
 
    elements = int1, int2, int3, int1, int2, int1, int2
46
 
    voice(hun6la)
47
 
}
48
 
question { name = hun7n
49
 
    elements = int2, int3, int1, int2, int1, int2, int1
50
 
    voice(hun7la)
51
 
}
52