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

element ElemA { label = "A" }
element ElemB { label = "B" }

header {
    lesson_id = "9732dd7e-55a7-4ab6-9e00-94fefbdb9331"
    module = elembuilder
    title = "Bad mpd code in question number 2"
    elements = auto
}

question {
    name =  "Q A"
    elements = ElemA, ElemB
    tonic = chord("c g e' c''")
    music = rvoice("c d e")
}
question {
    name =  "Q B"
    elements = ElemA, ElemB
    tonic = chord("c g e' c''")
    music = rvoice("c d e X")
}

