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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
# 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 = "0b024630-23db-11db-8782-8558e4e4f94b"
module = idbyname
random_transpose = yes
title = _("Double Harmonic Scale and its modes - patterns")
have_repeat_slowly_button = yes
have_music_displayer = yes
fillnum = 4
filldir = horiz
help = "scales"
theory = "scales/dha"
}
tempo = 240/4
include("include/sc-master")
# This lesson uses variables included in "include/sc-master" version 1.11
question { name = dha1n set = 0 voice(dha1lp0) }
question { name = dha1n set = 1 voice(dha1lp1) }
question { name = dha1n set = 2 voice(dha1lp2) }
question { name = dha1n set = 3 voice(dha1lp3) }
question { name = dha1n set = 4 voice(dha1lp4) }
question { name = dha2n set = 0 voice(dha2lp0) }
question { name = dha2n set = 1 voice(dha2lp1) }
question { name = dha2n set = 2 voice(dha2lp2) }
question { name = dha2n set = 3 voice(dha2lp3) }
question { name = dha2n set = 4 voice(dha2lp4) }
question { name = dha3n set = 0 voice(dha3lp0) }
question { name = dha3n set = 1 voice(dha3lp1) }
question { name = dha3n set = 2 voice(dha3lp2) }
question { name = dha3n set = 3 voice(dha3lp3) }
question { name = dha3n set = 4 voice(dha3lp4) }
question { name = dha4n set = 0 voice(dha4lp0) }
question { name = dha4n set = 1 voice(dha4lp1) }
question { name = dha4n set = 2 voice(dha4lp2) }
question { name = dha4n set = 3 voice(dha4lp3) }
question { name = dha4n set = 4 voice(dha4lp4) }
question { name = dha5n set = 0 voice(dha5lp0) }
question { name = dha5n set = 1 voice(dha5lp1) }
question { name = dha5n set = 2 voice(dha5lp2) }
question { name = dha5n set = 3 voice(dha5lp3) }
question { name = dha5n set = 4 voice(dha5lp4) }
question { name = dha6n set = 0 voice(dha6lp0) }
question { name = dha6n set = 1 voice(dha6lp1) }
question { name = dha6n set = 2 voice(dha6lp2) }
question { name = dha6n set = 3 voice(dha6lp3) }
question { name = dha6n set = 4 voice(dha6lp4) }
question { name = dha7n set = 0 voice(dha7lp0) }
question { name = dha7n set = 1 voice(dha7lp1) }
question { name = dha7n set = 2 voice(dha7lp2) }
question { name = dha7n set = 3 voice(dha7lp3) }
question { name = dha7n set = 4 voice(dha7lp4) }
|