File: sing-the-fifth

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 (22 lines) | stat: -rw-r--r-- 550 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
# Solfege - ear training for GNOME
# Copyright (C) 2004, 2005 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "97f7f605-f924-4482-965d-234580e3b941"
    module = singanswer
    version = "3.0.6"
    title = _("Sing the fifth of the chord")
    have_music_displayer = yes
}

question {
    question_text = _("Sing the fifth of the chord")
    music = chord("c' e' g'")
    answer = chord("g'")
}
question {
    question_text = _("Sing the fifth of the chord")
    music = chord("a' c'' e''")
    answer = chord("e''")
}