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

« back to all changes in this revision

Viewing changes to help/eo/singchord-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 singchord 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 Gvidlibro de Uzanto"><link rel="up" href="extending-solfege.html" title="Ĉapitro 4. Extending GNU Solfege"><link rel="prev" href="singanswer-module.html" title="The singanswer module"><link rel="next" href="singinterval-module.html" title="The singinterval 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">singchord</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="singanswer-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="singinterval-module.html">Sekven</a></td></tr></table><hr></div><div class="sect1" title="The singchord module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="singchord-module"></a>The <code class="literal">singchord</code> module</h2></div></div></div><p>Questions for this exercise need to have the <code class="varname">key</code> variable set if the key signature is anything else than ''c'' major (or ''a'' minor). Example:</p><pre class="programlisting">
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The singchord 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 Gvidlibro de Uzanto"><link rel="up" href="extending-solfege.html" title="Ĉapitro 4. Extending GNU Solfege"><link rel="prev" href="singanswer-module.html" title="The singanswer module"><link rel="next" href="singinterval-module.html" title="The singinterval 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">singchord</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="singanswer-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="singinterval-module.html">Sekven</a></td></tr></table><hr></div><div class="sect1" title="The singchord module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="singchord-module"></a>The <code class="literal">singchord</code> module</h2></div></div></div><p>Questions for this exercise need to have the <code class="varname">key</code> variable set if the key signature is anything else than ''c'' major (or ''a'' minor). Example:</p><pre class="programlisting">
2
2
header {
3
3
  <a class="xref" href="lesson-files.html#lf-module">module</a> = singchord
4
 
  <a class="xref" href="lesson-files.html#lf-lesson_id">lesson_id</a> = "a404df62-e037-6a1b-9027-cd05397e88a2"
5
4
  <a class="xref" href="lesson-files.html#lf-version">version</a> = "3.1.4"
6
5
  <a class="xref" href="lesson-files.html#lf-title">title</a> = "Simple chords"
7
6
}