# 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
        random_transpose = accidentals, -5, 5
        have_music_displayer = yes
        have_display_music_button = yes
        #have_play_music_button = yes
        title = "Diminished and augmented chords"
}
question { 
  name = _("diminished") 
  show = chord("c' es' ges'")
  vmusic = rvoice("c'' es ges")
  chord("c' es' ges'")
}
question { 
  name = _("augmented")
  show = chord("c' e' gis'")
  vmusic = rvoice("c' e gis")
  chord("c' e' gis'")
}
