# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005  Tom Cato Amundsen
# License is GPL, see file COPYING

# vim: syntax=lessonfile

header {
	labelformat = progression
	content = harmonic-progression-dictation, id-by-name, dictation
	random_transpose = yes
}

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"
	tonic = chord("c g e' c''")
	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"
	tonic = chord("c g e' c''")
	music = s % "e' f g e"
	      + a % "c' c d c"
	      + t % "g' a g g"
	      + b % "c  a b c"
}
