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

« back to all changes in this revision

Viewing changes to exercises/standard/regression-lesson-files/elembuilder-scale-2

  • 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) 2006  Tom Cato Amundsen
 
3
# License is GPL, see file COPYING
 
4
 
 
5
element whole { label = "Whole" }
 
6
element half { label = "Half" }
 
7
 
 
8
header {
 
9
    lesson_id = "9fd0e251-17e3-4b60-880a-812f7e357179"
 
10
    module = elembuilder
 
11
    title = "Build scales, have__music__displayer = yes"
 
12
    lesson_heading = "Build the scale"
 
13
    elements = auto
 
14
    have_music_displayer = yes
 
15
}
 
16
 
 
17
question {
 
18
 name = "Dur"
 
19
 elements = whole, whole, half, whole, whole, whole, half
 
20
 music = rvoice("c d e f g a b c")
 
21
}
 
22
question {
 
23
 name = "Dorian"
 
24
 elements = whole, half, whole, whole, whole, half, whole
 
25
 music = rvoice("d e f g a b c d")
 
26
}