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

« back to all changes in this revision

Viewing changes to exercises/standard/lesson-files/compare-intervals-melodic-2-to-8

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2011-04-10 11:04:33 UTC
  • mto: (1.1.13 upstream) (2.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110410110433-tzlbk1y99xzjixdu
ImportĀ upstreamĀ versionĀ 3.19.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# GNU Solfege
 
2
# Copyright (C) 2005, 2010 Tom Cato Amundsen
 
3
 
 
4
header {
 
5
    module=compareintervals
 
6
    title = _("Second to octave")
 
7
    theory = "theory-intervals"
 
8
    first_interval_type = melodic
 
9
    last_interval_type = melodic
 
10
    first_interval = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
 
11
    last_interval = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
 
12
}