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

« back to all changes in this revision

Viewing changes to hash-bug-workaround/sc-mel-f

  • 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
# this lesson file created by Davide Bonetti
 
5
 
 
6
header {
 
7
    lesson_id = "4f24b890-d6cc-11da-89a8-7c9a86d4310h"
 
8
  module = idbyname
 
9
  random_transpose = yes
 
10
  title = _("Melodic Minor Scale and its modes - arpeged by fourths")
 
11
  have_repeat_slowly_button = yes
 
12
  have_music_displayer = yes
 
13
  fillnum = 4
 
14
  filldir = horiz
 
15
  help = "scales"
 
16
  theory = "scales/mel"
 
17
}
 
18
tempo = 240/4
 
19
 
 
20
include("include/sc-master")
 
21
# This lesson uses variables included in "include/sc-master" version 1.1
 
22
 
 
23
question { name = mel1n  voice(mel1lf) }
 
24
question { name = mel2n  voice(mel2lf) }
 
25
question { name = mel3n  voice(mel3lf) }
 
26
question { name = mel4n  voice(mel4lf) }
 
27
question { name = mel5n  voice(mel5lf) }
 
28
question { name = mel6n  voice(mel6lf) }
 
29
question { name = mel7n  voice(mel7lf) }
 
30