summaryrefslogtreecommitdiff
path: root/score/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'score/strings.xml')
-rw-r--r--score/strings.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/score/strings.xml b/score/strings.xml
index 7ca22a5..0ceeb84 100644
--- a/score/strings.xml
+++ b/score/strings.xml
@@ -7,9 +7,15 @@
<programlisting>
i 1 0 10 "A4"
</programlisting>
- The string can be received by the instrument and further processed using the <link linkend="StringsTop"><citetitle>string opcodes</citetitle></link>.
+ The string can be received by the instrument and further processed
+ using the <link linkend="StringsTop"><citetitle>string
+ opcodes</citetitle></link>.
</para>
<note>
- <para>Currently only one p-field can contain a string (i.e. no more tha one string per line is allowed). You can overcome this using <link linkend="strset"><citetitle>strset</citetitle></link> and <link linkend="strget"><citetitle>strget</citetitle></link>.</para>
+ <para>Currently only one p-field can contain a string (i.e. no
+ more than one string per line is allowed). You can overcome this
+ using <link linkend="strset"><citetitle>strset</citetitle></link>
+ and <link
+ linkend="strget"><citetitle>strget</citetitle></link>.</para>
</note>
</section>