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

header {
    content = singanswer
    version = "2.1.6"
    title = "Sing the fifth of the chord"
    random_transpose = yes
}

question {
    question_text = "Sing the fifth"
    music = music("c' e' g'", chord)
    answer = music("g'", chord)
}
question {
    question_text = "Sing the fifth"
    answer = music("g'", chord)
    music = music("c' es' g'", chord)
}
