]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge remote-tracking branch 'origin/translation' into master
authorDavid Kastrup <dak@gnu.org>
Thu, 25 Oct 2012 17:14:27 +0000 (19:14 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 25 Oct 2012 17:14:27 +0000 (19:14 +0200)
1  2 
Documentation/es/notation/rhythms.itely
Documentation/fr/notation/ancient.itely
Documentation/fr/notation/changing-defaults.itely
Documentation/fr/notation/vocal.itely
Documentation/it/search-box.ihtml

index a0f44c008765bda3475ee33d3b9deb6bbbc4cdd2,dfeb810371abb34ac2ba8013b210c5932ce34fac..1cecca4c0d900172d54b5cb8d34f658e9d37a118
@@@ -1,13 -1,13 +1,13 @@@
  @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
  @ignore
-     Translation of GIT committish: 26a079ca2393d053315ef8dbef626c897dc9645a
+     Translation of GIT committish: 1141313811fa104882b882085f1a7c80fee69f91
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  For details, see the Contributors'
      Guide, node Updating translation committishes..
  @end ignore
  
 -@c \version "2.16.0"
 +@c \version "2.17.5"
  
  @node Duraciones
  @section Duraciones
@@@ -1081,12 -1081,36 +1081,36 @@@ Las indicaciones de compás de la músi
  @funindex \overrideTimeSignatureSettings
  
  Además de ajustar la indicación de compás que se imprime, la
- instrucción @code{\time} establece también los valores predeterminados
basados en el tipo de compás para las propiedades @code{baseMoment},
+ instrucción @code{\time} establece también los valores de las
propiedades basadas en el tipo de compás @code{baseMoment},
  @code{beatStructure} y @code{beamExceptions}.  Los valores
  predefinidos de estas propiedades están en
- @file{scm/time-signature-settings.scm}.  Los valores predefinidos
- existentes se pueden cambiar, o pueden añadirse valores nuevos:
+ @file{scm/time-signature-settings.scm}.
+ El valor predeterminado de @code{beatStructure} puede sobreescribirse
+ dentro de la propia instrucción @code{\time} escribiéndolo como primer
+ argumento opcional:
+ @lilypond[quote,verbatim]
+ \score {
+   \new Staff {
+     \relative c' {
+       \time #'(2 2 3) 7/8
+       \repeat unfold 7 { c8 } |
+       \time #'(3 2 2) 7/8
+       \repeat unfold 7 { c8 } |
+     }
+   }
+ }
+ @end lilypond
+ De forma alternativa, los valores predeterminados de todoas estas
+ variables basadas en la indicación de compás, incluidas
+ @code{baseMoment} y @code{beamExceptions}, se pueden establecer
+ juntas.  Los valores se pueden fijar independientemente para varios
+ tipos de compás distintos.  Los nuevos valores tienen efecto cuando se
+ ejecuta una instrucción @code{\time} posterior con el mismo valor del
+ tipo de compás:
  
  @lilypond[quote,verbatim]
  \score {
  
  @item
  @code{@var{timeSignatureFraction}}, una fracción que describe
- el tipo de compás.
+ el tipo de compás al que se aplican estos valores.
  
  @item
  @code{@var{baseMomentFraction}}, una fracción que contiene el
@@@ -1227,11 -1251,17 +1251,17 @@@ moviendo el @code{Timing_translator} y 
  }
  @end lilypond
  
+ Otro método para cambiar estas variables relacionadas con el tipo de
+ compás, que evita la reimpresión de la indicación de compás en el
+ momento del cambio, se muestra en
+ @ref{Establecer el comportamiento de las barras automáticas}.
  @predefined
  @code{\numericTimeSignature},
  @code{\defaultTimeSignature}.
  @endpredefined
  
  @snippets
  @lilypondfile[verbatim,quote,texidoc,doctitle]
  {time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly}
@@@ -1242,8 -1272,12 +1272,12 @@@ Glosario musical
  
  Referencia de la notación:
  @ref{Indicaciones de compás de la música mensural},
+ @ref{Establecer el comportamiento de las barras automáticas},
  @ref{Gestión del tiempo}.
  
+ Archivos instalados:
+ @file{scm/time-signature-settings.scm}.
  Fragmentos de código:
  @rlsr{Rhythms}.
  
@@@ -1314,6 -1348,7 +1348,7 @@@ entrada
  d4 g e c
  @end lilypond
  
  @snippets
  @lilypondfile[verbatim,quote,texidoc,doctitle]
  {printing-metronome-and-rehearsal-marks-below-the-staff.ly}
@@@ -1606,7 -1641,7 +1641,7 @@@ Está contemplada la notación polimét
  mediante la modificación manual de la indicación visible del compás y/o el
  escalado de la duración de las notas.
  
- @subsubheading Pentagramas con distintas indicaciones de compás y compases de igual longitud
+ @subsubsubheading Pentagramas con distintas indicaciones de compás y compases de igual longitud
  
  Establezca una indicación de compás común para cada pentagrama, y fije
  @code{timeSignatureFraction} a la fracción deseada.  Luego use la función
@@@ -1649,7 -1684,7 +1684,7 @@@ de barrado automático
  >>
  @end lilypond
  
- @subsubheading Pentagramas con distintas indicaciones de compás y longitudes de compás distintas
+ @subsubsubheading Pentagramas con distintas indicaciones de compás y longitudes de compás distintas
  
  Se puede dar a cada pentagrama su propia indicación de compás
  independiente trasladando los grabadores @code{Timing_translator} y
  @cindex compuesto, indicaciones de compás
  @cindex compás compuesto, indicación de
  
- @subsubheading Indicaciones de compás compuesto
+ @subsubsubheading Indicaciones de compás compuesto
  
  Se crean usando la función @code{\compoundMeter}.  La sintaxis es:
  
@@@ -1892,12 -1927,15 +1927,15 @@@ rasgueado.  Esto se puede hacer con el 
  >>
  @end lilypond
  
  @predefined
  @code{\improvisationOn},
  @code{\improvisationOff}.
  @endpredefined
  
  @snippets
  @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
  {guitar-strum-rhythms.ly}
  
@@@ -2042,7 -2080,12 +2080,12 @@@ barra nueva
  Cuando está habilitado el barrado automático, la colocación de las
  barras automñaticas viene determinada por tres propiedades de
  contexto: @code{baseMoment}, @code{beatStructure} y
- @code{beamExceptions}.  Si hay definida una regla de
+ @code{beamExceptions}.  Los valores predeterminados de estas variables
+ se pueden sobreescribir como se describe más abajo, o de forma
+ alternativa los propios valores predeterminados se pueden cambiar como
+ se explica en @ref{Indicación de compás}.
+ Si hay definida una regla de
  @code{beamExceptions} para el compás en curso, se usa dicha regla para
  determinar la colocación de las barras.  Si no está definida ninguna
  regla de @code{beamExceptions} para el tipo de compás en curso, la
@@@ -2060,7 -2103,7 +2103,7 @@@ Las reglas de @code{beamExceptions} se 
  @end example
  
  
- @subsubheading @i{Barrado basado en @code{baseMoment} y @code{beatStructure}}
+ @subsubsubheading Barrado basado en @code{baseMoment} y @code{beatStructure}
  
  En la mayor parte de los casos, las barras automáticas terminan al
  final de un pulso.  Los puntos finales de las barras vienen
@@@ -2165,7 -2208,7 +2208,7 @@@ que el denominador del compás.  Todas 
  predeterminado están en
  @file{scm/time-signature-settings.scm}.
  
- @subsubheading @i{Barrado basado en @code{beamExceptions}}
+ @subsubsubheading Barrado basado en @code{beamExceptions}
  
  Las reglas de autobarrado especiales (distintas de terminar una barra
  sobre un pulso) están definidas en la propiedad @code{beamExceptions}.
@@@ -2283,7 -2326,7 +2326,7 @@@ r4. a8 a a 
  r4. a8 a a |
  @end lilypond
  
- @subsubheading @i{Cómo funciona el barrado automático}
+ @subsubsubheading Cómo funciona el barrado automático
  
  Cuando se habilita el barrado automático, la colocación de las barras
  de corchea automáticas viene determinada por las propiedades de
@@@ -2347,8 -2390,11 +2390,11 @@@ en el archivo @file{scm/time-signature-
  {beam-endings-in-score-context.ly}
  
  @seealso
+ Referencia de la notación:
+ @ref{Indicación de compás}.
  Archivos de inicio:
- @file{scm/beam-settings.scm}.
+ @file{scm/time-signature-settings.scm}.
  
  Fragmentos de código:
  @rlsr{Rhythms}.
@@@ -2684,7 -2730,7 +2730,7 @@@ f1 \bar "|
  f1 \bar "."
  g1 \bar "||"
  a1 \bar ".|"
 -b1 \bar ".|."
 +b1 \bar ".."
  c1 \bar "|.|"
  d1 \bar "|."
  e1
  así como la barra de puntos y la discontinua:
  
  @lilypond[quote,relative=1,verbatim]
 -f1 \bar ":"
 -g1 \bar "dashed"
 +f1 \bar ";"
 +g1 \bar "!"
  a1
  @end lilypond
  
  y cinco tipos de barra de repetición:
  
  @lilypond[quote,relative=1,verbatim]
 -f1 \bar "|:"
 -g1 \bar ":|:"
 +f1 \bar ".|:"
 +g1 \bar ":..:"
  a1 \bar ":|.|:"
  b1 \bar ":|.:"
 -c1 \bar ":|"
 +c1 \bar ":|."
  e1
  @end lilypond
  
@@@ -2732,13 -2778,13 +2778,13 @@@ c4 c c 
  c4 c c c \break
  \bar "S"
  c4 c c c
 -\bar "|S"
 +\bar "S-|"
  c4 c c c \break
 -\bar "|S"
 +\bar "S-|"
  c4 c c c
 -\bar "S|"
 +\bar "S-S"
  c4 c c c \break
 -\bar "S|"
 +\bar "S-S"
  c1
  @end lilypond
  
@@@ -2757,9 -2803,9 +2803,9 @@@ principio de la línea siguiente
  
  @lilypond[quote,relative=2,verbatim]
  c4 c c c
 -\bar "||:"
 +\bar ".|:-||"
  c4 c c c \break
 -\bar "||:"
 +\bar ".|:-||"
  c4 c c c
  @end lilypond
  
@@@ -2768,29 -2814,29 +2814,29 @@@ existen seis variantes diferentes
  
  @lilypond[quote,relative=2,verbatim]
  c4 c c c
 -\bar ":|S"
 +\bar ":|.S"
  c4 c c c \break
 -\bar ":|S"
 +\bar ":|.S"
  c4 c c c
 -\bar ":|S."
 +\bar ":|.S-S"
  c4 c c c \break
 -\bar ":|S."
 +\bar ":|.S-S"
  c4 c c c
 -\bar "S|:"
 +\bar "S.|:-S"
  c4 c c c \break
 -\bar "S|:"
 +\bar "S.|:-S"
  c4 c c c
 -\bar ".S|:"
 +\bar "S.|:"
  c4 c c c \break
 -\bar ".S|:"
 +\bar "S.|:"
  c4 c c c
 -\bar ":|S|:"
 +\bar ":|.S.|:"
  c4 c c c \break
 -\bar ":|S|:"
 +\bar ":|.S.|:"
  c4 c c c
 -\bar ":|S.|:"
 +\bar ":|.S.|:-S"
  c4 c c c \break
 -\bar ":|S.|:"
 +\bar ":|.S.|:-S"
  c1
  @end lilypond
  
@@@ -3394,8 -3440,8 +3440,8 @@@ pentagramas con adornos y sin adornos, 
  
  @lilypond[quote,relative=2,verbatim]
  <<
 -  \new Staff { e4 \bar "|:" \grace c16 d2. }
 -  \new Staff { c4 \bar "|:" d2. }
 +  \new Staff { e4 \bar ".|:" \grace c16 d2. }
 +  \new Staff { c4 \bar ".|:" d2. }
  >>
  @end lilypond
  
@@@ -3406,8 -3452,8 +3452,8 @@@ anterio
  
  @lilypond[quote,relative=2,verbatim]
  <<
 -  \new Staff { e4 \bar "|:" \grace c16 d2. }
 -  \new Staff { c4 \bar "|:" \grace s16 d2. }
 +  \new Staff { e4 \bar ".|:" \grace c16 d2. }
 +  \new Staff { c4 \bar ".|:" \grace s16 d2. }
  >>
  @end lilypond
  
index 062d1b141cb496997da86d06606560782a7bc215,ba56e9560374a1f5bfc3089a40cc60e56348698a..ce1a92d2420353310de7c196eed3bc6d220449f1
@@@ -1,15 -1,14 +1,15 @@@
  @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
  
  @ignore
-     Translation of GIT committish: 049bdd90b5ae67fe463bf85e926c2eabf51acf74
+     Translation of GIT committish: f199e875f7a7beb0afd17eae2038819baab767ff
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  For details, see the Contributors'
      Guide, node Updating translation committishes..
  @end ignore
  
 -@c \version "2.16.0"
 +
 +@c \version "2.17.5"
  
  @c Translators: Jean-Charles Malahieude
  
@@@ -994,7 -993,7 +994,7 @@@ Par exemple
  
  @c @example
  @c \set Score.timing = ##f
 -@c \set Score.defaultBarType = "empty"
 +@c \set Score.defaultBarType = "-"
  @c \override NoteHead #'style = #'neomensural
  @c \override Staff.TimeSignature #'style = #'neomensural
  @c \clef "petrucci-g"
  \score {
    \transpose c c' {
      \set Score.timing = ##f
 -    \set Score.defaultBarType = "empty"
 +    \set Score.defaultBarType = "-"
      \override NoteHead #'style = #'petrucci
      \override Staff.TimeSignature #'style = #'mensural
      \clef "petrucci-g"
@@@ -1035,7 -1034,7 +1035,7 @@@ par le @code{Mensural_ligature_engraver
  @lilypond[quote,ragged-right]
  \transpose c c' {
    \set Score.timing = ##f
 -  \set Score.defaultBarType = "empty"
 +  \set Score.defaultBarType = "-"
    \override NoteHead #'style = #'petrucci
    \override Staff.TimeSignature #'style = #'mensural
    \clef "petrucci-g"
@@@ -2490,7 -2489,7 +2490,7 @@@ lancer dans la saisie de votre chant, c
      \new KievanVoice = "melody" \transpose c c' {
        \cadenzaOn
        c4 c c c c2 b,\longa
 -      \bar "kievan"
 +      \bar "k"
      }
      \new Lyrics \lyricsto "melody" {
        Го -- спо -- ди по -- ми -- луй.
@@@ -2505,10 -2504,10 +2505,10 @@@ Glossaire musicologique 
  
  @knownissues
  LilyPond prend en charge la notation kiévienne du style synodal,
- correspondant au corpus du saint synode russe des années 1910, récemment
+ correspondant au corpus du Saint Synode russe des années 1910, récemment
  réédité par les éditions du patriarcat de Moscou.  LilyPond ne prend pas
  en charge les formes plus anciennes et moins répandues de notation
- kiévienne que l'on trouvait en Galicie pour noter le plain-chant Rus'.
+ kiévienne que l'on trouvait en Galicie pour noter le plain-chant ruthène.
  
  
  @node Clefs kiéviennes
@@@ -2613,12 -2612,12 +2613,12 @@@ Manuel de notation 
  
  Les pièces en notation kiévienne sont habituellement terminées par une
  décoration qui fait office de barre finale.  Elle s'obtient à l'aide
 -d'un @code{\bar "kievan"}.
 +d'un @code{\bar "k"}.
  
  @lilypond[quote,relative=1,notime,verbatim]
    \clef "kievan-do"
    \override NoteHead #'style = #'kievan
 -  c \bar "kievan"
 +  c \bar "k"
  @end lilypond
  
  @seealso
index d0444f25471a4612245667f23d7074a06a80a39b,8f71f56ec34cfcb10c6847f22aca03b0a5f024ed..2918cb30b937bef16fb47eb8fe8fe0d75251fa0a
@@@ -1,6 -1,6 +1,6 @@@
  @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
  @ignore
-     Translation of GIT committish: 049bdd90b5ae67fe463bf85e926c2eabf51acf74
+     Translation of GIT committish: f199e875f7a7beb0afd17eae2038819baab767ff
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  For details, see the Contributors'
@@@ -4326,9 -4326,9 +4326,9 @@@ smartSquareLineCircleSpace = 
  \new Voice \with { \remove "Stem_engraver" }
  \relative c'' {
    \squareLineCircleSpace
 -  cis4 ces cisis c
 +  cis4 ces disis d
    \smartSquareLineCircleSpace
 -  cis4 ces cisis c
 +  cis4 ces disis d
  }
  @end lilypond
  
index ff2cca122c44bc722255cdea7361e2e986055914,73a0f8631011533dd79d11eec9fc0bf2ec2dd6f3..6a70ca494a05c90631130f28978b0783e8c1c672
@@@ -1,14 -1,14 +1,14 @@@
  @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
  
  @ignore
-     Translation of GIT committish: bdff8baf5bce0c4c456ebbf292ba8fc771e4bd31
+     Translation of GIT committish: f199e875f7a7beb0afd17eae2038819baab767ff
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  For details, see the Contributors'
      Guide, node Updating translation committishes..
  @end ignore
  
 -@c \version "2.16.0"
 +@c \version "2.17.5"
  
  @c Translators: Valentin Villenave, Jean-Charles Malahieude
  @c Translation checkers: Jean-Jacques Gerbaud
@@@ -3016,9 -3016,9 +3016,9 @@@ a4 b c
  \bar "'"
  a4 b c2
  a4 b c2
 -\bar ":"
 +\bar ";"
  a4 b c2
 -\bar "dashed"
 +\bar "!"
  a4 b c2
  \bar "||"
  @end lilypond
index a393fd89443d962d37da02916ec07702b50c5294,a75cb4d6cb9b1cdae6c3d0ffe7d590f97ef7bc95..d30ff3b633cb75e9be1b2b933000ce3f757ee265
@@@ -1,5 -1,5 +1,5 @@@
  <!--
-     Translation of GIT committish: 427bb2b004227f3afc7de10dfd896fc375cbc320
+     Translation of GIT committish: 55cabbf80554d813284d7f1dc0e08965e2b3644d
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  See TRANSLATION for details.
@@@ -7,19 -7,19 +7,19 @@@
  
  <!--
  we depend on an external entity here, which we cannot control.  Suppose
 -we go from 2.16.x to 2.17.x and put the documentation under "v2.17".
 +we go from 2.15.x to 2.17.x and put the documentation under "v2.17".
  For some time, Google won't have the new location in its index, so the
 -search would get nothing.  It would be better to keep "v2.16" in the
 -search for a while and have a redirection from "v2.16" to "v2.17".
 +search would get nothing.  It would be better to keep "v2.15" in the
 +search for a while and have a redirection from "v2.15" to "v2.17".
  -->
  <form action="http://google.com/search"
        method="get"
        name="search"
 -      onSubmit="search.q.value='site:lilypond.org/doc/v2.16 '
 +      onSubmit="search.q.value='site:lilypond.org/doc/v2.17 '
                + search.brute_query.value"
 -      onMouseMove="search.q.value='site:lilypond.org/doc/v2.16 '
 +      onMouseMove="search.q.value='site:lilypond.org/doc/v2.17 '
                   + search.brute_query.value"
 -      onKeyUp="search.q.value='site:lilypond.org/doc/v2.16 '
 +      onKeyUp="search.q.value='site:lilypond.org/doc/v2.17 '
               + search.brute_query.value">
    <input type="hidden" name="btnG" value="Cerca con Google">
    <input type="text" name="brute_query" onfocus="this.value=''" value="Cerca">