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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2011-04-10 11:04:33 UTC
  • mto: (1.1.13 upstream) (2.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110410110433-tzlbk1y99xzjixdu
Import upstream version 3.19.6

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 idproperty 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.16.4 Kullanıcı El Kitabı"><link rel="up" href="extending-solfege.html" title="Bölüm 4. Extending GNU Solfege"><link rel="prev" href="identifybpm-module.html" title="The identifybpm module"><link rel="next" href="idtone-module.html" title="The idtone 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">idproperty</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="identifybpm-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="idtone-module.html">Sonraki</a></td></tr></table><hr></div><div class="sect1" title="The idproperty module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idproperty-module"></a>The <code class="literal">idproperty</code> module</h2></div></div></div><p>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The idproperty 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.19.6 Kullanıcı El Kitabı"><link rel="up" href="extending-solfege.html" title="Bölüm 4. Extending GNU Solfege"><link rel="prev" href="identifybpm-module.html" title="The identifybpm module"><link rel="next" href="idtone-module.html" title="The idtone 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">idproperty</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="identifybpm-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="idtone-module.html">Sonraki</a></td></tr></table><hr></div><div class="sect1" title="The idproperty module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idproperty-module"></a>The <code class="literal">idproperty</code> module</h2></div></div></div><p>
2
2
 The <code class="literal">idproperty</code> module let you create exercises where
3
3
 solfege will play some music and you have to identify different properties
4
4
 of the music.
9
9
    <a class="xref" href="lesson-files.html#lf-module">module</a> = idproperty
10
10
    flavour = "chord"
11
11
    <a class="xref" href="lesson-files.html#lf-title">title</a> = "Minor and major chords"
12
 
    <a class="xref" href="lesson-files.html#lf-lesson_id">lesson_id</a> = "e263d40a-d8ff-4000-a7f2-c02ba087bf72"
13
12
}
14
13
question {
15
14
  name = "Major"
30
29
</pre><p><code class="literal">new_button_label</code> is the label to put on the
31
30
<span class="guibutton">New</span> button. The default value is
32
31
<code class="literal">_("New")</code>.</p><p><code class="literal">lesson_heading</code> will set the heading to be displayed
33
 
when you practise. The default value is an emptry string, that will hide the
 
32
when you practise. The default value is an empty string, that will hide the
34
33
heading.</p><p>The properties are defined by the <code class="literal">props</code> variable in
35
34
the lesson file header, and there should be a variable
36
35
<code class="literal">prop_labels</code> that defines the label to use.