File: transpose-key

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 (24 lines) | stat: -rw-r--r-- 569 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
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004  Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "489062b6-c29d-4758-acfd-be0ed52ece81"
  module = idbyname
  random_transpose = key, -1, 1
  title = "rvoice"
  description = """
  """
  have_repeat_slowly_button = yes
  have_music_displayer = yes
}
tempo = 240/4

question {
 name = "The notes c' d' e' f' g'"
 music = music("c'4 d e f g", rvoice)
}
question {
 name = "The music: key d \major d' e' fis'"
 music = music("\key d \major d' e fis", rvoice)
}