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

header {
	labelformat = progression
	content = harmony, id-by-name
	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}"

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

question
{
        name = "I-VI-V-I"
        s % "c'' c d c" +
        a % "e' e g e" +
        t % "g' a b g" +
        b % "c a g c"
}

question
{
	name = "I-II-V-I"
	s % "c'' d b c" + 
	a % "e' f d e" + 
	t % "g' a g g" + 
	b % "c d g  c," 
}

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