File: hear-tones-6

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 (83 lines) | stat: -rw-r--r-- 1,682 bytes parent folder | download | duplicates (2)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Solfege - ear training for GNOME
# Copyright (C) 2007 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
  lesson_id = "generated-hear-tones-13-14-15-16-17-18-19-20-21-22-23-24"
  title = _("Intervals larger than an octave")
  module = singanswer
  version = "3.9.2"
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 des'' >")
  answer = voice("c'8 des''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 d'' >")
  answer = voice("c'8 d''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 es'' >")
  answer = voice("c'8 es''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 e'' >")
  answer = voice("c'8 e''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 f'' >")
  answer = voice("c'8 f''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 ges'' >")
  answer = voice("c'8 ges''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 g'' >")
  answer = voice("c'8 g''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 as'' >")
  answer = voice("c'8 as''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 a'' >")
  answer = voice("c'8 a''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 bes'' >")
  answer = voice("c'8 bes''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 b'' >")
  answer = voice("c'8 b''")
}

question {
  question_text = _("Sing the two tones")
  music = voice("< c'2 c''' >")
  answer = voice("c'8 c'''")
}