]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/staff.itely
Merge master into nested-bookparts
[lilypond.git] / Documentation / es / user / staff.itely
index 7ba503bbccfd33fc30f5dd827a90b06666734d0d..1ea2866769039aab30e3d77111bd761d87be571c 100644 (file)
@@ -1,6 +1,6 @@
-@c -*- coding: utf-8; mode: texinfo; -*-
+@c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: f39d52df6c54f4e8f4ba8dab7ae0949b5e37b017
+    Translation of GIT committish: 541aafa12474496930f99f617890a944c3db4989
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -49,7 +49,7 @@ llave o un corchete.
 @cindex pentagrama único
 @cindex percusión, pauta de
 @cindex pauta de percusión
-@cindex Gregoriano, canto, pauta de transcripción de
+@cindex gregoriano, canto, pauta de transcripción de
 @cindex rítmica, pauta
 @cindex tablatura, pauta de
 
@@ -77,7 +77,7 @@ instrucción @code{\drummode}.  Para ver más detalles, consulte
 
 @c FIXME: remove when mentioned in NR 2.8
 @code{GregorianTranscriptionStaff} crea una pauta para la notación
-moderna de canto Gregoriano.  No muestra líneas divisorias.
+moderna de canto gregoriano.  No muestra líneas divisorias.
 
 @lilypond[verbatim,quote,relative=2]
 \new GregorianTranscriptionStaff { c4 d e f }
@@ -595,7 +595,7 @@ en ejemplo siguiente.
 <<
   \new Staff = ossia \with {
     \remove "Time_signature_engraver"
-    \remove "Clef_engraver"
+    \override Clef #'transparent = ##t
     fontSize = #-3
     \override StaffSymbol #'staff-space = #(magstep -3)
     \override StaffSymbol #'thickness = #(magstep -3)
@@ -636,7 +636,7 @@ información sobre @code{\RemoveEmptyStaffContext}, consulte
 <<
   \new Staff = ossia \with {
     \remove "Time_signature_engraver"
-    \remove "Clef_engraver"
+    \override Clef #'transparent = ##t
     fontSize = #-3
     \override StaffSymbol #'staff-space = #(magstep -3)
     \override StaffSymbol #'thickness = #(magstep -3)
@@ -882,32 +882,11 @@ d4 g e c
 
 @c perhaps also an example of how to move it horizontally?
 
-@c TODO add snippet when ready
-@c @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-@c {changing-the-tempo-without-a-visible-metronome-mark.ly}
-
-Para cambiar el tempo en la salida MIDI sin imprimir nada en la
-partitura, haga invisible la indicación metronómica:
-
-@example
-\once \override Score.MetronomeMark #'transparent = ##t
-@end example
-
-@c TODO add snippet when ready
-@c @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-@c {creating-metronome-marks-in-markup-mode.ly}
-
-Para imprimir otras indicaciones de metrónomo, utilice estas
-instrucciones de marcado:
+@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+{changing-the-tempo-without-a-metronome-mark.ly}
 
-@lilypond[verbatim,quote,relative=1]
-c4^\markup {
-  (
-  \smaller \general-align #Y #DOWN \note #"16." #1
-  =
-  \smaller \general-align #Y #DOWN \note #"8" #1
-  ) }
-@end lilypond
+@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+{creating-metronome-marks-in-markup-mode.ly}
 
 Para ver más detalles, consulte @ref{Formatting text}.
 
@@ -967,7 +946,7 @@ instrumento y los nombres cortos aparecen centrados de forma
 predeterminada.  Para centrar nombres de instrumento de varias líneas,
 se debe utilizar @code{\center-column}:
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote,indent=1.5\cm,relative=2]
 <<
   \new Staff {
     \set Staff.instrumentName = "Flute"
@@ -975,7 +954,7 @@ se debe utilizar @code{\center-column}:
   }
   \new Staff {
     \set Staff.instrumentName = \markup \center-column {
-      Clarinetti
+      Clarinet
       \line { "in B" \smaller \flat }
     }
     c4 b c2
@@ -994,13 +973,13 @@ consulte @ref{Horizontal dimensions}.
 
 @lilypond[verbatim,quote,ragged-right]
 \layout {
-  indent = 2.5\cm
+  indent = 3.0\cm
   short-indent = 1.5\cm
 }
 
 \relative c'' <<
   \new Staff {
-    \set Staff.instrumentName = "Flute"
+    \set Staff.instrumentName = "Alto Flute in G"
     \set Staff.shortInstrumentName = "Fl."
     f2 g4 f \break
     g4 f g2
@@ -1230,7 +1209,7 @@ La sección anterior explica la forma de crear citas.  La instrucción
 guía en una particella.  La sintaxis es como sigue:
 
 @example
-  \cueDuring #@var{nombre_de_la_parte} #@var{voz} @var{música}
+\cueDuring #@var{nombre_de_la_parte} #@var{voz} @var{música}
 @end example
 
 Esta instrucción copa los compases correspondientes a partir de
@@ -1297,7 +1276,7 @@ de una particella pero posiblemente se deban reponer más tarde.
 flute = \relative c''' {
   r2 cis2 r2 dis2
 }
-\addQuote flute { \flute }
+\addQuote "flute" { \flute }
 
 \new Voice \relative c'' {
   \killCues {