File: elembuilder-scale-4

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

element whole { label = "Whole" }
element half { label = "Half" }

header {
    lesson_id = "cb0fdfcc-19d8-44a3-aabb-0c46fa021198"
    module = elembuilder
    title = "Build scales, (at__question__start = show)"
    elements = auto
    lesson_heading = "Build the scale"
    at_question_start = show
}

question {
 name = "Dur"
 elements = whole, whole, half, whole, whole, whole, half
 music = rvoice("c d e f g a b c")
}
question {
 name = "Dorian"
 elements = whole, half, whole, whole, whole, half, whole
 music = rvoice("d e f g a b c d")
}