File: chord-dim-aug-min-major

package info (click to toggle)
solfege 3.16.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 34,472 kB
  • ctags: 5,287
  • sloc: python: 22,642; xml: 14,196; ansic: 4,682; makefile: 621; sh: 287
file content (13 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "aa89469c-171c-47f4-8432-2036856536a4"
    module = idbyname
        random_transpose = accidentals, -5, 5
        title = _("Minor, major, diminished and augmented chords")
        lesson_heading = _("Identify the chord")
}
include("chord-min-major")
include("chord-dim-aug")