~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to help/tr/elembuilder-module.html

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The elembuilder module</title><link rel="stylesheet" href="../style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="GNU Solfege 3.14.5 Kullanıcı El Kitabı"><link rel="up" href="extending-solfege.html" title="Bölüm 4. Extending GNU Solfege"><link rel="prev" href="dictation-module.html" title="The dictation module"><link rel="next" href="harmonicinterval-module.html" title="The harmonicinterval 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">elembuilder</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dictation-module.html">Önceki</a> </td><th width="60%" align="center">Bölüm 4. Extending GNU Solfege</th><td width="20%" align="right"> <a accesskey="n" href="harmonicinterval-module.html">Sonraki</a></td></tr></table><hr></div><div class="sect1" lang="tr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="elembuilder-module"></a>The <code class="literal">elembuilder</code> module</h2></div></div></div><p>Here is a minimal lesson file:</p><pre class="programlisting">
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The elembuilder module</title><link rel="stylesheet" href="../style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="GNU Solfege 3.15.9 Kullanıcı El Kitabı"><link rel="up" href="extending-solfege.html" title="Bölüm 4. Extending GNU Solfege"><link rel="prev" href="dictation-module.html" title="The dictation module"><link rel="next" href="harmonicinterval-module.html" title="The harmonicinterval 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">elembuilder</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dictation-module.html">Önceki</a> </td><th width="60%" align="center">Bölüm 4. Extending GNU Solfege</th><td width="20%" align="right"> <a accesskey="n" href="harmonicinterval-module.html">Sonraki</a></td></tr></table><hr></div><div class="sect1" title="The elembuilder module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="elembuilder-module"></a>The <code class="literal">elembuilder</code> module</h2></div></div></div><p>Here is a minimal lesson file:</p><pre class="programlisting">
2
2
element progI { label = "I" }
3
3
element progIV { label = "IV" }
4
4
element progV { label = "V" }
22
22
 <a class="xref" href="elembuilder-module.html#lf-header-elements">elements</a> = progI, progIV, progI
23
23
 <a class="xref" href="lesson-files.html#lf-name">name</a> = "I-IV-I"
24
24
}
25
 
</pre><div class="sect2" lang="tr"><div class="titlepage"><div><div><h3 class="title"><a name="elembuilder-element-block"></a>The element block</h3></div></div></div><p>
 
25
</pre><div class="sect2" title="The element block"><div class="titlepage"><div><div><h3 class="title"><a name="elembuilder-element-block"></a>The element block</h3></div></div></div><p>
26
26
This block defines the elements the user can put together to answer the
27
27
question. Each block is named by the string between <code class="literal">element</code>
28
28
and <code class="literal">{</code>. The block defines one variable,
29
29
<code class="literal">label</code> that is the label the button will get.</p><p><code class="literal">label</code> can either be a plain string or one
30
30
of the <a class="xref" href="lesson-files.html#labelfunctions" title="Label functions">label functions</a>.
31
 
</p></div><div class="sect2" lang="tr"><div class="titlepage"><div><div><h3 class="title"><a name="elembuilder-header-block"></a>The header block</h3></div></div></div><div class="variablelist"><dl><dt><span class="term"><code class="literal"><a name="lf-header-elements"></a>elements</code></span></dt><dd><p>This variable defines which elements to display. Set this to <code class="literal">auto</code> to display all elements that are needed to answer the questions in the lesson file. You can display more elements that needed to make it more difficult for the user. An example:</p><pre class="programlisting">elements = progI, progIV, progV, progIV, progV_6</pre></dd><dt><span class="term"><code class="literal"><a name="lf-header-music_displayer_stafflines"></a>music_displayer_stafflines</code></span></dt><dd><p>Set this if you want the music displayer to show more than
 
31
</p></div><div class="sect2" title="The header block"><div class="titlepage"><div><div><h3 class="title"><a name="elembuilder-header-block"></a>The header block</h3></div></div></div><div class="variablelist"><dl><dt><span class="term"><code class="literal"><a name="lf-header-elements"></a>elements</code></span></dt><dd><p>This variable defines which elements to display. Set this to <code class="literal">auto</code> to display all elements that are needed to answer the questions in the lesson file. You can display more elements that needed to make it more difficult for the user. An example:</p><pre class="programlisting">elements = progI, progIV, progV, progIV, progV_6</pre></dd><dt><span class="term"><code class="literal"><a name="lf-header-music_displayer_stafflines"></a>music_displayer_stafflines</code></span></dt><dd><p>Set this if you want the music displayer to show more than
32
32
    one empty staff line when the music displayer have no music to display.
33
33
    </p></dd></dl></div><p>
34
34
See also <a class="xref" href="lesson-files.html#lf-at_question_start">at_question_start</a>
35
35
and <a class="xref" href="lesson-files.html#lf-music_displayer_stafflines">music_displayer_stafflines</a>.
36
 
</p></div><div class="sect2" lang="tr"><div class="titlepage"><div><div><h3 class="title"><a name="elembuilder-question-block"></a>The question block</h3></div></div></div><div class="variablelist"><dl><dt><span class="term"><code class="literal"><a name="lf-question-elements"></a>elements</code></span></dt><dd><p>This variable defines which elements defines the question.
 
36
</p></div><div class="sect2" title="The question block"><div class="titlepage"><div><div><h3 class="title"><a name="elembuilder-question-block"></a>The question block</h3></div></div></div><div class="variablelist"><dl><dt><span class="term"><code class="literal"><a name="lf-question-elements"></a>elements</code></span></dt><dd><p>This variable defines which elements defines the question.
37
37
    It can be elements, as defined in the example above, or strings
38
38
    or labels defined by the <a class="xref" href="lesson-files.html#labelfunctions" title="Label functions">label functions</a>.</p></dd><dt><span class="term"><code class="literal"><a name="lf-tonic"></a>tonic</code></span></dt><dd><p>The exercise will have a "Play tonic" button if this variable is
39
39
    defined in a question in the lesson file. The variable should contain some