]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/pitches.itely
Merge master into nested-bookparts
[lilypond.git] / Documentation / es / user / pitches.itely
index aecd50331f4241788dd926aa403c6e553940f7a3..76251ace4bac43037892fa86e15dffbbb09537e7 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 6352a58457f94f9741fb297f737b1d8e3d543c74
+    Translation of GIT committish: fa9bb5b46a6aafc291353cd653e36472b7a721c4
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -339,6 +339,9 @@ cis
 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
 {preventing-extra-naturals-from-being-automatically-added.ly}
 
+@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+{makam-example.ly}
+
 @seealso
 
 Glosario musical:
@@ -354,7 +357,7 @@ Manual de aprendizaje:
 
 Referencia de la notación:
 @ref{Automatic accidentals},
-@ref{Annotational accidentals},
+@ref{Annotational accidentals (musica ficta)},
 @ref{Note names in other languages}.
 
 Fragmentos de código:
@@ -805,7 +808,7 @@ c2 c
 @end lilypond
 
 Están contempladas claves adicionales que se describen bajo
-@ref{Ancient clefs}.
+@ref{Mensural clefs} y @ref{Gregorian clefs}.
 
 @cindex transpositoras, claves
 @cindex clave transpositora
@@ -837,7 +840,8 @@ c2 c
 @seealso
 
 Referencia de la notación:
-@ref{Ancient clefs}.
+@ref{Mensural clefs},
+@ref{Gregorian clefs}.
 
 Fragmentos de código:
 @rlsr{Pitches}.
@@ -1860,6 +1864,68 @@ musicB = {
 }
 @end lilypond
 
+@item teaching (enseñanza)
+
+@funindex teaching
+@cindex teaching (enzeñanza), estilo de alteraciones
+@cindex alteraciones, estilo teaching (enseñanza)
+
+Esta regla está pensada para estudiantes, y hace más sencillo crear
+hojas de escalas con alteraciones de precaución creadas
+automáticamente.  Las alteraciones se imprimen como en el estilo
+@code{modern}, pero se añaden alteraciones de precaución para todas
+las notas sostenidas o bemoles especificadas por la armadura, excepto
+si la nota se repite inmediatamente.
+
+@lilypond[quote]
+musicA = {
+  <<
+    \relative c' {
+      cis'8 fis, d'4 <a cis>8 f bis4 |
+      cis2. <c, g'>4 |
+    }
+    \\
+    \relative c' {
+      ais'2 cis, |
+      fis8 b a4 cis2 |
+    }
+  >>
+}
+
+musicB = {
+  \clef bass
+  \new Voice {
+    \voiceTwo \relative c' {
+      <fis, a cis>4
+      \change Staff = up
+      cis'
+      \change Staff = down
+      <fis, a>
+      \change Staff = up
+      dis' |
+      \change Staff = down
+      <fis, a cis>4 gis <f a d>2 |
+    }
+  }
+}
+
+\new PianoStaff {
+  <<
+    \context Staff = "up" {
+      \key fis \minor
+      #(set-accidental-style 'teaching)
+      \musicA
+    }
+    \context Staff = "down" {
+      \key fis \minor
+      #(set-accidental-style 'teaching)
+      \musicB
+    }
+  >>
+}
+@end lilypond
+
+
 @item no-reset (no restablecer)
 
 @funindex no-reset