~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to books/src/L2_MusicReading/L2_MusicReading_214.xml

  • Committer: cecilios
  • Date: 2012-09-07 17:42:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:721
initial commit with all changes for 5.1. See changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
For example, in 3/4 there are three beats in each measure and each beat is occupied by
11
11
a quarter note:</para>
12
12
<score>
13
 
    <control_play />
14
13
    <music>
15
14
    (score (vers 1.6)
16
15
      (instrument
24
23
example, we can divide it into two parts by writting two eighth notes or into four parts
25
24
by using 16th notes:</para>
26
25
<score>
27
 
    <control_play />
28
 
    <control_measures />
29
26
    <music>
30
27
    (score (vers 1.6)
31
28
      (instrument
48
45
If several note values appear under the triplet bracket, they are all affected
49
46
the same way, reduced to 2/3 their original duration.</para>
50
47
<score>
51
 
    <control_play />
52
 
    <control_measures />
53
48
    <music>
54
49
    (score (vers 1.6)
55
50
      (instrument
70
65
    (score (vers 1.6)
71
66
      (instrument
72
67
        (musicData
73
 
        (time 2 4 noVisible)(n * e g+)(n * e g-)
74
 
        (n * e g+ t3)(n * e)(n * e g- t-)(barline)
75
 
        (n * e g+)(n * e g-)
76
 
        (n * e g+ t3)(n * e)(n * e g- t-)(barline)
77
 
        (n * e g+)(n * e g-)
78
 
        (n * e g+ t3)(n * e)(n * e g- t-)(barline end)
 
68
        (clef G)(key C)(time 2 4 noVisible)(n a4 e g+)(n a4 e g-)
 
69
        (n a4 e g+ t3)(n a4 e)(n a4 e g- t-)(barline)
 
70
        (n a4 e g+)(n a4 e g-)
 
71
        (n a4 e g+ t3)(n a4 e)(n a4 e g- t-)(barline)
 
72
        (n a4 e g+)(n a4 e g-)
 
73
        (n a4 e g+ t3)(n a4 e)(n a4 e g- t-)(barline end)
79
74
    )))
80
75
    </music>
81
76
</score>