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
|
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Tom Cato Amundsen
# License is GPL, see file COPYING
include("include/interval-elements")
header {
lesson_id = "e413101c-93c0-4567-4668-17abf6d70749"
module = elembuilder
title = _("Bebop Scales - enter structure")
lesson_heading = _("Enter the structure of the mode in number of half-tones")
elements = auto
have_music_displayer = yes
questions_selectable = yes
have_repeat_slowly_button = yes
random_transpose = yes
help = "scales"
theory = "scales/beb"
}
include("include/sc-master")
# This lesson uses variables included in "include/sc-master" version 1.1
question { name = beb1n
elements = int2, int2, int1, int2, int1, int1, int2, int1
voice(beb1ca)
}
question { name = beb2n
elements = int2, int2, int1, int2, int2, int1, int1, int1
voice(beb2ca)
}
question { name = beb3n
elements = int2, int1, int1, int1, int2, int2, int1, int2
voice(beb3ca)
}
question { name = beb4n
elements = int2, int1, int2, int2, int1, int1, int2, int1
voice(beb4ca)
}
question { name = beb5n
elements = int1, int2, int2, int1, int1, int1, int2, int2
voice(beb5ca)
}
|