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 36 37 38 39 40 41
|
# Solfege - ear training for GNOME
# Copyright (C) 2006 Tom Cato Amundsen
# License is GPL, see file COPYING
# this lesson file created by Davide Bonetti
header {
lesson_id = "d6294670-23df-11db-9d7a-a131a7377dae"
module = idbyname
random_transpose = yes
title = _("More Scales used over a Major or Augmented chord")
have_repeat_slowly_button = yes
have_music_displayer = yes
fillnum = 4
filldir = horiz
help = "scales"
theory = "scales/modes"
}
tempo = 240/4
include("include/sc-master")
# This lesson uses variables included in "include/sc-master" version 1.1
question { name = maj1n voice(maj1l) }
question { name = maj4n voice(maj4l) }
question { name = mel3n voice(mel3l) }
question { name = har3n voice(har3l) }
question { name = har6n voice(har6l) }
question { name = ham1n voice(ham1l) }
question { name = ham6n voice(ham6l) }
question { name = dha1n voice(dha1l) }
question { name = dha2n voice(dha2l) }
question { name = dha6n voice(dha6l) }
question { name = nea2n voice(nea2l) }
question { name = nem2n voice(nem2l) }
question { name = nem6n voice(nem6l) }
question { name = beb1n voice(beb1l) }
question { name = pen1n voice(pen1l) }
question { name = aug1n voice(aug1l) }
question { name = aug2n voice(aug2l) }
question { name = eni1n voice(eni1l) }
|