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

« back to all changes in this revision

Viewing changes to hash-bug-workaround/sc-pen-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-4560-17abf6d70749"
 
9
  module = elembuilder
 
10
  title = _("Pentatonic Major 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/pen"
 
19
}
 
20
 
 
21
include("include/sc-master")
 
22
# This lesson uses variables included in "include/sc-master" version 1.1
 
23
 
 
24
question { name = pen1n
 
25
    elements = int2, int2, int3, int2, int3
 
26
    voice(pen1la)
 
27
}
 
28
question { name = pen2n
 
29
    elements = int2, int3, int2, int3, int2
 
30
    voice(pen2la)
 
31
}
 
32
question { name = pen3n
 
33
    elements = int3, int2, int3, int2, int2
 
34
    voice(pen3la)
 
35
}
 
36
question { name = pen4n
 
37
    elements = int2, int3, int2, int2, int3
 
38
    voice(pen4la)
 
39
}
 
40
question { name = pen5n
 
41
    elements = int3, int2, int2, int3, int2
 
42
    voice(pen5la)
 
43
}
 
44