From 7cfc4dd95918371477f0e74c5f43e70af8e6faa4 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Thu, 4 Nov 2010 12:46:36 +0100 Subject: [PATCH] Doc-es: update most remaining snippets. --- .../es/notation/fretted-strings.itely | 4 +- Documentation/es/notation/input.itely | 16 ++++---- Documentation/es/notation/percussion.itely | 6 +-- Documentation/es/notation/pitches.itely | 38 ++++++++++--------- 4 files changed, 33 insertions(+), 31 deletions(-) diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index 76923aecd4..054e815ec4 100644 --- a/Documentation/es/notation/fretted-strings.itely +++ b/Documentation/es/notation/fretted-strings.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 2ca56357edecc917e7d9f09941f0953497e2d52b + Translation of GIT committish: 345522f312430725cdae0d61acfa716ce08622ca When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1729,7 +1729,7 @@ los trastes para la quinta cuerda: @c due to crazy intervals of banjo music, absolute pitch is recommended -@lilypond[quote,ragged-right,fragment,verbatim] +@lilypond[quote,ragged-right,verbatim] \new TabStaff << \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo \set TabStaff.stringTunings = #banjo-open-g-tuning diff --git a/Documentation/es/notation/input.itely b/Documentation/es/notation/input.itely index c03f9a2e39..734663a4fe 100644 --- a/Documentation/es/notation/input.itely +++ b/Documentation/es/notation/input.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 10bd5cc93870ac4b884b8cb938cfc6a19c768097 + Translation of GIT committish: 345522f312430725cdae0d61acfa716ce08622ca When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1607,14 +1607,12 @@ Esta propiedad se usa también para controlar la salida al archivo MIDI. Observe que pasa por alto todos los eventos, incluidos el tempo y los cambios de instrumento. Está usted advertido. -@lilypond[quote,fragment,ragged-right,verbatim] -\relative c'' { - c8 d - \set Score.skipTypesetting = ##t - e8 e e e e e e e - \set Score.skipTypesetting = ##f - c8 d b bes a g c2 -} +@lilypond[quote,relative=2,ragged-right,verbatim] +c8 d +\set Score.skipTypesetting = ##t +e8 e e e e e e e +\set Score.skipTypesetting = ##f +c8 d b bes a g c2 @end lilypond En música polifónica, @code{Score.skipTypesetting} afecta a todas las diff --git a/Documentation/es/notation/percussion.itely b/Documentation/es/notation/percussion.itely index 1945fa47dd..8900ecaf3f 100644 --- a/Documentation/es/notation/percussion.itely +++ b/Documentation/es/notation/percussion.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 10bd5cc93870ac4b884b8cb938cfc6a19c768097 + Translation of GIT committish: 345522f312430725cdae0d61acfa716ce08622ca When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -432,7 +432,7 @@ woodstaff = { % It also defines the positions of the two lines. \override Staff.StaffSymbol #'line-positions = #'(-2 3) - % This is neccessary; if not entered, the barline would be too short! + % This is necessary; if not entered, the barline would be too short! \override Staff.BarLine #'bar-size = #3 } @@ -611,7 +611,7 @@ en @ref{Paréntesis}. Sin embargo, el modo por defecto @code{\drummode} no incluye el complemento grabador @code{Parenthesis_engraver} que permite esto. -@lilypond[quote,ragged-right,verbatim,fragment] +@lilypond[quote,ragged-right,verbatim] \new DrumStaff \with { \consists "Parenthesis_engraver" } diff --git a/Documentation/es/notation/pitches.itely b/Documentation/es/notation/pitches.itely index 51022f6d1f..e1c640c4ad 100644 --- a/Documentation/es/notation/pitches.itely +++ b/Documentation/es/notation/pitches.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: c5ede6842e118a322f1f19d103ef9664b2446021 + Translation of GIT committish: 74930b635951419c12227e94b83e265aca5dd371 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -61,11 +61,13 @@ El nombre de una nota se especifica usando las letras minúsculas de la hasta @code{b} se imprimen en la octava inferior al Do central. @c don't use c' here. -@lilypond[verbatim,quote,fragment] -\clef bass -c d e f -g a b c -d e f g +@lilypond[verbatim,quote] +{ + \clef bass + c4 d e f + g4 a b c + d4 e f g +} @end lilypond @cindex octava, marca de cambio de @@ -78,13 +80,15 @@ quote@tie{}(@code{'}) o una coma@tie{}(@code{,}) . Cada@tie{}@code{'} eleva la altura en una octava; cada@tie{}@code{,} baja la altura una octava. -@lilypond[verbatim,quote,fragment] -\clef treble -c' c'' e' g -d'' d' d c -\clef bass -c, c,, e, g -d,, d, d c +@lilypond[verbatim,quote] +{ + \clef treble + c'4 c'' e' g + d''4 d' d c + \clef bass + c,4 c,, e, g + d,,4 d, d c +} @end lilypond @@ -383,7 +387,7 @@ Las alteraciones sobre notas unidas por ligadura sólo se imprimen al comienzo de un sistema: @lilypond[verbatim,quote,relative=2] -cis1 ~ cis ~ +cis1~ cis~ \break cis @end lilypond @@ -571,8 +575,8 @@ nombres especiales para las notas. Casi todos los idiomas presentados aquí están asociados comúnmente con la música clásica occidental, también conocida como @notation{Período de la práctica común}. Sin embargo, también están contempladas las -alturas y los sistemas de afinación alternativos: véase @ref{Sistemas -de notación y afinación no occidentales}. +alturas y los sistemas de afinación alternativos: véase @ref{Notación +común para músicas no occidentales}. @seealso @@ -581,7 +585,7 @@ Glosario musical: @rglos{Common Practice Period}. Referencia de la notación: -@ref{Sistemas de notación y afinación no occidentales}. +@ref{Notación común para músicas no occidentales}. Fragmentos de código: @rlsr{Pitches}. -- 2.39.5