Sophie

Sophie

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

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>Symbole de la portée - GNU LilyPond - manuel de notation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="GNU LilyPond - manuel de notation">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.fr.html#Top">
<link rel="up" href="Modifying-single-staves.fr.html#Modifying-single-staves" title="Modification de portées individuelles">
<link rel="next" href="Ossia-staves.fr.html#Ossia-staves" title="Portées d'ossia">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<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="Staff-symbol"></a>
Suivant&nbsp;:&nbsp;<a rel="next" accesskey="n" href="Ossia-staves.fr.html#Ossia-staves">Portées d'ossia</a>,
Haut&nbsp;:&nbsp;<a rel="up" accesskey="u" href="Modifying-single-staves.fr.html#Modifying-single-staves">Modification de portées individuelles</a>
<hr>
</div>

<h5 class="unnumberedsubsubsec">Symbole de la portée</h5>

<p><a name="index-symbole-de-port_00c3_00a9e-588"></a><a name="index-port_00c3_00a9e_002c-lignes-de-589"></a>
Les notes, nuances, etc. sont regroupés dans un assemblage de lignes
horizontales, que l'on nomme la portée (en anglais &laquo;<font size="-4">&nbsp;</font>staff<font size="-4">&nbsp;</font>&raquo;, et
&laquo;<font size="-4">&nbsp;</font>staves<font size="-4">&nbsp;</font>&raquo; au pluriel).  Dans LilyPond, ces lignes sont dessinées au
moyen d'un objet de mise en forme à part entière, nommé <code>staff
symbol</code> &mdash; symbole de portée.

   <p>L'aspect du symbole de portée peut être modifié selon différentes
propriétés, telles que le nombre de lignes, leur épaisseur, ou leur
éloignement.

   <p>De plus, la portée peut commencer et s'arrêter où l'on veut, grâce aux
commandes <code>\startStaff</code> et <code>\stopStaff</code>.

<pre class="verbatim">
b4 b
\override Staff.StaffSymbol #'line-count = 2
\stopStaff \startStaff
b b
\revert Staff.StaffSymbol #'line-count
\stopStaff \startStaff
b b
</pre>
<p>
 <a href="../b2/lily-c29f117f.ly"> <img align="middle" border="0" src="../b2/lily-c29f117f.png" alt="[image of music]"> </a>
</p>

   <p>Cette manière de procéder peut être utilisée pour introduire des
&laquo;<font size="-4">&nbsp;</font>ossias<font size="-4">&nbsp;</font>&raquo;, ou dans des partitions à nombre de portées variable,
comme sur l'exemple suivant&nbsp;:

   <p><a name="index-ossia-590"></a>
<!-- @lilypondfile{ossia.ly} -->

   <p><a name="index-lignes-de-port_00c3_00a9e_002c-nombre-de-591"></a><a name="index-lignes-de-port_00c3_00a9e_002c-_00c3_00a9paisseur-des-592"></a><a name="index-g_t_00c3_00a9paisseur-des-lignes-de-port_00c3_00a9es-593"></a><a name="index-nombre-de-lignes-de-port_00c3_00a9e-594"></a>

<h5 class="subsubheading">Voir aussi</h5>

<p>Référence du programme&nbsp;: <a name="index-StaffSymbol-595"></a><a href="../lilypond-internals/StaffSymbol.fr.html#StaffSymbol">StaffSymbol</a>.

   <p>Exemples&nbsp;: <a name="index-Staff-notation-596"></a><a href="../../../input/lsr/lilypond-snippets/Staff-notation.html#Staff-notation">Notation sur la portée</a>.

   <!-- footer_tag --><br><hr>
<div class="node">
<p>
Suivant&nbsp;:&nbsp;<a rel="next" accesskey="n" href="Ossia-staves.fr.html#Ossia-staves">Portées d'ossia</a>,
Haut&nbsp;:&nbsp;<a rel="up" accesskey="u" href="Modifying-single-staves.fr.html#Modifying-single-staves">Modification de portées individuelles</a>
</div>

<div style="background-color: #e8ffe8; padding: 2; border: #c0ffc0 1px solid;">
<p>
<font size="-1">
Cette page documente LilyPond-2.11.57 (branche de développement).
<br>
<address>
Rapportez toute anomalie en français à <a href="mailto:lilypond-user-fr@gnu.org">lilypond-user-fr@gnu.org</a> ou en anglais à <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> </address>
<br>
Vos <a href="http://lilypond.org/web/devel/participating/documentation-adding">suggestions à propos de la documentation</a> sont les bienvenues.
</font>
</p>
</div>


<P>
 Autres langues&nbsp;: <a href="Staff-symbol.html">English</a>, <a href="Staff-symbol.es.html">español</a>, <a href="Staff-symbol.de.html">deutsch</a>.
 <BR>
 
</P>
</BODY></html>