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

« back to all changes in this revision

Viewing changes to lesson-files/hear-tones-1

  • 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) 2007 Tom Cato Amundsen
3
 
# License is GPL, see file COPYING
4
 
 
5
 
header {
6
 
  lesson_id = "f8f88572-4ef4-4089-896a-659fed995889"
7
 
  title = _("Thirds")
8
 
  module = singanswer
9
 
  version = "3.9.2"
10
 
}
11
 
 
12
 
question {
13
 
  question_text = _("Sing the two tones")
14
 
  music = voice("< c'2 es' >")
15
 
  answer = voice("c'8 es'")
16
 
}
17
 
 
18
 
question {
19
 
  question_text = _("Sing the two tones")
20
 
  music = voice("< c'2 e' >")
21
 
  answer = voice("c'8 e'")
22
 
}
23