~ubuntu-branches/ubuntu/trusty/csound-manual/trusty-proposed

« back to all changes in this revision

Viewing changes to scoregens/m.xml

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler
  • Date: 2011-08-01 22:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801222158-90kslkp5ujci2f5d
Tags: 1:5.13~dfsg-1
* New upstream release
 - Add Menno Knevel to the copyright file
 - Refresh patch 2000-stripped-opcodes.diff
 - Update copyright hints file
* Update Vcs-* headers
* Bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    <para>
38
38
      This can be helpful in setting a up verse and chorus structure in the score. Names may contain letters and numerals.
39
39
    </para>
 
40
    <para>
 
41
      For example, the following score:
 
42
    </para>
 
43
    <programlisting>
 
44
<emphasis role="stamnt">m</emphasis> foo
 
45
<emphasis role="stamnt">i</emphasis>1 0 1
 
46
<emphasis role="stamnt">i</emphasis>1 1 1.5
 
47
<emphasis role="stamnt">i</emphasis>1 2.5 2
 
48
<emphasis role="stamnt">s</emphasis>
 
49
<emphasis role="stamnt">i</emphasis>1 0 10
 
50
<emphasis role="stamnt">s</emphasis>
 
51
<emphasis role="stamnt">n</emphasis> foo
 
52
<emphasis role="stamnt">e</emphasis>
 
53
</programlisting>
 
54
    <para>
 
55
      Will be passed from the preprocessor to Csound as:
 
56
    </para>
 
57
    <programlisting>
 
58
<emphasis role="stamnt">i</emphasis>1 0 1
 
59
<emphasis role="stamnt">i</emphasis>1 1 1.5
 
60
<emphasis role="stamnt">i</emphasis>1 2.5 2
 
61
<emphasis role="stamnt">s</emphasis>
 
62
<emphasis role="stamnt">i</emphasis>1 0 10
 
63
<emphasis role="stamnt">s</emphasis>
 
64
<emphasis role="comment">;; this is named section repeated</emphasis>
 
65
<emphasis role="stamnt">i</emphasis>1 0 1
 
66
<emphasis role="stamnt">i</emphasis>1 1 1.5
 
67
<emphasis role="stamnt">i</emphasis>1 2.5 2
 
68
<emphasis role="stamnt">s</emphasis>
 
69
<emphasis role="comment">;; end of named section</emphasis>
 
70
<emphasis role="stamnt">e</emphasis>
 
71
</programlisting>
40
72
  </refsect1>
41
73
 
42
74
  <refsect1>