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

header {
  content = chord, id-by-name
  random_transpose = yes
  musicformat = chord
  # 'title' is a short oneline description of what the lessonfile do
  title = _("Major, minor, dim and aug in root position")
}

question {
 name = _("major")
 "c e g"
}

question {
 name = _("minor") 
 "c es g"
}

question {
 name = _("augmented")
 "c e gis"
}

question {
 name = _("diminished")
 "c es ges"
}
