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

header {
    lesson_id = "c3024ef4-69fd-4a45-b12e-f2cd078fe12c"
	labelformat = progression
    module = harmonicprogressiondictation
    title = "Bad mpd (BUGBUG) in 1 of 2 questions"
}

tempo = 80/4

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}"

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

question {
 name = "I-V-I-IV-V-V-I"
	tonic = chord("c e' BUGBUG g' c''")
	s % "c'' b c a BUGBUG g b c2" +
	a % "g''4 g g f d g g2" +
	t % "e'4 d e c b d e2" +
	b % "c4 g' c, f g g c2"
}

