~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to books/src/SingleExercises/SingleExercises.xml

  • Committer: cecilios
  • Date: 2006-12-11 17:40:31 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:176

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 
2
<!DOCTYPE book [
 
3
    <!ENTITY chapter1 SYSTEM "SingleExercises_1.xml">
 
4
    <!ENTITY chapter2 SYSTEM "SingleExercises_2.xml">
 
5
    <!ENTITY chapter3 SYSTEM "SingleExercises_3.xml">
 
6
    <!ENTITY chapter4 SYSTEM "SingleExercises_4.xml">
 
7
    <!ENTITY chapter5 SYSTEM "SingleExercises_5.xml">
 
8
    <!ENTITY chapter6 SYSTEM "SingleExercises_6.xml">
 
9
    <!ENTITY chapter7 SYSTEM "SingleExercises_7.xml">
 
10
    <!ENTITY chapter8 SYSTEM "SingleExercises_8.xml">
 
11
    <!ENTITY chapter9 SYSTEM "SingleExercises_9.xml">
 
12
]>
 
13
 
 
14
<book id="book">
 
15
<bookinfo>
 
16
    <title>Single exercises</title>
 
17
</bookinfo>
 
18
 
 
19
<theme id="ch0" header="Table of contents">
 
20
<title>Introduction to single exercises</title>
 
21
 
 
22
<para>Appart of exercises included in <emphasis>the eBooks</emphasis>, the following general exercises
 
23
(customizable to suit your needs at any moment) are available:</para>
 
24
 
 
25
<part>
 
26
<title>1. Exercises for aural training</title>
 
27
 
 
28
<itemizedlist>
 
29
<listitem><link linkend="ch1">1.1. Intervals' comparison</link></listitem>
 
30
<listitem><link linkend="ch2">1.2. Intervals' identification</link></listitem>
 
31
<listitem><link linkend="ch3">1.3. Chords' identification</link></listitem>
 
32
<listitem><link linkend="ch4">1.4. Scales' identification</link></listitem>
 
33
</itemizedlist>
 
34
 
 
35
</part>
 
36
 
 
37
<part>
 
38
<title>2. Exercises to practise theory</title>
 
39
 
 
40
<itemizedlist>
 
41
<listitem><link linkend="ch5">2.1. Key signatures' identification</link></listitem>
 
42
<listitem><link linkend="ch6">2.2. Interval's identification and construction</link></listitem>
 
43
<listitem><link linkend="ch7">2.3. Scales' identification</link></listitem>
 
44
<listitem><link linkend="ch8">2.4. Chords' identification</link></listitem>
 
45
</itemizedlist>
 
46
 
 
47
</part>
 
48
 
 
49
<part>
 
50
<title>3. Other exercises</title>
 
51
 
 
52
<itemizedlist>
 
53
<listitem><link linkend="ch9">3.1. Clefs Reading</link></listitem>
 
54
</itemizedlist>
 
55
 
 
56
</part>
 
57
 
 
58
</theme>
 
59
 
 
60
<chapter>
 
61
<title>Aural training exercises</title>
 
62
 
 
63
    &chapter1;
 
64
    &chapter2;
 
65
    &chapter3;
 
66
    &chapter4;
 
67
</chapter>
 
68
 
 
69
<chapter>
 
70
<title>Theory exercises</title>
 
71
    &chapter5;
 
72
    &chapter6;
 
73
    &chapter7;
 
74
    &chapter8;
 
75
</chapter>
 
76
 
 
77
<chapter>
 
78
<title>Other exercises</title>
 
79
    &chapter9;
 
80
</chapter>
 
81
 
 
82
</book>