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

header {
    content = singanswer
    version = "2.1.6"
    random_transpose = yes
    have_repeat_arpeggio_button = no
    have_music_displayer = yes
}

question {
    question_text = "Sing a major second up from the last tone"
    music = music("g'8 fis b a ais f e", rvoice)
    answer = music("fis'", voice)
}
question {
    question_text = "Sing a minor third up from the last tone"
    music = music("g'8 fis b a ais f e", rvoice)
    answer = music("g'", voice)
}
question {
    question_text = "Sing a major third up from the last tone"
    music = music("g'8 fis b a ais f e", rvoice)
    answer = music("gis'", voice)
}
question {
    question_text = "Sing a perfect fourth up from the last tone"
    music = music("g'8 fis b a ais f e", rvoice)
    answer = music("a'", voice)
}
question {
    question_text = "Sing a perfect fifth up from the last tone"
    music = music("g'8 fis b a ais f e", rvoice)
    answer = music("b'", voice)
}
