# Solfege - eartraining for GNOME
# Copyright (C) 2000-2001 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")

  # 'description' is a longer description that can contain html tags
  description ="Here is a <i>longer</i> description of the lessonfile.
The author of the file can explain how to practise,
and where to go next."
  description(no) = "Her er en lenger beskrivelse av fila.
Forfatteren av fila kan forklare hvordan man
skal ve, og hva man kan fortsette med."
}

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

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

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

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