/usr/share/solfege/help/eo/rhythm-module.html is in solfege-doc 3.20.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The rhythm module</title><link rel="stylesheet" href="../style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="GNU Solfege 3.20.6 Gvidlibro de Uzanto"><link rel="up" href="extending-solfege.html" title="Ĉapitro 4. Extending GNU Solfege"><link rel="prev" href="nameinterval-module.html" title="The nameinterval module"><link rel="next" href="rhythmtapping-module.html" title="The rhythmtapping module"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The <code class="literal">rhythm</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nameinterval-module.html">Antaŭen</a> </td><th width="60%" align="center">Ĉapitro 4. Extending GNU Solfege</th><td width="20%" align="right"> <a accesskey="n" href="rhythmtapping-module.html">Sekven</a></td></tr></table><hr></div><div class="sect1" title="The rhythm module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="rhythm-module"></a>The <code class="literal">rhythm</code> module</h2></div></div></div><p>A simple rhythm exercise. Solfege will randomly generate rhythm patterns
that the user should recreate by clicking on buttons.</p><p>Here is a minimal lesson file:</p><pre class="programlisting">
header {
<a class="xref" href="lesson-files.html#lf-module">module</a> = rhythm
<a class="xref" href="lesson-files.html#lf-version">version</a> = "3.1.4"
<a class="xref" href="lesson-files.html#lf-title">title</a> = "Easy rhythms"
<a class="xref" href="lesson-files.html#lf-rhythm_elements">rhythm_elements</a> = 1, 2, 3, 4
}
</pre><div class="variablelist"><dl><dt><span class="term"><code class="literal"><a name="lf-visible_rhythm_elements"></a>visible_rhythm_elements</code></span></dt><dd><p>Define this variable if you want more rhythm elements that the one to
be asked for. This variable must include both the rhythm elements defined
in <code class="literal">rhythm_elements</code> and the extra elements.
Example:</p><pre class="programlisting">rhythm_elements = 0, 1, 2, 3, 4, 5, 6</pre></dd><dt><span class="term"><code class="literal"><a name="lf-countin_perc"></a>countin_perc</code></span></dt><dd><p>
An integer value between 35 and 81, representing the percussion instrument
used to give you the beat before the question. The default value is 80.
Example:
</p><pre class="programlisting">countin_perc = 35</pre><pre class="programlisting">35 Acoustic Bass Drum 51 Ride Cymbal 1 67 High Agoga
36 Bass Drum 52 Chinece Cymbal 68 Agogo Low
37 Side Stick 53 Ride Bell 69 Cabasa
38 Acoustic Snare 54 Tambourine 70 Maracas
39 Hand Clap 55 Splash Cymbal 71 Short Whistle
40 Electric Snare 56 Cowbell 72 Long Whistle
41 Low Floor Tom 57 Crash cymbal 2 73 Short Guiro
42 Closed Hi Hat 58 Vibraslap 74 Long Guiro
43 High Floor Tom 59 Ride Cymbal 2 75 Claves
44 Pedal Hi Hat 60 Hi Bongo 76 Hi Wood Block
45 Low Tom 61 Low Bongo 77 Low Wood Block
46 Open HiHat 62 Mute Hi Conga 78 Mute Cuica
47 Low-Mid Tom 63 Open High Conga 79 Open Cuica
48 Hi-Mid Tom 64 Low Conga 80 Mute Triangle
49 Crash Cymbal 1 65 High Timbale 81 Open Triangle
50 High Tom 66 Low Timbale</pre><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf_rhythm_perc"></a>rhythm_perc</code></span></dt><dd><p>Same as <a class="xref" href="rhythm-module.html#lf-countin_perc">countin_perc</a>,
but setting the instrument used to play the question. The default value is
37.</p><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf-count_in"></a>count_in</code></span></dt><dd><p>The number of beats as count in. The default value is 2.</p><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf-bpm"></a>bpm</code></span></dt><dd><p>The tempo, in beats per minute. The default value is 60.</p><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf-num_beats"></a>num_beats</code></span></dt><dd><p>The number of elements the question is made of. The default
value is 4.</p><p>Modules: <code class="literal">rhythm</code></p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="nameinterval-module.html">Antaŭen</a> </td><td width="20%" align="center"><a accesskey="u" href="extending-solfege.html">Supren</a></td><td width="40%" align="right"> <a accesskey="n" href="rhythmtapping-module.html">Sekven</a></td></tr><tr><td width="40%" align="left" valign="top">The <code class="literal">nameinterval</code> module </td><td width="20%" align="center"><a accesskey="h" href="index.html">Hejmen</a></td><td width="40%" align="right" valign="top"> The <code class="literal">rhythmtapping</code> module</td></tr></table></div></body></html>
|