~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to exercises/standard/regression-lesson-files/chordvoicing-mpd-exception

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Solfege - ear training for GNOME
 
2
# Copyright (C) 2001, 2002, 2003, 2004, 2005  Giovanni Chierico
 
3
# License is GPL, see file COPYING
 
4
 
 
5
header {
 
6
    lesson_id = "7f2558de-75df-4d4b-8180-8c1e5b6583b8"
 
7
        module = chordvoicing
 
8
        title = "MpdException: BUGBUG text in music in 1 of 2 questions"
 
9
}
 
10
 
 
11
##################################################
 
12
question {
 
13
 name = "major 7+ 5-"
 
14
 set=0
 
15
 chord("c' e' ges' BUGBUG b'")
 
16
}
 
17
question {
 
18
 name = "major "
 
19
 set=0
 
20
 chord("c' e' g'")
 
21
}
 
22