File: sc-dha-elem

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (54 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006  Tom Cato Amundsen
# License is GPL, see file COPYING

include("include/interval-elements")

header {
  lesson_id = "e413101c-93c0-4567-4468-17abf6d70749"
  module = elembuilder
  title = _("Double Harmonic scale and its modes - enter structure")
  lesson_heading = _("Enter the structure of the mode in number of half-tones")
  elements = auto
  have_music_displayer = yes
  questions_selectable = yes
  have_repeat_slowly_button = yes
  random_transpose = yes
  help = "scales"
  theory = "scales/dha"
}

include("include/sc-master")
# This lesson uses variables included in "include/sc-master" version 1.1

question { name = dha1n
    elements = int1, int3, int1, int2, int1, int3, int1
    voice(dha1la)
}
question { name = dha2n
    elements = int3, int1, int2, int1, int3, int1, int1
    voice(dha2la)
}
question { name = dha3n
    elements = int1, int2, int1, int3, int1, int1, int3
    voice(dha3la)
}
question { name = dha4n
    elements = int2, int1, int3, int1, int1, int3, int1
    voice(dha4la)
}
question { name = dha5n
    elements = int1, int3, int1, int1, int3, int1, int2
    voice(dha5la)
}
question { name = dha6n
    elements = int3, int1, int1, int3, int1, int2, int1
    voice(dha6la)
}
question { name = dha7n
    elements = int1, int1, int3, int1, int2, int1, int3
    voice(dha7la)
}