[go: up one dir, main page]

File: diatonic-1

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (35 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Solfege - ear training for GNOME
# Copyright (C) 2001, 2002, 2003, 2004, 2005  Giovanni Chierico
# License is GPL, see file COPYING

header {
    lesson_id = "ccb077bd-0b00-4998-9a74-b9ce3da2351f"
    module = idproperty
    flavour = "chord"
    title = _("Diatonic chords")
}

##################################################
question {
 name = _i("chord|maj7")
 chord("c' e' g' b'")
}

##################################################
question {
 name = _i("chord|m7")
 chord("c' ees' g' bes'")
}

##################################################
question {
 name = _i("chord|7")
 chord("c' e' g' bes'")
}

##################################################
question {
 name = _i("chord|m7b5")
 chord("c' ees' ges' bes'")
}