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

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

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

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

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

