# Solfege - eartraining for GNOME
# Copyright (C) 2000-2001 Tom Cato Amundsen
# License is GPL, see file COPYING

# vim: syntax=lessonfile

header {
	labelformat = progression
	content = harmony, id-by-name, dictation
	random_transpose = 1
}

s = "\staff\relative c{ \stemUp %s}"
a = "\addvoice\relative c{ \stemDown %s}"
t = "\staff\relative c{ \clef bass; \stemUp %s}"
b = "\addvoice\relative c{ \stemDown %s}"

include(progression-1)

question {
	name = "I-IV(6)-V-I"
	music = s % "c'' c b c"
	      + a % "e'  f d e"
	      + t % "g'  f g g"
	      + b % "c   a g c"
}
question {
	name = "I-IV(6)-V(6)-I"
	music = s % "e' f g e"
	      + a % "c' c d c"
	      + t % "g' a g g"
	      + b % "c  a b c"
}
