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

header {
	content = id-by-name
	title = _("Is the song played major or minor")
	filldir = vertic
	fillnum = 4
	random_transpose = yes
	enable_right_click = no
}

tempo = 120/4

question { 
 name= _("minor")
 rvoice("c' d es c | g g g2 | g4 f es d | c2 c")
}

question  { 
 name = _("major")
 rvoice("c' c c e | d d d f | e e d d | c1")
}

question { 
 name = _("minor")
 rvoice("c'2 d4 | es4. d8 c4 | g2 g4 | g2.")
}

question { 
 name = _("major")
 rvoice("c' d e f | g2 g")
}
