Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3a7b4dfc766af1222d90c7f03a0844e6 > files > 7222

lilypond-doc-2.11.57-1mdv2009.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- header_tag -->
<html lang="en">
<head>
<title>Entering figured bass - GNU LilyPond Notation Reference</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="GNU LilyPond Notation Reference">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.de.html#Top">
<link rel="up" href="Figured-bass.de.html#Figured-bass" title="Figured bass">
<link rel="prev" href="Introduction-to-figured-bass.de.html#Introduction-to-figured-bass" title="Introduction to figured bass">
<link rel="next" href="Displaying-figured-bass.de.html#Displaying-figured-bass" title="Displaying figured bass">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1999--2007 by the authors

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.1 or any later version published by the Free Software
     Foundation; with no Invariant Sections.  A copy of the license is
     included in the section entitled ``GNU Free Documentation
     License''.
   -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
hr { border:0; height:1; color: #000000; background-color: #000000; }
/* hr {
  border:  none;
  height: 1px;
  color: #666666;
  background-color: #666666;
}
body {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  color: #332d28;
  margin-right: auto;
  margin-left: auto;
  width: 60em;
  list-style-type: square;
  font-family: Arial,Helvetica,sans-serif;
  padding-right: 1em;
  padding-left: 1em;
}
a {
  border-bottom: 1px dashed #344242;
  text-decoration: none;
  color: #344242;
}
a:link {
  text-decoration: none;
}
a:visited {
  border-bottom: 1px dashed #666666;
  color: #666666;
}
a:active {
  border-bottom: 1px solid #00cccc;
  color: #00cccc;
}
a:hover {
  border-bottom: 1px solid #1d7b85;
  color: #1d7b85;
}
blockquote {
  border: 1px solid #cccccc;
  padding: 3px;
  width: 40em;
}
.node {
  border-left: 1px solid #666666;
  margin: -0.5em 0px 1em;
  padding: 2px 1px 0px;
  font-style: italic;
}
.node a {
  border:  none;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
}
.verbatim {
  font-family: "Courier New",Courier,monospace;
}
.unnumberedsubsubsec {
  font-size: large;
  color: #1d7b85;
}
.subsubheading {
  font-size: large;
  color: #3b220d;
}
.contents {
  border: 1px dashed #339999;
  margin: 3px 2em;
  list-style-type: square;
  padding-right: 1em;
  width: 40em;
  background-color: #fcfff9;
}
.contents a {
  border-bottom: 1px dashed #423d34;
  text-decoration: none;
  color: #423d34;
}
.contents a:visited {
  border-bottom: 1px dashed #666666;
  color: #666666;
}
.contents a:active {
  border-bottom: 1px solid #f0d86d;
  color: #f0d86d;
}
.contents a:hover {
  border-bottom: 1px solid #3b220d;
  color: #3b220d;
}
.menu {
  border-left: 1px dashed #339999;
  margin: 3px 2em 1em;
  list-style-type: square;
  padding-left: 1.4em;
  width: 40em;
}
.unnumbered {
}
h2 {
  font-size: x-large;
  color: #1d7b85;
}
*/
--></style>
</head>
<BODY BGCOLOR=WHITE TEXT=BLACK>

<div class="node">
<p>
<a name="Entering-figured-bass"></a>
Next:&nbsp;<a rel="next" accesskey="n" href="Displaying-figured-bass.de.html#Displaying-figured-bass">Displaying figured bass</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Introduction-to-figured-bass.de.html#Introduction-to-figured-bass">Introduction to figured bass</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Figured-bass.de.html#Figured-bass">Figured bass</a>
<hr>
</div>

<h5 class="unnumberedsubsubsec">Entering figured bass</h5>

<p><code>\figuremode</code> is used to switch the input mode to figure mode. 
More information on different input modes can be
found at <a href="Input-modes.de.html#Input-modes">Input modes</a>.

   <p>In figure mode, a group of bass figures is delimited by
<code>&lt;</code> and <code>&gt;</code>.  The duration is entered after the <code>&gt;</code>.

   <blockquote>
<pre class="verbatim">     
     \new FiguredBass {
       \figuremode {
         &lt;6 4>2
       }
     }
</pre>
     <p>
 <a href="../bf/lily-1fcc4017.ly">
  <img align="middle"
    border="0" src="../bf/lily-1fcc4017.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

   <p>Accidentals (including naturals) can be added to figures:

   <blockquote>
<pre class="verbatim">     
     \figures {
       &lt;7! 6+ 4-> &lt;5++> &lt;3-->
     }
</pre>
     <p>
 <a href="../f2/lily-23d7fdc8.ly">
  <img align="middle"
    border="0" src="../f2/lily-23d7fdc8.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

   <p>Augmented and diminished steps can be indicated:

   <blockquote>
<pre class="verbatim">     
     \figures {
       &lt;6\+ 5/> &lt;7/>
     }
</pre>
     <p>
 <a href="../13/lily-3e6ccfb5.ly">
  <img align="middle"
    border="0" src="../13/lily-3e6ccfb5.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

   <p>A backward slash through a figure (typically used for raised
sixth steps) can be created:

   <blockquote>
<pre class="verbatim">     
     \figures {
       &lt;6> &lt;6\\>
     }
</pre>
     <p>
 <a href="../18/lily-1ef86d4e.ly">
  <img align="middle"
    border="0" src="../18/lily-1ef86d4e.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

   <p>Vertical spaces and brackets can be be included in figures:

   <blockquote>
<pre class="verbatim">     
     \figures {
       &lt;[12 _!] 8 [6  4]>
     }
</pre>
     <p>
 <a href="../6f/lily-e863ed5a.ly">
  <img align="middle"
    border="0" src="../6f/lily-e863ed5a.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

   <p>Any text markup can be inserted as a figure:

   <blockquote>
<pre class="verbatim">     
     \figures {
       &lt;\markup { \tiny \number 6 \super (1) } 5>
     }
</pre>
     <p>
 <a href="../e1/lily-a2101621.ly">
  <img align="middle"
    border="0" src="../e1/lily-a2101621.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

<!-- NOTE: We need to include notes any time we use extenders to -->
<!-- avoid extraneous staff creation due to Staff.use... in -->
<!-- \bassFigureExtendersOn -->
   <p>Continuation lines can be used to indicate repeated figures:

   <blockquote>
<pre class="verbatim">     
     &lt;&lt;
       {
         \clef bass
         e4 d c b,
         e4 d c b,
       }
       \figures {
         \bassFigureExtendersOn
         &lt;6 4>4 &lt;6 3> &lt;7 3> &lt;7 3>
         \bassFigureExtendersOff
         &lt;6 4>4 &lt;6 3> &lt;7 3> &lt;7 3>
       }
     >>
</pre>
     <p>
 <a href="../bc/lily-7c93ef16.ly">
  <img align="middle"
    border="0" src="../bc/lily-7c93ef16.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

<p class="noindent">In this case, the extender lines replace existing figures,
unless the continuation lines have been explicitly terminated.

   <blockquote>
<pre class="verbatim">     
     &lt;&lt;
       \figures {
         \bassFigureExtendersOn
         &lt;6 4>4 &lt;6 4> &lt;6\! 4\!> &lt;6 4>
       }
       {
         \clef bass
         d4 d c c
       }
     >>
</pre>
     <p>
 <a href="../28/lily-7717c0b0.ly">
  <img align="middle"
    border="0" src="../28/lily-7717c0b0.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

   <p>The table below summarizes the figure modifiers available.

   <p><table summary="">
<tr align="left"><td valign="top" width="10%"><b>Modifier</b>
</td><td valign="top" width="50%">
<b>Purpose</b>
</td><td valign="top" width="40%">
<b>Example</b>

<p><br></td></tr><tr align="left"><td valign="top" width="10%">+, -, ! 
</td><td valign="top" width="50%">
Accidentals
</td><td valign="top" width="40%">
<p>
 <a href="../c5/lily-df46e758.ly">
  <img align="middle"
    border="0" src="../c5/lily-df46e758.png" alt="[image of music]">
 </a>
</p>

   <p><br></td></tr><tr align="left"><td valign="top" width="10%">\+, /
</td><td valign="top" width="50%">
Augmented and diminished steps
</td><td valign="top" width="40%">
<p>
 <a href="../7a/lily-62c78591.ly">
  <img align="middle"
    border="0" src="../7a/lily-62c78591.png" alt="[image of music]">
 </a>
</p>

   <p><br></td></tr><tr align="left"><td valign="top" width="10%">\\
</td><td valign="top" width="50%">
Raised sixth step
</td><td valign="top" width="40%">
<p>
 <a href="../a3/lily-7f398025.ly">
  <img align="middle"
    border="0" src="../a3/lily-7f398025.png" alt="[image of music]">
 </a>
</p>

   <p><br></td></tr><tr align="left"><td valign="top" width="10%">\! 
</td><td valign="top" width="50%">
End of continuation line
</td><td valign="top" width="40%">
<p>
 <a href="../9d/lily-d6709632.ly">
  <img align="middle"
    border="0" src="../9d/lily-d6709632.png" alt="[image of music]">
 </a>
</p>

   <br></td></tr></table>

<p class="noindent">

<h5 class="subsubheading">Predefined commands</h5>

<p><a name="index-figured-bass-extender-lines-2207"></a><code>\bassFigureExtendersOn</code>,
<code>\bassFigureExtendersOff</code>.

<p class="noindent">

<h5 class="subsubheading">Selected Snippets</h5>

<p><em>Changing the positions of figured bass alterations</em>

   <p>Accidentals and plus signs can appear before or after the numbers,
depending on the <code>figuredBassAlterationDirection</code> and
<code>figuredBassPlusDirection</code> properties.

   <blockquote>
<pre class="verbatim">     
     \figures {
       &lt;6\+> &lt;5+> &lt;6 4-> r
       \set figuredBassAlterationDirection = #RIGHT
       &lt;6\+> &lt;5+> &lt;6 4-> r
       \set figuredBassPlusDirection = #RIGHT
       &lt;6\+> &lt;5+> &lt;6 4-> r
       \set figuredBassAlterationDirection = #LEFT
       &lt;6\+> &lt;5+> &lt;6 4-> r
     }
</pre>
     <p>
 <a href="../fc/lily-53b7e458.ly">
  <img align="middle"
    border="0" src="../fc/lily-53b7e458.png" alt="[image of music]">
 </a>
</p>

   </blockquote>

<p class="noindent">

<h5 class="subsubheading">See also</h5>

   <p class="indent">
<!-- Music Glossary: -->
<!-- @rglos{}. -->

<!-- Learning Manual: -->
<!-- @rlearning{}. -->
<!-- Notation Reference: -->
<!-- @ref{}. -->
<!-- Application Usage: -->
<!-- @rprogram{}. -->
<!-- Installed Files: -->
<!-- @file{}. -->
   <p>Snippets:
<a href="../../../input/lsr/lilypond-snippets/Chords.html#Chords">Chords</a>.

   <p>Internals Reference:
<a name="index-BassFigure-2208"></a><a href="../lilypond-internals/BassFigure.de.html#BassFigure">BassFigure</a>,
<a name="index-BassFigureAlignment-2209"></a><a href="../lilypond-internals/BassFigureAlignment.de.html#BassFigureAlignment">BassFigureAlignment</a>,
<a name="index-BassFigureLine-2210"></a><a href="../lilypond-internals/BassFigureLine.de.html#BassFigureLine">BassFigureLine</a>,
<a name="index-BassFigureBracket-2211"></a><a href="../lilypond-internals/BassFigureBracket.de.html#BassFigureBracket">BassFigureBracket</a>,
<a name="index-BassFigureContinuation-2212"></a><a href="../lilypond-internals/BassFigureContinuation.de.html#BassFigureContinuation">BassFigureContinuation</a>,
<a name="index-FiguredBass-2213"></a><a href="../lilypond-internals/FiguredBass.de.html#FiguredBass">FiguredBass</a>.

<!-- @knownissues -->
   <!-- footer_tag --><br><hr>
<div class="node">
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Displaying-figured-bass.de.html#Displaying-figured-bass">Displaying figured bass</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Introduction-to-figured-bass.de.html#Introduction-to-figured-bass">Introduction to figured bass</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Figured-bass.de.html#Figured-bass">Figured bass</a>
</div>

<div style="background-color: #e8ffe8; padding: 2; border: #c0ffc0 1px solid;">
<p>
<font size="-1">
Diese Seite ist für LilyPond-2.11.57 (Entwicklungszweig).
<br>
<address>
Fehler bitte an <a href="http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs">http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs</a> melden. </address>
<br>
Ihre <a href="http://lilypond.org/web/devel/participating/documentation-adding">Vorschläge für die Dokumentation</a> sind willkommen.
</font>
</p>
</div>


<P>
 Andere Sprachen: <a href="Entering-figured-bass.es.html">español</a>.
 <BR>
 
</P>
</BODY></html>