[go: up one dir, main page]

File: singchord-3

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 (25 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (3)
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
# Solfege - ear training for GNOME
# Copyright (C) 2001, 2004, 2005 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "9a4eda75-d2c5-4de2-a773-6570454b5ff0"
        module = singchord
        title = _("Major and minor chords in different inversions")
}

question { satb("c''|e'|g|c") }
question { satb("c'|g|e|c") }
question { satb("g'|c'|g|e") }
question { satb("c''|g'|c'|e") }
question { satb("g'|e'|c'|g") }
question { satb("c''|g'|e'|g") }

question { key = "c \minor" satb("c''|es'|g|c") }
question { key = "c \minor" satb("c'|g|es|c") }
question { key = "c \minor" satb("g'|c'|g|es") }
question { key = "c \minor" satb("c''|g'|c'|es") }
question { key = "c \minor" satb("g'|es'|c'|g") }
question { key = "c \minor" satb("c''|g'|es'|g") }