From: Francisco Vila Date: Mon, 29 Sep 2008 15:25:48 +0000 (+0200) Subject: Doc-es: Update of Notation and Pitches. X-Git-Tag: release/2.11.61-1~6^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=042331fdc745c0079c5a8b711902d694ceeca835;p=lilypond.git Doc-es: Update of Notation and Pitches. --- diff --git a/Documentation/es/user/notation.itely b/Documentation/es/user/notation.itely index deea3a8137..3bca32e59d 100644 --- a/Documentation/es/user/notation.itely +++ b/Documentation/es/user/notation.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 4be1308672c6f8efbe660c9eddc0a6a167c9ad31 + Translation of GIT committish: 85b54e04be6730bd0781f3135ee741010e099fd8 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. diff --git a/Documentation/es/user/pitches.itely b/Documentation/es/user/pitches.itely index aecd50331f..a95d807e5a 100644 --- a/Documentation/es/user/pitches.itely +++ b/Documentation/es/user/pitches.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 6352a58457f94f9741fb297f737b1d8e3d543c74 + Translation of GIT committish: 85b54e04be6730bd0781f3135ee741010e099fd8 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -354,7 +354,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: @@ -1860,6 +1860,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 8 f bis4 | + cis2. 4 | + } + \\ + \relative c' { + ais'2 cis, | + fis8 b a4 cis2 | + } + >> +} + +musicB = { + \clef bass + \new Voice { + \voiceTwo \relative c' { + 4 + \change Staff = up + cis' + \change Staff = down + + \change Staff = up + dis' | + \change Staff = down + 4 gis 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