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

« back to all changes in this revision

Viewing changes to lesson-files/interval_in_key_maj

  • 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
 
# -*- coding: utf-8 -*-
2
 
# Solfege - ear training for GNOME
3
 
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005  Tom Cato Amundsen
4
 
# License is GPL, see file COPYING
5
 
 
6
 
# AUTHOR: Tarmo Johannes tarmo@otsakool.edu.ee
7
 
# The exercise plays tonic chord and then an interval in that key. User should enter the name of the interval an guess (write down on paper) the notes.
8
 
 
9
 
header {
10
 
    lesson_id = "intervals_in_major"
11
 
        labelformat = progression
12
 
    module = harmonicprogressiondictation
13
 
    title = _("Interval in a key (major)")
14
 
    title[et] = "Intervall helistikus (mažoor)"
15
 
   # help = "intervall-helistikus"
16
 
    lesson_heading = "Määrake intervall, mis kõlab peale toonikaakordi"
17
 
    
18
 
        
19
 
}
20
 
 
21
 
 
22
 
tempo = 60/4
23
 
 
24
 
 
25
 
 
26
 
 
27
 
# 1) SEKUNDID / SECONDS: v2 - väike sekund / minor second,  s2- suur sekund / major second
28
 
 
29
 
 
30
 
question {
31
 
   name = _("m2")
32
 
   name[et] = "v2"
33
 
        tonic = chord("c e' g' c''")
34
 
        "\staff \relative c' { <c1 e g c>  <e f>  } "  
35
 
}
36
 
 
37
 
question {
38
 
   name = _("m2")
39
 
   name[et] = "v2"
40
 
        tonic = chord("c e' g' c''")
41
 
        "\staff \relative c' { <c1 e g c>  <b' c>  } "  
42
 
}
43
 
 
44
 
 
45
 
question {
46
 
 name = _("M2")
47
 
 name[et] = "s2"
48
 
        tonic = chord("c e' g' c''")
49
 
        "\staff \relative c' { <c1 e g c>  <c d>  } "  
50
 
}
51
 
 
52
 
 
53
 
question {
54
 
 name = _("M2")
55
 
 name[et] = "s2"
56
 
        tonic = chord("c e' g' c''")
57
 
        "\staff \relative c' { <c1 e g c>  <d e>  } "  
58
 
}
59
 
 
60
 
 
61
 
question {
62
 
 name = _("M2")
63
 
 name[et] = "s2"
64
 
        tonic = chord("c e' g' c''")
65
 
        "\staff \relative c' { <c1 e g c>  <f g>  } "  
66
 
}
67
 
 
68
 
 
69
 
question {
70
 
name = _("M2")
71
 
 name[et] = "s2"
72
 
        tonic = chord("c e' g' c''")
73
 
        "\staff \relative c' { <c1 e g c>  <g' a>  } "  
74
 
}
75
 
 
76
 
 
77
 
question {
78
 
 name = _("M2")
79
 
 name[et] = "s2"
80
 
        tonic = chord("c e' g' c''")
81
 
        "\staff \relative c' { <c1 e g c>  <a' b>  } "  
82
 
}
83
 
 
84
 
 
85
 
# Tertsid / Thirds: s3 - major 3rd v3 - minor third
86
 
 
87
 
question {
88
 
 name = _("m3")
89
 
 name[et] = "v3"
90
 
        tonic = chord("c e' g' c''")
91
 
        "\staff \relative c' { <c1 e g c>  <d f>  } "  
92
 
}
93
 
 
94
 
question {
95
 
 name = _("m3")
96
 
 name[et] = "v3"
97
 
        tonic = chord("c e' g' c''")
98
 
        "\staff \relative c' { <c1 e g c>  <e g>  } "  
99
 
}
100
 
 
101
 
question {
102
 
 name = _("m3")
103
 
 name[et] = "v3"
104
 
        tonic = chord("c e' g' c''")
105
 
        "\staff \relative c' { <c1 e g c>  <a' c>  } "  
106
 
}
107
 
 
108
 
 
109
 
question {
110
 
 name = _("M3")
111
 
 name[et] = "s3"
112
 
        tonic = chord("c e' g' c''")
113
 
        "\staff \relative c' { <c1 e g c>  <c e>  } "  
114
 
}
115
 
 
116
 
 
117
 
question {
118
 
 name = _("M3")
119
 
 name[et] = "s3"
120
 
        tonic = chord("c e' g' c''")
121
 
        "\staff \relative c' { <c1 e g c>  <f a>  } "  
122
 
}
123
 
 
124
 
question {
125
 
 name = _("M3")
126
 
 name[et] = "s3"
127
 
        tonic = chord("c e' g' c''")
128
 
        "\staff \relative c' { <c1 e g c>  <g' b>  } "  
129
 
}
130
 
 
131
 
 
132
 
# Kvardid / Fourth: p4 - perfect fourth <4 - augmented fourth
133
 
 
134
 
question {
135
 
  name = _("4")
136
 
 name[et] = "p4"
137
 
        tonic = chord("c e' g' c''")
138
 
        "\staff \relative c' { <c1 e g c>  <c f>  } "  
139
 
}
140
 
 
141
 
question {
142
 
 name = _("4")
143
 
 name[et] = "p4"
144
 
        tonic = chord("c e' g' c''")
145
 
        "\staff \relative c' { <c1 e g c>  <d g>  } "  
146
 
}
147
 
 
148
 
question {
149
 
  name = _("4")
150
 
  name[et] = "p4"
151
 
        tonic = chord("c e' g' c''")
152
 
        "\staff \relative c' { <c1 e g c>  <e a>  } "  
153
 
}
154
 
 
155
 
 
156
 
question {
157
 
 name = _("4")
158
 
 name[et] = "p4"
159
 
        tonic = chord("c e' g' c''")
160
 
        "\staff \relative c' { <c1 e g c>  <g' c>  } "  
161
 
}
162
 
 
163
 
question {
164
 
  name = _("a4")
165
 
  name[et] = "<4"
166
 
        tonic = chord("c e' g' c''")
167
 
        "\staff \relative c' { <c1 e g c>  <f b>  } "  
168
 
}
169
 
 
170
 
# Kvindid - Fifth: p5 - perfect fifth, >5 - diminished fifth
171
 
 
172
 
question {
173
 
 name = _("5")
174
 
 name[et] = "p5"
175
 
        tonic = chord("c e' g' c''")
176
 
        "\staff \relative c' { <c1 e g c>  <c g'>  } "  
177
 
}
178
 
 
179
 
 
180
 
question {
181
 
 name = _("5")
182
 
 name[et] = "p5"
183
 
        tonic = chord("c e' g' c''")
184
 
        "\staff \relative c' { <c1 e g c>  <d a'>  } "  
185
 
}
186
 
 
187
 
question {
188
 
 name = _("5")
189
 
 name[et] = "p5"
190
 
        tonic = chord("c e' g' c''")
191
 
        "\staff \relative c' { <c1 e g c>  <e b'>  } "  
192
 
}
193
 
 
194
 
question {
195
 
 name = _("d5")
196
 
 name[et] = ">5"
197
 
        tonic = chord("c e' g' c''")
198
 
        "\staff \relative c' { <c1 e g c>  <b f'>  } "  
199
 
}
200
 
 
201
 
 
202
 
# Sekstid / Sixths: v6 - minor 6, s6 - major 6
203
 
 
204
 
question {
205
 
 name = _("m6")
206
 
 name[et] = "v6"
207
 
        tonic = chord("c e' g' c''")
208
 
        "\staff \relative c' { <c1 e g c>  <e c'>  } "  
209
 
}
210
 
 
211
 
question {
212
 
 name = _("m6")
213
 
 name[et] = "v6"
214
 
        tonic = chord("c e' g' c''")
215
 
        "\staff \relative c' { <c1 e g c>  <a f'>  } "  
216
 
}
217
 
 
218
 
 
219
 
question {
220
 
 name = _("M6")
221
 
 name[et] = "s6"
222
 
        tonic = chord("c e' g' c''")
223
 
        "\staff \relative c' { <c1 e g c>  <c a'>  } "  
224
 
}
225
 
 
226
 
question {
227
 
 name = _("M6")
228
 
 name[et] = "s6"
229
 
        tonic = chord("c e' g' c''")
230
 
        "\staff \relative c' { <c1 e g c>  <d b'>  } "  
231
 
}
232
 
 
233
 
 
234
 
# Septimid / Sevenths: v7 - minor 7, s6 - major 7
235
 
 
236
 
question {
237
 
 name = _("m7")
238
 
 name[et] = "v7"
239
 
        tonic = chord("c e' g' c''")
240
 
        "\staff \relative c' { <c1 e g c>  <d c'>  } "  
241
 
}
242
 
 
243
 
 
244
 
question {
245
 
 name = _("m7")
246
 
 name[et] = "v7"
247
 
        tonic = chord("c e' g' c''")
248
 
        "\staff \relative c' { <c1 e g c>  <e d'>  } "  
249
 
}
250
 
 
251
 
question {
252
 
 name = _("m7")
253
 
 name[et] = "v7"
254
 
        tonic = chord("c e' g' c''")
255
 
        "\staff \relative c' { <c1 e g c>  <g f'>  } "  
256
 
}
257
 
 
258
 
 
259
 
 
260
 
question {
261
 
 name = _("M7")
262
 
 name[et] = "s7"
263
 
        tonic = chord("c e' g' c''")
264
 
        "\staff \relative c' { <c1 e g c>  <c b'>  } "  
265
 
}
266
 
 
267
 
 
268
 
question {
269
 
 name = _("M7")
270
 
 name[et] = "s7"
271
 
        tonic = chord("c e' g' c''")
272
 
        "\staff \relative c' { <c1 e g c>  <f e'>  } "  
273
 
}
274