From: Francisco Vila Date: Fri, 27 Apr 2012 22:48:06 +0000 (+0200) Subject: Merge branch 'translation' into staging X-Git-Tag: release/2.15.38-1~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fc9fdf1b559adff595d3e4869e02bf81b2309c73;hp=6b9b2c2e3e701852485c24bc71f404effc6d83ec;p=lilypond.git Merge branch 'translation' into staging --- diff --git a/Documentation/contributor/doc-work.itexi b/Documentation/contributor/doc-work.itexi index 39bd1e1df0..dabb13beb4 100644 --- a/Documentation/contributor/doc-work.itexi +++ b/Documentation/contributor/doc-work.itexi @@ -1542,7 +1542,7 @@ take some time before your request or contribution is handled. @node Getting started with documentation translation @subsection Getting started with documentation translation -First, get the sources of branch @code{lilypond/translation} from the +First, get the sources of branch @code{translation} from the Git repository, see @ref{Starting with Git}. @menu @@ -2235,19 +2235,19 @@ translations to Git. @itemize @item Translation changes matching master branch are preferably made on -@code{lilypond/translation} branch; they may be pushed directly to +@code{translation} branch; they may be pushed directly to @code{master} only if they do not break compilation of LilyPond and its documentation, and in this case they should be pushed to -@code{lilypond/translation} too. Similarly, changes matching +@code{translation} too. Similarly, changes matching @code{stable/X.Y} are preferably made on @code{lilypond/X.Ytranslation}. -@item @code{lilypond/translation} Git branch may be merged into +@item @code{translation} Git branch may be merged into master only if LilyPond (@command{make all}) and documentation (@command{make doc}) compile successfully. @item @code{master} Git branch may be merged into -@code{lilypond/translation} whenever @command{make} and @command{make +@code{translation} whenever @command{make} and @command{make doc} are successful (in order to ease documentation compilation by translators), or when significant changes had been made in documentation in English in master branch. diff --git a/Documentation/contributor/introduction.itexi b/Documentation/contributor/introduction.itexi index b15b4291d0..bb0f984935 100644 --- a/Documentation/contributor/introduction.itexi +++ b/Documentation/contributor/introduction.itexi @@ -124,7 +124,7 @@ base your work from this, but do @strong{not push} to it. @item @code{staging}: after a successful review (see below), push here. -@item @code{lilypond/translation}: +@item @code{translation}: translators should base their work from this, and also push to it. @item @code{dev/foo}: diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index 7338551102..97e1025e47 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -619,13 +619,13 @@ development releases), the documentation (and its translations), and the website. Generally, the @code{master} branch is expected to compile successfully. -The @code{lilypond/translation} branch is a side branch that +The @code{translation} branch is a side branch that allows translators to work without needing to worry about compilation problems. Periodically, the Translation Meister (after verifying that it doesn't break compilation), will @emph{merge} this branch back into @code{master} to incorporate recent translations. Similarly, the @code{master} branch is -usually merged into the @code{lilypond/translation} branch after +usually merged into the @code{translation} branch after significant changes to the English documentation. See @ref{Translating the documentation} for details. @@ -673,11 +673,11 @@ git remote add -ft master -m master \ origin git://git.sv.gnu.org/lilypond.git/ @end example -To download the @code{lilypond/translation} branch, enter: +To download the @code{translation} branch, enter: @example -git remote add -ft lilypond/translation -m \ - lilypond/translation origin git://git.sv.gnu.org/lilypond.git/ +git remote add -ft translation -m \ + translation origin git://git.sv.gnu.org/lilypond.git/ @end example The @command{git@tie{}remote@tie{}add} process could take up to @@ -715,7 +715,7 @@ git checkout -b @var{branch} origin/@var{branch} @noindent where @code{@var{branch}} is the name of your tracking branch, -either @code{master} or @code{lilypond/translation}. +either @code{master} or @code{translation}. Git will issue some warnings; this is normal: @@ -899,7 +899,7 @@ changed committishes in the head of translated files using commits you have not yet pushed to @code{git.sv.gnu.org}, please do not rebase. If you want to avoid wondering whether you should rebase each time you pull, please always use committishes from master -and/or lilypond/translation branch on @code{git.sv.gnu.org}, which +and/or translation branch on @code{git.sv.gnu.org}, which in particular implies that you must push your changes to documentation except committishes updates (possibly after having rebased), then update the committishes and push them.} @@ -1021,10 +1021,10 @@ If any conflict happens, see @ref{Resolving conflicts}. There are common usage cases for merging: as a translator, you will often want to merge @code{master} into -@code{lilypond/translation}; on the other hand, the Translations -meister wants to merge @code{lilypond/translation} into +@code{translation}; on the other hand, the Translations +meister wants to merge @code{translation} into @code{master} whenever he has checked that -@code{lilypond/translation} builds successfully. +@code{translation} builds successfully. @node Commits and patches @@ -1436,7 +1436,7 @@ in learning more about git.} It is possible to work with several branches on the same local Git repository; this is especially useful for translators who may have -to deal with both @code{lilypond/translation} and a stable branch, +to deal with both @code{translation} and a stable branch, e.g. @code{stable/2.12}. Some Git commands are introduced first, then a workflow with @@ -1482,7 +1482,7 @@ git pull git://git.sv.gnu.org/lilypond.git/ @var{branch}:origin/@var{branch} @noindent where @code{@var{branch}} is typically @code{master} or -@code{lilypond/translation}; if you do not know or remember, see +@code{translation}; if you do not know or remember, see @ref{Downloading remote branches} to remember which commands you issued or which source code you wanted to get. @@ -1612,7 +1612,7 @@ current branch. For example, if your current branch is @subsubheading Local clones, or having several working trees If you play with several Git branches, e.g. @code{master}, -@code{lilypond/translation}, @code{stable/2.12}), you may want to +@code{translation}, @code{stable/2.12}), you may want to have one source and build tree for each branch; this is possible with subdirectories of your local Git repository, used as local cloned subrepositories. To create a local clone for the branch diff --git a/Documentation/es/notation/pitches.itely b/Documentation/es/notation/pitches.itely index bf632569f9..dc13028dae 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: 80340bdefc128536c79733d8c6f3467d91b01f72 + Translation of GIT committish: c9eaefea18957fe2b148fc990509065832dccdd0 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1495,11 +1495,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1575,11 +1575,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1648,11 +1648,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1713,11 +1713,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1775,11 +1775,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1840,11 +1840,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1901,11 +1901,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -1965,11 +1965,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2025,11 +2025,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2083,11 +2083,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2140,11 +2140,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2200,11 +2200,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2257,11 +2257,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2316,11 +2316,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2377,11 +2377,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2436,11 +2436,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | @@ -2495,11 +2495,11 @@ musicB = { \clef bass \new Voice { \voiceTwo \relative c' { - 8 + 8[ \change Staff = up cis' cis \change Staff = down - + ] \showStaffSwitch \change Staff = up dis'4 | diff --git a/Documentation/es/texidocs/accordion-discant-symbols.texidoc b/Documentation/es/texidocs/accordion-discant-symbols.texidoc index 792a5aaf91..6163841c7f 100644 --- a/Documentation/es/texidocs/accordion-discant-symbols.texidoc +++ b/Documentation/es/texidocs/accordion-discant-symbols.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los símbolos específicos de acordeón discanto se escriben mediante @code{\\markup}. Se puede trucar la colocación vertical de los diff --git a/Documentation/es/texidocs/adding-a-figured-bass-above-or-below-the-notes.texidoc b/Documentation/es/texidocs/adding-a-figured-bass-above-or-below-the-notes.texidoc index 2f48fed098..84d4dc19bd 100644 --- a/Documentation/es/texidocs/adding-a-figured-bass-above-or-below-the-notes.texidoc +++ b/Documentation/es/texidocs/adding-a-figured-bass-above-or-below-the-notes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al escribir un bajo cifrado, podemos situar las cifras encima o debajo diff --git a/Documentation/es/texidocs/adding-ambitus-per-voice.texidoc b/Documentation/es/texidocs/adding-ambitus-per-voice.texidoc index 44a49c53c9..a14fbd3d9f 100644 --- a/Documentation/es/texidocs/adding-ambitus-per-voice.texidoc +++ b/Documentation/es/texidocs/adding-ambitus-per-voice.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Añadir un ámbito por voz" texidoces = " Se puede añadir un ámbito por cada voz. En este caso, el ámbito se diff --git a/Documentation/es/texidocs/adding-an-extra-staff-at-a-line-break.texidoc b/Documentation/es/texidocs/adding-an-extra-staff-at-a-line-break.texidoc index d901b0daac..9749b89a2a 100644 --- a/Documentation/es/texidocs/adding-an-extra-staff-at-a-line-break.texidoc +++ b/Documentation/es/texidocs/adding-an-extra-staff-at-a-line-break.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al añadir un pentagrama nuevo en un salto de línea, por desgracia se añade un espacio adicional al final de la línea antes del salto diff --git a/Documentation/es/texidocs/adding-an-extra-staff.texidoc b/Documentation/es/texidocs/adding-an-extra-staff.texidoc index 952061b294..8e9a875791 100644 --- a/Documentation/es/texidocs/adding-an-extra-staff.texidoc +++ b/Documentation/es/texidocs/adding-an-extra-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede añadir (posiblemente de forma temporal) un pentagrama nuevo una vez que la pieza ha comenzado. diff --git a/Documentation/es/texidocs/adding-bar-lines-to-chordnames-context.texidoc b/Documentation/es/texidocs/adding-bar-lines-to-chordnames-context.texidoc index e6f7d48c42..cede154c0f 100644 --- a/Documentation/es/texidocs/adding-bar-lines-to-chordnames-context.texidoc +++ b/Documentation/es/texidocs/adding-bar-lines-to-chordnames-context.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para añadir indicaciones de línea divisoria dentro del contexto de los nombres de acorde @code{ChordNames}, incluya el grabador diff --git a/Documentation/es/texidocs/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.texidoc b/Documentation/es/texidocs/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.texidoc index ec64a80c18..24e1519f39 100644 --- a/Documentation/es/texidocs/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.texidoc +++ b/Documentation/es/texidocs/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La sintaxis de LilyPond puede implicar muchas colocaciones poco comunes para los paréntesis, corchetes, etc, que a veces se tienen diff --git a/Documentation/es/texidocs/adding-drum-parts.texidoc b/Documentation/es/texidocs/adding-drum-parts.texidoc index 9fcded9ef1..28e57eecce 100644 --- a/Documentation/es/texidocs/adding-drum-parts.texidoc +++ b/Documentation/es/texidocs/adding-drum-parts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Mediante la utilización de las potentes herramientas preconfiguradas como la función @code{\\drummode} y el contexto @code{DrumStaff}, la diff --git a/Documentation/es/texidocs/adding-fingerings-to-tablatures.texidoc b/Documentation/es/texidocs/adding-fingerings-to-tablatures.texidoc index d56ebb7468..add6b2dc1d 100644 --- a/Documentation/es/texidocs/adding-fingerings-to-tablatures.texidoc +++ b/Documentation/es/texidocs/adding-fingerings-to-tablatures.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para añadir digitaciones a las tablaturas, utilice una combinación de @code{\\markup} y @code{\\finger}. diff --git a/Documentation/es/texidocs/adding-orchestral-cues-to-a-vocal-score.texidoc b/Documentation/es/texidocs/adding-orchestral-cues-to-a-vocal-score.texidoc index f743179306..03fac8ec2f 100644 --- a/Documentation/es/texidocs/adding-orchestral-cues-to-a-vocal-score.texidoc +++ b/Documentation/es/texidocs/adding-orchestral-cues-to-a-vocal-score.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este ejemplo muestra una forma de simplificar la adición de muchas diff --git a/Documentation/es/texidocs/adding-parentheses-around-an-expressive-mark-or-chordal-note.texidoc b/Documentation/es/texidocs/adding-parentheses-around-an-expressive-mark-or-chordal-note.texidoc index f74c228396..acdf213b48 100644 --- a/Documentation/es/texidocs/adding-parentheses-around-an-expressive-mark-or-chordal-note.texidoc +++ b/Documentation/es/texidocs/adding-parentheses-around-an-expressive-mark-or-chordal-note.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La función @code{\\parenthesize} es un truco especial que encierra objetos entre paréntesis. El grob asociado es @code{ParenthesesItem}. diff --git a/Documentation/es/texidocs/adding-the-current-date-to-a-score.texidoc b/Documentation/es/texidocs/adding-the-current-date-to-a-score.texidoc index 8eef963232..e3fb05b321 100644 --- a/Documentation/es/texidocs/adding-the-current-date-to-a-score.texidoc +++ b/Documentation/es/texidocs/adding-the-current-date-to-a-score.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Con algo de código de Scheme, se puede añadir fácilmente la fecha actual a una partitura. diff --git a/Documentation/es/texidocs/adding-volta-brackets-to-additional-staves.texidoc b/Documentation/es/texidocs/adding-volta-brackets-to-additional-staves.texidoc index 8caf226cdb..b388737372 100644 --- a/Documentation/es/texidocs/adding-volta-brackets-to-additional-staves.texidoc +++ b/Documentation/es/texidocs/adding-volta-brackets-to-additional-staves.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El grabador @code{Volta_engraver} reside de forma predeterminada dentro del contexto de @code{Score}, y los corchetes de la repetición diff --git a/Documentation/es/texidocs/additional-voices-to-avoid-collisions.texidoc b/Documentation/es/texidocs/additional-voices-to-avoid-collisions.texidoc index 20a95d31fe..ea51d2feec 100644 --- a/Documentation/es/texidocs/additional-voices-to-avoid-collisions.texidoc +++ b/Documentation/es/texidocs/additional-voices-to-avoid-collisions.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Voces adicionales para evitar colisiones" texidoces = " En ciertos casos de polifonía compleja, se necesitan voces adicionales diff --git a/Documentation/es/texidocs/adjusting-grace-note-spacing.texidoc b/Documentation/es/texidocs/adjusting-grace-note-spacing.texidoc index e9fca20e00..bf082ae8df 100644 --- a/Documentation/es/texidocs/adjusting-grace-note-spacing.texidoc +++ b/Documentation/es/texidocs/adjusting-grace-note-spacing.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede ajustar la separación entre las notas de adorno utilizando la propiedad @code{spacing-increment} de @code{Score.GraceSpacing}. diff --git a/Documentation/es/texidocs/adjusting-lyrics-vertical-spacing.texidoc b/Documentation/es/texidocs/adjusting-lyrics-vertical-spacing.texidoc index 8352d507c5..50ac722e0e 100644 --- a/Documentation/es/texidocs/adjusting-lyrics-vertical-spacing.texidoc +++ b/Documentation/es/texidocs/adjusting-lyrics-vertical-spacing.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este fragmento de código muestra cómo situar la línea de base de la letra más cerca del pentagrama. diff --git a/Documentation/es/texidocs/adjusting-the-shape-of-falls-and-doits.texidoc b/Documentation/es/texidocs/adjusting-the-shape-of-falls-and-doits.texidoc index 6740d5aaa7..9e0317ef5d 100644 --- a/Documentation/es/texidocs/adjusting-the-shape-of-falls-and-doits.texidoc +++ b/Documentation/es/texidocs/adjusting-the-shape-of-falls-and-doits.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Puede ser necesario trucar la propiedad @code{shortest-duration-space} para poder ajustar el tamaño de las diff --git a/Documentation/es/texidocs/aligning-and-centering-instrument-names.texidoc b/Documentation/es/texidocs/aligning-and-centering-instrument-names.texidoc index f8bd61d32b..ed96e783bd 100644 --- a/Documentation/es/texidocs/aligning-and-centering-instrument-names.texidoc +++ b/Documentation/es/texidocs/aligning-and-centering-instrument-names.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La alineación horizontal de los nombres de instrumento se puede trucar modificando la propiedad @code{Staff.InstrumentName diff --git a/Documentation/es/texidocs/aligning-bar-numbers.texidoc b/Documentation/es/texidocs/aligning-bar-numbers.texidoc index f94633c77d..d835491453 100644 --- a/Documentation/es/texidocs/aligning-bar-numbers.texidoc +++ b/Documentation/es/texidocs/aligning-bar-numbers.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los números de compás se alinean de forma predeterminada por la diff --git a/Documentation/es/texidocs/aligning-marks-with-various-notation-objects.texidoc b/Documentation/es/texidocs/aligning-marks-with-various-notation-objects.texidoc index a442bbceaf..67f5b91db5 100644 --- a/Documentation/es/texidocs/aligning-marks-with-various-notation-objects.texidoc +++ b/Documentation/es/texidocs/aligning-marks-with-various-notation-objects.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Si están especificadas, las marcas de texto se pueden alinear con objetos de notación distintos a las líneas divisorias. Entre estos diff --git a/Documentation/es/texidocs/allowing-fingerings-to-be-printed-inside-the-staff.texidoc b/Documentation/es/texidocs/allowing-fingerings-to-be-printed-inside-the-staff.texidoc index 9dc92380aa..90882d532d 100644 --- a/Documentation/es/texidocs/allowing-fingerings-to-be-printed-inside-the-staff.texidoc +++ b/Documentation/es/texidocs/allowing-fingerings-to-be-printed-inside-the-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las cifras de digitación orientadas verticalmente se colocan de forma diff --git a/Documentation/es/texidocs/altering-the-length-of-beamed-stems.texidoc b/Documentation/es/texidocs/altering-the-length-of-beamed-stems.texidoc index 9f656b17c8..fa599d7bbf 100644 --- a/Documentation/es/texidocs/altering-the-length-of-beamed-stems.texidoc +++ b/Documentation/es/texidocs/altering-the-length-of-beamed-stems.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede variar la longitud de las plicas de las figuras unidas por una barra mediante la sobreescritura de la propiedad diff --git a/Documentation/es/texidocs/alternative-bar-numbering.texidoc b/Documentation/es/texidocs/alternative-bar-numbering.texidoc index 2a583caeab..48f0219776 100644 --- a/Documentation/es/texidocs/alternative-bar-numbering.texidoc +++ b/Documentation/es/texidocs/alternative-bar-numbering.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden seleccionar dos métodos alternativos para la numeración de diff --git a/Documentation/es/texidocs/alternative-breve-note.texidoc b/Documentation/es/texidocs/alternative-breve-note.texidoc index bedb4196fe..7dd1d6f253 100644 --- a/Documentation/es/texidocs/alternative-breve-note.texidoc +++ b/Documentation/es/texidocs/alternative-breve-note.texidoc @@ -1,8 +1,8 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " -Este código muestra cómo usar la forma alternativa de la breve con dos -líneas verticales a los lados de la cabeza, en lugar de una sola -línea. +Este código muestra cómo usar la forma alternativa de la breve o +cuadrada con dos líneas verticales a los lados de la cabeza, en lugar +de una sola línea. " - doctitlees = "Cabeza de breve alternativa con dobles líneas verticales" \ No newline at end of file + doctitlees = "Cabeza de breve (cuadrada) alternativa" \ No newline at end of file diff --git a/Documentation/es/texidocs/ambitus-with-multiple-voices.texidoc b/Documentation/es/texidocs/ambitus-with-multiple-voices.texidoc index 70808f9cef..33949c0d97 100644 --- a/Documentation/es/texidocs/ambitus-with-multiple-voices.texidoc +++ b/Documentation/es/texidocs/ambitus-with-multiple-voices.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Ámbitos con varias voces" texidoces = " La adición del grabador @code{Ambitus_engraver} al contexto de diff --git a/Documentation/es/texidocs/analysis-brackets-above-the-staff.texidoc b/Documentation/es/texidocs/analysis-brackets-above-the-staff.texidoc index 55055a5867..88da12febe 100644 --- a/Documentation/es/texidocs/analysis-brackets-above-the-staff.texidoc +++ b/Documentation/es/texidocs/analysis-brackets-above-the-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada se añaden corchetes de análisis sencillos debajo del pentagrama. El ejemplo siguiente muestra una manera de diff --git a/Documentation/es/texidocs/ancient-fonts.texidoc b/Documentation/es/texidocs/ancient-fonts.texidoc index 2fc26a6221..ff6d9446a0 100644 --- a/Documentation/es/texidocs/ancient-fonts.texidoc +++ b/Documentation/es/texidocs/ancient-fonts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Aquí se muestran muchos de (¿o quizá todos?) los símbolos que están contemplados por la capacidad de LilyPond para la música diff --git a/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-gregorian-music.texidoc b/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-gregorian-music.texidoc index 3a4edc8db0..c68a1d2056 100644 --- a/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-gregorian-music.texidoc +++ b/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-gregorian-music.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este ejemplo muestra cómo hacer una transcripción moderna de canto gregoriano. El canto gregoriano no tiene compás ni plicas; utiliza diff --git a/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-mensural-music.texidoc b/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-mensural-music.texidoc index e083a34039..14baf13f82 100644 --- a/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-mensural-music.texidoc +++ b/Documentation/es/texidocs/ancient-notation-template----modern-transcription-of-mensural-music.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al transcribir música mensural, es útil un «incipit» al compienzo de la pieza para indicar la tonalidad y el tempo diff --git a/Documentation/es/texidocs/ancient-time-signatures.texidoc b/Documentation/es/texidocs/ancient-time-signatures.texidoc index 9feb6e2dc0..3ad80386d4 100644 --- a/Documentation/es/texidocs/ancient-time-signatures.texidoc +++ b/Documentation/es/texidocs/ancient-time-signatures.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las indicaciones de compás también se pueden grabar en estilo antiguo. diff --git a/Documentation/es/texidocs/anglican-psalm-template.texidoc b/Documentation/es/texidocs/anglican-psalm-template.texidoc index c2ed89e1c1..104e8f46cb 100644 --- a/Documentation/es/texidocs/anglican-psalm-template.texidoc +++ b/Documentation/es/texidocs/anglican-psalm-template.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla muestra una forma de preparar un cántico salmódico anglicano. También muestra cómo se pueden añadir estrofas adicionales diff --git a/Documentation/es/texidocs/applying-note-head-styles-depending-on-the-step-of-the-scale.texidoc b/Documentation/es/texidocs/applying-note-head-styles-depending-on-the-step-of-the-scale.texidoc index 0b99e5ba52..376a11ddd5 100644 --- a/Documentation/es/texidocs/applying-note-head-styles-depending-on-the-step-of-the-scale.texidoc +++ b/Documentation/es/texidocs/applying-note-head-styles-depending-on-the-step-of-the-scale.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Aplicar estilos de cabeza según la nota de la escala" texidoces = " La propiedad @code{shapeNoteStyles} se puede usar para definir varios diff --git a/Documentation/es/texidocs/arabic-improvisation.texidoc b/Documentation/es/texidocs/arabic-improvisation.texidoc index 2a9c69e82a..c03d7127ce 100644 --- a/Documentation/es/texidocs/arabic-improvisation.texidoc +++ b/Documentation/es/texidocs/arabic-improvisation.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para las improvisaciones o @emph{taqasim} que son libres durante unos momentos, se puede omitir la indicación de compás y se puede usar diff --git a/Documentation/es/texidocs/asymmetric-slurs.texidoc b/Documentation/es/texidocs/asymmetric-slurs.texidoc index 3476f61b89..492b281c30 100644 --- a/Documentation/es/texidocs/asymmetric-slurs.texidoc +++ b/Documentation/es/texidocs/asymmetric-slurs.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede hacer que una ligadura de expresión sea asimétrica para adaptarse mejor a un patrón asimétrico de notas. diff --git a/Documentation/es/texidocs/automatic-beam-subdivisions.texidoc b/Documentation/es/texidocs/automatic-beam-subdivisions.texidoc index 010312bfe5..46f4a6524b 100644 --- a/Documentation/es/texidocs/automatic-beam-subdivisions.texidoc +++ b/Documentation/es/texidocs/automatic-beam-subdivisions.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden subdividir las barras automáticamente. Estableciendo la propiedad @code{subdivideBeams}, las barras se subdividen en diff --git a/Documentation/es/texidocs/avoiding-collisions-with-chord-fingerings.texidoc b/Documentation/es/texidocs/avoiding-collisions-with-chord-fingerings.texidoc index dac9aa7db5..5dc2fad5af 100644 --- a/Documentation/es/texidocs/avoiding-collisions-with-chord-fingerings.texidoc +++ b/Documentation/es/texidocs/avoiding-collisions-with-chord-fingerings.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/bar-chords-notation-for-guitar--with-text-spanner.texidoc b/Documentation/es/texidocs/bar-chords-notation-for-guitar--with-text-spanner.texidoc index 97aec61a4f..f1974a2287 100644 --- a/Documentation/es/texidocs/bar-chords-notation-for-guitar--with-text-spanner.texidoc +++ b/Documentation/es/texidocs/bar-chords-notation-for-guitar--with-text-spanner.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " He aquí cómo imprimir acordes con cejilla o con media cejilla (quite la marca de comentario de la línea adecuada para seleccionar uno de diff --git a/Documentation/es/texidocs/beam-endings-in-score-context.texidoc b/Documentation/es/texidocs/beam-endings-in-score-context.texidoc index c6de7660f9..dc5ad7b128 100644 --- a/Documentation/es/texidocs/beam-endings-in-score-context.texidoc +++ b/Documentation/es/texidocs/beam-endings-in-score-context.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las reglas de final de barra especificadas en el contexto @code{Score} se aplican a todos los pentagramas, pero se pueden diff --git a/Documentation/es/texidocs/beam-grouping-in-7-8-time.texidoc b/Documentation/es/texidocs/beam-grouping-in-7-8-time.texidoc index ecb09d6a50..52252dcc21 100644 --- a/Documentation/es/texidocs/beam-grouping-in-7-8-time.texidoc +++ b/Documentation/es/texidocs/beam-grouping-in-7-8-time.texidoc @@ -1,10 +1,11 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " -No está especificada ninguna agrupación predeterminada automática -de las barras para el compás de 7/8, de forma que si se requieren -barras automáticas se debe especificar la forma de agrupamiento. -Por ejemplo, para agrupar todas las barras en la forma 2-3-2 en el -compás de 7/8, especificamos los finales de barra en 2/8 y 5/8: +No está especificada ninguna agrupación predeterminada automática de +las barras para el compás de 7/8, de forma que si se requieren barras +automáticas se debe especificar el agrupamiento mediante +beatStructure. Por ejemplo, para agrupar todas las +barras en la forma 2-3-2 en el compás de 7/8, especificamos los +finales de barra en 2/8 y 5/8: " doctitlees = "Agrupamiento de las barras en el compás de 7/8" diff --git a/Documentation/es/texidocs/beams-across-line-breaks.texidoc b/Documentation/es/texidocs/beams-across-line-breaks.texidoc index 4f3beb7ac5..6fcba0dc23 100644 --- a/Documentation/es/texidocs/beams-across-line-breaks.texidoc +++ b/Documentation/es/texidocs/beams-across-line-breaks.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Normalmente están prohibidos los saltos de línea si las barras atraviesan las líneas divisorias. Se puede cambiar este diff --git a/Documentation/es/texidocs/blanking-staff-lines-using-the--whiteout-command.texidoc b/Documentation/es/texidocs/blanking-staff-lines-using-the--whiteout-command.texidoc index b6050714f3..583c714783 100644 --- a/Documentation/es/texidocs/blanking-staff-lines-using-the--whiteout-command.texidoc +++ b/Documentation/es/texidocs/blanking-staff-lines-using-the--whiteout-command.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La instrucción @code{\\whiteout} intercala un rectángulo blanco debajo de un elemento de marcado. Este rectángulo blanco no tapa diff --git a/Documentation/es/texidocs/broken-crescendo-hairpin.texidoc b/Documentation/es/texidocs/broken-crescendo-hairpin.texidoc index bc710fea30..56fde147d2 100644 --- a/Documentation/es/texidocs/broken-crescendo-hairpin.texidoc +++ b/Documentation/es/texidocs/broken-crescendo-hairpin.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para hacer invisibles partes de un regulador de crescendo, se usa el método de dibujar un rectángulo blanco encima de la parte diff --git a/Documentation/es/texidocs/caesura-railtracks-with-fermata.texidoc b/Documentation/es/texidocs/caesura-railtracks-with-fermata.texidoc index b647883f4a..94431abcc9 100644 --- a/Documentation/es/texidocs/caesura-railtracks-with-fermata.texidoc +++ b/Documentation/es/texidocs/caesura-railtracks-with-fermata.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " A veces se denota una «cesura» mediante una doble marca de respiración parecida a las vías del tren, con un calderón encima. Este fragmento diff --git a/Documentation/es/texidocs/center-text-below-hairpin-dynamics.texidoc b/Documentation/es/texidocs/center-text-below-hairpin-dynamics.texidoc index dbed321321..f482348d38 100644 --- a/Documentation/es/texidocs/center-text-below-hairpin-dynamics.texidoc +++ b/Documentation/es/texidocs/center-text-below-hairpin-dynamics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este ejemplo proporciona una función para tipografiar un regulador con texto por debajo, como @qq{molto} o @qq{poco}. El ejemplo ilustra diff --git a/Documentation/es/texidocs/changing--flageolet-mark-size.texidoc b/Documentation/es/texidocs/changing--flageolet-mark-size.texidoc index 6a672921a7..64b355a45a 100644 --- a/Documentation/es/texidocs/changing--flageolet-mark-size.texidoc +++ b/Documentation/es/texidocs/changing--flageolet-mark-size.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para hacer más pequeño el círculo de @code{\\flageolet} (armónico) utilice la siguiente función de Scheme. diff --git a/Documentation/es/texidocs/changing-a-single-notes-size-in-a-chord.texidoc b/Documentation/es/texidocs/changing-a-single-notes-size-in-a-chord.texidoc index c1f43db5c5..0e8d4eb9c7 100644 --- a/Documentation/es/texidocs/changing-a-single-notes-size-in-a-chord.texidoc +++ b/Documentation/es/texidocs/changing-a-single-notes-size-in-a-chord.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden modificar notas individuales de un acorde con la instrucción @code{\\tweak}, alterando la propiedad @code{font-size}. diff --git a/Documentation/es/texidocs/changing-beam-knee-gap.texidoc b/Documentation/es/texidocs/changing-beam-knee-gap.texidoc index eab303e4ff..42fb9f1156 100644 --- a/Documentation/es/texidocs/changing-beam-knee-gap.texidoc +++ b/Documentation/es/texidocs/changing-beam-knee-gap.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se insertan automáticamente barras en ángulo cuando se detecta un intervalo muy grande entre las notas. Se puede hacer un ajuste diff --git a/Documentation/es/texidocs/changing-chord-separator.texidoc b/Documentation/es/texidocs/changing-chord-separator.texidoc index e20403f253..63c7c654fb 100644 --- a/Documentation/es/texidocs/changing-chord-separator.texidoc +++ b/Documentation/es/texidocs/changing-chord-separator.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede establecer el separador entre las distintas partes del nombre de un acorde para que sea cualquier elemento de marcado. diff --git a/Documentation/es/texidocs/changing-form-of-multi-measure-rests.texidoc b/Documentation/es/texidocs/changing-form-of-multi-measure-rests.texidoc index e4270619e7..087010fd76 100644 --- a/Documentation/es/texidocs/changing-form-of-multi-measure-rests.texidoc +++ b/Documentation/es/texidocs/changing-form-of-multi-measure-rests.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Cambiar la forma de los silencios multicompás" texidoces = " Si hay diez compases de silencio o menos, se imprime en el pentagrama diff --git a/Documentation/es/texidocs/changing-fret-orientations.texidoc b/Documentation/es/texidocs/changing-fret-orientations.texidoc index f9933ab417..fedc5381f5 100644 --- a/Documentation/es/texidocs/changing-fret-orientations.texidoc +++ b/Documentation/es/texidocs/changing-fret-orientations.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/changing-midi-output-to-one-channel-per-voice.texidoc b/Documentation/es/texidocs/changing-midi-output-to-one-channel-per-voice.texidoc index 58386cd404..4f14c6daf2 100644 --- a/Documentation/es/texidocs/changing-midi-output-to-one-channel-per-voice.texidoc +++ b/Documentation/es/texidocs/changing-midi-output-to-one-channel-per-voice.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al producir una salida MIDI, el comportamiento predeterminado es que cada pentagrama representa un canal MIDI, con todas las voces de dicho diff --git a/Documentation/es/texidocs/changing-partcombine-texts.texidoc b/Documentation/es/texidocs/changing-partcombine-texts.texidoc index 99b58d4d31..9d5ccddc51 100644 --- a/Documentation/es/texidocs/changing-partcombine-texts.texidoc +++ b/Documentation/es/texidocs/changing-partcombine-texts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al utilizar la posibilidad de combinación automática de partes, se puede modificar el texto que se imprime para las secciones de solo diff --git a/Documentation/es/texidocs/changing-text-and-spanner-styles-for-text-dynamics.texidoc b/Documentation/es/texidocs/changing-text-and-spanner-styles-for-text-dynamics.texidoc index 3269c7e8d6..7c4fad003c 100644 --- a/Documentation/es/texidocs/changing-text-and-spanner-styles-for-text-dynamics.texidoc +++ b/Documentation/es/texidocs/changing-text-and-spanner-styles-for-text-dynamics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede modificar el texto empleado para los crescendos y decrescendos modificando las propiedades de contexto diff --git a/Documentation/es/texidocs/changing-the-ambitus-gap.texidoc b/Documentation/es/texidocs/changing-the-ambitus-gap.texidoc index 77ef7211ef..b8c0353f88 100644 --- a/Documentation/es/texidocs/changing-the-ambitus-gap.texidoc +++ b/Documentation/es/texidocs/changing-the-ambitus-gap.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Es posible ajustar la separación en las indicaciones de tesitura. diff --git a/Documentation/es/texidocs/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.texidoc b/Documentation/es/texidocs/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.texidoc index bcac6fb3ac..c18d2dc852 100644 --- a/Documentation/es/texidocs/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.texidoc +++ b/Documentation/es/texidocs/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede cambiar el aspecto de las ligaduras de expresión de continuas a punteadas o intermitentes. diff --git a/Documentation/es/texidocs/changing-the-breath-mark-symbol.texidoc b/Documentation/es/texidocs/changing-the-breath-mark-symbol.texidoc index cc5c6e9545..03ee420d36 100644 --- a/Documentation/es/texidocs/changing-the-breath-mark-symbol.texidoc +++ b/Documentation/es/texidocs/changing-the-breath-mark-symbol.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El glifo de la marca de respiración se puede ajustar sobreescribiendo la propiedad de texto del objeto de presentación diff --git a/Documentation/es/texidocs/changing-the-chord-names-to-german-or-semi-german-notation.texidoc b/Documentation/es/texidocs/changing-the-chord-names-to-german-or-semi-german-notation.texidoc index feabc74caf..87ff546f08 100644 --- a/Documentation/es/texidocs/changing-the-chord-names-to-german-or-semi-german-notation.texidoc +++ b/Documentation/es/texidocs/changing-the-chord-names-to-german-or-semi-german-notation.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La nomenclatura inglesa (predeterminada) para los acordes del cifrado americano se puede cambiar por la alemana (@code{\\germanChords} diff --git a/Documentation/es/texidocs/changing-the-number-of-augmentation-dots-per-note.texidoc b/Documentation/es/texidocs/changing-the-number-of-augmentation-dots-per-note.texidoc index 77749b2eac..3c9340548d 100644 --- a/Documentation/es/texidocs/changing-the-number-of-augmentation-dots-per-note.texidoc +++ b/Documentation/es/texidocs/changing-the-number-of-augmentation-dots-per-note.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este código muestra cómo cambiar la cantidad de puntillos de una nota. diff --git a/Documentation/es/texidocs/changing-the-positions-of-figured-bass-alterations.texidoc b/Documentation/es/texidocs/changing-the-positions-of-figured-bass-alterations.texidoc index c1ff9da253..a59aa7be23 100644 --- a/Documentation/es/texidocs/changing-the-positions-of-figured-bass-alterations.texidoc +++ b/Documentation/es/texidocs/changing-the-positions-of-figured-bass-alterations.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las alteraciones y los signos «más» pueden aparecer antes o después de los números, según el valor de las propiedades diff --git a/Documentation/es/texidocs/changing-the-size-of-woodwind-diagrams.texidoc b/Documentation/es/texidocs/changing-the-size-of-woodwind-diagrams.texidoc index 7f45ac6a86..c66df3d6ca 100644 --- a/Documentation/es/texidocs/changing-the-size-of-woodwind-diagrams.texidoc +++ b/Documentation/es/texidocs/changing-the-size-of-woodwind-diagrams.texidoc @@ -1,4 +1,4 @@ -%%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/changing-the-tempo-without-a-metronome-mark.texidoc b/Documentation/es/texidocs/changing-the-tempo-without-a-metronome-mark.texidoc index 61de5c0085..8e28cbc722 100644 --- a/Documentation/es/texidocs/changing-the-tempo-without-a-metronome-mark.texidoc +++ b/Documentation/es/texidocs/changing-the-tempo-without-a-metronome-mark.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para cambiar el tempo en la salida MIDI sin imprimir nada, hacemos invisible la indicación metronómica: diff --git a/Documentation/es/texidocs/changing-the-text-for-sustain-markings.texidoc b/Documentation/es/texidocs/changing-the-text-for-sustain-markings.texidoc index 56bed89c1f..dd98b7db5a 100644 --- a/Documentation/es/texidocs/changing-the-text-for-sustain-markings.texidoc +++ b/Documentation/es/texidocs/changing-the-text-for-sustain-markings.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede usar @code{Staff.pedalSustainStrings} para fijar el texto de las indicaciones de pisar pedal y levantar pedal. Observe que las diff --git a/Documentation/es/texidocs/changing-the-time-signature-without-affecting-the-beaming.texidoc b/Documentation/es/texidocs/changing-the-time-signature-without-affecting-the-beaming.texidoc deleted file mode 100644 index e721fe84e0..0000000000 --- a/Documentation/es/texidocs/changing-the-time-signature-without-affecting-the-beaming.texidoc +++ /dev/null @@ -1,13 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - texidoces = " -La instrucción @code{\\time} establece las propiedades -@code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} y -@code{measureLength} en el contexto @code{Timing}, que normalmente -tiene el alias @code{Score}. La modificación del valor de -@code{timeSignatureFraction} hace que se imprima la nueva indicación -de compás sin que cambie ninguna de las demás propiedades: - -" - doctitlees = "Cambio de compás sin afectar al barrado" - - diff --git a/Documentation/es/texidocs/changing-the-tuplet-number.texidoc b/Documentation/es/texidocs/changing-the-tuplet-number.texidoc index b55d3cc3b2..2456c06a72 100644 --- a/Documentation/es/texidocs/changing-the-tuplet-number.texidoc +++ b/Documentation/es/texidocs/changing-the-tuplet-number.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Cambiar el número del grupo especial" texidoces = " diff --git a/Documentation/es/texidocs/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.texidoc b/Documentation/es/texidocs/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.texidoc index 67793f0212..b159d32cb4 100644 --- a/Documentation/es/texidocs/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.texidoc +++ b/Documentation/es/texidocs/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La propiedad @code{measureLength}, junto con @code{measurePosition}, determina cuándo es necesario dibujar una diff --git a/Documentation/es/texidocs/chant-or-psalms-notation.texidoc b/Documentation/es/texidocs/chant-or-psalms-notation.texidoc index e2cca4c151..380cbcf67a 100644 --- a/Documentation/es/texidocs/chant-or-psalms-notation.texidoc +++ b/Documentation/es/texidocs/chant-or-psalms-notation.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este tipo de notación se utiliza para el canto de los Salmos, en que las estrofas no siempre tienen la misma longitud. diff --git a/Documentation/es/texidocs/chord-glissando-in-tablature.texidoc b/Documentation/es/texidocs/chord-glissando-in-tablature.texidoc index 0234f74552..2928782ff1 100644 --- a/Documentation/es/texidocs/chord-glissando-in-tablature.texidoc +++ b/Documentation/es/texidocs/chord-glissando-in-tablature.texidoc @@ -1,10 +1,10 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los deslizamientos para acordes se pueden indicar tanto en el contexto -Staff como en TabStaff. Los números de cuerda son necesarios para -TabStaff porque los cálculos de cuerda automáticos son diferentes para -los acordes y para notas sueltas. +@code{Staff} como en @code{TabStaff}. Los números de cuerda son +necesarios para TabStaff porque los cálculos de cuerda automáticos son +diferentes para los acordes y para notas sueltas. " diff --git a/Documentation/es/texidocs/chord-name-exceptions.texidoc b/Documentation/es/texidocs/chord-name-exceptions.texidoc index 3639ac23fc..8111eeb496 100644 --- a/Documentation/es/texidocs/chord-name-exceptions.texidoc +++ b/Documentation/es/texidocs/chord-name-exceptions.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede usar la propiedad @code{chordNameExceptions} para almacenar una lista de notaciones espaciales para acordes diff --git a/Documentation/es/texidocs/chord-name-major7.texidoc b/Documentation/es/texidocs/chord-name-major7.texidoc index 0e4222c8ce..485d7897c0 100644 --- a/Documentation/es/texidocs/chord-name-major7.texidoc +++ b/Documentation/es/texidocs/chord-name-major7.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La presentación del acorde de séptima mayor se puede ajustar mediante majorSevenSymbol. diff --git a/Documentation/es/texidocs/chordchanges-for-fretboards.texidoc b/Documentation/es/texidocs/chordchanges-for-fretboards.texidoc index 41902019ce..7f2688872f 100644 --- a/Documentation/es/texidocs/chordchanges-for-fretboards.texidoc +++ b/Documentation/es/texidocs/chordchanges-for-fretboards.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede hacer que los diagramas de posiciones se muestren sólo cuando el acorde cambia o al comienzo de una nueva línea. diff --git a/Documentation/es/texidocs/clip-systems.texidoc b/Documentation/es/texidocs/clip-systems.texidoc index 821ad003d7..860a62f974 100644 --- a/Documentation/es/texidocs/clip-systems.texidoc +++ b/Documentation/es/texidocs/clip-systems.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este código muestra cómo recortar (extraer) fragmentos a partir de una partitura completa. diff --git a/Documentation/es/texidocs/clusters.texidoc b/Documentation/es/texidocs/clusters.texidoc index 42237d2da6..47126024ce 100644 --- a/Documentation/es/texidocs/clusters.texidoc +++ b/Documentation/es/texidocs/clusters.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los «clusters» o racimos son un mecanismo para indicar la interpretación de un ámbito de notas al mismo tiempo. diff --git a/Documentation/es/texidocs/combining-dynamics-with-markup-texts.texidoc b/Documentation/es/texidocs/combining-dynamics-with-markup-texts.texidoc index 79db79b80d..4cf6dee4ec 100644 --- a/Documentation/es/texidocs/combining-dynamics-with-markup-texts.texidoc +++ b/Documentation/es/texidocs/combining-dynamics-with-markup-texts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Ciertas indicaciones dinámicas pueden llevar textos (como @qq{più forte} o @qq{piano subito}). Se pueden producir usando un bloque diff --git a/Documentation/es/texidocs/combining-two-parts-on-the-same-staff.texidoc b/Documentation/es/texidocs/combining-two-parts-on-the-same-staff.texidoc index 3fa977750b..88e7e6d75a 100644 --- a/Documentation/es/texidocs/combining-two-parts-on-the-same-staff.texidoc +++ b/Documentation/es/texidocs/combining-two-parts-on-the-same-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La herramienta de combinación de partes (instrucción diff --git a/Documentation/es/texidocs/compound-time-signatures.texidoc b/Documentation/es/texidocs/compound-time-signatures.texidoc index 10d2990c1b..e2d00ff60d 100644 --- a/Documentation/es/texidocs/compound-time-signatures.texidoc +++ b/Documentation/es/texidocs/compound-time-signatures.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Indicaciones de compases compuestos" texidoces = " Las indicaciones de compás poco frecuentes como @qq{5/8} se pueden diff --git a/Documentation/es/texidocs/conducting-signs,-measure-grouping-signs.texidoc b/Documentation/es/texidocs/conducting-signs,-measure-grouping-signs.texidoc index eb85ef1895..c4f9cac544 100644 --- a/Documentation/es/texidocs/conducting-signs,-measure-grouping-signs.texidoc +++ b/Documentation/es/texidocs/conducting-signs,-measure-grouping-signs.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La agrupación de pulsos dentro de un compás está controlada por la propiedad de contexto @code{beatStructure}. Hay establecidos valores diff --git a/Documentation/es/texidocs/contemporary-glissando.texidoc b/Documentation/es/texidocs/contemporary-glissando.texidoc index a81976bdd4..75021e76af 100644 --- a/Documentation/es/texidocs/contemporary-glissando.texidoc +++ b/Documentation/es/texidocs/contemporary-glissando.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede tipografiar un gissando contemporáneo sin nota final utilizando una nota oculta y temporalización de cadenza. diff --git a/Documentation/es/texidocs/controlling-spanner-visibility-after-a-line-break.texidoc b/Documentation/es/texidocs/controlling-spanner-visibility-after-a-line-break.texidoc index ece21d6311..da5dd30e77 100644 --- a/Documentation/es/texidocs/controlling-spanner-visibility-after-a-line-break.texidoc +++ b/Documentation/es/texidocs/controlling-spanner-visibility-after-a-line-break.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La visibilidad de los objetos de extensión que acaban en la primera diff --git a/Documentation/es/texidocs/controlling-the-placement-of-chord-fingerings.texidoc b/Documentation/es/texidocs/controlling-the-placement-of-chord-fingerings.texidoc index 417aeb1427..bbd322adc8 100644 --- a/Documentation/es/texidocs/controlling-the-placement-of-chord-fingerings.texidoc +++ b/Documentation/es/texidocs/controlling-the-placement-of-chord-fingerings.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede controlar con precisión la colocación de los números de digitación. Para que se tenga en cuenta la orientación de las diff --git a/Documentation/es/texidocs/controlling-the-vertical-ordering-of-scripts.texidoc b/Documentation/es/texidocs/controlling-the-vertical-ordering-of-scripts.texidoc index 7ce8bc49f0..09755a1aaa 100644 --- a/Documentation/es/texidocs/controlling-the-vertical-ordering-of-scripts.texidoc +++ b/Documentation/es/texidocs/controlling-the-vertical-ordering-of-scripts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El orden vertical que ocupan las inscripciones gráficas está controlado con la propiedad @code{'script-priority}. Cuanto más diff --git a/Documentation/es/texidocs/controlling-tuplet-bracket-visibility.texidoc b/Documentation/es/texidocs/controlling-tuplet-bracket-visibility.texidoc index e5ddaa7121..d011dc846a 100644 --- a/Documentation/es/texidocs/controlling-tuplet-bracket-visibility.texidoc +++ b/Documentation/es/texidocs/controlling-tuplet-bracket-visibility.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El comportamiento predeterminado de la visibilidad de los corchetes de diff --git a/Documentation/es/texidocs/creating-a-delayed-turn.texidoc b/Documentation/es/texidocs/creating-a-delayed-turn.texidoc index 2b7647a0ba..e3fb8789c0 100644 --- a/Documentation/es/texidocs/creating-a-delayed-turn.texidoc +++ b/Documentation/es/texidocs/creating-a-delayed-turn.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La creación de un grupeto circular de anticipación entre dos notas, donde la nota inferior del grupeto utiliza una alteración, requiere diff --git a/Documentation/es/texidocs/creating-a-sequence-of-notes-on-various-pitches.texidoc b/Documentation/es/texidocs/creating-a-sequence-of-notes-on-various-pitches.texidoc index 5582c59285..7df02d2801 100644 --- a/Documentation/es/texidocs/creating-a-sequence-of-notes-on-various-pitches.texidoc +++ b/Documentation/es/texidocs/creating-a-sequence-of-notes-on-various-pitches.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " En una música que tenga muchas apariciones de la misma secuencia de notas a distintas alturas, podría ser de diff --git a/Documentation/es/texidocs/creating-arpeggios-across-notes-in-different-voices.texidoc b/Documentation/es/texidocs/creating-arpeggios-across-notes-in-different-voices.texidoc index fd99e83eb5..d37ca1b427 100644 --- a/Documentation/es/texidocs/creating-arpeggios-across-notes-in-different-voices.texidoc +++ b/Documentation/es/texidocs/creating-arpeggios-across-notes-in-different-voices.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede trazar un símbolo de arpegio entre notas de distintas voces que están sobre el mismo pentagrama si el grabador diff --git a/Documentation/es/texidocs/creating-blank-staves.texidoc b/Documentation/es/texidocs/creating-blank-staves.texidoc index 64a9c903c6..a6399ce84c 100644 --- a/Documentation/es/texidocs/creating-blank-staves.texidoc +++ b/Documentation/es/texidocs/creating-blank-staves.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para crear pentagramas en blanco, genere compases vacíos y después elimine el grabador de números de compás @code{Bar_number_engraver} diff --git a/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-a-piano-staff.texidoc b/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-a-piano-staff.texidoc index 254211a5cf..dbff35bb23 100644 --- a/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-a-piano-staff.texidoc +++ b/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-a-piano-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Dentro de un @code{PianoStaff}, es posible hacer que un arpegio cruce entre los pentagramas ajustando la propiedad diff --git a/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-other-contexts.texidoc b/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-other-contexts.texidoc index c0d7ece13b..a7f8de557b 100644 --- a/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-other-contexts.texidoc +++ b/Documentation/es/texidocs/creating-cross-staff-arpeggios-in-other-contexts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden crear arpegios que se cruzan entre pentagramas dentro de contextos distintos a @code{GrandStaff}, @code{PianoStaff} y diff --git a/Documentation/es/texidocs/creating-metronome-marks-in-markup-mode.texidoc b/Documentation/es/texidocs/creating-metronome-marks-in-markup-mode.texidoc index 4a4d04b1e0..c5e8b4258b 100644 --- a/Documentation/es/texidocs/creating-metronome-marks-in-markup-mode.texidoc +++ b/Documentation/es/texidocs/creating-metronome-marks-in-markup-mode.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden crear indicaciones metronómicas nuevas en modo de marcado, pero no cambian el tempo en la salida MIDI. diff --git a/Documentation/es/texidocs/creating-real-parenthesized-dynamics.texidoc b/Documentation/es/texidocs/creating-real-parenthesized-dynamics.texidoc index 87f2538342..f52a1e9536 100644 --- a/Documentation/es/texidocs/creating-real-parenthesized-dynamics.texidoc +++ b/Documentation/es/texidocs/creating-real-parenthesized-dynamics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Aunque la manera más fácil de añadir paréntesis a una indicación de dinámica es utilizar un bloque @code{\\markup}, este método diff --git a/Documentation/es/texidocs/creating-simultaneous-rehearsal-marks.texidoc b/Documentation/es/texidocs/creating-simultaneous-rehearsal-marks.texidoc index 1070ec0276..e1e083d4ae 100644 --- a/Documentation/es/texidocs/creating-simultaneous-rehearsal-marks.texidoc +++ b/Documentation/es/texidocs/creating-simultaneous-rehearsal-marks.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " A diferencia de las inscripciones de texto, las lestras de ensayo no se pueden apilar en un punto concreto de la partitura: sólo se diff --git a/Documentation/es/texidocs/creating-slurs-across-voices.texidoc b/Documentation/es/texidocs/creating-slurs-across-voices.texidoc index 574b0e7acb..64c3a75a97 100644 --- a/Documentation/es/texidocs/creating-slurs-across-voices.texidoc +++ b/Documentation/es/texidocs/creating-slurs-across-voices.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " En determinadas situaciones es necesario crear ligaduras de expresión entre notas que están en voces distintas. diff --git a/Documentation/es/texidocs/creating-text-spanners.texidoc b/Documentation/es/texidocs/creating-text-spanners.texidoc index 7df20b68d6..07ca398eb3 100644 --- a/Documentation/es/texidocs/creating-text-spanners.texidoc +++ b/Documentation/es/texidocs/creating-text-spanners.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan} permiten la creación de elementos de extensión textuales tan diff --git a/Documentation/es/texidocs/cross-staff-tremolos.texidoc b/Documentation/es/texidocs/cross-staff-tremolos.texidoc index 73e6b2c727..227f12ce90 100644 --- a/Documentation/es/texidocs/cross-staff-tremolos.texidoc +++ b/Documentation/es/texidocs/cross-staff-tremolos.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/custodes.texidoc b/Documentation/es/texidocs/custodes.texidoc index 152f83da0c..5829a8483b 100644 --- a/Documentation/es/texidocs/custodes.texidoc +++ b/Documentation/es/texidocs/custodes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden tipografiar «custos» en diferentes estilos. diff --git a/Documentation/es/texidocs/customizing-fretboard-fret-diagrams.texidoc b/Documentation/es/texidocs/customizing-fretboard-fret-diagrams.texidoc index 4d04dabe32..08ba2946cd 100644 --- a/Documentation/es/texidocs/customizing-fretboard-fret-diagrams.texidoc +++ b/Documentation/es/texidocs/customizing-fretboard-fret-diagrams.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden establecer las propiedades de los diagramas de posiciones de acordes por medio de @code{'fret-diagram-details}. diff --git a/Documentation/es/texidocs/customizing-markup-fret-diagrams.texidoc b/Documentation/es/texidocs/customizing-markup-fret-diagrams.texidoc index a4391b1dd1..cb6f959d40 100644 --- a/Documentation/es/texidocs/customizing-markup-fret-diagrams.texidoc +++ b/Documentation/es/texidocs/customizing-markup-fret-diagrams.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden establecer las propiedades de los diagramas de posiciones a través de @code{'fret-diagram-details}. Para los diff --git a/Documentation/es/texidocs/default-direction-of-stems-on-the-center-line-of-the-staff.texidoc b/Documentation/es/texidocs/default-direction-of-stems-on-the-center-line-of-the-staff.texidoc index 3851b59a09..bf088f850a 100644 --- a/Documentation/es/texidocs/default-direction-of-stems-on-the-center-line-of-the-staff.texidoc +++ b/Documentation/es/texidocs/default-direction-of-stems-on-the-center-line-of-the-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La dirección predeterminada de las plicas sobre la tercera línea del pentagrama está determinada por la propiedad diff --git a/Documentation/es/texidocs/defining-an-engraver-in-scheme-ambitus-engraver.texidoc b/Documentation/es/texidocs/defining-an-engraver-in-scheme-ambitus-engraver.texidoc deleted file mode 100644 index 2cd02fd01e..0000000000 --- a/Documentation/es/texidocs/defining-an-engraver-in-scheme-ambitus-engraver.texidoc +++ /dev/null @@ -1,12 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - - texidoces = " -Este ejemplo demuestra cómo se puede definir el grabador de ámbito en -el espacio del usuario, con un grabador de Scheme. - -Esto es básicamente una reescritura en Scheme del código de -@file{lily/ambitus-engraver.cc}. - -" - - doctitlees = "Definir un grabador en Scheme: grabador de ámbito" diff --git a/Documentation/es/texidocs/defining-predefined-fretboards-for-other-instruments.texidoc b/Documentation/es/texidocs/defining-predefined-fretboards-for-other-instruments.texidoc index 19e1172c8d..735377e2a9 100644 --- a/Documentation/es/texidocs/defining-predefined-fretboards-for-other-instruments.texidoc +++ b/Documentation/es/texidocs/defining-predefined-fretboards-for-other-instruments.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden añadir diagramas de posiciones predefinidas para diff --git a/Documentation/es/texidocs/display-bracket-with-only-one-staff-in-a-system.texidoc b/Documentation/es/texidocs/display-bracket-with-only-one-staff-in-a-system.texidoc index 65b9c2d277..6dcb3fc950 100644 --- a/Documentation/es/texidocs/display-bracket-with-only-one-staff-in-a-system.texidoc +++ b/Documentation/es/texidocs/display-bracket-with-only-one-staff-in-a-system.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Si hay un solo pentagrama en un de los tipos de sistema @code{ChoirStaff} o @code{StaffGroup}, el comportamiento diff --git a/Documentation/es/texidocs/displaying-complex-chords.texidoc b/Documentation/es/texidocs/displaying-complex-chords.texidoc index a63775d642..b0e1e8c40e 100644 --- a/Documentation/es/texidocs/displaying-complex-chords.texidoc +++ b/Documentation/es/texidocs/displaying-complex-chords.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " He aquí una forma de imprimir un acorde en el que suena la misma nota diff --git a/Documentation/es/texidocs/displaying-grob-ancestry.texidoc b/Documentation/es/texidocs/displaying-grob-ancestry.texidoc index 6dc752dad6..ea024182bd 100644 --- a/Documentation/es/texidocs/displaying-grob-ancestry.texidoc +++ b/Documentation/es/texidocs/displaying-grob-ancestry.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al trabajar con los callbacks de un grob, puede ser de mucha ayuda diff --git a/Documentation/es/texidocs/dodecaphonic-style-accidentals-for-each-note-including-naturals.texidoc b/Documentation/es/texidocs/dodecaphonic-style-accidentals-for-each-note-including-naturals.texidoc deleted file mode 100644 index 72f9777774..0000000000 --- a/Documentation/es/texidocs/dodecaphonic-style-accidentals-for-each-note-including-naturals.texidoc +++ /dev/null @@ -1,15 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - doctitlees = "Alteraciones de estilo dodecafónico para todas las notas, incluidas las naturales" - texidoces = " -En las obras de principios del s.XX, empezando por Schoenberg, Berg y -Webern (la @qq{Segunda} escuela de Viena), cada nota de la escala de -doce tonos se debe tratar con igualdad, sin ninguna jerarquía como los -grados clásicos tonales. Por tanto, estos compositores imprimen una -alteración accidental para cada nota, incluso en las notas naturales, -para enfatizar su nuevo enfoque de la teoría y el lenguaje musicales. - -Este fragmento de código muestra cómo conseguir dichas reglas de -notación. - -" - diff --git a/Documentation/es/texidocs/dynamics-custom-text-spanner-postfix.texidoc b/Documentation/es/texidocs/dynamics-custom-text-spanner-postfix.texidoc index 7c9cbbe5e9..c07280370d 100644 --- a/Documentation/es/texidocs/dynamics-custom-text-spanner-postfix.texidoc +++ b/Documentation/es/texidocs/dynamics-custom-text-spanner-postfix.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Funciones postfijas para la creación de objetos de extensión de texto diff --git a/Documentation/es/texidocs/dynamics-text-spanner-postfix.texidoc b/Documentation/es/texidocs/dynamics-text-spanner-postfix.texidoc index 728a0a0dbb..480689dd03 100644 --- a/Documentation/es/texidocs/dynamics-text-spanner-postfix.texidoc +++ b/Documentation/es/texidocs/dynamics-text-spanner-postfix.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los objetos de extensión \cresc, \dim y \decresc ahora se pueden diff --git a/Documentation/es/texidocs/embedding-native-postscript-in-a--markup-block.texidoc b/Documentation/es/texidocs/embedding-native-postscript-in-a--markup-block.texidoc index 7a1fcdbbd4..b7064b7448 100644 --- a/Documentation/es/texidocs/embedding-native-postscript-in-a--markup-block.texidoc +++ b/Documentation/es/texidocs/embedding-native-postscript-in-a--markup-block.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede insertar códico PostScript directamente dentro de un bloque @code{\\markup}. diff --git a/Documentation/es/texidocs/engravers-one-by-one.texidoc b/Documentation/es/texidocs/engravers-one-by-one.texidoc index 79b6889ab9..bb914ade38 100644 --- a/Documentation/es/texidocs/engravers-one-by-one.texidoc +++ b/Documentation/es/texidocs/engravers-one-by-one.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Del problema central de la notación, esto es, crear un determinado símbolo, se encargan los «plugins» o complementos añadidos. Cada diff --git a/Documentation/es/texidocs/engraving-ties-manually.texidoc b/Documentation/es/texidocs/engraving-ties-manually.texidoc index a5f01c47aa..cf75112717 100644 --- a/Documentation/es/texidocs/engraving-ties-manually.texidoc +++ b/Documentation/es/texidocs/engraving-ties-manually.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Grabado manual de las ligaduras" texidoces = " Se pueden grabar a mano las ligaduras modificando la propiedad diff --git a/Documentation/es/texidocs/entering-several-tuplets-using-only-one--times-command.texidoc b/Documentation/es/texidocs/entering-several-tuplets-using-only-one--times-command.texidoc index 55657db796..a4a5f42de9 100644 --- a/Documentation/es/texidocs/entering-several-tuplets-using-only-one--times-command.texidoc +++ b/Documentation/es/texidocs/entering-several-tuplets-using-only-one--times-command.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Escribir varios grupos especiales usando una sola instrucción \\times" texidoces = " La propiedad @code{tupletSpannerDuration} establece cuánto debe durar diff --git a/Documentation/es/texidocs/faking-a-hammer-in-tablatures.texidoc b/Documentation/es/texidocs/faking-a-hammer-in-tablatures.texidoc index 77f6abd7dd..c51cd682a6 100644 --- a/Documentation/es/texidocs/faking-a-hammer-in-tablatures.texidoc +++ b/Documentation/es/texidocs/faking-a-hammer-in-tablatures.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede simular un @qq{hammer} o ligado ascendente con ligaduras de diff --git a/Documentation/es/texidocs/fingering-symbols-for-wind-instruments.texidoc b/Documentation/es/texidocs/fingering-symbols-for-wind-instruments.texidoc index 1859c74d22..36a3f963b9 100644 --- a/Documentation/es/texidocs/fingering-symbols-for-wind-instruments.texidoc +++ b/Documentation/es/texidocs/fingering-symbols-for-wind-instruments.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden conseguir símbolos especiales combinando glifos existentes, lo que es de utilidad para la notación de instrumentos de viento. diff --git a/Documentation/es/texidocs/fingerings,-string-indications,-and-right-hand-fingerings.texidoc b/Documentation/es/texidocs/fingerings,-string-indications,-and-right-hand-fingerings.texidoc index 2f90da7f4c..672774636c 100644 --- a/Documentation/es/texidocs/fingerings,-string-indications,-and-right-hand-fingerings.texidoc +++ b/Documentation/es/texidocs/fingerings,-string-indications,-and-right-hand-fingerings.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " En este ejemplo se combinan las digitaciones de la mano izquierda, indicaciones del número de cuerda y digitaciones de la mano diff --git a/Documentation/es/texidocs/flamenco-notation.texidoc b/Documentation/es/texidocs/flamenco-notation.texidoc index 71b3212b7e..a18055fadb 100644 --- a/Documentation/es/texidocs/flamenco-notation.texidoc +++ b/Documentation/es/texidocs/flamenco-notation.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/flat-flags-and-beam-nibs.texidoc b/Documentation/es/texidocs/flat-flags-and-beam-nibs.texidoc index a3f0de12a1..4ead0ec5e8 100644 --- a/Documentation/es/texidocs/flat-flags-and-beam-nibs.texidoc +++ b/Documentation/es/texidocs/flat-flags-and-beam-nibs.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Son posibles tanto los corchetes rectos sobre notas sueltas como extremos de barra sueltos en figuras unidas, con una combinación de diff --git a/Documentation/es/texidocs/forcing-horizontal-shift-of-notes.texidoc b/Documentation/es/texidocs/forcing-horizontal-shift-of-notes.texidoc index 50137e239c..9d7f24cf46 100644 --- a/Documentation/es/texidocs/forcing-horizontal-shift-of-notes.texidoc +++ b/Documentation/es/texidocs/forcing-horizontal-shift-of-notes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Forzar el desplazamiento horizontal de las notas" diff --git a/Documentation/es/texidocs/forcing-hyphens-to-be-shown.texidoc b/Documentation/es/texidocs/forcing-hyphens-to-be-shown.texidoc index 5bf3c075a8..435156d56c 100644 --- a/Documentation/es/texidocs/forcing-hyphens-to-be-shown.texidoc +++ b/Documentation/es/texidocs/forcing-hyphens-to-be-shown.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Si LilyPond no cree que haya sitio suficiente para un guión separador diff --git a/Documentation/es/texidocs/formatting-lyrics-syllables.texidoc b/Documentation/es/texidocs/formatting-lyrics-syllables.texidoc index a6117b544e..f2d00deaf3 100644 --- a/Documentation/es/texidocs/formatting-lyrics-syllables.texidoc +++ b/Documentation/es/texidocs/formatting-lyrics-syllables.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Es posible usar el modo de marcado para dar formato a sílabas individuales dentro de la letra. diff --git a/Documentation/es/texidocs/fretboards-alternate-tables.texidoc b/Documentation/es/texidocs/fretboards-alternate-tables.texidoc index 6559cad32e..2607883266 100644 --- a/Documentation/es/texidocs/fretboards-alternate-tables.texidoc +++ b/Documentation/es/texidocs/fretboards-alternate-tables.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden crear tablas alternativas de diagramas de posiciones. Se diff --git a/Documentation/es/texidocs/fretted-string-harmonics-in-tablature.texidoc b/Documentation/es/texidocs/fretted-string-harmonics-in-tablature.texidoc index 756a5a99c5..e44069391d 100644 --- a/Documentation/es/texidocs/fretted-string-harmonics-in-tablature.texidoc +++ b/Documentation/es/texidocs/fretted-string-harmonics-in-tablature.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Armónicos sobre cuerdas pisadas (armónicos artificiales): " diff --git a/Documentation/es/texidocs/generating-random-notes.texidoc b/Documentation/es/texidocs/generating-random-notes.texidoc index 0101d87b21..b4e49f29a5 100644 --- a/Documentation/es/texidocs/generating-random-notes.texidoc +++ b/Documentation/es/texidocs/generating-random-notes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este fragmento de código basado en Scheme genera 24 notas aleatorias (o tantas como se necesiten), basándose en la diff --git a/Documentation/es/texidocs/glissandi-can-skip-grobs.texidoc b/Documentation/es/texidocs/glissandi-can-skip-grobs.texidoc index cd9f0ea0a5..8fda9df1ec 100644 --- a/Documentation/es/texidocs/glissandi-can-skip-grobs.texidoc +++ b/Documentation/es/texidocs/glissandi-can-skip-grobs.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los objetos gráficos de columna de nota (los grobs @code{NoteColumn}) pueden ser sobrepasados por los glissandos. diff --git a/Documentation/es/texidocs/graphical-and-text-woodwind-diagrams.texidoc b/Documentation/es/texidocs/graphical-and-text-woodwind-diagrams.texidoc index 0cc4147f3d..d674d551dc 100644 --- a/Documentation/es/texidocs/graphical-and-text-woodwind-diagrams.texidoc +++ b/Documentation/es/texidocs/graphical-and-text-woodwind-diagrams.texidoc @@ -1,4 +1,4 @@ -%%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " En muchos casos, las llaves que no están en la columna central se diff --git a/Documentation/es/texidocs/grid-lines--changing-their-appearance.texidoc b/Documentation/es/texidocs/grid-lines--changing-their-appearance.texidoc index 54c91b3eb2..540b3589d5 100644 --- a/Documentation/es/texidocs/grid-lines--changing-their-appearance.texidoc +++ b/Documentation/es/texidocs/grid-lines--changing-their-appearance.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede cambiar el aspecto de las líneas de rejilla sobreescribiendo algunas de sus propiedades. diff --git a/Documentation/es/texidocs/grid-lines--emphasizing-rhythms-and-notes-synchronization.texidoc b/Documentation/es/texidocs/grid-lines--emphasizing-rhythms-and-notes-synchronization.texidoc index f4921fc64d..be26436769 100644 --- a/Documentation/es/texidocs/grid-lines--emphasizing-rhythms-and-notes-synchronization.texidoc +++ b/Documentation/es/texidocs/grid-lines--emphasizing-rhythms-and-notes-synchronization.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden trazar líneas verticales normales entre pentagramas para mostrar la relación entre notas; sin embargo, en caso de música diff --git a/Documentation/es/texidocs/grouping-beats.texidoc b/Documentation/es/texidocs/grouping-beats.texidoc deleted file mode 100644 index 4515812a53..0000000000 --- a/Documentation/es/texidocs/grouping-beats.texidoc +++ /dev/null @@ -1,8 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - texidoces = " -Los patrones de barrado se pueden alterar con la propiedad -@code{beatGrouping}: - -" - doctitlees = "Agrupar los pulsos" - diff --git a/Documentation/es/texidocs/guitar-slides.texidoc b/Documentation/es/texidocs/guitar-slides.texidoc index 0a6d7a63ed..0e7d164529 100644 --- a/Documentation/es/texidocs/guitar-slides.texidoc +++ b/Documentation/es/texidocs/guitar-slides.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/guitar-strum-rhythms.texidoc b/Documentation/es/texidocs/guitar-strum-rhythms.texidoc index 7b6414a21e..7a3e3655ab 100644 --- a/Documentation/es/texidocs/guitar-strum-rhythms.texidoc +++ b/Documentation/es/texidocs/guitar-strum-rhythms.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para la música de guitarra, es posible mostrar los ritmos de rasgueo, además de las notas de la melodía, acordes y diagramas de posiciones. diff --git a/Documentation/es/texidocs/hairpins-with-different-line-styles.texidoc b/Documentation/es/texidocs/hairpins-with-different-line-styles.texidoc index a3a88ffbac..eec59f66c7 100644 --- a/Documentation/es/texidocs/hairpins-with-different-line-styles.texidoc +++ b/Documentation/es/texidocs/hairpins-with-different-line-styles.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los reguladores pueden imprimirse en uno cualquiera de los estilos de @code{line-interface}: discontinuo, punteado, línea, trino o zig-zag. diff --git a/Documentation/es/texidocs/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.texidoc b/Documentation/es/texidocs/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.texidoc index 7bff33e6a4..ea453555aa 100644 --- a/Documentation/es/texidocs/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.texidoc +++ b/Documentation/es/texidocs/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Aquí se muestra la manera de ocultar las alteraciones de las notas diff --git a/Documentation/es/texidocs/hiding-the-extender-line-for-text-dynamics.texidoc b/Documentation/es/texidocs/hiding-the-extender-line-for-text-dynamics.texidoc index 2b784ab445..08b0d418c0 100644 --- a/Documentation/es/texidocs/hiding-the-extender-line-for-text-dynamics.texidoc +++ b/Documentation/es/texidocs/hiding-the-extender-line-for-text-dynamics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los cambios de dinámica con estilo de texto (como cresc. y dim.) se imprimen con una línea intermitente que muestra su alcance. diff --git a/Documentation/es/texidocs/hymn-template.texidoc b/Documentation/es/texidocs/hymn-template.texidoc index 77df34c167..e6f6dcd98c 100644 --- a/Documentation/es/texidocs/hymn-template.texidoc +++ b/Documentation/es/texidocs/hymn-template.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este fragmento de código muestra una forma de preparar un himno cuando cada línea comienza con un compás parcial. También muestra cómo diff --git a/Documentation/es/texidocs/incipit.texidoc b/Documentation/es/texidocs/incipit.texidoc index 8c92daf0fc..97094db62a 100644 --- a/Documentation/es/texidocs/incipit.texidoc +++ b/Documentation/es/texidocs/incipit.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los «incipit» se pueden escribir utilizando el grob del nombre del instruemento, pero manteniendo independientes las definiciones del diff --git a/Documentation/es/texidocs/indicating-cross-staff-chords-with-arpeggio-bracket.texidoc b/Documentation/es/texidocs/indicating-cross-staff-chords-with-arpeggio-bracket.texidoc index db8b67e02d..b2b989d119 100644 --- a/Documentation/es/texidocs/indicating-cross-staff-chords-with-arpeggio-bracket.texidoc +++ b/Documentation/es/texidocs/indicating-cross-staff-chords-with-arpeggio-bracket.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Un corchete de arpegio puede indicar que se tienen que tocar con la misma mano notas que están en dos pentagramas distintos. Para hacerlo, diff --git a/Documentation/es/texidocs/inserting-a-caesura.texidoc b/Documentation/es/texidocs/inserting-a-caesura.texidoc index 3a6b760ef2..8e59c805a5 100644 --- a/Documentation/es/texidocs/inserting-a-caesura.texidoc +++ b/Documentation/es/texidocs/inserting-a-caesura.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las marcas de cesura se pueden crear sobreescribiendo la propiedad @code{'text} del objeto @code{BreathingSign}. También está disponible diff --git a/Documentation/es/texidocs/isolated-percent-repeats.texidoc b/Documentation/es/texidocs/isolated-percent-repeats.texidoc index ccd832436e..33bdec6cab 100644 --- a/Documentation/es/texidocs/isolated-percent-repeats.texidoc +++ b/Documentation/es/texidocs/isolated-percent-repeats.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " También se pueden imprimir símbolos de porcentaje sueltos. diff --git a/Documentation/es/texidocs/jazz-combo-template.texidoc b/Documentation/es/texidocs/jazz-combo-template.texidoc index 3cc3490936..4e429a29e0 100644 --- a/Documentation/es/texidocs/jazz-combo-template.texidoc +++ b/Documentation/es/texidocs/jazz-combo-template.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Ésta es una plantilla bastante avanzada, para un conjunto de jazz. Observe que la notación de todos los instrumentos está en diff --git a/Documentation/es/texidocs/keep-change-clefs-full-sized.texidoc b/Documentation/es/texidocs/keep-change-clefs-full-sized.texidoc index 039f865777..250075f7cb 100644 --- a/Documentation/es/texidocs/keep-change-clefs-full-sized.texidoc +++ b/Documentation/es/texidocs/keep-change-clefs-full-sized.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Cuando se produce un cambio de clave, el símbolo de clave se imprime a un tamaño menor que la clave inicial. Esto se puede ajustar con diff --git a/Documentation/es/texidocs/letter-tablature-formatting.texidoc b/Documentation/es/texidocs/letter-tablature-formatting.texidoc index b75643d292..ea4d9add42 100644 --- a/Documentation/es/texidocs/letter-tablature-formatting.texidoc +++ b/Documentation/es/texidocs/letter-tablature-formatting.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La tablatura se puede formatear utilizando letras en lugar de números. diff --git a/Documentation/es/texidocs/line-arrows.texidoc b/Documentation/es/texidocs/line-arrows.texidoc index e47feac45a..421bbf441e 100644 --- a/Documentation/es/texidocs/line-arrows.texidoc +++ b/Documentation/es/texidocs/line-arrows.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden aplicar puntas de flecha a los elementos de extensión de texto y de línea (como el Glissando). diff --git a/Documentation/es/texidocs/lyrics-alignment.texidoc b/Documentation/es/texidocs/lyrics-alignment.texidoc index 7d09436e98..a9488fbb5f 100644 --- a/Documentation/es/texidocs/lyrics-alignment.texidoc +++ b/Documentation/es/texidocs/lyrics-alignment.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La alineación horizontal de la letra se puede ajustar sobreescribiendo la propiedad @code{self-alignment-X} del objeto @code{LyricText}. diff --git a/Documentation/es/texidocs/lyrics-old-spacing-settings.texidoc b/Documentation/es/texidocs/lyrics-old-spacing-settings.texidoc deleted file mode 100644 index 36df010945..0000000000 --- a/Documentation/es/texidocs/lyrics-old-spacing-settings.texidoc +++ /dev/null @@ -1,12 +0,0 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 - texidoces = " -El motor de espaciado vertical cambió en la versión 2.14. Esto puede -hacer que se altere el espaciado de la letra de las canciones. Es -posible fijar propiedades para los contextos @code{Lyric} y -@code{Staff} de forma que el motor de espaciado se comporte como lo -hacía en la versión 2.12. - -" - - doctitlees = "Conseguir el espaciado de la letra de la versión 2.12 - en versiones más recientes" diff --git a/Documentation/es/texidocs/makam-example.texidoc b/Documentation/es/texidocs/makam-example.texidoc index e9e060026f..5d2c07bde7 100644 --- a/Documentation/es/texidocs/makam-example.texidoc +++ b/Documentation/es/texidocs/makam-example.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El «Makam» es un tipo de melodía de Turquía que utiliza alteraciones microtonales de 1/9 de tono. Consulte el diff --git a/Documentation/es/texidocs/making-slurs-with-complex-dash-structure.texidoc b/Documentation/es/texidocs/making-slurs-with-complex-dash-structure.texidoc index da11dff88c..34ade71384 100644 --- a/Documentation/es/texidocs/making-slurs-with-complex-dash-structure.texidoc +++ b/Documentation/es/texidocs/making-slurs-with-complex-dash-structure.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las ligaduras de expresión se pueden construir con patrones de diff --git a/Documentation/es/texidocs/making-some-staff-lines-thicker-than-the-others.texidoc b/Documentation/es/texidocs/making-some-staff-lines-thicker-than-the-others.texidoc index 72b119a154..eedb9e6fe3 100644 --- a/Documentation/es/texidocs/making-some-staff-lines-thicker-than-the-others.texidoc +++ b/Documentation/es/texidocs/making-some-staff-lines-thicker-than-the-others.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede engrosar una línea del pentagrama con fines pedagógicos (p.ej. la tercera línea o la de la clave de Sol). Esto se puede diff --git a/Documentation/es/texidocs/measure-counter.texidoc b/Documentation/es/texidocs/measure-counter.texidoc index bc3e9cd809..641f6b3c40 100644 --- a/Documentation/es/texidocs/measure-counter.texidoc +++ b/Documentation/es/texidocs/measure-counter.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este fragmento de código proporciona una solución alternativa a la producción de contadores de compás utilizando repeticiones diff --git a/Documentation/es/texidocs/mensurstriche-layout-bar-lines-between-the-staves.texidoc b/Documentation/es/texidocs/mensurstriche-layout-bar-lines-between-the-staves.texidoc index 31ada0873c..cedde01555 100644 --- a/Documentation/es/texidocs/mensurstriche-layout-bar-lines-between-the-staves.texidoc +++ b/Documentation/es/texidocs/mensurstriche-layout-bar-lines-between-the-staves.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La disposición «mensurstriche» en que las líneas divisorias no están dibujadas sobre los pentagramas, sino entre ellos, se puede diff --git a/Documentation/es/texidocs/modern-tab-text-clef.texidoc b/Documentation/es/texidocs/modern-tab-text-clef.texidoc deleted file mode 100644 index e916708c6c..0000000000 --- a/Documentation/es/texidocs/modern-tab-text-clef.texidoc +++ /dev/null @@ -1,7 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - texidoces = " -Utilice un texto de marcado para sustituir el glifo de clave (TAB) con -una fuente tipográfica moderna. - -" - doctitlees = "Clave de texto TAB moderna para tablatura" diff --git a/Documentation/es/texidocs/modifying-default-values-for-articulation-shorthand-notation.texidoc b/Documentation/es/texidocs/modifying-default-values-for-articulation-shorthand-notation.texidoc index ab6c11e2c9..1cbbc33d6b 100644 --- a/Documentation/es/texidocs/modifying-default-values-for-articulation-shorthand-notation.texidoc +++ b/Documentation/es/texidocs/modifying-default-values-for-articulation-shorthand-notation.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las abreviaturas se encuentran definidas dentro del archivo @file{ly/script-init.ly}, donde las variables @code{dashHat}, diff --git a/Documentation/es/texidocs/moving-dotted-notes-in-polyphony.texidoc b/Documentation/es/texidocs/moving-dotted-notes-in-polyphony.texidoc index 31757b819c..18d2754a7d 100644 --- a/Documentation/es/texidocs/moving-dotted-notes-in-polyphony.texidoc +++ b/Documentation/es/texidocs/moving-dotted-notes-in-polyphony.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Cuando se puede una nota en la voz superior para evitar la colisión con una nota de otra voz, el comportamiento predeterminado es diff --git a/Documentation/es/texidocs/moving-slur-positions-vertically.texidoc b/Documentation/es/texidocs/moving-slur-positions-vertically.texidoc index ed57691c6d..425ad27b6b 100644 --- a/Documentation/es/texidocs/moving-slur-positions-vertically.texidoc +++ b/Documentation/es/texidocs/moving-slur-positions-vertically.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede ajustar la posición vertical de una ligadura de expresión utilizando la propiedad @code{positions} del objeto diff --git a/Documentation/es/texidocs/multi-measure-rest-markup.texidoc b/Documentation/es/texidocs/multi-measure-rest-markup.texidoc index 780877e1c4..34059d4d4e 100644 --- a/Documentation/es/texidocs/multi-measure-rest-markup.texidoc +++ b/Documentation/es/texidocs/multi-measure-rest-markup.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los elementos de marcado aplicados a un silencio multicompás se centran encima o debajo de éste. Los elementos de marcado extensos diff --git a/Documentation/es/texidocs/nesting-staves.texidoc b/Documentation/es/texidocs/nesting-staves.texidoc index 73083d8bde..c6283f2472 100644 --- a/Documentation/es/texidocs/nesting-staves.texidoc +++ b/Documentation/es/texidocs/nesting-staves.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede utilizar la propiedad @code{systemStartDelimiterHierarchy} para crear grupos de diff --git a/Documentation/es/texidocs/non-default-tuplet-numbers.texidoc b/Documentation/es/texidocs/non-default-tuplet-numbers.texidoc index fbefb7f6e1..9c8c599e31 100644 --- a/Documentation/es/texidocs/non-default-tuplet-numbers.texidoc +++ b/Documentation/es/texidocs/non-default-tuplet-numbers.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " LilyPond también proporciona funciones de formato para imprimir números de grupo especial diferentes a la propia fracción, así diff --git a/Documentation/es/texidocs/non-traditional-key-signatures.texidoc b/Documentation/es/texidocs/non-traditional-key-signatures.texidoc index 15b45524c6..3760a64755 100644 --- a/Documentation/es/texidocs/non-traditional-key-signatures.texidoc +++ b/Documentation/es/texidocs/non-traditional-key-signatures.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Armaduras de tonalidad no tradicionales" texidoces = " diff --git a/Documentation/es/texidocs/numbers-as-easy-note-heads.texidoc b/Documentation/es/texidocs/numbers-as-easy-note-heads.texidoc index b7ffb47c94..0bd3a9fed8 100644 --- a/Documentation/es/texidocs/numbers-as-easy-note-heads.texidoc +++ b/Documentation/es/texidocs/numbers-as-easy-note-heads.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las cabezas de nota de notación fácil utilizan la propiedad diff --git a/Documentation/es/texidocs/obtaining-2.12-lyrics-spacing-in-newer-versions.texidoc b/Documentation/es/texidocs/obtaining-2.12-lyrics-spacing-in-newer-versions.texidoc new file mode 100644 index 0000000000..c25713b927 --- /dev/null +++ b/Documentation/es/texidocs/obtaining-2.12-lyrics-spacing-in-newer-versions.texidoc @@ -0,0 +1,12 @@ +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa + texidoces = " +El motor de espaciado vertical cambió en la versión 2.14. Esto puede +hacer que se altere el espaciado de la letra de las canciones. Es +posible fijar propiedades para los contextos @code{Lyric} y +@code{Staff} de forma que el motor de espaciado se comporte como lo +hacía en la versión 2.12. + +" + + doctitlees = "Conseguir el espaciado de la letra de la versión 2.12 + en versiones más recientes" diff --git a/Documentation/es/texidocs/open-string-harmonics-in-tablature.texidoc b/Documentation/es/texidocs/open-string-harmonics-in-tablature.texidoc index 78dac8103a..29b6780cb5 100644 --- a/Documentation/es/texidocs/open-string-harmonics-in-tablature.texidoc +++ b/Documentation/es/texidocs/open-string-harmonics-in-tablature.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Referencia para armónicos sobre cuerdas al aire (armónicos naturales): diff --git a/Documentation/es/texidocs/orchestra,-choir-and-piano-template.texidoc b/Documentation/es/texidocs/orchestra,-choir-and-piano-template.texidoc index f6f76b4009..262c1cae09 100644 --- a/Documentation/es/texidocs/orchestra,-choir-and-piano-template.texidoc +++ b/Documentation/es/texidocs/orchestra,-choir-and-piano-template.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla muestra el uso de contextos @code{StaffGroup} y @code{GrandStaff} anidados para sub-agrupar instrumentos del mismo diff --git a/Documentation/es/texidocs/ottava-text.texidoc b/Documentation/es/texidocs/ottava-text.texidoc index fd96b90b86..5f93a5a29d 100644 --- a/Documentation/es/texidocs/ottava-text.texidoc +++ b/Documentation/es/texidocs/ottava-text.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Internamente, @code{\\ottava} establece las propiedades diff --git a/Documentation/es/texidocs/partcombine-and-autobeamoff.texidoc b/Documentation/es/texidocs/partcombine-and-autobeamoff.texidoc index 6282a88ca4..f957bc7ad1 100644 --- a/Documentation/es/texidocs/partcombine-and-autobeamoff.texidoc +++ b/Documentation/es/texidocs/partcombine-and-autobeamoff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/percent-repeat-count-visibility.texidoc b/Documentation/es/texidocs/percent-repeat-count-visibility.texidoc index dd07ea80fd..5519e8e529 100644 --- a/Documentation/es/texidocs/percent-repeat-count-visibility.texidoc +++ b/Documentation/es/texidocs/percent-repeat-count-visibility.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden mostrar los contadores de las repeticiones del tipo porcentaje a intervalos regulares mediante el establecimiento de diff --git a/Documentation/es/texidocs/percent-repeat-counter.texidoc b/Documentation/es/texidocs/percent-repeat-counter.texidoc index 11806aab75..07dd515421 100644 --- a/Documentation/es/texidocs/percent-repeat-counter.texidoc +++ b/Documentation/es/texidocs/percent-repeat-counter.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las repeticiones de compases completos de más de dos repeticiones pueden llevar un contador si se activa la propiedad adecuada, como se diff --git a/Documentation/es/texidocs/permitting-line-breaks-within-beamed-tuplets.texidoc b/Documentation/es/texidocs/permitting-line-breaks-within-beamed-tuplets.texidoc index 3df061ce3d..2e84c1d0e5 100644 --- a/Documentation/es/texidocs/permitting-line-breaks-within-beamed-tuplets.texidoc +++ b/Documentation/es/texidocs/permitting-line-breaks-within-beamed-tuplets.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Permitir saltos de línea dentro de grupos especiales con barra" texidoces = " Este ejemplo artificial muestra cómo se pueden permitir tanto los diff --git a/Documentation/es/texidocs/piano-template-simple.texidoc b/Documentation/es/texidocs/piano-template-simple.texidoc index 96efd88c9a..5184467d0e 100644 --- a/Documentation/es/texidocs/piano-template-simple.texidoc +++ b/Documentation/es/texidocs/piano-template-simple.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Presentamos a continuación una plantilla de piano sencilla con algunas notas. diff --git a/Documentation/es/texidocs/piano-template-with-centered-dynamics.texidoc b/Documentation/es/texidocs/piano-template-with-centered-dynamics.texidoc deleted file mode 100644 index a1f5756811..0000000000 --- a/Documentation/es/texidocs/piano-template-with-centered-dynamics.texidoc +++ /dev/null @@ -1,10 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - texidoces = " -Muchas partituras de piano tienen las indicaciones dinámicas centradas -entre los dos pentagramas. El contexto @code{Dynamics}, si se sitúa -entre pentagramas, coloca los matices dinámicos correctamente de forma -automática. - -" - doctitlees = "Plantilla de piano con matices centrados" - diff --git a/Documentation/es/texidocs/piano-template-with-centered-lyrics.texidoc b/Documentation/es/texidocs/piano-template-with-centered-lyrics.texidoc index dcea56bc54..013a5de29a 100644 --- a/Documentation/es/texidocs/piano-template-with-centered-lyrics.texidoc +++ b/Documentation/es/texidocs/piano-template-with-centered-lyrics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " En lugar de tener un pentagrama dedicado a la melodía y la letra, ésta se puede centrar entre los pentagramas de un sistema de piano. diff --git a/Documentation/es/texidocs/piano-template-with-melody-and-lyrics.texidoc b/Documentation/es/texidocs/piano-template-with-melody-and-lyrics.texidoc index 0465a8ee05..92c6feef0a 100644 --- a/Documentation/es/texidocs/piano-template-with-melody-and-lyrics.texidoc +++ b/Documentation/es/texidocs/piano-template-with-melody-and-lyrics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " He aquí el típico formato dde una canción: un pentagrama con la melodía y la letra, y el acompañamiento de piano por debajo. diff --git a/Documentation/es/texidocs/placement-of-right-hand-fingerings.texidoc b/Documentation/es/texidocs/placement-of-right-hand-fingerings.texidoc index 9bd9176bac..cd642e5e79 100644 --- a/Documentation/es/texidocs/placement-of-right-hand-fingerings.texidoc +++ b/Documentation/es/texidocs/placement-of-right-hand-fingerings.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Es posible ejercer un mayor control sobre la colocación de las digitaciones de la mano derecha estableciendo el valor de una diff --git a/Documentation/es/texidocs/polyphony-in-tablature.texidoc b/Documentation/es/texidocs/polyphony-in-tablature.texidoc index 0e7410bf02..604434e3ee 100644 --- a/Documentation/es/texidocs/polyphony-in-tablature.texidoc +++ b/Documentation/es/texidocs/polyphony-in-tablature.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La polifonía se crea de la misma forma en un @code{TabStaff} que en una pauta normal. diff --git a/Documentation/es/texidocs/positioning-arpeggios.texidoc b/Documentation/es/texidocs/positioning-arpeggios.texidoc index abdd134eb1..9529b50ccd 100644 --- a/Documentation/es/texidocs/positioning-arpeggios.texidoc +++ b/Documentation/es/texidocs/positioning-arpeggios.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Si necesitamos alargar o acortar un símbolo de arpegio, podemos modificar independientemente los extremos superior e inferior. diff --git a/Documentation/es/texidocs/positioning-grace-note-beams-at-the-height-of-normal-note-beams.texidoc b/Documentation/es/texidocs/positioning-grace-note-beams-at-the-height-of-normal-note-beams.texidoc index 0a5b5f2374..558d82e165 100644 --- a/Documentation/es/texidocs/positioning-grace-note-beams-at-the-height-of-normal-note-beams.texidoc +++ b/Documentation/es/texidocs/positioning-grace-note-beams-at-the-height-of-normal-note-beams.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Cuando se colocan figuras sobre líneas adicionales, sus barras se diff --git a/Documentation/es/texidocs/positioning-grace-notes-with-floating-space.texidoc b/Documentation/es/texidocs/positioning-grace-notes-with-floating-space.texidoc index 2bac8e8719..ea498fd95f 100644 --- a/Documentation/es/texidocs/positioning-grace-notes-with-floating-space.texidoc +++ b/Documentation/es/texidocs/positioning-grace-notes-with-floating-space.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al establecer la propiedad @code{'strict-grace-spacing} hacemos que diff --git a/Documentation/es/texidocs/positioning-multi-measure-rests.texidoc b/Documentation/es/texidocs/positioning-multi-measure-rests.texidoc index 9aba3b9ee0..f642a71802 100644 --- a/Documentation/es/texidocs/positioning-multi-measure-rests.texidoc +++ b/Documentation/es/texidocs/positioning-multi-measure-rests.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Posicionar los silencios multicompás" texidoces = " A diferencia de los silencios normales, no existe una instrucción diff --git a/Documentation/es/texidocs/positioning-text-markups-inside-slurs.texidoc b/Documentation/es/texidocs/positioning-text-markups-inside-slurs.texidoc index 0979718d1a..35f1121a65 100644 --- a/Documentation/es/texidocs/positioning-text-markups-inside-slurs.texidoc +++ b/Documentation/es/texidocs/positioning-text-markups-inside-slurs.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los elementos de marcado de texto deben tener la propiedad diff --git a/Documentation/es/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc b/Documentation/es/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc index e88687c142..fb5e0f1815 100644 --- a/Documentation/es/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc +++ b/Documentation/es/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Evitar que se añadan becuadros adicionales automáticamente" texidoces = " diff --git a/Documentation/es/texidocs/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.texidoc b/Documentation/es/texidocs/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.texidoc index 2323013818..1548c8cc81 100644 --- a/Documentation/es/texidocs/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.texidoc +++ b/Documentation/es/texidocs/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura" texidoces = " diff --git a/Documentation/es/texidocs/printing-a-repeat-sign-at-the-beginning-of-a-piece.texidoc b/Documentation/es/texidocs/printing-a-repeat-sign-at-the-beginning-of-a-piece.texidoc index 169283d9b3..f2b6a33be9 100644 --- a/Documentation/es/texidocs/printing-a-repeat-sign-at-the-beginning-of-a-piece.texidoc +++ b/Documentation/es/texidocs/printing-a-repeat-sign-at-the-beginning-of-a-piece.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede imprimir una línea divisoria de la forma @code{|:} al principio de la pieza, sobreescribiendo la propiedad correspondiente: diff --git a/Documentation/es/texidocs/printing-bar-numbers-at-regular-intervals.texidoc b/Documentation/es/texidocs/printing-bar-numbers-at-regular-intervals.texidoc index 0d9e3c1e6e..bcc7fc8239 100644 --- a/Documentation/es/texidocs/printing-bar-numbers-at-regular-intervals.texidoc +++ b/Documentation/es/texidocs/printing-bar-numbers-at-regular-intervals.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden imprimir los números de compás a intervalos regulares diff --git a/Documentation/es/texidocs/printing-bar-numbers-inside-boxes-or-circles.texidoc b/Documentation/es/texidocs/printing-bar-numbers-inside-boxes-or-circles.texidoc index 3126f01829..fc4d5a7efa 100644 --- a/Documentation/es/texidocs/printing-bar-numbers-inside-boxes-or-circles.texidoc +++ b/Documentation/es/texidocs/printing-bar-numbers-inside-boxes-or-circles.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los números de compás también se pueden imprimir dentro de rectángulos o de circunferencias. diff --git a/Documentation/es/texidocs/printing-hairpins-using-al-niente-notation.texidoc b/Documentation/es/texidocs/printing-hairpins-using-al-niente-notation.texidoc index 0547c4867a..e6b0a13312 100644 --- a/Documentation/es/texidocs/printing-hairpins-using-al-niente-notation.texidoc +++ b/Documentation/es/texidocs/printing-hairpins-using-al-niente-notation.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden imprimir reguladores con un círculo en la punta (notación «al niente») estableciendo la propiedad @code{circled-tip} del objeto diff --git a/Documentation/es/texidocs/printing-marks-at-the-end-of-a-line.texidoc b/Documentation/es/texidocs/printing-marks-at-the-end-of-a-line.texidoc index 2a26c523e5..4c43357d97 100644 --- a/Documentation/es/texidocs/printing-marks-at-the-end-of-a-line.texidoc +++ b/Documentation/es/texidocs/printing-marks-at-the-end-of-a-line.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/printing-marks-on-every-staff.texidoc b/Documentation/es/texidocs/printing-marks-on-every-staff.texidoc index 1c76868236..340a82988c 100644 --- a/Documentation/es/texidocs/printing-marks-on-every-staff.texidoc +++ b/Documentation/es/texidocs/printing-marks-on-every-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Aunque normalmente las marcas de ensayo textuales sólo se imprimen sobre el pentagrama superior, también se pueden imprimir en otro diff --git a/Documentation/es/texidocs/printing-metronome-and-rehearsal-marks-below-the-staff.texidoc b/Documentation/es/texidocs/printing-metronome-and-rehearsal-marks-below-the-staff.texidoc index b30e81886a..026be5a0e0 100644 --- a/Documentation/es/texidocs/printing-metronome-and-rehearsal-marks-below-the-staff.texidoc +++ b/Documentation/es/texidocs/printing-metronome-and-rehearsal-marks-below-the-staff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada, las indicaciones metronómicas y las letras de ensayo se imprimen encima del pentagrama. Para diff --git a/Documentation/es/texidocs/printing-note-names-with-and-without-an-octave-marker.texidoc b/Documentation/es/texidocs/printing-note-names-with-and-without-an-octave-marker.texidoc index 3f2d38cd30..384af7ffa3 100644 --- a/Documentation/es/texidocs/printing-note-names-with-and-without-an-octave-marker.texidoc +++ b/Documentation/es/texidocs/printing-note-names-with-and-without-an-octave-marker.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede usar el contexto @code{NoteNames} para imprimir el valor textual de las notas. La propiedad @code{printOctaveNames} activa o diff --git a/Documentation/es/texidocs/printing-the-bar-number-for-the-first-measure.texidoc b/Documentation/es/texidocs/printing-the-bar-number-for-the-first-measure.texidoc index a6762fd5ad..a96f1d6885 100644 --- a/Documentation/es/texidocs/printing-the-bar-number-for-the-first-measure.texidoc +++ b/Documentation/es/texidocs/printing-the-bar-number-for-the-first-measure.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada se suprime el número del primer compás de una diff --git a/Documentation/es/texidocs/quoting-another-voice-with-transposition.texidoc b/Documentation/es/texidocs/quoting-another-voice-with-transposition.texidoc index 51ec1ed9c9..f03a5cb276 100644 --- a/Documentation/es/texidocs/quoting-another-voice-with-transposition.texidoc +++ b/Documentation/es/texidocs/quoting-another-voice-with-transposition.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los pasajes citados tienen en cuenta la transposición de la fuente tanto como la del destino. En este ejemplo, todos los diff --git a/Documentation/es/texidocs/quoting-another-voice.texidoc b/Documentation/es/texidocs/quoting-another-voice.texidoc index bc4dda59e9..e27002239f 100644 --- a/Documentation/es/texidocs/quoting-another-voice.texidoc +++ b/Documentation/es/texidocs/quoting-another-voice.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La propiedad @code{quotedEventTypes} determina los tipos de eventos diff --git a/Documentation/es/texidocs/recorder-fingering-chart.texidoc b/Documentation/es/texidocs/recorder-fingering-chart.texidoc index c27d3a9e95..2550fe2ed8 100644 --- a/Documentation/es/texidocs/recorder-fingering-chart.texidoc +++ b/Documentation/es/texidocs/recorder-fingering-chart.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El ejemplo siguiente muestra cómo se pueden realizar diagramas de diff --git a/Documentation/es/texidocs/redefining-grace-note-global-defaults.texidoc b/Documentation/es/texidocs/redefining-grace-note-global-defaults.texidoc index 6cb0a447a9..e88b012207 100644 --- a/Documentation/es/texidocs/redefining-grace-note-global-defaults.texidoc +++ b/Documentation/es/texidocs/redefining-grace-note-global-defaults.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los valores predeterminados para las notas de adorno están diff --git a/Documentation/es/texidocs/removing-bar-numbers-from-a-score.texidoc b/Documentation/es/texidocs/removing-bar-numbers-from-a-score.texidoc index 9c42ef5113..448f1f6265 100644 --- a/Documentation/es/texidocs/removing-bar-numbers-from-a-score.texidoc +++ b/Documentation/es/texidocs/removing-bar-numbers-from-a-score.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden eliminar completamente los números de compás quitando el diff --git a/Documentation/es/texidocs/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.texidoc b/Documentation/es/texidocs/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.texidoc index 4469a60b64..7a93fc200a 100644 --- a/Documentation/es/texidocs/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.texidoc +++ b/Documentation/es/texidocs/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada, las líneas divisorias en los grupos StaffGroup, PianoStaff o GrandStaff se conectan entre los pentagramas. diff --git a/Documentation/es/texidocs/removing-the-first-empty-line.texidoc b/Documentation/es/texidocs/removing-the-first-empty-line.texidoc index 3e75fea247..e419de99f1 100644 --- a/Documentation/es/texidocs/removing-the-first-empty-line.texidoc +++ b/Documentation/es/texidocs/removing-the-first-empty-line.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El primer pentagrama vacío también se puede suprimir de la partitura estableciendo la propiedad @code{remove-first} de diff --git a/Documentation/es/texidocs/rest-styles.texidoc b/Documentation/es/texidocs/rest-styles.texidoc index 0471f1971e..41aacd6bf8 100644 --- a/Documentation/es/texidocs/rest-styles.texidoc +++ b/Documentation/es/texidocs/rest-styles.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Estilos de silencios" texidoces = " Los silencios se pueden imprimir en distintos estilos. diff --git a/Documentation/es/texidocs/reverting-default-beam-endings.texidoc b/Documentation/es/texidocs/reverting-default-beam-endings.texidoc index 86165af5ca..d85a2f9649 100644 --- a/Documentation/es/texidocs/reverting-default-beam-endings.texidoc +++ b/Documentation/es/texidocs/reverting-default-beam-endings.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para tipografiar las barras agrupadas en la forma @code{3-4-3-2} sólo es necesario modificar la estructura de pulsos: diff --git a/Documentation/es/texidocs/satb-choir-template---four-staves.texidoc b/Documentation/es/texidocs/satb-choir-template---four-staves.texidoc index af06db3d62..81cf67cf58 100644 --- a/Documentation/es/texidocs/satb-choir-template---four-staves.texidoc +++ b/Documentation/es/texidocs/satb-choir-template---four-staves.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Plantilla de coro SATB (en cuatro pentagramas) diff --git a/Documentation/es/texidocs/setting-hairpin-behavior-at-bar-lines.texidoc b/Documentation/es/texidocs/setting-hairpin-behavior-at-bar-lines.texidoc index 6833119bbc..4f6f9872a4 100644 --- a/Documentation/es/texidocs/setting-hairpin-behavior-at-bar-lines.texidoc +++ b/Documentation/es/texidocs/setting-hairpin-behavior-at-bar-lines.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Si la nota que da fin a un regulador cae sobre la primera parte de un compás, el regulador se detiene en la línea divisoria diff --git a/Documentation/es/texidocs/setting-system-separators.texidoc b/Documentation/es/texidocs/setting-system-separators.texidoc index e65631c9e6..dacb3315ac 100644 --- a/Documentation/es/texidocs/setting-system-separators.texidoc +++ b/Documentation/es/texidocs/setting-system-separators.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden insertar separadores sistema entre los sistemas de una página. Se puede usar cualquier elemento de marcado, pero diff --git a/Documentation/es/texidocs/setting-the-double-repeat-default-for-volte.texidoc b/Documentation/es/texidocs/setting-the-double-repeat-default-for-volte.texidoc index fa3c290c55..4d5b2e3394 100644 --- a/Documentation/es/texidocs/setting-the-double-repeat-default-for-volte.texidoc +++ b/Documentation/es/texidocs/setting-the-double-repeat-default-for-volte.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/setting-the-minimum-length-of-hairpins.texidoc b/Documentation/es/texidocs/setting-the-minimum-length-of-hairpins.texidoc index e2c3cf3ac8..eb5cce2a8b 100644 --- a/Documentation/es/texidocs/setting-the-minimum-length-of-hairpins.texidoc +++ b/Documentation/es/texidocs/setting-the-minimum-length-of-hairpins.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Si los reguladores son demasiado cortos, se pueden alargar modificando la propiedad @code{minimum-length} del objeto diff --git a/Documentation/es/texidocs/shortening-volta-brackets.texidoc b/Documentation/es/texidocs/shortening-volta-brackets.texidoc index 42c5e7d2db..9c7bc34b2e 100644 --- a/Documentation/es/texidocs/shortening-volta-brackets.texidoc +++ b/Documentation/es/texidocs/shortening-volta-brackets.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada, los corchetes de primera y segunda vez se trazan encima de los finales alternativos completos, pero es posible diff --git a/Documentation/es/texidocs/showing-chords-at-changes.texidoc b/Documentation/es/texidocs/showing-chords-at-changes.texidoc index 3f81401c3e..c83308b487 100644 --- a/Documentation/es/texidocs/showing-chords-at-changes.texidoc +++ b/Documentation/es/texidocs/showing-chords-at-changes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden imprimir los acordes exclusivamente al comienzo de las líneas y cuando cambia el acorde. diff --git a/Documentation/es/texidocs/simple-lead-sheet.texidoc b/Documentation/es/texidocs/simple-lead-sheet.texidoc index 8d5156bacd..0dabf7d7de 100644 --- a/Documentation/es/texidocs/simple-lead-sheet.texidoc +++ b/Documentation/es/texidocs/simple-lead-sheet.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al juntar nombres de acorde en cifrado americano, melodía y letra, obtenemos una hoja guía de acordes o «lead sheet»: diff --git a/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-and-chords.texidoc b/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-and-chords.texidoc index a1aa94c9c2..523141e597 100644 --- a/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-and-chords.texidoc +++ b/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-and-chords.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla facilita la preparación de una canción con melodía, letra y acordes. diff --git a/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-chords-and-frets.texidoc b/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-chords-and-frets.texidoc index da1e0c09dc..de9213d851 100644 --- a/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-chords-and-frets.texidoc +++ b/Documentation/es/texidocs/single-staff-template-with-notes,-lyrics,-chords-and-frets.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Presentamos a continuación un ejemplo de plantilla para una hoja guía de acordes con melodía, letra, acordes y diagramas de diff --git a/Documentation/es/texidocs/single-staff-template-with-notes-and-chords.texidoc b/Documentation/es/texidocs/single-staff-template-with-notes-and-chords.texidoc index 70c7acd8e4..d3cd4759db 100644 --- a/Documentation/es/texidocs/single-staff-template-with-notes-and-chords.texidoc +++ b/Documentation/es/texidocs/single-staff-template-with-notes-and-chords.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " ¿Quiere preparar una hoja guía de acordes (o «lead sheet») con melodía y acordes? ¡No busque más! diff --git a/Documentation/es/texidocs/single-staff-template-with-notes-and-lyrics.texidoc b/Documentation/es/texidocs/single-staff-template-with-notes-and-lyrics.texidoc index 7a39cabaf4..c1bf6dddbd 100644 --- a/Documentation/es/texidocs/single-staff-template-with-notes-and-lyrics.texidoc +++ b/Documentation/es/texidocs/single-staff-template-with-notes-and-lyrics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta pequeña plantilla muestra una melodía sencilla con letra. Córtela y péguela, escriba las notas y luego la letra. Este ejemplo desactiva diff --git a/Documentation/es/texidocs/single-staff-template-with-only-notes.texidoc b/Documentation/es/texidocs/single-staff-template-with-only-notes.texidoc index 941a09f16d..b70f42d6b1 100644 --- a/Documentation/es/texidocs/single-staff-template-with-only-notes.texidoc +++ b/Documentation/es/texidocs/single-staff-template-with-only-notes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla simple prepara un pentagrama con notas, adecuado para un instrumento solista o un fragmento melódico. Córtelo y péguelo en diff --git a/Documentation/es/texidocs/slides-in-tablature.texidoc b/Documentation/es/texidocs/slides-in-tablature.texidoc index 492f32ffb6..7c0fc36907 100644 --- a/Documentation/es/texidocs/slides-in-tablature.texidoc +++ b/Documentation/es/texidocs/slides-in-tablature.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los deslizamientos se pueden componer tipográficamente tanto en los diff --git a/Documentation/es/texidocs/snap-pizzicato-bartok-pizzicato.texidoc b/Documentation/es/texidocs/snap-pizzicato-bartok-pizzicato.texidoc deleted file mode 100644 index 34a998c5bf..0000000000 --- a/Documentation/es/texidocs/snap-pizzicato-bartok-pizzicato.texidoc +++ /dev/null @@ -1,12 +0,0 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - doctitlees = "Marca de pizzicato de chasquido (@q{pizzicato de Bartók})" - texidoces = " -El pizzicato de chasquido (también llamado @q{Pizzicato de Bartók}) es un -@q{pizzicato fuerte en que la cuerda se pulsa verticalmente produciendo un -chasquido y rebotando en el diapasón del instrumento} (Wikipedia). Se -denota mediante una circunferencia con una línea vertical corta que parte -del centro de aquélla hacia fuera. Aunque LilyPond no tiene ninguna -instrucción predefinida para crear esta marca, es fácil hacer la definición -y colocarla directamente en el archivo de lilypond. -" - diff --git a/Documentation/es/texidocs/stand-alone-two-column-markup.texidoc b/Documentation/es/texidocs/stand-alone-two-column-markup.texidoc index f599f2fe72..6be71e8307 100644 --- a/Documentation/es/texidocs/stand-alone-two-column-markup.texidoc +++ b/Documentation/es/texidocs/stand-alone-two-column-markup.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los textos independientes se pueden disponer en varias columnas utilizando instrucciones @code{\\markup}: diff --git a/Documentation/es/texidocs/stem-and-beam-behavior-in-tablature.texidoc b/Documentation/es/texidocs/stem-and-beam-behavior-in-tablature.texidoc index 1c3d01daf3..8e19556c63 100644 --- a/Documentation/es/texidocs/stem-and-beam-behavior-in-tablature.texidoc +++ b/Documentation/es/texidocs/stem-and-beam-behavior-in-tablature.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La dirección de las plicas se contola de la misma forma en la tablatura que en la notación tradicional. Las barras se pueden diff --git a/Documentation/es/texidocs/strict-beat-beaming.texidoc b/Documentation/es/texidocs/strict-beat-beaming.texidoc index 0b74e5cdcc..6bed6852dd 100644 --- a/Documentation/es/texidocs/strict-beat-beaming.texidoc +++ b/Documentation/es/texidocs/strict-beat-beaming.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede hacer que las barras secundarias apunten en la dirección del pulso o fracción a que pertenecen. La primera barra evita los diff --git a/Documentation/es/texidocs/string-quartet-template-simple.texidoc b/Documentation/es/texidocs/string-quartet-template-simple.texidoc index c117b5eb6c..54b661591d 100644 --- a/Documentation/es/texidocs/string-quartet-template-simple.texidoc +++ b/Documentation/es/texidocs/string-quartet-template-simple.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla muestra un cuarteto de cuerda normal. También utiliza una sección @code{\\global} para el compás y la armadura diff --git a/Documentation/es/texidocs/string-quartet-template-with-separate-parts.texidoc b/Documentation/es/texidocs/string-quartet-template-with-separate-parts.texidoc index 7cdab99989..7c29d203c1 100644 --- a/Documentation/es/texidocs/string-quartet-template-with-separate-parts.texidoc +++ b/Documentation/es/texidocs/string-quartet-template-with-separate-parts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El fragmento de código @qq{Plantilla de cuarteto de cuerda} produce un resultado satisfactorio para el cuarteto, pero ¿y si tenemos que diff --git a/Documentation/es/texidocs/subdividing-beams.texidoc b/Documentation/es/texidocs/subdividing-beams.texidoc index 647851a39c..59eaf39e34 100644 --- a/Documentation/es/texidocs/subdividing-beams.texidoc +++ b/Documentation/es/texidocs/subdividing-beams.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.texidoc b/Documentation/es/texidocs/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.texidoc index c355cf55f6..eacc322671 100644 --- a/Documentation/es/texidocs/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.texidoc +++ b/Documentation/es/texidocs/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " A veces, la indicación de compás no debe imprimir la fracción completa diff --git a/Documentation/es/texidocs/transcription-of-ancient-music-with-incipit.texidoc b/Documentation/es/texidocs/transcription-of-ancient-music-with-incipit.texidoc index 9919e785ff..352d42d411 100644 --- a/Documentation/es/texidocs/transcription-of-ancient-music-with-incipit.texidoc +++ b/Documentation/es/texidocs/transcription-of-ancient-music-with-incipit.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " A modo de alternativa para obtener auténticos «incipit» independientes de la partitura principal, se incluyen como diff --git a/Documentation/es/texidocs/transposing-pitches-with-minimum-accidentals-smart-transpose.texidoc b/Documentation/es/texidocs/transposing-pitches-with-minimum-accidentals-smart-transpose.texidoc index dd69335df1..ab6b7a2ce0 100644 --- a/Documentation/es/texidocs/transposing-pitches-with-minimum-accidentals-smart-transpose.texidoc +++ b/Documentation/es/texidocs/transposing-pitches-with-minimum-accidentals-smart-transpose.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Transportar música con el menor número de alteraciones" texidoces = " Este ejemplo utiliza código de Scheme para forzar las diff --git a/Documentation/es/texidocs/tweaking-clef-properties.texidoc b/Documentation/es/texidocs/tweaking-clef-properties.texidoc index 6c851bfb7a..5e71a07f8c 100644 --- a/Documentation/es/texidocs/tweaking-clef-properties.texidoc +++ b/Documentation/es/texidocs/tweaking-clef-properties.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Trucaje de las propiedades de clave" texidoces = " La instrucción @code{\\clef \"treble_8\"} equivale a un ajuste de diff --git a/Documentation/es/texidocs/tweaking-grace-layout-within-music.texidoc b/Documentation/es/texidocs/tweaking-grace-layout-within-music.texidoc index c9702ba7bb..2787378b9c 100644 --- a/Documentation/es/texidocs/tweaking-grace-layout-within-music.texidoc +++ b/Documentation/es/texidocs/tweaking-grace-layout-within-music.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La disposición de las expresiones de adorno se puede cambiar a lo diff --git a/Documentation/es/texidocs/use-square-bracket-at-the-start-of-a-staff-group.texidoc b/Documentation/es/texidocs/use-square-bracket-at-the-start-of-a-staff-group.texidoc index 1ca925473e..7ef2a81acb 100644 --- a/Documentation/es/texidocs/use-square-bracket-at-the-start-of-a-staff-group.texidoc +++ b/Documentation/es/texidocs/use-square-bracket-at-the-start-of-a-staff-group.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede usar el delimitador de comienzo de un sistema @code{SystemStartSquare} estableciéndolo explícitamente dentro de diff --git a/Documentation/es/texidocs/using-alternative-flag-styles.texidoc b/Documentation/es/texidocs/using-alternative-flag-styles.texidoc index 6e30cece81..e1ee91a140 100644 --- a/Documentation/es/texidocs/using-alternative-flag-styles.texidoc +++ b/Documentation/es/texidocs/using-alternative-flag-styles.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden imprimir estilos alternativos del corchete o gancho de las diff --git a/Documentation/es/texidocs/using-arpeggiobracket-to-make-divisi-more-visible.texidoc b/Documentation/es/texidocs/using-arpeggiobracket-to-make-divisi-more-visible.texidoc index 31add831a9..cef9235f1b 100644 --- a/Documentation/es/texidocs/using-arpeggiobracket-to-make-divisi-more-visible.texidoc +++ b/Documentation/es/texidocs/using-arpeggiobracket-to-make-divisi-more-visible.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El corchete de arpegios @code{arpeggioBracket} se puede usar para indicar la división de voces cuando no hay plicas que puedan ofrecer diff --git a/Documentation/es/texidocs/using-double-slurs-for-legato-chords.texidoc b/Documentation/es/texidocs/using-double-slurs-for-legato-chords.texidoc index 1187386d74..b599446869 100644 --- a/Documentation/es/texidocs/using-double-slurs-for-legato-chords.texidoc +++ b/Documentation/es/texidocs/using-double-slurs-for-legato-chords.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Algunos compositores escriben dos ligaduras cuando quieren acordes legato. Esto se puede conseguir estableciendo @code{doubleSlurs}. diff --git a/Documentation/es/texidocs/using-grace-note-slashes-with-normal-heads.texidoc b/Documentation/es/texidocs/using-grace-note-slashes-with-normal-heads.texidoc index b541f38212..3ce91fa9fc 100644 --- a/Documentation/es/texidocs/using-grace-note-slashes-with-normal-heads.texidoc +++ b/Documentation/es/texidocs/using-grace-note-slashes-with-normal-heads.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Es posible aplicar la barrita que cruza la barra de las diff --git a/Documentation/es/texidocs/using-ly-grob-object-to-access-grobs-with--tweak.texidoc b/Documentation/es/texidocs/using-ly-grob-object-to-access-grobs-with--tweak.texidoc index 90a1357019..f9ddd85ff1 100644 --- a/Documentation/es/texidocs/using-ly-grob-object-to-access-grobs-with--tweak.texidoc +++ b/Documentation/es/texidocs/using-ly-grob-object-to-access-grobs-with--tweak.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/using-the-whiteout-property.texidoc b/Documentation/es/texidocs/using-the-whiteout-property.texidoc index 737aa29d32..d6d3b66bf6 100644 --- a/Documentation/es/texidocs/using-the-whiteout-property.texidoc +++ b/Documentation/es/texidocs/using-the-whiteout-property.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/using-ties-with-arpeggios.texidoc b/Documentation/es/texidocs/using-ties-with-arpeggios.texidoc index 4c80507288..2442dae1c7 100644 --- a/Documentation/es/texidocs/using-ties-with-arpeggios.texidoc +++ b/Documentation/es/texidocs/using-ties-with-arpeggios.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa doctitlees = "Uso de ligaduras en los arpegios" texidoces = " En ocasiones se usan ligaduras de unión para escribir los arpegios. diff --git a/Documentation/es/texidocs/vertically-aligned-dynamics-and-textscripts.texidoc b/Documentation/es/texidocs/vertically-aligned-dynamics-and-textscripts.texidoc index 182e95c63f..e2b31ba09f 100644 --- a/Documentation/es/texidocs/vertically-aligned-dynamics-and-textscripts.texidoc +++ b/Documentation/es/texidocs/vertically-aligned-dynamics-and-textscripts.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Mediante el establecimiento de la propiedad @code{'Y-extent} a un valor adecuado, todos los objetos @code{DynamicLineSpanner} (reguladores e diff --git a/Documentation/es/texidocs/vertically-aligning-dynamics-across-multiple-notes.texidoc b/Documentation/es/texidocs/vertically-aligning-dynamics-across-multiple-notes.texidoc index 2d4be392b3..fd5f0386da 100644 --- a/Documentation/es/texidocs/vertically-aligning-dynamics-across-multiple-notes.texidoc +++ b/Documentation/es/texidocs/vertically-aligning-dynamics-across-multiple-notes.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las expresiones dinámicas que se comienzan, terminan o se producen en la misma nota se alinean verticalmente. Para asegurar que las diff --git a/Documentation/es/texidocs/vertically-aligning-ossias-and-lyrics.texidoc b/Documentation/es/texidocs/vertically-aligning-ossias-and-lyrics.texidoc index 070f7a214e..74e170e5cf 100644 --- a/Documentation/es/texidocs/vertically-aligning-ossias-and-lyrics.texidoc +++ b/Documentation/es/texidocs/vertically-aligning-ossias-and-lyrics.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este fragmento de código muestra el uso de las propiedades de contexto @code{alignBelowContext} y @code{alignAboveContext} para diff --git a/Documentation/es/texidocs/vertically-centering-paired-figured-bass-extenders.texidoc b/Documentation/es/texidocs/vertically-centering-paired-figured-bass-extenders.texidoc index b49ccfeb21..006cca7e8f 100644 --- a/Documentation/es/texidocs/vertically-centering-paired-figured-bass-extenders.texidoc +++ b/Documentation/es/texidocs/vertically-centering-paired-figured-bass-extenders.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Allí donde se utilicen líneas extensoras para el bajo cifrado mediante el establecimiento de @code{useBassFigureExtenders} al valor diff --git a/Documentation/es/texidocs/vocal-ensemble-template-with-automatic-piano-reduction.texidoc b/Documentation/es/texidocs/vocal-ensemble-template-with-automatic-piano-reduction.texidoc index e808f8fc54..72d620b732 100644 --- a/Documentation/es/texidocs/vocal-ensemble-template-with-automatic-piano-reduction.texidoc +++ b/Documentation/es/texidocs/vocal-ensemble-template-with-automatic-piano-reduction.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla añade una reducción de piano automática a la partitura diff --git a/Documentation/es/texidocs/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.texidoc b/Documentation/es/texidocs/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.texidoc index 5bf413c4a6..28d607bee4 100644 --- a/Documentation/es/texidocs/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.texidoc +++ b/Documentation/es/texidocs/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla es, básicamente, la misma que la sencilla plantilla @qq{Conjunto vocal}, excepto que aquí todas las líneas de letra se diff --git a/Documentation/es/texidocs/vocal-ensemble-template-with-verse-and-refrain.texidoc b/Documentation/es/texidocs/vocal-ensemble-template-with-verse-and-refrain.texidoc index 5af02479c2..44057fed5d 100644 --- a/Documentation/es/texidocs/vocal-ensemble-template-with-verse-and-refrain.texidoc +++ b/Documentation/es/texidocs/vocal-ensemble-template-with-verse-and-refrain.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Esta plantilla crea una partitura que comienza con una estrofa para diff --git a/Documentation/es/texidocs/vocal-ensemble-template.texidoc b/Documentation/es/texidocs/vocal-ensemble-template.texidoc index 68173e2573..dfab5b1e96 100644 --- a/Documentation/es/texidocs/vocal-ensemble-template.texidoc +++ b/Documentation/es/texidocs/vocal-ensemble-template.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " He aquí una partitura vocal estándar para cuatro voces SATB. Con grupos mayores, suele ser útil incluir una sección que aparezca en diff --git a/Documentation/es/texidocs/volta-below-chords.texidoc b/Documentation/es/texidocs/volta-below-chords.texidoc index 79f8dcefd0..64da20a059 100644 --- a/Documentation/es/texidocs/volta-below-chords.texidoc +++ b/Documentation/es/texidocs/volta-below-chords.texidoc @@ -1,4 +1,4 @@ -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Mediante la adición del grabador @code{Volta_engraver} al pentagrama pertinente, se pueden poner los corchetes de primera y diff --git a/Documentation/es/texidocs/woodwind-diagrams-key-lists.texidoc b/Documentation/es/texidocs/woodwind-diagrams-key-lists.texidoc index f50c10e0d8..e7b4a6a0a4 100644 --- a/Documentation/es/texidocs/woodwind-diagrams-key-lists.texidoc +++ b/Documentation/es/texidocs/woodwind-diagrams-key-lists.texidoc @@ -1,4 +1,4 @@ -%%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 +%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/es/texidocs/woodwind-diagrams-listing.texidoc b/Documentation/es/texidocs/woodwind-diagrams-listing.texidoc index eda3ffe792..c3c9ab5401 100644 --- a/Documentation/es/texidocs/woodwind-diagrams-listing.texidoc +++ b/Documentation/es/texidocs/woodwind-diagrams-listing.texidoc @@ -1,4 +1,4 @@ -%%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 +%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El fragmento de música que aparece a continuación presenta todos los diagramas de viento madera que se encuentran definidos en LilyPond por diff --git a/Documentation/es/web/community.itexi b/Documentation/es/web/community.itexi index 8b691ae4d6..d289ca80ba 100644 --- a/Documentation/es/web/community.itexi +++ b/Documentation/es/web/community.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 174bb82f659a90054bb6d337cf8298f3aee33629 + Translation of GIT committish: 18cc52e04834f7eaec4d41cf2783767b0e764d03 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -69,6 +69,9 @@ del Código de Google). @item @ref{Noticias antiguas}: el archivo. +@item +@ref{Desván}: anuncios y registros de cambios en versiones antiguas. + @end itemize @divEnd @@ -86,6 +89,7 @@ del Código de Google). * Autores:: * Publicaciones:: * Noticias antiguas:: +* Desván:: @end menu @divEnd @@ -886,8 +890,9 @@ están en @url{http://lilypond.org}} @divClass{column-center-top} @subheading ¿Qué es el Google Summer of Code (Verano del Código de Google)? -Citando a -@uref{http://www.google-melange.com/gsoc/homepage/google/gsoc2012, GSoC website}, +Citando la +@uref{http://www.google-melange.com/gsoc/homepage/google/gsoc2012, +página web del GSoC}, @qq{El Verano del Código de Google es un programa global que ofrece a estudiantes una ayuda para que escriban código con destino a proyectos de fuentes abiertas. Google ha trabajado con la comunidad de Fuentes @@ -959,7 +964,7 @@ desde el evento musical a la etiqueta XML Hacer que todos los grabadores de LilyPond hagan su trabajo @item -añadir la posibilidad de enlazar cada objeto de presentación +Añadir la posibilidad de enlazar cada objeto de presentación (básicamente cada sello o grupo de sellos) a la causa musical (así como a la etiqueta XML dentro del árbol XML) @@ -981,7 +986,7 @@ exportada de nuevo sin ninguna pérdida de datos no intencionada. @strong{Mentor(es):} Reinhold Kainhofer, Mike Solomon -sería un buen tanto a su favor la familiaridad con otros editores de +Sería un buen tanto a su favor la familiaridad con otros editores de partituras para poder hacer pruebas cruzadas. @subheading Mejora de las ligaduras de unión y de expresión @@ -1022,8 +1027,9 @@ variantes, con el orificio pequeño y grande. Debería mejorarse el posicionamiento predeterminado de las barras de corchea (y figuras menores) normales, de pentagrama cruzado, interrumpidas y en ángulo. El barrado debería depender del contexto y -de las notas vecinas (véase -@uref{http://icking-music-archive.org/lists/sottisier/sottieng.pdf, la sección 2.2}). +de las notas vecinas (véase la +@uref{http://icking-music-archive.org/lists/sottisier/sottieng.pdf, +sección 2.2}). Si es posible, reducir el tiempo de cálculo del barrado. @strong{Dificultad:} media @@ -1040,20 +1046,20 @@ Si es posible, reducir el tiempo de cálculo del barrado. @itemize @item -afinación no monótona de las cuerdas, como en el ukelele +Afinación no monótona de las cuerdas, como en el ukelele @item -crear un modo de entrada de tablatura (actualmente la información +Crear un modo de entrada de tablatura (actualmente la información musical se introduce en términos de notación occidental convencional, es decir @qq{un Fa sostenido negra} y después se convierte a tablatura) para la transcripción de tablatura medieval para laúd @item -implementación de funcionalidades de la tablatura moderna, como +Implementación de funcionalidades de la tablatura moderna, como curvaturas de tono, pull-offs y hammer-on @item -si está definida la forma de un diagrama de posición para un acorde +Si está definida la forma de un diagrama de posición para un acorde dado, usar esta información cuando se imprime el acorde sobre la pauta (y no sólo imprimir la forma predeterminada del acorde) @@ -1191,10 +1197,8 @@ actualmente. @divEnd @divClass{column-center-bottom} - @subheading Lo que otros han hecho con LilyPond - @divClass{keep-bullets} @include others-did.itexi @@ -1209,6 +1213,67 @@ actualmente. @unnumberedsec Noticias antiguas @translationof Old news +@divClass{heading-center} +@warning{Hay muchos anuncios y registros de cambio antiguos en el +@ref{Desván}} +@divEnd + @include web/news-front.itexi @include web/news.itexi + + +@node Desván +@unnumberedsec Desván +@translationof Attic + +@divClass{column-center-top} +@subheading Anuncios + +Anuncios y noticias por versión: +@uref{http://lilypond.org/doc/v2.14/Documentation/web/index#LilyPond-2_002e14_002e0-released_0021-June-6_002c-2011,v2.14}, +@miscLink{announce-v2.12,v2.12}, +@miscLink{announce-v2.10,v2.10}, +@miscLink{announce-v2.8,v2.8}, +@miscLink{announce-v2.6,v2.6}, +@miscLink{announce-v2.4,v2.4}, +@miscLink{announce-v2.2,v2.2}, +@miscLink{announce-v2.0,v2.0}, +@miscLink{ANNOUNCE-1.2,v1.2}, +@miscLink{ANNOUNCE-1.0,v1.0}, +@miscLink{ANNOUNCE-0.1,v0.1} + +Lista descriptiva de los cambios por versión: +@uref{http://lilypond.org/doc/v2.14/Documentation/changes/index.html,v2.14}, +@uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS,v2.12}, +@uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS,v2.10}, +@uref{http://lilypond.org/doc/v2.8/Documentation/topdocs/NEWS,v2.8}, +@uref{http://lilypond.org/doc/v2.6/Documentation/topdocs/NEWS,v2.6}, +@uref{http://lilypond.org/doc/v2.4/Documentation/topdocs/out-www/NEWS,v2.4}, +@uref{http://lilypond.org/doc/v2.2/Documentation/topdocs/out-www/NEWS,v2.2}, +@uref{http://lilypond.org/doc/v2.0/Documentation/topdocs/out-www/NEWS,v2.0}, +@uref{http://lilypond.org/doc/v1.8/Documentation/topdocs/out-www/NEWS,v1.8}, +@uref{http://lilypond.org/doc/v1.6/Documentation/out-www/NEWS,v1.6}, +@miscLink{NEWS-1.4,v1.4}, +@miscLink{NEWS-1.2,v1.2} + +@divEnd + +@divClass{column-center-bottom} +@subheading Registros de cambios + +Registros de cambios de los desarrolladores, por versión: +@miscLink{ChangeLog-2.10,v2.10}, +@miscLink{ChangeLog-2.3,v2.3}, +@miscLink{ChangeLog-2.1,v2.1}, +@miscLink{ChangeLog-1.5,v1.5 (1)}, +@miscLink{CHANGES-1.5,v1.5 (2)}, +@miscLink{CHANGES-1.4,v1.4}, +@miscLink{CHANGES-1.3,v1.3}, +@miscLink{CHANGES-1.2,v1.2}, +@miscLink{CHANGES-1.1,v1.1}, +@miscLink{CHANGES-1.0,v1.0}, +@miscLink{CHANGES-0.1,v0.1}, +@miscLink{CHANGES-0.0,v0.0} + +@divEnd diff --git a/Documentation/es/web/introduction.itexi b/Documentation/es/web/introduction.itexi index 8593755186..926a2b2c13 100644 --- a/Documentation/es/web/introduction.itexi +++ b/Documentation/es/web/introduction.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: b6731e900a2037112364ad328b8e3b2f7bcd1eb0 + Translation of GIT committish: e7e1055a07be871d376c74e58c276357148a112b When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -519,20 +519,48 @@ de texto}. @divClass{column-left-top} @subheading Conciertos -La música grabada con LilyPond se ha utilizado en interpretaciones y +La música tipografiada con LilyPond se ha utilizado en interpretaciones y actuaciones por todo el mundo. Algunos titulares: @divClass{keep-bullets} @itemize @item -@emph{Affaire Étrangère}, ópera de -@uref{http://valentin.villenave.net/,Valentin Villenave}, con -libreto en francés de -@uref{http://en.wikipedia.org/wiki/Lewis_Trondheim, Lewis Trondheim}, -estrenada el 1 de febrero de 2009 en -@uref{http://www.opera-montpellier.com/, L'Opéra National de -Montpellier}, en Francia. +Los @emph{Cuadros de una exposición} de Mussorgsky, reorquestados y +dirigidos por @uref{http://www.aurelienbello.com/,Aurélien Bello} con +la orquesta @uref{http://www.junge-philharmonie-brandenburg.de/, Junge +Philharmonie Brandenburg} el 10 de octubre de 2011 y otra vez los días +15 y 16 de abril de 2012. + +@item +@uref{http://www.kierenmacmillan.info/, Kieren MacMillan}, compositor +y director musical. Entre sus numerosas obras recientes están +@emph{Go Thy Way}, interpretada por el coro +@uref{http://www.saltlakechoralartists.org/, Salt Lake Choral Artists} +en marzo de 2012; La @emph{Just Out of Reach Suite} interpretada por el +@uref{http://www.herald-dispatch.com/news/marshall/x1883873762/Music-duo-Chrysalis-to-perform-at-Marshall-University-on-Jan-19, +Dúo Chrysalis} ; @emph{thrafsmata} interpretada en julio de 2011 por +el @uref{http://www.pnme.org/CurrentSeason/PreviousSeasons.html, +Pittsburgh New Music Ensemble}. + + +@item +@emph{Anonymous Student Compliment or Complaint}, de +@uref{http://www.mikesolomon.org, Mike Solomon}, ganador de entre 172 +participantes procedentes de 22 países del +@uref{http://leftcoastensemble.org/contest, concurso de composición +Left Coast de 2011}. Entre otras obras están: Norman (age 1) para +clarinete solo, interpretada en el festival de música electroacústica +(FEMF) de la @uref{emu.music.ufl.edu/fems_concerts.html, Universidad +de Florida} en octubre de 2010. + +@item +Una edición moderna de la @emph{Serenata Erminia} de Alessandro +Scarlatti, editada por el musicólogo Thomas Griffin, (Roma, Italia). +Interpretada el 22 de octubre de 2010 en la Galleria del Palazzo +Zevallos Stigliano de Nápoles. @uref{http://www.ascarlatti2010.net, +Alessandro Scarlatti 2010}, durante las conmemoraciones de los 350 +años del nacimiento del compositor. @item La interpretación de @@ -547,10 +575,12 @@ Renz y su conjunto @uref{http://www.earlymusicny.org/, Early Music New York} (realización tipográfica de Nicolas Sceaux). @item -Los @emph{Cuadros de una exposición} de Mussorgsky, reorquestados y -dirigidos por @uref{http://www.aurelienbello.com/,Aurélien Bello} con -la orquesta @uref{http://www.junge-philharmonie-brandenburg.de/,Junge Philharmonie Brandenburg} -el 10 de octubre de 2011 y otra vez los días 15 y 16 de abril de 2012. +@emph{Affaire Étrangère}, ópera de +@uref{http://valentin.villenave.net/,Valentin Villenave}, con libreto +en francés de @uref{http://en.wikipedia.org/wiki/Lewis_Trondheim, +Lewis Trondheim}, estrenada el 1 de febrero de 2009 en +@uref{http://www.opera-montpellier.com/, L'Opéra National de +Montpellier}, en Francia. @end itemize @divEnd diff --git a/Documentation/es/web/news-front.itexi b/Documentation/es/web/news-front.itexi index 7dd6cabdd6..a6aa682bca 100644 --- a/Documentation/es/web/news-front.itexi +++ b/Documentation/es/web/news-front.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 44e7718b042af70430c0adada42bc0f9d5e25a4a + Translation of GIT committish: d251be5cf511690e874a0ed01bdde6b7f559423b When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -10,7 +10,7 @@ @c This file is part of lilypond-web.texi and community.itexi @c when you add a new item, consider moving the lowest item(s) -@c into news-old.itexi. +@c into news.itexi. @c Translators: Francisco Vila @c keep two blank lines between news entries @@ -19,148 +19,78 @@ @newsItem -@subsubheading ¡Lanzado LilyPond 2.15.4! @emph{4 de julio de 2011} +@subsubheading Quinta versión candidata al lanzamiento de 2.16: ¡Lanzado LilyPond 2.15.37! @emph{19 de abril de 2012} -Nos complace anunciar el lanzamiento de LilyPond 2.15.4. Esta versión -contiene el conjunto habitual de correcciones de fallos. +Ha salido LilyPond 2.15.37; ésta es la quinta versión candidata al +lanzamiento de la inminente versión estable 2.16. Se invita a los +usuarios a que hagan experimentos con esta versión. Las +funcionalidades nuevas desde 2.14.2 están relacionadas en el manual de +@qq{Cambios} dentro de la sección @ref{Desarrollo} de estas páginas. -Se recomienda enérgicamente los usuarios normales que @strong{no} -utilicen esta versión, sino la 2.14 estable en su lugar. +No existen problemas críticos conocidos en esta edición. Si no se +encuentra ningún bug crítico, la edición oficial 2.16.0 se producirá +el 3 de mayo de 2012. Si descubre algún problema, le rogamos que nos +envíe @ref{Informes de fallos}. @newsEnd @newsItem -@subsubheading ¡Lanzado LilyPond 2.15.3! @emph{27 de junio de 2011} +@subsubheading Cuarta versión candidata al lanzamiento de 2.16: ¡Lanzado LilyPond 2.15.36! @emph{6 de abril de 2012} -Nos complace anunciar el lanzamiento de LilyPond 2.15.3. Esta versión -contiene el conjunto habitual de correcciones de fallos. +Ha salido LilyPond 2.15.36; ésta es la cuarta versión candidata al +lanzamiento de la inminente versión estable 2.16. Se invita a los +usuarios a que hagan experimentos con esta versión. Las +funcionalidades nuevas desde 2.14.2 están relacionadas en el manual de +@qq{Cambios} dentro de la sección @ref{Desarrollo} de estas páginas. -Se recomienda enérgicamente los usuarios normales que @strong{no} -utilicen esta versión, sino la 2.14 estable en su lugar. +No existen problemas críticos conocidos en esta edición. Si no se +encuentra ningún bug crítico, la edición oficial 2.16.0 se producirá +el 20 de abril de 2012. Si descubre algún problema, le rogamos que +nos envíe @ref{Informes de fallos}. @newsEnd @newsItem -@subsubheading ¡Lanzado LilyPond 2.15.2! @emph{18 de junio de 2011} +@subsubheading El Informe LilyPond, número 25. @emph{1 de abril de 2012} -Nos complace anunciar el lanzamiento de LilyPond 2.15.2. Esta versión -contiene el conjunto habitual de correcciones de fallos. +¡Vuelve @emph{El Informe LilyPond}, con una edición bastante poco +habitual de la que destacamos a nuestro joven colaborador polaco Janek +Warchoł! También incluimos en esta edición algunos elementos +inesperados, entre ellos (y no solamente)… ¡una receta de cocina! -Se recomienda enérgicamente los usuarios normales que @strong{no} -utilicen esta versión, sino la 2.14 estable en su lugar. +Acérquese al @uref{http://news.lilynet.net/?The-LilyPond-Report-25, +Informe LilyPond 25} y léalo ahora mismo; ¡animamos calurosamente a +todos a que hagan sus comentarios y contribuciones! @newsEnd @newsItem -@subsubheading ¡Lanzado LilyPond 2.14.1! @emph{12 de junio de 2011} +@subsubheading ¡Lanzado LilyPond 2.15.35! @emph{28 de marzo de 2012} -Nos complace anunciar el lanzamiento de LilyPond 2.14.1. Esta versión -corrige algunos fallos de poca importancia en la versión estable, y no -debería causar problemas. Recomendamos a todos que actualicen a esta -versión. - -@newsEnd - -@newsItem -@subsubheading ¡Lanzado LilyPond 2.15.1! @emph{11 de junio de 2011} - -Nos complace anunciar el lanzamiento de LilyPond 2.15.1. Esta versión +Nos complace anunciar el lanzamiento de LilyPond 2.15.35. Esta versión contiene el conjunto habitual de correcciones de fallos. -Se recomienda enérgicamente los usuarios normales que @strong{no} -utilicen esta versión, sino la 2.14 estable en su lugar. - -@newsEnd - -@newsItem -@subsubheading ¡Lanzado LilyPond 2.15.0! @emph{7 de junio de 2011} - -Nos complace anunciar el lanzamiento de LilyPond 2.15.0. Marca el -comienzo de un nuevo esfuerzo de desarrollo no estable, y añade el -número de errores acostumbrado. - -Se recomienda enérgicamente los usuarios normales que @strong{no} -utilicen esta versión, sino la 2.14 estable en su lugar. +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. @newsEnd @newsItem -@subsubheading ¡Lanzado LilyPond 2.14.0! @emph{6 de junio de 2011} - -Nos llena de orgullo anunciar el lanzamiento de GNU LilyPond 2.14. -LilyPond es un programa de grabado musical (edición de partituras) -dedicado a la producción de música impresa de la más alta calidad -posible. Lleva a la impresión por ordenador la estética de las -partituras tipografiadas al estilo tradicional. - -Durante los últimos dos años y medio son muchas las mejoras que se han -producido a partir de la anterior versión principal estable. Algunas -de las más importantes son: - -@itemize -@item -LilyPond se licencia ahora bajo la GNU GPL v3 o posterior. - -@item -Se ha modificado drásticamente el motor de espaciado vertical, -haciéndolo mucho más flexible y fácil de controlar. +@subsubheading ¡Lanzado LilyPond 2.15.34! @emph{19 de marzo de 2012} -@item -Ahora la aplicación automática de barras de corchea es más flexible y -se evitan las colisiones de barras. - -@end itemize - -Se da una lista completa de las funcionalidades nuevas en: - -@example -@uref{http://lilypond.org/doc/v2.13/Documentation/changes/index.html} -@end example - -¡Feliz edición de partituras! LilyPond 2.14 llega a usted de la mano de... - -El equipo principal de desarrollo: - -Trevor Daniels, Reinhold Kainhofer, David Kastrup, Jonathan Kulp, -Werner Lemberg, John Mandereau, Patrick McCarty, Joe Neeman, -Han-Wen Nienhuys, Jan Nieuwenhuizen, Graham Percival, Mark -Polesky, Neil Puttock, Mike Solomon, Carl Sorensen, Francisco -Vila, Valentin Villenave. - -Colaboradores de programación: - -Sven Axelsson, Pál Benkő, Bertrand Bordage, Frédéric Bron, Peter Chubb, Hajo Dezelski, Richard -Gay, Keith OHara, Andrew Hawryluk, Christian Hitz, Marc Hohl, -Henning Hraban Ramm, Ian Hulin, Michael Käppler, Marek Klein, -Kieren MacMillan, Thomas Morgan, Benjamin Peterson, Nathan Reed, -Julien Rioux, Boris Shingarov, Patrick Schmidt, Owen Tuz, Jan Warchoł, Andrew -Wilson, Rodolfo Zitellini. - -Colaboradores de fuenteas tipográficas: - -Keith OHara, Marc Hohl, Alexander Kobel, Carsten Steger. - -Colaboradores de documentación: - -Colin Campbell, Andrew Hawryluk, James Lowe, Mike Moral, Ralph -Palmer, David Pounder, Patrick Schmidt. - -Escuadrón de caza de bugs: - -James E. Bailey, Colin Campbell, Phil Holmes, Urs Liska, Ralph -Palmer, Kieren MacMillan, Dmytro O. Redchuk. - -Colaboradores de los archivos binarios: - -Christian Hitz. +Nos complace anunciar el lanzamiento de LilyPond 2.15.34. Esta versión +contiene el conjunto habitual de correcciones de fallos. -Colaboradores de traducción: +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. -Federico Bruni, Dénes Harmath, Jean-Charles Malahieude, Tineke de -Munnik, Till Paala, Ralf Wildenhues, Yoshiki Sawada. @newsEnd diff --git a/Documentation/es/web/news.itexi b/Documentation/es/web/news.itexi index aaf2d90ad0..615f487789 100644 --- a/Documentation/es/web/news.itexi +++ b/Documentation/es/web/news.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 751d4ab14fbbcf387cc5ca0b50c70d10db2b08f5 + Translation of GIT committish: c26c0e17719c5c0bc00c79f7c5ca5b644c196b60 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -33,6 +33,608 @@ NOTE: * don't duplicate entries from news-front.itexi @end ignore + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.33! @emph{8 de marzo de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.33. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading El Informe LilyPond, número 24. @emph{5 de marzo de 2012} + +Ya está disponible una nueva edición del @emph{Informe LilyPond}; +entre los temas tratados se encuentra una solicitud de financiación, +un artítulo sobre unas nuevas e tineresantes posibilidades de la +gramática de LilyPond, y una panorámica de las aplicaciones de web +basadas en LilyPond. + +Acérquese al @uref{http://news.lilynet.net/?The-LilyPond-Report-24, +Informe LilyPond 24} y léalo ahora mismo; ¡animamos calurosamente a +todos a que hagan sus comentarios y contribuciones! + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.32! @emph{3 de marzo de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.32. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.31! @emph{29 de febrero de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.31. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading Tercera versión candidata al lanzamiento de 2.16: ¡Lanzado LilyPond 2.15.30! @emph{17 de febrero de 2012} + +Ha salido LilyPond 2.15.30; ésta es la tercera versión candidata al +lanzamiento de la inminente versión estable 2.16. Se invita a los +usuarios a que hagan experimentos con esta versión. Las +funcionalidades nuevas desde 2.14.2 están relacionadas en el manual de +@qq{Cambios} dentro de la sección @ref{Desarrollo} de estas páginas. + +No existen problemas críticos conocidos en esta edición. Si no se +encuentra ningún bug crítico, la edición oficial 2.16.0 se producirá +el 2 de marzo de 2012. Si descubre algún problema, le rogamos que +nos envíe @ref{Informes de fallos}. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.29! @emph{9 de febrero de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.29. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.28! @emph{3 de febrero de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.28. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.27! @emph{24 de enero de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.27. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading El Informe LilyPond, número 23. @emph{20 de enero de 2012} + +¡Vuelve el @emph{Informe LilyPond}, con el desarrollador David Kastrup +como nuevo editor! Esta edición inclute una panorámica de algunas de +las nuevas y útiles instrucciones añadidas recientemente a LilyPond, +así como una entrevista con el colaborador de LilyPond y compositor +Mike Solomon. + +Acérquese al @uref{http://news.lilynet.net/?The-LilyPond-Report-23, +Informe LilyPond 23} y léalo ahora mismo; ¡animamos calurosamente a +todos a que hagan sus comentarios y contribuciones! + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.26! @emph{16 de enero de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.26. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +La versión 2.15.25 se ha saltado debido a problemas de construcción. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.24! @emph{7 de enero de 2012} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.24. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.23! @emph{21 de diciembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.23. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.22! @emph{15 de diciembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.22. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.21! @emph{6 de diciembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.21. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.20! @emph{24 de noviembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.20. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.19! @emph{18 de noviembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.19. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.18! @emph{12 de noviembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.18. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.17! @emph{10 de noviembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.17. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.16! @emph{28 de octubre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.16. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.15! @emph{24 de octubre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.15. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.14! @emph{7 de octubre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.14. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.13! @emph{27 de septiembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.13. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading Se cancela la segunda versión candidata al lanzamiento @emph{23 de septiembre de 2011} + +La cuenta atrás del lanzamiento se cancela a causa del descubrimiento +de una regresión crítica. + +@newsEnd + + +@newsItem +@subsubheading Segunda versión candidata al lanzamiento de 2.16: ¡Lanzado LilyPond 2.15.12! @emph{20 de septiembre de 2011} + +Ha salido LilyPond 2.15.12; ésta es la segunda versión candidata al +lanzamiento de la inminente versión estable 2.16. Se invita a los +usuarios a que hagan experimentos con esta versión. Las +funcionalidades nuevas desde 2.14.2 están relacionadas en el manual de +@qq{Cambios} dentro de la sección @ref{Desarrollo} de estas páginas. + +No existen problemas críticos conocidos en esta edición. Si no se +encuentra ningún bug crítico, la edición oficial 2.16.0 se producirá +el 27 de septiembre 2011. Si descubre algún problema, le rogamos que +nos envíe @ref{Informes de fallos}. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.11! @emph{11 de septiembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.11. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.10! @emph{6 de septiembre de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.10. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.9! @emph{30 de agosto de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.9. Esta versión +contiene el conjunto habitual de correcciones de fallos y contempla +también MacOS X 10.7. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. Tenga en +cuenta que a causa de algunos bugs críticos, esta versión no es +candidata al lanzamiento de la próxima versión estable. + +@newsEnd + + +@newsItem +@subsubheading Primera versión candidata al lanzamiento de 2.16: ¡Lanzado LilyPond 2.15.8! @emph{1 de agosto de 2011} + +Ha salido LilyPond 2.15.8; ésta es la primera versión candidata al +lanzamiento de la inminente versión estable 2.16. Se invita a los +usuarios a que hagan experimentos con esta versión. Las +funcionalidades nuevas desde 2.14.2 están relacionadas en el manual de +@qq{Cambios} dentro de la sección @ref{Desarrollo} de estas páginas. + +No existen problemas críticos conocidos en esta edición. Si no se +encuentra ningún bug crítico, la edición oficial 2.16.0 se producirá +el 8 de agosto de 2011. Si descubre algún problema, le rogamos que +nos envíe @ref{Informes de fallos}. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.7! @emph{29 de julio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.7. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.6! @emph{26 de julio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.6. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.14.2! @emph{25 de julio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.14.2. Esta versión +corrige algunos fallos de poca importancia en la versión estable, y no +debería causar problemas. Recomendamos a todos que actualicen a esta +versión. + +@newsEnd + + + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.5! @emph{12 de julio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.5. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.4! @emph{4 de julio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.4. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.3! @emph{27 de junio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.3. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.2! @emph{18 de junio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.2. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.14.1! @emph{12 de junio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.14.1. Esta versión +corrige algunos fallos de poca importancia en la versión estable, y no +debería causar problemas. Recomendamos a todos que actualicen a esta +versión. + +@newsEnd + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.1! @emph{11 de junio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.1. Esta versión +contiene el conjunto habitual de correcciones de fallos. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.15.0! @emph{7 de junio de 2011} + +Nos complace anunciar el lanzamiento de LilyPond 2.15.0. Marca el +comienzo de un nuevo esfuerzo de desarrollo no estable, y añade el +número de errores acostumbrado. + +Se recomienda enérgicamente a los usuarios normales que @strong{no} +utilicen esta versión, sino la 2.14 estable en su lugar. + +@newsEnd + + +@newsItem +@subsubheading ¡Lanzado LilyPond 2.14.0! @emph{6 de junio de 2011} + +Nos llena de orgullo anunciar el lanzamiento de GNU LilyPond 2.14. +LilyPond es un programa de grabado musical (edición de partituras) +dedicado a la producción de música impresa de la más alta calidad +posible. Lleva a la impresión por ordenador la estética de las +partituras tipografiadas al estilo tradicional. + +Durante los últimos dos años y medio son muchas las mejoras que se han +producido a partir de la anterior versión principal estable. Algunas +de las más importantes son: + +@itemize +@item +LilyPond se licencia ahora bajo la GNU GPL v3 o posterior. + +@item +Se ha modificado drásticamente el motor de espaciado vertical, +haciéndolo mucho más flexible y fácil de controlar. + +@item +Ahora la aplicación automática de barras de corchea es más flexible y +se evitan las colisiones de barras. + +@end itemize + +Se da una lista completa de las funcionalidades nuevas en: + +@example +@uref{http://lilypond.org/doc/v2.13/Documentation/changes/index.html} +@end example + +¡Feliz edición de partituras! LilyPond 2.14 llega a usted de la mano de... + +El equipo principal de desarrollo: + +Trevor Daniels, Reinhold Kainhofer, David Kastrup, Jonathan Kulp, +Werner Lemberg, John Mandereau, Patrick McCarty, Joe Neeman, +Han-Wen Nienhuys, Jan Nieuwenhuizen, Graham Percival, Mark +Polesky, Neil Puttock, Mike Solomon, Carl Sorensen, Francisco +Vila, Valentin Villenave. + +Colaboradores de programación: + +Sven Axelsson, Pál Benkő, Bertrand Bordage, Frédéric Bron, Peter Chubb, Hajo Dezelski, Richard +Gay, Keith OHara, Andrew Hawryluk, Christian Hitz, Marc Hohl, +Henning Hraban Ramm, Ian Hulin, Michael Käppler, Marek Klein, +Kieren MacMillan, Thomas Morgan, Benjamin Peterson, Nathan Reed, +Julien Rioux, Boris Shingarov, Patrick Schmidt, Owen Tuz, Jan Warchoł, Andrew +Wilson, Rodolfo Zitellini. + +Colaboradores de fuenteas tipográficas: + +Keith OHara, Marc Hohl, Alexander Kobel, Carsten Steger. + +Colaboradores de documentación: + +Colin Campbell, Andrew Hawryluk, James Lowe, Mike Moral, Ralph +Palmer, David Pounder, Patrick Schmidt. + +Escuadrón de caza de bugs: + +James E. Bailey, Colin Campbell, Phil Holmes, Urs Liska, Ralph +Palmer, Kieren MacMillan, Dmytro O. Redchuk. + +Colaboradores de los archivos binarios: + +Christian Hitz. + +Colaboradores de traducción: + +Federico Bruni, Dénes Harmath, Jean-Charles Malahieude, Tineke de +Munnik, Till Paala, Ralf Wildenhues, Yoshiki Sawada. + +@newsEnd + + + @newsItem @subsubheading Séptima versión candidata al lanzamiento de 2.14: ¡Lanzado LilyPond 2.13.63! @emph{30 de mayo de 2011} @@ -241,7 +843,6 @@ fallos críticos. @newsItem @subsubheading ¡Lanzado LilyPond 2.13.51! @emph{22 de febrero de 2011} - Nos complace anunciar el lanzamiento de LilyPond 2.13.51. Esta versión contiene el conjunto habitual de correcciones de fallos. @@ -275,10 +876,10 @@ esto ya son diez idiomas para elegir! @newsEnd + @newsItem @subsubheading Segunda versión candidata al lanzamiento de 2.14: ¡Lanzado LilyPond 2.13.49! @emph{9 de febrero de 2011} - Ha salido LilyPond 2.13.49; ésta es la segunda versión candidata al lanzamiento de la inminente versión estable 2.14. Se invita a los usuarios a que hagan experimentos con esta versión. Las @@ -305,6 +906,7 @@ versión está orientada solamente a los desarrolladores. @newsEnd + @newsItem @subsubheading ¡Lanzado LilyPond 2.13.47! @emph{28 de enero de 2011} @@ -316,6 +918,7 @@ versión está orientada solamente a los desarrolladores. @newsEnd + @newsItem @subsubheading Retirada de la versión candidata al lanzamiento @emph{13 de enero de 2011} @@ -358,6 +961,8 @@ versión está orientada solamente a los desarrolladores. @newsEnd + + @newsItem @subsubheading Tercera versión de pruebas Beta de 2.14: ¡Lanzado LilyPond 2.13.44! @emph{25 de diciembre de 2010} @@ -459,6 +1064,8 @@ envíenos @ref{Informes de fallos} educados. @newsEnd + + @newsItem @subsubheading El Informe LilyPond, número 22. @emph{3 de noviembre de 2010} @@ -532,7 +1139,6 @@ de esta versión. @newsEnd - @newsItem @subsubheading El Informe LilyPond, número 21. @emph{3 de octubre de 2010} @@ -605,61 +1211,6 @@ versión está orientada solamente a los desarrolladores. @newsEnd -@newsItem -@subsubheading Segunda versión de pruebas Alfa de 2.14: ¡Lanzado LilyPond 2.13.35! @emph{29 de septiembre de 2010} - -Ha salido LilyPond 2.13.35; ésta es la segunda versión alfa de la -inminente versión estable 2.14. Se invita a los usuarios a que hagan -experimentos con esta versión. Las funcionalidades nuevas desde -2.12.3 están relacionadas en el manual de @qq{Cambios} dentro de la -sección @ref{Desarrollo} de estas páginas. - -Aún existen tres regresiones conocidas contra 2.12.3: -@uref{http://code.google.com/p/lilypond/issues/detail?id=1173, -Problema número 1173 - No se pueden alinear las MetronomeMarks sobre -una nota si existe un silencio multicompás en otra voz}, y dos fallos -de espaciado: -@uref{http://code.google.com/p/lilypond/issues/detail?id=1240, -Problema 1240} y -@uref{http://code.google.com/p/lilypond/issues/detail?id=1252, -Problema 1252} pero esperamos encontrar más. Si se decide a probar -2.13.35, no se sorprenda al encontrar problemas; tan sólo envíenos -@ref{Informes de fallos} educados. - -@newsEnd - - -@newsItem -@subsubheading Versión de pruebas Alfa de 2.14: ¡Lanzado LilyPond 2.13.34! @emph{21 de septiembre de 2010} - -Ha salido LilyPond 2.13.34; ésta es la primera versión alfa de la -inminente versión estable 2.14. Se invita a los usuarios a que hagan -experimentos con esta versión. Las funcionalidades nuevas desde -2.12.3 están relacionadas en el manual de @qq{Cambios} dentro de la -sección @ref{Desarrollo} de estas páginas. - -Aún existe una regresión conocida contra 2.12.3: -@uref{http://code.google.com/p/lilypond/issues/detail?id=1173, -Problema número 1173 - No se pueden alinear las MetronomeMarks sobre una -nota si existe un silencio multicompás en otra voz}, pero esperamos -encontrar más. Si se decide a probar 2.13.34, no se sorprenda al -encontrar problemas; tan sólo envíenos @ref{Informes de fallos} -educados. - -@newsEnd - - -@newsItem -@subsubheading ¡Lanzado LilyPond 2.13.33! @emph{10 de septiembre de 2010} - -Nos complace anunciar el lanzamiento de LilyPond 2.13.33. Esta -versión contiene el conjunto habitual de correcciones de fallos. Sin -embargo, aún quedan algunos problemas críticos, por lo que esta -versión está orientada solamente a los desarrolladores. - -@newsEnd - - @newsItem @@ -764,7 +1315,6 @@ Nos complace anunciar el lanzamiento de LilyPond 2.13.27. Esta versión contiene el conjunto habitual de correcciones de fallos. Sin embargo, aún quedan algunos problemas críticos, por lo que esta versión está orientada solamente a los desarrolladores. - @newsEnd @@ -825,7 +1375,6 @@ embargo, aún quedan algunos problemas críticos, por lo que esta versión está orientada solamente a los desarrolladores. @newsEnd - @newsItem @subsubheading ¡Lanzado LilyPond 2.13.22! @emph{27 de mayo de 2010} @@ -835,7 +1384,6 @@ embargo, aún quedan algunos problemas críticos, por lo que esta versión está orientada solamente a los desarrolladores. @newsEnd - @newsItem @subsubheading ¡Lanzado LilyPond 2.13.21! @emph{12 de mayo de 2010} @@ -867,6 +1415,7 @@ todos a que hagan sus comentarios y contribuciones! @newsEnd + @newsItem @subsubheading ¡Lanzado LilyPond 2.13.20! @emph{5 de mayo de 2010} @@ -1107,7 +1656,7 @@ now 2.12.2, and the next development version has begun with A new stable release of LilyPond is available. @* -@uref{announce-v2.12,Announcement}, +@miscLink{announce-v2.12,Announcement}, @ref{Cambios}, @ref{Descarga}. @newsEnd @@ -1156,7 +1705,7 @@ documentation and translations. @newsItem -@subsubheading LilyPond 2.11.62 – Release Candidate. @emph{October 11, 2008} +@subsubheading LilyPond 2.11.62 -- Release Candidate. @emph{October 11, 2008} LilyPond 2.11.62 is available. This is is one of the last releases before 2.12, so testing it is encouraged. In addition to a bugfix @@ -1164,7 +1713,7 @@ in @code{\tempo} command, this release has lot of updates to Spanish and German documentation translations, and the stylesheet for HTML documentation has been improved. @* -@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_62&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, +@bugfixes{2_11_62,}, @ref{Descargas antiguas}. @newsEnd @@ -1449,7 +1998,7 @@ converter. @newsItem @subsubheading lilypond.org日本語訳 (lilypond.org Japanese translation). @emph{2008å¹´4月8日 (April 4, 2008)} -Lilypond.orgのいくつかのページの日本語訳が出来ました。 +lilypond.orgのいくつかのページの日本語訳が出来ました。 @newsEnd @@ -1498,7 +2047,7 @@ program messages in French, German, Spanish and Vietnamese, and updates to the MusicXML converter. @* @bugfixes{2_11_41,}, -@ref{Descargas antiguas}) +@ref{Descargas antiguas}. @newsEnd @@ -1523,7 +2072,7 @@ Grand Documentation Project. @newsItem -@subsubheading LilyPond 2.11.33 and 2.10.33 available. @emph{September 20, 2007} +@subsubheading LilyPond 2.10.33 and 2.11.33 available. @emph{September 20, 2007} Release 2.11.33 is now available. @* @@ -1634,11 +2183,9 @@ This has lots of bugfixes. @newsItem -@subsubheading Übersetzung der Dokumentation - @emph{10. April 2007} -Die Kapitel 1-5 (der Abschnitt für Anfänger) des -LilyPond-Benutzerhandbuchs -sind auf deutsch übersetzt — sie sind erhältlich für -die @ref{Cambios} +@subsubheading Übersetzung der Dokumentation - @emph{10. April 2007} +Die Kapitel 1-5 (der Abschnitt für Anfänger) des LilyPond-Benutzerhandbuchs +sind auf deutsch übersetzt --- sie sind erhältlich für die @ref{Cambios} online und @ref{Descargas antiguas}. @newsEnd @@ -1664,11 +2211,13 @@ This release has some documentation updates. @newsItem -@subsubheading Traduction de la documentation en français - @emph{25 février 2007} -Les chapitres 1 à 4 et 6 du manuel de l'utilisateur sont -désormais traduits, et disponibles en ligne — @uref{@@DOC@@v2.10/Documentation/user/lilypond/index.fr.html,version -2.10}, @uref{@@DOC@@v2.11/Documentation/user/lilypond/index.fr.html,version -2.11}. Les traductions sont également incluses dans la @uref{install,documentation téléchargeable}. +@subsubheading Traduction de la documentation en français - @emph{25 février 2007} +Les chapitres 1 à 4 et 6 du manuel de l'utilisateur sont désormais traduits, et +disponibles en ligne --- +@uref{http://lilypond.org/doc/v2.10/Documentation/user/lilypond/index.fr.html,version 2.10}, +@uref{http://lilypond.org/doc/v2.11/Documentation/user/lilypond/index.fr.html,version 2.11}. +Les traductions sont également incluses dans la +@uref{install,documentation téléchargeable}. @newsEnd @@ -1686,37 +2235,40 @@ This release fixes many bugs. @newsItem @subsubheading LilyPond 2.10.19 and 2.11.19 available - @emph{February 18, 2007} This release fixes many bugs. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_19&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.11}, -@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_19&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.10}, @ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_10_19,2.10}, +@bugfixes{2_11_19,2.11}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.18 available - @emph{February 12, 2007} This release fixes still more bugs, and included -singing support through festival contributed by Milan Zamazal. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_18&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.11}, @ref{Cambios}, @ref{Descargas antiguas}) +singing support through festival contributed by Milan Zamazal. +@* +@bugfixes{2_11_18,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.17 available - @emph{February 9, 2007} This release fixes still more bugs. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_17&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.11}, @ref{Cambios}, -@ref{Descargas antiguas}) +@* +@bugfixes{2_11_17,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.16 and 2.11.16 available - @emph{February 4, 2007} This release fixes many bugs. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_16&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.11}, -@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_16&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.10}, +(@bugfixes{2_10_16,2.10}, +@bugfixes{2_11_16,2.11}, @ref{Cambios}, @ref{Descargas antiguas}) @newsEnd @@ -1726,11 +2278,12 @@ This release fixes many bugs. @subsubheading LilyPond 2.10.15 and 2.11.15 available - @emph{February 1, 2007} This release will stretch piano staves on a system-by-system basis and add a few glyphs: a black harmonic note -head and the slashed mirrored flat. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_15&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.11}, -@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_15&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes -2.10}, -@ref{Cambios}, @ref{Descargas antiguas}) +head and the slashed mirrored flat. +@* +@bugfixes{2_10_15,2.10}, +@bugfixes{2_11_15,2.11}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1738,8 +2291,10 @@ head and the slashed mirrored flat. (@uref{http://code.google.com/p/lilypond/is @subsubheading LilyPond 2.10.14 and 2.11.14 available - @emph{January 26, 2007} This release has a rewrite of the line-spanner code, responsible for among other glissandi and text-crescendos, making them more flexible. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_14&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_11_14,}, +@ref{Cambios}, +@ref{Descargas antiguas} @newsEnd @@ -1747,8 +2302,10 @@ among other glissandi and text-crescendos, making them more flexible. @subsubheading LilyPond 2.10.13 and 2.11.13 available - @emph{January 17, 2007} This release fixes a few minor but irritating bugs. In addition, the 2.11 release has updates of the tutorial. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_13&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_11_13,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1756,23 +2313,31 @@ This release fixes a few minor but irritating bugs. In addition, the @subsubheading LilyPond 2.11.12 available - @emph{January 17, 2007} This release fixes lots of bugs. In particular, the tie formatting has been further improved, and memory usage has been improved enormously. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_12&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_11_12,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.12 available - @emph{January 17, 2007} This release mirrors 2.11.12. Notably, it has the same memory -usage improvements. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_12&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +usage improvements. +@* +@bugfixes{2_10_12,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.11 available - @emph{January 12, 2007} -This release mostly has the same fixes as 2.11.11. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_11&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +This release mostly has the same fixes as 2.11.11. +@* +@bugfixes{2_10_11,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1780,8 +2345,11 @@ This release mostly has the same fixes as 2.11.11. (@uref{http://code.google.co @subsubheading LilyPond 2.11.11 available - @emph{January 11, 2007} This release has further fixes for popular bugs. Timing of the MIDI output won't get confused by tuplets and grace notes anymore. Some fat -has also been trimmed of the skyline code performance. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_11&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +has also been trimmed of the skyline code performance. +@* +@bugfixes{2_11_11,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1791,8 +2359,11 @@ LilyPond 2.11.10 has further review of the test-suite, performance and code coverage. This brought to light several problems that were fixed. Notably, 2.11.10 fixes lots of regressions in optical correction spacing and MIDI dynamics. Also, this version is 20 to 50 -% faster than previous 2.11 releases. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_10&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +% faster than previous 2.11 releases. +@* +@bugfixes{2_11_10,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1800,29 +2371,38 @@ correction spacing and MIDI dynamics. Also, this version is 20 to 50 @subsubheading LilyPond 2.10.10 available - @emph{January 8, 2007} This release fixes several popular bugs, among others: MIDI files that go silent after (de)crescendi, and tuplets problems with quoting -and part-combining (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_10&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +and part-combining. +@* +@bugfixes{2_10_10,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.9 and 2.10.9 available - @emph{January 3, 2007} -This release has a couple of bugfixes, and —in 2.11.9&mdash -further improvements in the regression test suite (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_9&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +This release has a couple of bugfixes, and ---in 2.11.9--- +further improvements in the regression test suite +@* +@bugfixes{2_11_9,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.8 and 2.10.8 available - @emph{January 3, 2007} -New! Improved! With even more bugfixes! (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_8&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +New! Improved! With even more bugfixes! +@* +@bugfixes{2_11_8,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading @code{lilypond.org} auf deutsch - @emph{31. Dezember 2006} -Die LilyPond-Webseiten sind jetzt auch auf deutsch übersetzt! +Die LilyPond-Webseiten sind jetzt auch auf deutsch übersetzt! @newsEnd @@ -1834,8 +2414,11 @@ Die LilyPond-Webseiten sind jetzt auch auf deutsch übersetzt! @newsItem @subsubheading LilyPond 2.11.7 and 2.10.7 available - @emph{January 1, 2007} -New! Improved! With even more bugfixes! (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_7&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +New! Improved! With even more bugfixes! +@* +@bugfixes{2_11_7,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1843,16 +2426,20 @@ New! Improved! With even more bugfixes! (@uref{http://code.google.com/p/lilypon @subsubheading LilyPond 2.11.6 available - @emph{December 30, 2006} This release supports arbitrary fractional alterations, allowing music with different microtonal conventions to be typeset. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_6&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_11_6,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.6 available - @emph{December 30, 2006} New! Improved! With even more bugfixes! -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_6&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_10_6,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1860,40 +2447,51 @@ New! Improved! With even more bugfixes! @subsubheading LilyPond 2.11.5 available - @emph{December 24, 2006} These releases complete the translation infrastructure for Documentation. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_5&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_11_5,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.5 available - @emph{December 24, 2006} New! Improved! With even more bugfixes! -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_5&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +@* +@bugfixes{2_10_5,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.4 available - @emph{December 21, 2006} The vertical spacing improvements that were introduced in 2.11.0 now work -within a system as well as between systems. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_4&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +within a system as well as between systems. +@* +@bugfixes{2_11_4,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.3 available - @emph{December 19, 2006} This release has @uref{http://lilypond.org/doc/v2.11/compare-v2.10.3/index.html,graphical -test results} and several website build improvements. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_3&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +test results} and several website build improvements. +@* +@bugfixes{2_11_3,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.3 available - @emph{December 19, 2006} This release fixes several bugs. -(@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_3&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +@* +@bugfixes{2_10_3,}, +@ref{Descargas antiguas}. @newsEnd @@ -1904,39 +2502,49 @@ From now on, our GUB binary builds include support for Linux/PPC. (@ref{Descarg @newsItem -@subsubheading Traduction du tutoriel en français. @emph{December 13, 2006} -Fruit du travail d'une équipe de traducteurs, le tutoriel en -français est maintenant disponible en ligne. @uref{@@DOC@@v2.10/Documentation/user/lilypond/Tutorial.fr.html,Version -2.10}, @uref{@@DOC@@v2.11/Documentation/user/lilypond/Tutorial.fr.html,Version -2.11}. +@subsubheading Traduction du tutoriel en français. @emph{December 13, 2006} +Fruit du travail d'une équipe de traducteurs, le tutoriel en français est +maintenant disponible en ligne. +@uref{http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Tutorial.fr.html,Version 2.10}, +@uref{http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Tutorial.fr.html,Version 2.11}. @newsEnd @newsItem @subsubheading LilyPond 2.11.2 available - @emph{December 12, 2006} -This release supports glissandi and harmonics in tablature. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_2&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +This release supports glissandi and harmonics in tablature. +@* +@bugfixes{2_11_2,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.2 available - @emph{December 12, 2006} -A new stable release of LilyPond is available. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_2&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +A new stable release of LilyPond is available. +@* +@bugfixes{2_10_2,}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.11.1 available - @emph{December 4, 2006} -This release has improved support for horizontal spacing. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_11_1&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Cambios}, @ref{Descargas antiguas}) +This release has improved support for horizontal spacing. +@* +@bugfixes{2_11_1,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.10.1 available - @emph{December 3, 2006} -A new stable release of LilyPond is available. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_10_1&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +A new stable release of LilyPond is available. +@* +@bugfixes{2_10_1,}, +@ref{Descargas antiguas}. @newsEnd @@ -1948,7 +2556,8 @@ This release has improved support for vertical spacing. (@ref{Cambios}, @ref{De @newsItem @subsubheading LilyPond 2.10.0 available - @emph{November 11, 2006} -A new stable release of LilyPond is available. (@uref{announce-v2.10.html,Announcement}, @ref{Cambios}, @ref{Descargas antiguas}) +A new stable release of LilyPond is available. +(@miscLink{announce-v2.10,Announcement}, @ref{Cambios}, @ref{Descargas antiguas}) @newsEnd @@ -1961,23 +2570,30 @@ system. Check out our repository at @uref{http://git.sv.gnu.org/gitweb/?p=lilypo @newsItem @subsubheading LilyPond 2.9.29 available - @emph{November 5, 2006} -This release has many more bugfixes. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_9_29&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +This release has many more bugfixes. +@* +@bugfixes{2_9_29,}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.9.28 available - @emph{November 3, 2006} -This release has many more bugfixes. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_9_28&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +This release has many more bugfixes. +@* +@bugfixes{2_9_28,}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.9.27 available - @emph{October 28, 2006} This release has a new @code{FretBoards} context, and some further -bugfixes. (@ref{Cambios}, @uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_9_27&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +bugfixes. +@* +@bugfixes{2_9_27,}, +@ref{Cambios}, +@ref{Descargas antiguas}. @newsEnd @@ -1993,16 +2609,20 @@ the thesis is now available from lilypond.org @newsItem @subsubheading LilyPond 2.9.26 available - @emph{October 20, 2006} -This release has further bugfixes. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_9_26&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +This release has further bugfixes. +@* +@bugfixes{2_9_26,}, +@ref{Descargas antiguas}. @newsEnd @newsItem @subsubheading LilyPond 2.9.25 available - @emph{October 18, 2006} This release has more bugfixes; from now on, binaries are also -available for x86/64. (@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed_2_9_25&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, -@ref{Descargas antiguas}) +available for x86/64. +@* +@bugfixes{2_9_25,}, +@ref{Descargas antiguas}. @newsEnd @@ -2235,7 +2855,7 @@ speedup over the emulated PowerPC binaries. (@ref{Descargas antiguas}) @newsItem @subsubheading LilyPond 2.8.0 is out! - @emph{March 22, 2006} -Version 2.8 is here! Read the @uref{announce-v2.8.html,release +Version 2.8 is here! Read the @miscLink{announce-v2.8,release announcement}. (@ref{Cambios}, @ref{Descargas antiguas}) @newsEnd @@ -2688,9 +3308,9 @@ release. (@ref{Cambios}, @newsItem -@subsubheading Traduction française du site - @emph{September 03, 2005} +@subsubheading Traduction française du site - @emph{September 03, 2005} Grâce à @uref{about/thanks#website,l'équipe des traducteurs}, -de nombreuses pages du site sont maintenant disponibles en français, +de nombreuses pages du site sont maintenant disponibles en français, notamment l'@uref{about/automated-engraving/index.fr.html,essai sur la gravure musicale}. @newsEnd @@ -2719,8 +3339,7 @@ LilyPond's first appearance in mainstream printed press. @subsubheading LilyPond 2.7.7 is out - @emph{August 22, 2005} This release has a rewriting of tie formatting which was sponsored by Bertalan Fodor, Jay Hamilton, Kieren MacMillan, Steve Doonan, Trevor -Baca, and Vicente Solsona -Dellá. (@ref{Cambios}, +Baca, and Vicente Solsona Dellá. (@ref{Cambios}, @ref{Descargas antiguas}) @newsEnd @@ -2798,7 +3417,7 @@ installs in a snap on Windows, MacOS X, and any version of Linux (x86). @strong{Get up and running in minutes!} Pango text formatting lets you print @strong{Unicode } lyrics in your favorite script and font. Create @strong{SVG} files, and edit them in Inkscape. -(@uref{announce-v2.6.html,Announcement}, @ref{Descargas antiguas}, @ref{Cambios}) +(@miscLink{announce-v2.6,Announcement}, @ref{Descargas antiguas}, @ref{Cambios}) @newsEnd @@ -2918,9 +3537,8 @@ from the order that they were defined. (@ref{Descargas antiguas}) @subsubheading 2.5.23 released - @emph{May 6, 2005} This release has a couple of small bugfixes, and a new feature. It is now possible to start and stop the @code{StaffSymbol}, during a piece of -music, by doing @code{\stopStaff \startStaff}. This can be used to produce -Ossia -staves. (@ref{Cambios}, +music, by doing @code{\stopStaff \startStaff}. This can be used to +produce Ossia staves. (@ref{Cambios}, @ref{Descargas antiguas}) @newsEnd @@ -3245,7 +3863,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C @newsItem @subsubheading October 31, 2004 -LilyPond 2.4.0 was just @uref{announce-v2.4.html,released!} +LilyPond 2.4.0 was just @miscLink{announce-v2.4,released!} This new stable version has support for page-layout, completely rewritten slur formatting and many other improvements. Read about them in the @ref{Cambios} @@ -3521,7 +4139,7 @@ the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lily @newsItem @subsubheading July 23, 2004 -Lilypond 2.3.8 fixes a few minor bugs in the new slur code, +LilyPond 2.3.8 fixes a few minor bugs in the new slur code, and has rewritten support for ledger lines. Now, in tight situations, ledger lines will be shortened so they stay separate. This also required a cleanup of the Ambitus @@ -3934,7 +4552,7 @@ in the @subsubheading February 2, 2004 LilyPond 2.1.17 is out. It adds texts (solo, a due) for the part combiner. It also reinstates the -@code{--safe} option which prevents havoc by Scheme exploits. More +@option{--safe} option which prevents havoc by Scheme exploits. More information in the @ref{Cambios}. @newsEnd @@ -4074,21 +4692,19 @@ More information in the @newsItem @subsubheading January 4, 2004 -LilyPond 2.1.6 continues to -improve the layout of lyrics. More +LilyPond 2.1.6 continues to improve the layout of lyrics. More information in the -@uref{@@DOC@@v2.1/Documentation/topdocs/out-www/NEWS.html,release +@uref{http://lilypond.org/doc/v2.1/Documentation/topdocs/out-www/NEWS.html,release notes} and download @uref{install/#2.1,here}. @newsEnd @newsItem @subsubheading January 2, 2004 -in LilyPond 2.1.5, the lyric -alignment is completely revamped, and now matches my Edition -Peters version of the Schubert song Sängers Morgen. More -information in the -@ref{Cambios} and download @uref{install/#2.1,here}. +In LilyPond 2.1.5, the lyric alignment is completely revamped, +and now matches my Edition Peters version of the Schubert song +Sängers Morgen. More information in the @ref{Cambios} and +download @uref{install/#2.1,here}. @newsEnd @@ -4379,4 +4995,3 @@ unique faculties. 1.7.29 - release candidate 4 has been released. Packages for Red Hat, Debian, Cygwin are @uref{install/,available}. @newsEnd - diff --git a/Documentation/included/compile.itexi b/Documentation/included/compile.itexi index 933f5c9829..e95cf2629c 100644 --- a/Documentation/included/compile.itexi +++ b/Documentation/included/compile.itexi @@ -673,7 +673,7 @@ make info @end example @noindent -An issue when switching branches between master and lilypond/translation +An issue when switching branches between master and translation is the appearance/disappearance of translated versions of some manuals. If you see such a warning from make: diff --git a/Documentation/po/es.po b/Documentation/po/es.po index b30b887c14..ccde9e84a3 100644 --- a/Documentation/po/es.po +++ b/Documentation/po/es.po @@ -2,22 +2,22 @@ # translation of LilyPond documentation # Copyright (C) 2006 Han-Wen Nienhuys, Jan Nieuwenhuizen # This file is distributed under the same license as the lilypond package. -# Francisco Vila , 2007, 2008, 2009, 2011, 2012. # +# Francisco Vila , 2007, 2008, 2009, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-27 13:12+0100\n" -"PO-Revision-Date: 2012-01-27 14:10+0100\n" +"POT-Creation-Date: 2012-04-25 19:39+0200\n" +"PO-Revision-Date: 2012-04-26 17:37+0200\n" "Last-Translator: Francisco Vila \n" -"Language-Team: Español\n" -"MIME-Version: 1.0\n" +"Language-Team: Español \n" "Language: \n" +"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: postprocess_html.py:55 #, python-format @@ -45,14 +45,14 @@ msgstr "Otros idiomas: %s." #: postprocess_html.py:70 #, python-format -msgid "About automatic language selection." -msgstr "Acerca de la selección automática del idioma." +msgid "About automatic language selection." +msgstr "Acerca de la selección automática del idioma." -#: postprocess_html.py:330 +#: postprocess_html.py:327 msgid "stable-branch" msgstr "rama estable" -#: postprocess_html.py:332 +#: postprocess_html.py:329 msgid "development-branch" msgstr "rama de desarrollo" @@ -136,8 +136,14 @@ msgid "post-GDP" msgstr "post-GDP" #. -*- coding: utf-8 -*- -#. Documentation/changes.tely:158 (variable) -#. Documentation/extending/programming-interface.itely:496 (variable) +#. Documentation/changes.tely:147 (variable) +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tonic" +msgstr "tónica" + +#. Documentation/changes.tely:240 (variable) +#. Documentation/extending/programming-interface.itely:495 (variable) msgid "dyn" msgstr "matices" @@ -320,25 +326,25 @@ msgstr "GNU Free Documentation License" msgid "ADDENDUM: How to use this License for your documents" msgstr "ADDENDUM: How to use this License for your documents" -#. Documentation/extending/scheme-tutorial.itely:791 (variable) +#. Documentation/extending/scheme-tutorial.itely:796 (variable) msgid "traLaLa" msgstr "traLaLa" -#. Documentation/extending/scheme-tutorial.itely:1435 (variable) -#. Documentation/learning/fundamental.itely:3006 (variable) -#. Documentation/learning/fundamental.itely:3061 (variable) -#. Documentation/notation/changing-defaults.itely:3798 (variable) +#. Documentation/extending/scheme-tutorial.itely:1472 (variable) +#. Documentation/learning/fundamental.itely:3013 (variable) +#. Documentation/learning/fundamental.itely:3068 (variable) +#. Documentation/notation/changing-defaults.itely:3897 (variable) #. Documentation/cs/learning/fundamental.itely:3258 (variable) #. Documentation/cs/learning/fundamental.itely:3312 (variable) msgid "padText" msgstr "textoRelleno" -#. Documentation/extending/scheme-tutorial.itely:1458 (variable) -#. Documentation/notation/changing-defaults.itely:3840 (variable) +#. Documentation/extending/scheme-tutorial.itely:1495 (variable) +#. Documentation/notation/changing-defaults.itely:3939 (variable) msgid "tempoPadded" msgstr "tempoConRelleno" -#. Documentation/extending/scheme-tutorial.itely:1477 (variable) +#. Documentation/extending/scheme-tutorial.itely:1514 (variable) msgid "pattern" msgstr "patron" @@ -459,6 +465,10 @@ msgstr "Variables compuestas de LilyPond" msgid "Offsets" msgstr "Desplazamientos" +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Fractions" +msgstr "Fracciones" + #. @subheading in Documentation/extending/scheme-tutorial.itely msgid "Extents" msgstr "Dimensiones" @@ -501,21 +511,21 @@ msgstr "Doblar una nota con ligaduras (ejemplo)" msgid "Adding articulation to notes (example)" msgstr "Añadir articulación a las notas (ejemplo)" -#. Documentation/extending/programming-interface.itely:377 (variable) +#. Documentation/extending/programming-interface.itely:376 (variable) msgid "manualBeam" msgstr "barraManual" -#. Documentation/extending/programming-interface.itely:398 (variable) +#. Documentation/extending/programming-interface.itely:397 (variable) #. Documentation/snippets/score-for-diatonic-accordion.ly:197 (variable) msgid "AltOn" msgstr "varSi" -#. Documentation/extending/programming-interface.itely:408 (variable) +#. Documentation/extending/programming-interface.itely:407 (variable) #. Documentation/snippets/score-for-diatonic-accordion.ly:203 (variable) msgid "AltOff" msgstr "varNo" -#. Documentation/extending/programming-interface.itely:423 (variable) +#. Documentation/extending/programming-interface.itely:422 (variable) msgid "withAlt" msgstr "variante" @@ -782,8 +792,8 @@ msgstr "intervalo" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely #. @rglos in Documentation/cs/learning/tutorial.itely -#. Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly:22 (variable) -#. Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly:32 (variable) +#. Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly:23 (variable) +#. Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly:33 (variable) msgid "scale" msgstr "escala" @@ -952,8 +962,8 @@ msgid "Overview of manuals" msgstr "Panorámica de los manuales" #. Documentation/learning/common-notation.itely:1224 (variable) -#. Documentation/learning/fundamental.itely:2987 (variable) -#. Documentation/learning/fundamental.itely:3011 (variable) +#. Documentation/learning/fundamental.itely:2994 (variable) +#. Documentation/learning/fundamental.itely:3018 (variable) #. Documentation/cs/learning/common-notation.itely:1314 (variable) #. Documentation/cs/learning/fundamental.itely:3239 (variable) #. Documentation/cs/learning/fundamental.itely:3263 (variable) @@ -962,7 +972,7 @@ msgstr "violin" #. Documentation/learning/common-notation.itely:1230 (variable) #. Documentation/cs/learning/common-notation.itely:1320 (variable) -#. Documentation/snippets/string-quartet-template-simple.ly:94 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:95 (variable) msgid "cello" msgstr "cello" @@ -1399,7 +1409,7 @@ msgstr "Más allá del tutorial" #. Documentation/cs/learning/fundamental.itely:443 (context id) #. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:116 (variable) #. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:129 (context id) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:81 (context id) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:82 (context id) msgid "singer" msgstr "cantante" @@ -1425,26 +1435,26 @@ msgstr "piano" #. Documentation/learning/fundamental.itely:325 (context id) #. Documentation/learning/fundamental.itely:366 (variable) #. Documentation/learning/fundamental.itely:376 (context id) -#. Documentation/learning/fundamental.itely:2595 (variable) -#. Documentation/learning/fundamental.itely:2657 (context id) +#. Documentation/learning/fundamental.itely:2602 (variable) +#. Documentation/learning/fundamental.itely:2664 (context id) #. Documentation/cs/learning/fundamental.itely:388 (context id) #. Documentation/cs/learning/fundamental.itely:438 (variable) #. Documentation/cs/learning/fundamental.itely:448 (context id) #. Documentation/cs/learning/fundamental.itely:2822 (variable) #. Documentation/cs/learning/fundamental.itely:2884 (context id) -#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:23 (variable) +#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:24 (variable) #. Documentation/snippets/chords-headword.ly:75 (context id) #. Documentation/snippets/fretted-headword.ly:144 (context id) #. Documentation/snippets/jazz-combo-template.ly:253 (context id) -#. Documentation/snippets/piano-template-simple.ly:49 (variable) -#. Documentation/snippets/piano-template-simple.ly:68 (context id) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:59 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:81 (context id) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:71 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:92 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:46 (variable) -#. Documentation/snippets/polyphony-in-tablature.ly:64 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:68 (context id) +#. Documentation/snippets/piano-template-simple.ly:50 (variable) +#. Documentation/snippets/piano-template-simple.ly:69 (context id) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:60 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:82 (context id) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:72 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:93 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:47 (variable) +#. Documentation/snippets/polyphony-in-tablature.ly:65 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:69 (context id) #. Documentation/snippets/staff-headword.ly:71 (variable) msgid "upper" msgstr "superior" @@ -1452,76 +1462,76 @@ msgstr "superior" #. Documentation/learning/fundamental.itely:326 (context id) #. Documentation/learning/fundamental.itely:367 (variable) #. Documentation/learning/fundamental.itely:377 (context id) -#. Documentation/learning/fundamental.itely:2602 (variable) -#. Documentation/learning/fundamental.itely:2658 (context id) +#. Documentation/learning/fundamental.itely:2609 (variable) +#. Documentation/learning/fundamental.itely:2665 (context id) #. Documentation/cs/learning/fundamental.itely:389 (context id) #. Documentation/cs/learning/fundamental.itely:439 (variable) #. Documentation/cs/learning/fundamental.itely:449 (context id) #. Documentation/cs/learning/fundamental.itely:2829 (variable) #. Documentation/cs/learning/fundamental.itely:2885 (context id) -#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:27 (variable) +#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:28 (variable) #. Documentation/snippets/chords-headword.ly:85 (context id) #. Documentation/snippets/fretted-headword.ly:145 (context id) #. Documentation/snippets/jazz-combo-template.ly:254 (context id) -#. Documentation/snippets/piano-template-simple.ly:57 (variable) -#. Documentation/snippets/piano-template-simple.ly:69 (context id) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:67 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:83 (context id) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:79 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:93 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:53 (variable) -#. Documentation/snippets/polyphony-in-tablature.ly:65 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:69 (context id) +#. Documentation/snippets/piano-template-simple.ly:58 (variable) +#. Documentation/snippets/piano-template-simple.ly:70 (context id) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:68 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:84 (context id) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:80 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:94 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:54 (variable) +#. Documentation/snippets/polyphony-in-tablature.ly:66 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:70 (context id) #. Documentation/snippets/staff-headword.ly:82 (variable) msgid "lower" msgstr "inferior" #. Documentation/learning/fundamental.itely:364 (variable) -#. Documentation/notation/changing-defaults.itely:489 (variable) -#. Documentation/notation/changing-defaults.itely:496 (context id) -#. Documentation/notation/changing-defaults.itely:506 (context id) -#. Documentation/notation/changing-defaults.itely:511 (context id) -#. Documentation/notation/changing-defaults.itely:528 (variable) -#. Documentation/notation/changing-defaults.itely:546 (context id) -#. Documentation/notation/changing-defaults.itely:742 (variable) +#. Documentation/notation/changing-defaults.itely:488 (variable) +#. Documentation/notation/changing-defaults.itely:495 (context id) +#. Documentation/notation/changing-defaults.itely:505 (context id) +#. Documentation/notation/changing-defaults.itely:510 (context id) +#. Documentation/notation/changing-defaults.itely:527 (variable) +#. Documentation/notation/changing-defaults.itely:545 (context id) +#. Documentation/notation/changing-defaults.itely:740 (variable) #. Documentation/cs/learning/fundamental.itely:436 (variable) -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:40 (context id) -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:49 (context id) +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:39 (context id) +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:47 (context id) #. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:81 (context id) -#. Documentation/snippets/demo-midiinstruments.ly:32 (variable) -#. Documentation/snippets/formatting-lyrics-syllables.ly:40 (context id) +#. Documentation/snippets/demo-midiinstruments.ly:33 (variable) +#. Documentation/snippets/formatting-lyrics-syllables.ly:47 (context id) #. Documentation/snippets/fretted-headword.ly:64 (variable) -#. Documentation/snippets/guitar-strum-rhythms.ly:71 (context id) -#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:37 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:59 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:60 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:79 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:60 (variable) -#. Documentation/snippets/single-staff-template-with-only-notes.ly:68 (variable) +#. Documentation/snippets/guitar-strum-rhythms.ly:72 (context id) +#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:38 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:60 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:61 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:61 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:80 (variable) +#. Documentation/snippets/single-staff-template-with-only-notes.ly:69 (variable) #. Documentation/snippets/vertically-centered-common-lyrics.ly:48 (variable) msgid "melody" msgstr "melodia" #. Documentation/learning/fundamental.itely:365 (variable) #. Documentation/cs/learning/fundamental.itely:437 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:75 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:67 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:87 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:68 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:76 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:68 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:69 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:88 (variable) msgid "text" msgstr "texto" #. Documentation/learning/fundamental.itely:439 (context id) #. Documentation/cs/learning/fundamental.itely:515 (context id) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:103 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:138 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:154 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:175 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:190 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:211 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:226 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:242 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:258 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:104 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:139 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:155 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:176 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:191 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:212 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:227 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:243 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:259 (comment) msgid "main" msgstr "principal" @@ -1545,643 +1555,643 @@ msgstr "Voz \\\"1\\\"" msgid "Voice \\\"2\\\"" msgstr "Voz \\\"2\\\"" -#. Documentation/learning/fundamental.itely:680 (comment) -#. Documentation/learning/fundamental.itely:704 (comment) +#. Documentation/learning/fundamental.itely:683 (comment) +#. Documentation/learning/fundamental.itely:707 (comment) #. Documentation/cs/learning/fundamental.itely:766 (comment) #. Documentation/cs/learning/fundamental.itely:790 (comment) msgid "Main voice" msgstr "Voz principal" -#. Documentation/learning/fundamental.itely:682 (comment) +#. Documentation/learning/fundamental.itely:685 (comment) #. Documentation/cs/learning/fundamental.itely:768 (comment) msgid "Voice \\\"1\\\" Voice \\\"2\\\" Voice \\\"3\\\"" msgstr "Voz \\\"1\\\" Voz \\\"2\\\" Voz \\\"3\\\"" -#. Documentation/learning/fundamental.itely:706 (comment) +#. Documentation/learning/fundamental.itely:709 (comment) #. Documentation/cs/learning/fundamental.itely:792 (comment) msgid "Bar 1" msgstr "Compás 1" # También Líneas divisorias. FVD -#. Documentation/learning/fundamental.itely:717 (comment) +#. Documentation/learning/fundamental.itely:720 (comment) #. Documentation/cs/learning/fundamental.itely:803 (comment) msgid "Bar 2" msgstr "Compás 2" -#. Documentation/learning/fundamental.itely:718 (comment) +#. Documentation/learning/fundamental.itely:721 (comment) #. Documentation/cs/learning/fundamental.itely:804 (comment) msgid "Voice 1 continues" msgstr "Continúa la voz 1" -#. Documentation/learning/fundamental.itely:721 (comment) +#. Documentation/learning/fundamental.itely:724 (comment) #. Documentation/cs/learning/fundamental.itely:807 (comment) msgid "Voice 2 continues" msgstr "Continúa la voz 2" -#. Documentation/learning/fundamental.itely:896 (comment) +#. Documentation/learning/fundamental.itely:903 (comment) #. Documentation/cs/learning/fundamental.itely:984 (comment) msgid "Voice one" msgstr "Voz uno" -#. Documentation/learning/fundamental.itely:898 (comment) +#. Documentation/learning/fundamental.itely:905 (comment) #. Documentation/cs/learning/fundamental.itely:986 (comment) msgid "Voice two" msgstr "Voz dos" -#. Documentation/learning/fundamental.itely:900 (comment) +#. Documentation/learning/fundamental.itely:907 (comment) #. Documentation/cs/learning/fundamental.itely:988 (comment) msgid "Omit Voice three" msgstr "Omitir la voz tres" -#. Documentation/learning/fundamental.itely:901 (comment) +#. Documentation/learning/fundamental.itely:908 (comment) #. Documentation/cs/learning/fundamental.itely:989 (comment) msgid "Voice four" msgstr "Voz cuatro" -#. Documentation/learning/fundamental.itely:1000 (comment) +#. Documentation/learning/fundamental.itely:1007 (comment) #. Documentation/cs/learning/fundamental.itely:1091 (comment) msgid "Default behavior or behavior after \\oneVoice" msgstr "Comportamiento predeterminado o comportamiento después de \\oneVoice" -#. Documentation/learning/fundamental.itely:1038 (comment) +#. Documentation/learning/fundamental.itely:1045 (comment) #. Documentation/cs/learning/fundamental.itely:1130 (comment) msgid "The following notes are monophonic" msgstr "Las notas siguientes son monofónicas" -#. Documentation/learning/fundamental.itely:1040 (comment) +#. Documentation/learning/fundamental.itely:1047 (comment) #. Documentation/cs/learning/fundamental.itely:1132 (comment) msgid "Start simultaneous section of three voices" msgstr "Inicio de la sección de tres voces simultáneas" -#. Documentation/learning/fundamental.itely:1042 (comment) +#. Documentation/learning/fundamental.itely:1049 (comment) #. Documentation/cs/learning/fundamental.itely:1134 (comment) msgid "Continue the main voice in parallel" msgstr "Continuar la voz principal en paralelo" -#. Documentation/learning/fundamental.itely:1044 (comment) -#. Documentation/learning/fundamental.itely:1106 (comment) +#. Documentation/learning/fundamental.itely:1051 (comment) +#. Documentation/learning/fundamental.itely:1113 (comment) #. Documentation/cs/learning/fundamental.itely:1136 (comment) #. Documentation/cs/learning/fundamental.itely:1202 (comment) msgid "Initiate second voice" msgstr "Iniciar la segunda voz" -#. Documentation/learning/fundamental.itely:1046 (comment) +#. Documentation/learning/fundamental.itely:1053 (comment) #. Documentation/cs/learning/fundamental.itely:1138 (comment) msgid "Set stems, etc., down" msgstr "Poner plicas, etc. hacia abajo" -#. Documentation/learning/fundamental.itely:1050 (comment) -#. Documentation/learning/fundamental.itely:1112 (comment) +#. Documentation/learning/fundamental.itely:1057 (comment) +#. Documentation/learning/fundamental.itely:1119 (comment) #. Documentation/cs/learning/fundamental.itely:1142 (comment) #. Documentation/cs/learning/fundamental.itely:1208 (comment) msgid "Initiate third voice" msgstr "Iniciar la tercera voz" -#. Documentation/learning/fundamental.itely:1052 (comment) -#. Documentation/learning/fundamental.itely:1114 (comment) +#. Documentation/learning/fundamental.itely:1059 (comment) +#. Documentation/learning/fundamental.itely:1121 (comment) #. Documentation/cs/learning/fundamental.itely:1144 (comment) #. Documentation/cs/learning/fundamental.itely:1210 (comment) msgid "Set stems, etc, up" msgstr "Poner las plicas, etc. hacia arriba" -#. Documentation/learning/fundamental.itely:1101 (comment) +#. Documentation/learning/fundamental.itely:1108 (comment) #. Documentation/cs/learning/fundamental.itely:1197 (comment) msgid "Initiate first voice" msgstr "Iniciar la primera voz" -#. Documentation/learning/fundamental.itely:1108 (comment) +#. Documentation/learning/fundamental.itely:1115 (comment) #. Documentation/cs/learning/fundamental.itely:1204 (comment) msgid "Set stems, etc, down" msgstr "Poner plicas, etc. hacia abajo" -#. Documentation/learning/fundamental.itely:1195 (context id) -#. Documentation/learning/fundamental.itely:2306 (context id) +#. Documentation/learning/fundamental.itely:1202 (context id) +#. Documentation/learning/fundamental.itely:2313 (context id) #. Documentation/cs/learning/fundamental.itely:1303 (context id) #. Documentation/cs/learning/fundamental.itely:2522 (context id) -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:37 (variable) +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:39 (variable) #. Documentation/snippets/jazz-combo-template.ly:236 (context id) #. Documentation/snippets/jazz-combo-template.ly:245 (context id) -#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:93 (context id) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:82 (context id) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:83 (context id) +#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:94 (context id) msgid "one" msgstr "uno" -#. Documentation/learning/fundamental.itely:1240 (variable) -#. Documentation/learning/fundamental.itely:2572 (variable) -#. Documentation/learning/tweaks.itely:3629 (variable) +#. Documentation/learning/fundamental.itely:1247 (variable) +#. Documentation/learning/fundamental.itely:2579 (variable) +#. Documentation/learning/tweaks.itely:3630 (variable) #. Documentation/cs/learning/fundamental.itely:1352 (variable) #. Documentation/cs/learning/fundamental.itely:2796 (variable) #. Documentation/cs/learning/tweaks.itely:3964 (variable) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:82 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:84 (variable) -#. Documentation/snippets/hymn-template.ly:89 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:83 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:85 (variable) +#. Documentation/snippets/hymn-template.ly:90 (variable) #. Documentation/snippets/incipit.ly:73 (variable) #. Documentation/snippets/jazz-combo-template.ly:106 (variable) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:48 (variable) -#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:56 (variable) +#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:57 (variable) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:22 (variable) #. Documentation/snippets/printing-music-with-different-time-signatures.ly:36 (variable) -#. Documentation/snippets/satb-choir-template---four-staves.ly:52 (variable) -#. Documentation/snippets/string-quartet-template-simple.ly:61 (variable) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:131 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:35 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:84 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:53 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:62 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:132 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:36 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:86 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:66 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:69 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:67 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:70 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:84 (variable) msgid "global" msgstr "global" -#. Documentation/learning/fundamental.itely:1242 (variable) +#. Documentation/learning/fundamental.itely:1249 (variable) #. Documentation/cs/learning/fundamental.itely:1354 (variable) msgid "SopOneMusic" msgstr "MusicaSopranoUno" -#. Documentation/learning/fundamental.itely:1245 (variable) +#. Documentation/learning/fundamental.itely:1252 (variable) #. Documentation/cs/learning/fundamental.itely:1357 (variable) msgid "SopOneLyrics" msgstr "LetraSopranoUno" -#. Documentation/learning/fundamental.itely:1248 (variable) +#. Documentation/learning/fundamental.itely:1255 (variable) #. Documentation/cs/learning/fundamental.itely:1360 (variable) msgid "SopTwoMusic" msgstr "MusicaSopranoDos" -#. Documentation/learning/fundamental.itely:1251 (variable) +#. Documentation/learning/fundamental.itely:1258 (variable) #. Documentation/cs/learning/fundamental.itely:1363 (variable) msgid "SopTwoLyrics" msgstr "LetraSopranoDos" -#. Documentation/learning/fundamental.itely:1258 (context id) +#. Documentation/learning/fundamental.itely:1265 (context id) #. Documentation/cs/learning/fundamental.itely:1370 (context id) msgid "SopOne" msgstr "SopranoUno" -#. Documentation/learning/fundamental.itely:1267 (context id) +#. Documentation/learning/fundamental.itely:1274 (context id) #. Documentation/cs/learning/fundamental.itely:1379 (context id) msgid "SopTwo" msgstr "SopranoDos" -#. Documentation/learning/fundamental.itely:1299 (variable) -#. Documentation/learning/fundamental.itely:2904 (variable) +#. Documentation/learning/fundamental.itely:1306 (variable) +#. Documentation/learning/fundamental.itely:2911 (variable) #. Documentation/cs/learning/fundamental.itely:1415 (variable) #. Documentation/cs/learning/fundamental.itely:3155 (variable) msgid "keyTime" msgstr "tonalidadCompas" -#. Documentation/learning/fundamental.itely:1301 (variable) +#. Documentation/learning/fundamental.itely:1308 (variable) #. Documentation/cs/learning/fundamental.itely:1417 (variable) msgid "SopMusic" msgstr "MusicaSoprano" -#. Documentation/learning/fundamental.itely:1302 (variable) -#. Documentation/learning/tweaks.itely:3632 (variable) +#. Documentation/learning/fundamental.itely:1309 (variable) +#. Documentation/learning/tweaks.itely:3633 (variable) #. Documentation/cs/learning/fundamental.itely:1418 (variable) #. Documentation/cs/learning/tweaks.itely:3967 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:69 (variable) -#. Documentation/snippets/hymn-template.ly:74 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:70 (variable) +#. Documentation/snippets/hymn-template.ly:75 (variable) msgid "AltoMusic" msgstr "MusicaAlto" -#. Documentation/learning/fundamental.itely:1303 (variable) -#. Documentation/learning/tweaks.itely:3633 (variable) +#. Documentation/learning/fundamental.itely:1310 (variable) +#. Documentation/learning/tweaks.itely:3634 (variable) #. Documentation/cs/learning/fundamental.itely:1419 (variable) #. Documentation/cs/learning/tweaks.itely:3968 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:74 (variable) -#. Documentation/snippets/hymn-template.ly:79 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:75 (variable) +#. Documentation/snippets/hymn-template.ly:80 (variable) msgid "TenorMusic" msgstr "MusicaTenor" -#. Documentation/learning/fundamental.itely:1304 (variable) -#. Documentation/learning/tweaks.itely:3634 (variable) +#. Documentation/learning/fundamental.itely:1311 (variable) +#. Documentation/learning/tweaks.itely:3635 (variable) #. Documentation/cs/learning/fundamental.itely:1420 (variable) #. Documentation/cs/learning/tweaks.itely:3969 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:79 (variable) -#. Documentation/snippets/hymn-template.ly:84 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:80 (variable) +#. Documentation/snippets/hymn-template.ly:85 (variable) msgid "BassMusic" msgstr "MusicaBajo" -#. Documentation/learning/fundamental.itely:1306 (variable) -#. Documentation/learning/tweaks.itely:3636 (variable) +#. Documentation/learning/fundamental.itely:1313 (variable) +#. Documentation/learning/tweaks.itely:3637 (variable) #. Documentation/cs/learning/fundamental.itely:1422 (variable) #. Documentation/cs/learning/tweaks.itely:3971 (variable) msgid "VerseOne" msgstr "EstrofaUno" -#. Documentation/learning/fundamental.itely:1308 (variable) -#. Documentation/learning/tweaks.itely:3640 (variable) +#. Documentation/learning/fundamental.itely:1315 (variable) +#. Documentation/learning/tweaks.itely:3641 (variable) #. Documentation/cs/learning/fundamental.itely:1424 (variable) #. Documentation/cs/learning/tweaks.itely:3975 (variable) msgid "VerseTwo" msgstr "EstrofaDos" -#. Documentation/learning/fundamental.itely:1310 (variable) -#. Documentation/learning/tweaks.itely:3644 (variable) +#. Documentation/learning/fundamental.itely:1317 (variable) +#. Documentation/learning/tweaks.itely:3645 (variable) #. Documentation/cs/learning/fundamental.itely:1426 (variable) #. Documentation/cs/learning/tweaks.itely:3979 (variable) msgid "VerseThree" msgstr "EstrofaTres" -#. Documentation/learning/fundamental.itely:1312 (variable) -#. Documentation/learning/tweaks.itely:3648 (variable) +#. Documentation/learning/fundamental.itely:1319 (variable) +#. Documentation/learning/tweaks.itely:3649 (variable) #. Documentation/cs/learning/fundamental.itely:1428 (variable) #. Documentation/cs/learning/tweaks.itely:3983 (variable) msgid "VerseFour" msgstr "EstrofaCuatro" -#. Documentation/learning/fundamental.itely:1319 (context id) +#. Documentation/learning/fundamental.itely:1326 (context id) #. Documentation/cs/learning/fundamental.itely:1435 (context id) msgid "Sop" msgstr "Soprano" -#. Documentation/learning/fundamental.itely:1320 (context id) -#. Documentation/learning/tweaks.itely:3657 (context id) +#. Documentation/learning/fundamental.itely:1327 (context id) +#. Documentation/learning/tweaks.itely:3658 (context id) #. Documentation/notation/input.itely:1610 (context id) #. Documentation/cs/learning/fundamental.itely:1436 (context id) #. Documentation/cs/learning/tweaks.itely:3992 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:109 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:110 (context id) #. Documentation/snippets/chords-headword.ly:52 (variable) -#. Documentation/snippets/hymn-template.ly:104 (context id) +#. Documentation/snippets/hymn-template.ly:105 (context id) msgid "Alto" msgstr "Alto" -#. Documentation/learning/fundamental.itely:1328 (context id) -#. Documentation/learning/tweaks.itely:3665 (context id) +#. Documentation/learning/fundamental.itely:1335 (context id) +#. Documentation/learning/tweaks.itely:3666 (context id) #. Documentation/notation/input.itely:1612 (context id) #. Documentation/cs/learning/fundamental.itely:1444 (context id) #. Documentation/cs/learning/tweaks.itely:4000 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:117 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:118 (context id) #. Documentation/snippets/chords-headword.ly:58 (variable) -#. Documentation/snippets/hymn-template.ly:113 (context id) +#. Documentation/snippets/hymn-template.ly:114 (context id) msgid "Tenor" msgstr "Tenor" # También Líneas divisorias. FVD -#. Documentation/learning/fundamental.itely:1329 (context id) -#. Documentation/learning/tweaks.itely:3666 (context id) +#. Documentation/learning/fundamental.itely:1336 (context id) +#. Documentation/learning/tweaks.itely:3667 (context id) #. Documentation/notation/input.itely:1617 (context id) #. Documentation/cs/learning/fundamental.itely:1445 (context id) #. Documentation/cs/learning/tweaks.itely:4001 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:121 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:122 (context id) #. Documentation/snippets/chords-headword.ly:65 (variable) -#. Documentation/snippets/hymn-template.ly:118 (context id) +#. Documentation/snippets/hymn-template.ly:119 (context id) #. Documentation/snippets/jazz-combo-template.ly:259 (variable) msgid "Bass" msgstr "Bajo" -#. Documentation/learning/fundamental.itely:1473 (comment) +#. Documentation/learning/fundamental.itely:1480 (comment) #. Documentation/cs/learning/fundamental.itely:1613 (comment) msgid "start of single compound music expression" msgstr "inicio de la expresión musical compuesta única" -#. Documentation/learning/fundamental.itely:1474 (comment) +#. Documentation/learning/fundamental.itely:1481 (comment) #. Documentation/cs/learning/fundamental.itely:1614 (comment) msgid "start of simultaneous staves section" msgstr "inicio de la sección de pentagramas simultáneos" -#. Documentation/learning/fundamental.itely:1476 (comment) +#. Documentation/learning/fundamental.itely:1483 (comment) #. Documentation/cs/learning/fundamental.itely:1616 (comment) msgid "create RH staff" msgstr "crear pentagrama de la M.D." -#. Documentation/learning/fundamental.itely:1479 (comment) +#. Documentation/learning/fundamental.itely:1486 (comment) #. Documentation/cs/learning/fundamental.itely:1619 (comment) msgid "create voice for RH notes" msgstr "crear voz para las notas de la M.D." -#. Documentation/learning/fundamental.itely:1480 (comment) +#. Documentation/learning/fundamental.itely:1487 (comment) #. Documentation/cs/learning/fundamental.itely:1620 (comment) msgid "start of RH notes" msgstr "inicio de las notas de la M.D." -#. Documentation/learning/fundamental.itely:1483 (comment) +#. Documentation/learning/fundamental.itely:1490 (comment) #. Documentation/cs/learning/fundamental.itely:1623 (comment) msgid "end of RH notes" msgstr "fin de las notas de la M.D." -#. Documentation/learning/fundamental.itely:1484 (comment) +#. Documentation/learning/fundamental.itely:1491 (comment) #. Documentation/cs/learning/fundamental.itely:1624 (comment) msgid "end of RH voice" msgstr "fin de la voz de la M.D." -#. Documentation/learning/fundamental.itely:1485 (comment) +#. Documentation/learning/fundamental.itely:1492 (comment) #. Documentation/cs/learning/fundamental.itely:1625 (comment) msgid "end of RH staff" msgstr "fin del pentagrama de la M.D." -#. Documentation/learning/fundamental.itely:1486 (comment) +#. Documentation/learning/fundamental.itely:1493 (comment) #. Documentation/cs/learning/fundamental.itely:1626 (comment) msgid "create LH staff; needs two simultaneous voices" msgstr "crear el pentagrama de la M.I.; necesita dos voces" -#. Documentation/learning/fundamental.itely:1489 (comment) +#. Documentation/learning/fundamental.itely:1496 (comment) #. Documentation/cs/learning/fundamental.itely:1629 (comment) msgid "create LH voice one" msgstr "crear la voz uno de la M.I." -#. Documentation/learning/fundamental.itely:1491 (comment) +#. Documentation/learning/fundamental.itely:1498 (comment) #. Documentation/cs/learning/fundamental.itely:1631 (comment) msgid "start of LH voice one notes" msgstr "inicio de las notas de la voz uno de la M.I." -#. Documentation/learning/fundamental.itely:1494 (comment) +#. Documentation/learning/fundamental.itely:1501 (comment) #. Documentation/cs/learning/fundamental.itely:1634 (comment) msgid "end of LH voice one notes" msgstr "fin de las notas de la voz uno de la M.I." -#. Documentation/learning/fundamental.itely:1495 (comment) +#. Documentation/learning/fundamental.itely:1502 (comment) #. Documentation/cs/learning/fundamental.itely:1635 (comment) msgid "end of LH voice one" msgstr "fin de la voz uno de la M.I." -#. Documentation/learning/fundamental.itely:1496 (comment) +#. Documentation/learning/fundamental.itely:1503 (comment) #. Documentation/cs/learning/fundamental.itely:1636 (comment) msgid "create LH voice two" msgstr "crear voz dos de la M.I." -#. Documentation/learning/fundamental.itely:1498 (comment) +#. Documentation/learning/fundamental.itely:1505 (comment) #. Documentation/cs/learning/fundamental.itely:1638 (comment) msgid "start of LH voice two notes" msgstr "inicio de las notas de la voz dos de la M.I." -#. Documentation/learning/fundamental.itely:1501 (comment) +#. Documentation/learning/fundamental.itely:1508 (comment) #. Documentation/cs/learning/fundamental.itely:1641 (comment) msgid "end of LH voice two notes" msgstr "fin de las notas de la voz dos de la M.I." -#. Documentation/learning/fundamental.itely:1502 (comment) +#. Documentation/learning/fundamental.itely:1509 (comment) #. Documentation/cs/learning/fundamental.itely:1642 (comment) msgid "end of LH voice two" msgstr "fin de la voz dos de la M.I." -#. Documentation/learning/fundamental.itely:1503 (comment) +#. Documentation/learning/fundamental.itely:1510 (comment) #. Documentation/cs/learning/fundamental.itely:1643 (comment) msgid "end of LH staff" msgstr "fin del pentagrama de la M.I." -#. Documentation/learning/fundamental.itely:1504 (comment) +#. Documentation/learning/fundamental.itely:1511 (comment) #. Documentation/cs/learning/fundamental.itely:1644 (comment) msgid "end of simultaneous staves section" msgstr "fin de la sección de pentagramas simultáneos" -#. Documentation/learning/fundamental.itely:1505 (comment) +#. Documentation/learning/fundamental.itely:1512 (comment) #. Documentation/cs/learning/fundamental.itely:1645 (comment) msgid "end of single compound music expression" msgstr "fin de la expresión musical compuesta única" -#. Documentation/learning/fundamental.itely:1724 (comment) +#. Documentation/learning/fundamental.itely:1731 (comment) #. Documentation/cs/learning/fundamental.itely:1894 (comment) msgid "Wrong!" msgstr "¡Mal!" # Fuzzy.FVD -#. Documentation/learning/fundamental.itely:1810 (comment) -#. Documentation/learning/fundamental.itely:1987 (comment) +#. Documentation/learning/fundamental.itely:1817 (comment) +#. Documentation/learning/fundamental.itely:1994 (comment) #. Documentation/cs/learning/fundamental.itely:1983 (comment) #. Documentation/cs/learning/fundamental.itely:2176 (comment) msgid "make note heads smaller" msgstr "cabezas más pequeñas" # Fuzzy.FVD -#. Documentation/learning/fundamental.itely:1813 (comment) -#. Documentation/learning/fundamental.itely:1989 (comment) +#. Documentation/learning/fundamental.itely:1820 (comment) +#. Documentation/learning/fundamental.itely:1996 (comment) #. Documentation/cs/learning/fundamental.itely:1986 (comment) #. Documentation/cs/learning/fundamental.itely:2178 (comment) msgid "make note heads larger" msgstr "cabezas más grandes" -#. Documentation/learning/fundamental.itely:1816 (comment) -#. Documentation/learning/fundamental.itely:1991 (comment) +#. Documentation/learning/fundamental.itely:1823 (comment) +#. Documentation/learning/fundamental.itely:1998 (comment) #. Documentation/cs/learning/fundamental.itely:1989 (comment) #. Documentation/cs/learning/fundamental.itely:2180 (comment) msgid "return to default size" msgstr "tamaño predeterminado" -#. Documentation/learning/fundamental.itely:2285 (variable) -#. Documentation/learning/fundamental.itely:2573 (variable) +#. Documentation/learning/fundamental.itely:2292 (variable) +#. Documentation/learning/fundamental.itely:2580 (variable) #. Documentation/notation/input.itely:1602 (variable) #. Documentation/cs/learning/fundamental.itely:2501 (variable) #. Documentation/cs/learning/fundamental.itely:2800 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:87 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:88 (variable) msgid "sopranoMusic" msgstr "musicaSoprano" -#. Documentation/learning/fundamental.itely:2292 (variable) +#. Documentation/learning/fundamental.itely:2299 (variable) #. Documentation/cs/learning/fundamental.itely:2508 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:88 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:89 (variable) msgid "sopranoLyrics" msgstr "letraSoprano" -#. Documentation/learning/fundamental.itely:2296 (variable) +#. Documentation/learning/fundamental.itely:2303 (variable) #. Documentation/cs/learning/fundamental.itely:2512 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:100 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:101 (variable) msgid "celloMusic" msgstr "musicaCello" -#. Documentation/learning/fundamental.itely:2577 (variable) +#. Documentation/learning/fundamental.itely:2584 (variable) #. Documentation/cs/learning/fundamental.itely:2804 (variable) msgid "sopranoWords" msgstr "letraSoprano" -#. Documentation/learning/fundamental.itely:2580 (variable) +#. Documentation/learning/fundamental.itely:2587 (variable) #. Documentation/notation/input.itely:1603 (variable) #. Documentation/cs/learning/fundamental.itely:2807 (variable) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:59 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:96 (variable) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:33 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:98 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:78 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:79 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:96 (variable) msgid "altoMusic" msgstr "musicaContralto" -#. Documentation/learning/fundamental.itely:2584 (variable) +#. Documentation/learning/fundamental.itely:2591 (variable) #. Documentation/cs/learning/fundamental.itely:2811 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:99 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:101 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:81 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:82 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:99 (variable) msgid "altoWords" msgstr "letraContralto" -#. Documentation/learning/fundamental.itely:2585 (variable) +#. Documentation/learning/fundamental.itely:2592 (variable) #. Documentation/notation/input.itely:1604 (variable) #. Documentation/cs/learning/fundamental.itely:2812 (variable) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:65 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:93 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:103 (variable) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:39 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:94 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:105 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:85 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:86 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:103 (variable) msgid "tenorMusic" msgstr "musicaTenor" -#. Documentation/learning/fundamental.itely:2589 (variable) +#. Documentation/learning/fundamental.itely:2596 (variable) #. Documentation/cs/learning/fundamental.itely:2816 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:106 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:108 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:88 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:89 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:106 (variable) msgid "tenorWords" msgstr "letraTenor" -#. Documentation/learning/fundamental.itely:2590 (variable) +#. Documentation/learning/fundamental.itely:2597 (variable) #. Documentation/notation/input.itely:1605 (variable) #. Documentation/cs/learning/fundamental.itely:2817 (variable) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:70 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:101 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:110 (variable) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:44 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:102 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:112 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:92 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:93 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:110 (variable) msgid "bassMusic" msgstr "musicaBajo" -#. Documentation/learning/fundamental.itely:2594 (variable) +#. Documentation/learning/fundamental.itely:2601 (variable) #. Documentation/cs/learning/fundamental.itely:2821 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:113 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:115 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:95 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:96 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:113 (variable) msgid "bassWords" msgstr "letraBajo" -#. Documentation/learning/fundamental.itely:2611 (comment) +#. Documentation/learning/fundamental.itely:2618 (comment) #. Documentation/cs/learning/fundamental.itely:2838 (comment) msgid "combine ChoirStaff and PianoStaff in parallel" msgstr "combinar ChoirStaff y PianoStaff en paralelo" -#. Documentation/learning/fundamental.itely:2613 (context id) -#. Documentation/learning/fundamental.itely:2615 (context id) +#. Documentation/learning/fundamental.itely:2620 (context id) +#. Documentation/learning/fundamental.itely:2622 (context id) #. Documentation/cs/learning/fundamental.itely:2840 (context id) #. Documentation/cs/learning/fundamental.itely:2842 (context id) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:83 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:124 (context id) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:57 (context id) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:127 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:102 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:103 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:124 (context id) msgid "sopranos" msgstr "sopranos" -#. Documentation/learning/fundamental.itely:2623 (context id) -#. Documentation/learning/fundamental.itely:2625 (context id) +#. Documentation/learning/fundamental.itely:2630 (context id) +#. Documentation/learning/fundamental.itely:2632 (context id) #. Documentation/cs/learning/fundamental.itely:2850 (context id) #. Documentation/cs/learning/fundamental.itely:2852 (context id) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:87 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:128 (context id) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:61 (context id) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:128 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:103 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:104 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:128 (context id) msgid "altos" msgstr "altos" -#. Documentation/learning/fundamental.itely:2633 (context id) -#. Documentation/learning/fundamental.itely:2635 (context id) +#. Documentation/learning/fundamental.itely:2640 (context id) +#. Documentation/learning/fundamental.itely:2642 (context id) #. Documentation/cs/learning/fundamental.itely:2860 (context id) #. Documentation/cs/learning/fundamental.itely:2862 (context id) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:96 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:140 (context id) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:70 (context id) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:138 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:115 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:116 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:140 (context id) msgid "tenors" msgstr "tenores" -#. Documentation/learning/fundamental.itely:2643 (context id) -#. Documentation/learning/fundamental.itely:2645 (context id) +#. Documentation/learning/fundamental.itely:2650 (context id) +#. Documentation/learning/fundamental.itely:2652 (context id) #. Documentation/cs/learning/fundamental.itely:2870 (context id) #. Documentation/cs/learning/fundamental.itely:2872 (context id) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:100 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:144 (context id) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:74 (context id) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:139 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:116 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:117 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:144 (context id) msgid "basses" msgstr "bajos" -#. Documentation/learning/fundamental.itely:2653 (comment) +#. Documentation/learning/fundamental.itely:2660 (comment) #. Documentation/cs/learning/fundamental.itely:2880 (comment) msgid "end ChoirStaff" msgstr "fin del ChoirStaff" -#. Documentation/learning/fundamental.itely:2905 (variable) +#. Documentation/learning/fundamental.itely:2912 (variable) #. Documentation/cs/learning/fundamental.itely:3156 (variable) msgid "ManualOneVoiceOneMusic" msgstr "MusicaManualUnoVozUno" -#. Documentation/learning/fundamental.itely:2909 (variable) +#. Documentation/learning/fundamental.itely:2916 (variable) #. Documentation/cs/learning/fundamental.itely:3160 (variable) msgid "ManualOneVoiceTwoMusic" msgstr "MusicaManualUnoVozDos" -#. Documentation/learning/fundamental.itely:2913 (variable) +#. Documentation/learning/fundamental.itely:2920 (variable) #. Documentation/cs/learning/fundamental.itely:3164 (variable) msgid "ManualTwoMusic" msgstr "MusicaManualDos" -#. Documentation/learning/fundamental.itely:2917 (variable) +#. Documentation/learning/fundamental.itely:2924 (variable) #. Documentation/cs/learning/fundamental.itely:3168 (variable) msgid "PedalOrganMusic" msgstr "MusicaPedales" -#. Documentation/learning/fundamental.itely:2923 (comment) +#. Documentation/learning/fundamental.itely:2930 (comment) #. Documentation/cs/learning/fundamental.itely:3174 (comment) msgid "PianoStaff and Pedal Staff must be simultaneous" msgstr "El PianoStaff y el pentagrama del Pedal son simultáneos" -#. Documentation/learning/fundamental.itely:2925 (context id) +#. Documentation/learning/fundamental.itely:2932 (context id) #. Documentation/cs/learning/fundamental.itely:3176 (context id) msgid "ManualOne" msgstr "ManualUno" -#. Documentation/learning/fundamental.itely:2926 (comment) +#. Documentation/learning/fundamental.itely:2933 (comment) msgid "set key and time signature" msgstr "Fijar la armadura y el compás" -#. Documentation/learning/fundamental.itely:2936 (comment) +#. Documentation/learning/fundamental.itely:2943 (comment) #. Documentation/cs/learning/fundamental.itely:3187 (comment) msgid "end ManualOne Staff context" msgstr "fin del contexto de pentagrama del ManualUno" -#. Documentation/learning/fundamental.itely:2937 (context id) +#. Documentation/learning/fundamental.itely:2944 (context id) #. Documentation/cs/learning/fundamental.itely:3188 (context id) msgid "ManualTwo" msgstr "ManualDos" -#. Documentation/learning/fundamental.itely:2946 (comment) +#. Documentation/learning/fundamental.itely:2953 (comment) #. Documentation/cs/learning/fundamental.itely:3197 (comment) msgid "end ManualTwo Staff context" msgstr "fin del contexto de pentagrama del ManualDos" -#. Documentation/learning/fundamental.itely:2947 (comment) +#. Documentation/learning/fundamental.itely:2954 (comment) #. Documentation/cs/learning/fundamental.itely:3198 (comment) msgid "end PianoStaff context" msgstr "fin del contexto PianoStaff" -#. Documentation/learning/fundamental.itely:2948 (context id) +#. Documentation/learning/fundamental.itely:2955 (context id) #. Documentation/cs/learning/fundamental.itely:3199 (context id) msgid "PedalOrgan" msgstr "Pedales" -#. Documentation/learning/fundamental.itely:2954 (comment) +#. Documentation/learning/fundamental.itely:2961 (comment) #. Documentation/cs/learning/fundamental.itely:3205 (comment) msgid "end PedalOrgan Staff context" msgstr "fin del contexto de pentagrama del Pedal" -#. Documentation/learning/fundamental.itely:2956 (comment) +#. Documentation/learning/fundamental.itely:2963 (comment) #. Documentation/cs/learning/fundamental.itely:3207 (comment) msgid "end Score context" msgstr "fin del contexto de Score (partitura)" -#. Documentation/learning/fundamental.itely:2972 (variable) +#. Documentation/learning/fundamental.itely:2979 (variable) #. Documentation/cs/learning/fundamental.itely:3224 (variable) msgid "hornNotes" msgstr "notasTrompa" -#. Documentation/learning/fundamental.itely:2984 (variable) +#. Documentation/learning/fundamental.itely:2991 (variable) #. Documentation/cs/learning/fundamental.itely:3237 (variable) msgid "fragmentA" msgstr "fragmentoA" -#. Documentation/learning/fundamental.itely:2985 (variable) +#. Documentation/learning/fundamental.itely:2992 (variable) #. Documentation/cs/learning/fundamental.itely:3238 (variable) msgid "fragmentB" msgstr "fragmentoB" -#. Documentation/learning/fundamental.itely:3004 (variable) +#. Documentation/learning/fundamental.itely:3011 (variable) #. Documentation/cs/learning/fundamental.itely:3257 (variable) msgid "dolce" msgstr "dolce" -#. Documentation/learning/fundamental.itely:3007 (variable) +#. Documentation/learning/fundamental.itely:3014 (variable) #. Documentation/cs/learning/fundamental.itely:3259 (variable) msgid "fthenp" msgstr "f_luego_p" @@ -2335,190 +2345,187 @@ msgstr "Ahorrar tecleo mediante variables y funciones" msgid "Scores and parts" msgstr "Partituras y particellas" -#. Documentation/learning/tweaks.itely:605 (comment) -#. Documentation/learning/tweaks.itely:743 (comment) +#. Documentation/learning/tweaks.itely:604 (comment) +#. Documentation/learning/tweaks.itely:742 (comment) #. Documentation/cs/learning/tweaks.itely:680 (comment) #. Documentation/cs/learning/tweaks.itely:825 (comment) msgid "Increase thickness of all following slurs from 1.2 to 5.0" msgstr "Aumentar el grosor de todas las ligaduras siguientes de 1.2 a 5.0" -#. Documentation/learning/tweaks.itely:675 (comment) -#. Documentation/learning/tweaks.itely:715 (comment) -#. Documentation/learning/tweaks.itely:718 (comment) +#. Documentation/learning/tweaks.itely:674 (comment) +#. Documentation/learning/tweaks.itely:714 (comment) +#. Documentation/learning/tweaks.itely:717 (comment) #. Documentation/cs/learning/tweaks.itely:755 (comment) #. Documentation/cs/learning/tweaks.itely:797 (comment) #. Documentation/cs/learning/tweaks.itely:800 (comment) msgid "Increase thickness of immediately following slur only" msgstr "Aumentar solamente el grosor de la ligadura siguiente" -#. Documentation/learning/tweaks.itely:747 (comment) +#. Documentation/learning/tweaks.itely:746 (comment) #. Documentation/cs/learning/tweaks.itely:829 (comment) msgid "Revert thickness of all following slurs to default of 1.2" -msgstr "" -"Devolver el grosor de las ligaduras siguientes al valor predeterminado 1.2" +msgstr "Devolver el grosor de las ligaduras siguientes al valor predeterminado 1.2" -#. Documentation/learning/tweaks.itely:1424 (comment) +#. Documentation/learning/tweaks.itely:1423 (comment) #. Documentation/cs/learning/tweaks.itely:1584 (comment) msgid "Don't print clefs in this staff" msgstr "No imprimir la clave en este pentagrama" -#. Documentation/learning/tweaks.itely:1426 (comment) +#. Documentation/learning/tweaks.itely:1425 (comment) #. Documentation/cs/learning/tweaks.itely:1586 (comment) msgid "Don't print time signatures in this staff" msgstr "No imprimir el compás en este pentagrama" -#. Documentation/learning/tweaks.itely:1490 (comment) +#. Documentation/learning/tweaks.itely:1489 (comment) #. Documentation/cs/learning/tweaks.itely:1657 (comment) msgid "Reduce all font sizes by ~24%" msgstr "Reducir el tamaño de la fuente en un 24% aprox." -#. Documentation/learning/tweaks.itely:1557 (comment) +#. Documentation/learning/tweaks.itely:1556 (comment) #. Documentation/cs/learning/tweaks.itely:1731 (comment) msgid "Reduce stem length and line spacing to match" -msgstr "" -"Reducir la longitud de la plica y el espaciado de la línea en coincidencia" +msgstr "Reducir la longitud de la plica y el espaciado de la línea en coincidencia" -#. Documentation/learning/tweaks.itely:2008 (comment) -#. Documentation/learning/tweaks.itely:2058 (comment) +#. Documentation/learning/tweaks.itely:2007 (comment) +#. Documentation/learning/tweaks.itely:2057 (comment) #. Documentation/cs/learning/tweaks.itely:2207 (comment) #. Documentation/cs/learning/tweaks.itely:2285 (comment) msgid "Set details for later Text Spanner" msgstr "Establecer ajustes para el extensor de texto ulterior" -#. Documentation/learning/tweaks.itely:2011 (comment) -#. Documentation/learning/tweaks.itely:2061 (comment) +#. Documentation/learning/tweaks.itely:2010 (comment) +#. Documentation/learning/tweaks.itely:2060 (comment) #. Documentation/cs/learning/tweaks.itely:2210 (comment) #. Documentation/cs/learning/tweaks.itely:2288 (comment) msgid "Place dynamics above staff" msgstr "Situar la dinámica por encima" # fuzzy. FVD -#. Documentation/learning/tweaks.itely:2013 (comment) -#. Documentation/learning/tweaks.itely:2065 (comment) +#. Documentation/learning/tweaks.itely:2012 (comment) +#. Documentation/learning/tweaks.itely:2064 (comment) #. Documentation/cs/learning/tweaks.itely:2212 (comment) #. Documentation/cs/learning/tweaks.itely:2292 (comment) msgid "Start Ottava Bracket" msgstr "Inicio del corchete de octava" -#. Documentation/learning/tweaks.itely:2016 (comment) +#. Documentation/learning/tweaks.itely:2015 (comment) #. Documentation/cs/learning/tweaks.itely:2215 (comment) msgid "Add Dynamic Text and hairpin" msgstr "Añadir indicación dinámica textual y regulador" -#. Documentation/learning/tweaks.itely:2019 (comment) -#. Documentation/learning/tweaks.itely:2072 (comment) +#. Documentation/learning/tweaks.itely:2018 (comment) +#. Documentation/learning/tweaks.itely:2071 (comment) #. Documentation/cs/learning/tweaks.itely:2218 (comment) #. Documentation/cs/learning/tweaks.itely:2299 (comment) msgid "Add Text Script" msgstr "Añadir inscripción de texto" -#. Documentation/learning/tweaks.itely:2022 (comment) +#. Documentation/learning/tweaks.itely:2021 (comment) #. Documentation/cs/learning/tweaks.itely:2221 (comment) msgid "Add Dynamic Text and terminate hairpin" msgstr "Añadir indicación dinámica textual y terminar regulador" -#. Documentation/learning/tweaks.itely:2024 (comment) -#. Documentation/learning/tweaks.itely:2077 (comment) +#. Documentation/learning/tweaks.itely:2023 (comment) +#. Documentation/learning/tweaks.itely:2076 (comment) #. Documentation/cs/learning/tweaks.itely:2223 (comment) #. Documentation/cs/learning/tweaks.itely:2304 (comment) msgid "Stop Ottava Bracket" msgstr "Detener el corchete de octava" -#. Documentation/learning/tweaks.itely:2063 (comment) +#. Documentation/learning/tweaks.itely:2062 (comment) #. Documentation/cs/learning/tweaks.itely:2290 (comment) msgid "Place following Ottava Bracket below Text Spanners" -msgstr "" -"Situar el corchete de octava ulterior por debajo de los extensores de texto" +msgstr "Situar el corchete de octava ulterior por debajo de los extensores de texto" -#. Documentation/learning/tweaks.itely:2068 (comment) -#. Documentation/learning/tweaks.itely:2075 (comment) +#. Documentation/learning/tweaks.itely:2067 (comment) +#. Documentation/learning/tweaks.itely:2074 (comment) #. Documentation/cs/learning/tweaks.itely:2295 (comment) #. Documentation/cs/learning/tweaks.itely:2302 (comment) msgid "Add Dynamic Text" msgstr "Añadir indicación dinámica textual" -#. Documentation/learning/tweaks.itely:2070 (comment) +#. Documentation/learning/tweaks.itely:2069 (comment) #. Documentation/cs/learning/tweaks.itely:2297 (comment) msgid "Add Dynamic Line Spanner" msgstr "Añadir indicación dinámica de extensión de línea" -#. Documentation/learning/tweaks.itely:2157 (comment) +#. Documentation/learning/tweaks.itely:2156 (comment) #. Documentation/cs/learning/tweaks.itely:2380 (comment) msgid "Cause notes to space out to accommodate text" msgstr "Ocasionar que las notas se espacíen para adecuarse al texto" -#. Documentation/learning/tweaks.itely:2180 (comment) +#. Documentation/learning/tweaks.itely:2179 (comment) #. Documentation/cs/learning/tweaks.itely:2406 (comment) msgid "This markup is short enough to fit without collision" msgstr "Este marcado es corto y cabe sin colisionar" -#. Documentation/learning/tweaks.itely:2184 (comment) +#. Documentation/learning/tweaks.itely:2183 (comment) #. Documentation/cs/learning/tweaks.itely:2410 (comment) msgid "This is too long to fit, so it is displaced upwards" msgstr "Este es muy largo y se desplaza hacia arriba" -#. Documentation/learning/tweaks.itely:2188 (comment) -#. Documentation/learning/tweaks.itely:2193 (comment) +#. Documentation/learning/tweaks.itely:2187 (comment) +#. Documentation/learning/tweaks.itely:2192 (comment) #. Documentation/cs/learning/tweaks.itely:2414 (comment) #. Documentation/cs/learning/tweaks.itely:2419 (comment) msgid "Turn off collision avoidance" msgstr "Desactivar el detector de colisiones" -#. Documentation/learning/tweaks.itely:2195 (comment) +#. Documentation/learning/tweaks.itely:2194 (comment) #. Documentation/cs/learning/tweaks.itely:2421 (comment) msgid "and turn on textLengthOn" msgstr "y activar textLengthOn" -#. Documentation/learning/tweaks.itely:2196 (comment) +#. Documentation/learning/tweaks.itely:2195 (comment) #. Documentation/cs/learning/tweaks.itely:2422 (comment) msgid "Spaces at end are honored" msgstr "Los espacios al final se respetan" -#. Documentation/learning/tweaks.itely:2303 (comment) +#. Documentation/learning/tweaks.itely:2302 (comment) #. Documentation/cs/learning/tweaks.itely:2537 (comment) msgid "Extend width by 1 staff space" msgstr "Aumentar la anchura en un espacio de pentagrama" -#. Documentation/learning/tweaks.itely:2583 (comment) +#. Documentation/learning/tweaks.itely:2582 (comment) #. Documentation/cs/learning/tweaks.itely:2863 (comment) msgid "This will not work, see below" msgstr "Esto no va a funcionar, véase más abajo" -#. Documentation/learning/tweaks.itely:2587 (comment) +#. Documentation/learning/tweaks.itely:2586 (comment) #. Documentation/cs/learning/tweaks.itely:2867 (comment) msgid "This works" msgstr "Esto sí funciona" -#. Documentation/learning/tweaks.itely:2623 (variable) +#. Documentation/learning/tweaks.itely:2622 (variable) #. Documentation/cs/learning/tweaks.itely:2909 (variable) msgid "sesquisharp" msgstr "sesquisostenido" -#. Documentation/learning/tweaks.itely:2626 (comment) +#. Documentation/learning/tweaks.itely:2625 (comment) #. Documentation/cs/learning/tweaks.itely:2912 (comment) msgid "This prints a sesquisharp but the spacing is too small" msgstr "Imprime un sesquisostenido pero el espaciado es muy pequeño" -#. Documentation/learning/tweaks.itely:2631 (comment) +#. Documentation/learning/tweaks.itely:2630 (comment) #. Documentation/cs/learning/tweaks.itely:2917 (comment) msgid "This improves the spacing" msgstr "Mejora el espaciado" -#. Documentation/learning/tweaks.itely:2671 (comment) +#. Documentation/learning/tweaks.itely:2670 (comment) #. Documentation/cs/learning/tweaks.itely:2961 (comment) msgid "Extend width by 1 unit" msgstr "Aumentar la anchura en una unidad" -#. Documentation/learning/tweaks.itely:2673 (comment) +#. Documentation/learning/tweaks.itely:2672 (comment) #. Documentation/cs/learning/tweaks.itely:2963 (comment) msgid "Align dynamics to a base line 2 units above staff" msgstr "Alinear los matices a dos unidades por encima del pentagrama" -#. Documentation/learning/tweaks.itely:3014 (variable) -#. Documentation/learning/tweaks.itely:3071 (variable) -#. Documentation/learning/tweaks.itely:3141 (variable) -#. Documentation/learning/tweaks.itely:3294 (variable) -#. Documentation/learning/tweaks.itely:3364 (variable) +#. Documentation/learning/tweaks.itely:3015 (variable) +#. Documentation/learning/tweaks.itely:3072 (variable) +#. Documentation/learning/tweaks.itely:3142 (variable) +#. Documentation/learning/tweaks.itely:3295 (variable) +#. Documentation/learning/tweaks.itely:3365 (variable) #. Documentation/cs/learning/tweaks.itely:3319 (variable) #. Documentation/cs/learning/tweaks.itely:3379 (variable) #. Documentation/cs/learning/tweaks.itely:3453 (variable) @@ -2528,11 +2535,11 @@ msgstr "Alinear los matices a dos unidades por encima del pentagrama" msgid "rhMusic" msgstr "Musica_m_der" -#. Documentation/learning/tweaks.itely:3020 (comment) -#. Documentation/learning/tweaks.itely:3077 (comment) -#. Documentation/learning/tweaks.itely:3149 (comment) -#. Documentation/learning/tweaks.itely:3304 (comment) -#. Documentation/learning/tweaks.itely:3374 (comment) +#. Documentation/learning/tweaks.itely:3021 (comment) +#. Documentation/learning/tweaks.itely:3078 (comment) +#. Documentation/learning/tweaks.itely:3150 (comment) +#. Documentation/learning/tweaks.itely:3305 (comment) +#. Documentation/learning/tweaks.itely:3375 (comment) #. Documentation/cs/learning/tweaks.itely:3324 (comment) #. Documentation/cs/learning/tweaks.itely:3385 (comment) #. Documentation/cs/learning/tweaks.itely:3461 (comment) @@ -2542,16 +2549,16 @@ msgstr "Musica_m_der" msgid "Start polyphonic section of four voices" msgstr "Inicio de la sección polifónica de cuatro voces" -#. Documentation/learning/tweaks.itely:3022 (comment) -#. Documentation/learning/tweaks.itely:3036 (comment) -#. Documentation/learning/tweaks.itely:3079 (comment) -#. Documentation/learning/tweaks.itely:3093 (comment) -#. Documentation/learning/tweaks.itely:3151 (comment) -#. Documentation/learning/tweaks.itely:3165 (comment) -#. Documentation/learning/tweaks.itely:3306 (comment) -#. Documentation/learning/tweaks.itely:3325 (comment) -#. Documentation/learning/tweaks.itely:3376 (comment) -#. Documentation/learning/tweaks.itely:3404 (comment) +#. Documentation/learning/tweaks.itely:3023 (comment) +#. Documentation/learning/tweaks.itely:3037 (comment) +#. Documentation/learning/tweaks.itely:3080 (comment) +#. Documentation/learning/tweaks.itely:3094 (comment) +#. Documentation/learning/tweaks.itely:3152 (comment) +#. Documentation/learning/tweaks.itely:3166 (comment) +#. Documentation/learning/tweaks.itely:3307 (comment) +#. Documentation/learning/tweaks.itely:3326 (comment) +#. Documentation/learning/tweaks.itely:3377 (comment) +#. Documentation/learning/tweaks.itely:3405 (comment) #. Documentation/cs/learning/tweaks.itely:3326 (comment) #. Documentation/cs/learning/tweaks.itely:3340 (comment) #. Documentation/cs/learning/tweaks.itely:3387 (comment) @@ -2567,11 +2574,11 @@ msgstr "Inicio de la sección polifónica de cuatro voces" msgid "continuation of main voice" msgstr "continuación de la voz principal" -#. Documentation/learning/tweaks.itely:3040 (variable) -#. Documentation/learning/tweaks.itely:3097 (variable) -#. Documentation/learning/tweaks.itely:3169 (variable) -#. Documentation/learning/tweaks.itely:3329 (variable) -#. Documentation/learning/tweaks.itely:3408 (variable) +#. Documentation/learning/tweaks.itely:3041 (variable) +#. Documentation/learning/tweaks.itely:3098 (variable) +#. Documentation/learning/tweaks.itely:3170 (variable) +#. Documentation/learning/tweaks.itely:3330 (variable) +#. Documentation/learning/tweaks.itely:3409 (variable) #. Documentation/cs/learning/tweaks.itely:3344 (variable) #. Documentation/cs/learning/tweaks.itely:3405 (variable) #. Documentation/cs/learning/tweaks.itely:3481 (variable) @@ -2581,11 +2588,11 @@ msgstr "continuación de la voz principal" msgid "lhMusic" msgstr "Muslca_m_izq" -#. Documentation/learning/tweaks.itely:3049 (context id) -#. Documentation/learning/tweaks.itely:3106 (context id) -#. Documentation/learning/tweaks.itely:3178 (context id) -#. Documentation/learning/tweaks.itely:3338 (context id) -#. Documentation/learning/tweaks.itely:3417 (context id) +#. Documentation/learning/tweaks.itely:3050 (context id) +#. Documentation/learning/tweaks.itely:3107 (context id) +#. Documentation/learning/tweaks.itely:3179 (context id) +#. Documentation/learning/tweaks.itely:3339 (context id) +#. Documentation/learning/tweaks.itely:3418 (context id) #. Documentation/notation/input.itely:1623 (context id) #. Documentation/cs/learning/tweaks.itely:3353 (context id) #. Documentation/cs/learning/tweaks.itely:3414 (context id) @@ -2593,16 +2600,16 @@ msgstr "Muslca_m_izq" #. Documentation/cs/learning/tweaks.itely:3578 (context id) #. Documentation/cs/learning/tweaks.itely:3654 (context id) #. Documentation/cs/learning/tweaks.itely:3733 (context id) -#. Documentation/snippets/repeats-headword.ly:33 (context id) -#. Documentation/snippets/simultaneous-headword.ly:54 (comment) +#. Documentation/snippets/repeats-headword.ly:28 (context id) +#. Documentation/snippets/simultaneous-headword.ly:51 (comment) msgid "RH" msgstr "MD" -#. Documentation/learning/tweaks.itely:3053 (context id) -#. Documentation/learning/tweaks.itely:3110 (context id) -#. Documentation/learning/tweaks.itely:3182 (context id) -#. Documentation/learning/tweaks.itely:3342 (context id) -#. Documentation/learning/tweaks.itely:3421 (context id) +#. Documentation/learning/tweaks.itely:3054 (context id) +#. Documentation/learning/tweaks.itely:3111 (context id) +#. Documentation/learning/tweaks.itely:3183 (context id) +#. Documentation/learning/tweaks.itely:3343 (context id) +#. Documentation/learning/tweaks.itely:3422 (context id) #. Documentation/notation/input.itely:1629 (context id) #. Documentation/cs/learning/tweaks.itely:3357 (context id) #. Documentation/cs/learning/tweaks.itely:3418 (context id) @@ -2610,96 +2617,96 @@ msgstr "MD" #. Documentation/cs/learning/tweaks.itely:3582 (context id) #. Documentation/cs/learning/tweaks.itely:3658 (context id) #. Documentation/cs/learning/tweaks.itely:3737 (context id) -#. Documentation/snippets/repeats-headword.ly:95 (context id) -#. Documentation/snippets/text-headword.ly:132 (comment) +#. Documentation/snippets/repeats-headword.ly:90 (context id) +#. Documentation/snippets/text-headword.ly:129 (comment) msgid "LH" msgstr "MI" -#. Documentation/learning/tweaks.itely:3309 (comment) -#. Documentation/learning/tweaks.itely:3382 (comment) +#. Documentation/learning/tweaks.itely:3310 (comment) +#. Documentation/learning/tweaks.itely:3383 (comment) msgid "Move the c2 out of the main note column" msgstr "Sacar el Do blanca de la columna principal de notas" -#. Documentation/learning/tweaks.itely:3310 (comment) -#. Documentation/learning/tweaks.itely:3383 (comment) +#. Documentation/learning/tweaks.itely:3311 (comment) +#. Documentation/learning/tweaks.itely:3384 (comment) msgid "so the merge will work" msgstr "para que la fusión funcione" -#. Documentation/learning/tweaks.itely:3315 (comment) -#. Documentation/learning/tweaks.itely:3390 (comment) +#. Documentation/learning/tweaks.itely:3316 (comment) +#. Documentation/learning/tweaks.itely:3391 (comment) #. Documentation/cs/learning/tweaks.itely:3631 (comment) #. Documentation/cs/learning/tweaks.itely:3706 (comment) msgid "Stem on the d2 must be down to permit merging" msgstr "La plica del Re blanca debe estar hacia abajo para permitir la fusión" -#. Documentation/learning/tweaks.itely:3380 (comment) +#. Documentation/learning/tweaks.itely:3381 (comment) #. Documentation/cs/learning/tweaks.itely:3697 (comment) msgid "Reposition the c2 to the right of the merged note" msgstr "Recolocar el Do blanca a la derecha de la nota fundida" -#. Documentation/learning/tweaks.itely:3392 (comment) +#. Documentation/learning/tweaks.itely:3393 (comment) #. Documentation/cs/learning/tweaks.itely:3708 (comment) msgid "Stem on the d2 should be invisible" msgstr "La plica del Re2 debería ser invisible" -#. Documentation/learning/tweaks.itely:3529 (comment) -#. Documentation/learning/tweaks.itely:3551 (comment) +#. Documentation/learning/tweaks.itely:3530 (comment) +#. Documentation/learning/tweaks.itely:3552 (comment) #. Documentation/cs/learning/tweaks.itely:3859 (comment) #. Documentation/cs/learning/tweaks.itely:3878 (comment) msgid "Visible tempo marking" msgstr "Indicación metronómica visible" -#. Documentation/learning/tweaks.itely:3533 (comment) -#. Documentation/learning/tweaks.itely:3555 (comment) +#. Documentation/learning/tweaks.itely:3534 (comment) +#. Documentation/learning/tweaks.itely:3556 (comment) #. Documentation/cs/learning/tweaks.itely:3863 (comment) #. Documentation/cs/learning/tweaks.itely:3882 (comment) msgid "Invisible tempo marking to lengthen fermata in MIDI" msgstr "Indicación metronómica invisible para prolongar el calderón en el MIDI" -#. Documentation/learning/tweaks.itely:3536 (comment) -#. Documentation/learning/tweaks.itely:3558 (comment) +#. Documentation/learning/tweaks.itely:3537 (comment) +#. Documentation/learning/tweaks.itely:3559 (comment) #. Documentation/cs/learning/tweaks.itely:3866 (comment) #. Documentation/cs/learning/tweaks.itely:3885 (comment) msgid "New tempo for next section" msgstr "Tempo nuevo para la sección siguiente" -#. Documentation/learning/tweaks.itely:3619 (variable) +#. Documentation/learning/tweaks.itely:3620 (variable) #. Documentation/cs/learning/tweaks.itely:3955 (variable) msgid "emphasize" msgstr "enfatizar" -#. Documentation/learning/tweaks.itely:3624 (variable) +#. Documentation/learning/tweaks.itely:3625 (variable) #. Documentation/cs/learning/tweaks.itely:3959 (variable) msgid "normal" msgstr "normal" -#. Documentation/learning/tweaks.itely:3631 (variable) +#. Documentation/learning/tweaks.itely:3632 (variable) #. Documentation/cs/learning/tweaks.itely:3966 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:64 (variable) -#. Documentation/snippets/hymn-template.ly:69 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:65 (variable) +#. Documentation/snippets/hymn-template.ly:70 (variable) msgid "SopranoMusic" msgstr "musicaSoprano" -#. Documentation/learning/tweaks.itely:3656 (context id) +#. Documentation/learning/tweaks.itely:3657 (context id) #. Documentation/notation/input.itely:1608 (context id) #. Documentation/cs/learning/tweaks.itely:3991 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:105 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:106 (context id) #. Documentation/snippets/chords-headword.ly:44 (variable) -#. Documentation/snippets/hymn-template.ly:99 (context id) +#. Documentation/snippets/hymn-template.ly:100 (context id) msgid "Soprano" msgstr "Soprano" -#. Documentation/learning/tweaks.itely:3687 (variable) +#. Documentation/learning/tweaks.itely:3688 (variable) #. Documentation/cs/learning/tweaks.itely:4024 (variable) msgid "mpdolce" msgstr "mpdolce" -#. Documentation/learning/tweaks.itely:3694 (variable) +#. Documentation/learning/tweaks.itely:3696 (variable) #. Documentation/cs/learning/tweaks.itely:4031 (variable) msgid "inst" msgstr "inst" -#. Documentation/learning/tweaks.itely:4172 (comment) +#. Documentation/learning/tweaks.itely:4157 (comment) #. Documentation/cs/learning/tweaks.itely:4557 (comment) msgid "Arrange to obtain color from color-notehead procedure" msgstr "Truco para obtener color a partir del procedimiento color-notehead" @@ -2974,10 +2981,6 @@ msgstr "Piano y melodía con letra" msgid "Piano centered lyrics" msgstr "Piano con letra centrada" -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Piano centered dynamics" -msgstr "Piano con dinámicas centradas" - #. @node in Documentation/learning/templates.itely #. @appendixsec in Documentation/learning/templates.itely #. @appendixsubsec in Documentation/learning/templates.itely @@ -3059,10 +3062,10 @@ msgstr "Términos musicales de la A a la Z" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/notation/changing-defaults.itely:454 (context id) -#. Documentation/notation/changing-defaults.itely:460 (context id) -#. Documentation/notation/changing-defaults.itely:468 (context id) -#. Documentation/notation/changing-defaults.itely:470 (context id) +#. Documentation/notation/changing-defaults.itely:453 (context id) +#. Documentation/notation/changing-defaults.itely:459 (context id) +#. Documentation/notation/changing-defaults.itely:467 (context id) +#. Documentation/notation/changing-defaults.itely:469 (context id) msgid "A" msgstr "A" @@ -3114,7 +3117,7 @@ msgstr "alteración" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely #. Documentation/snippets/jazz-combo-template.ly:130 (variable) -#. Documentation/snippets/satb-choir-template---four-staves.ly:86 (context id) +#. Documentation/snippets/satb-choir-template---four-staves.ly:87 (context id) msgid "alto" msgstr "alto" @@ -3160,9 +3163,9 @@ msgstr "autógrafo" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/notation/changing-defaults.itely:455 (context id) -#. Documentation/notation/changing-defaults.itely:464 (context id) -#. Documentation/notation/changing-defaults.itely:469 (context id) +#. Documentation/notation/changing-defaults.itely:454 (context id) +#. Documentation/notation/changing-defaults.itely:463 (context id) +#. Documentation/notation/changing-defaults.itely:468 (context id) msgid "B" msgstr "B" @@ -3194,11 +3197,11 @@ msgstr "clave de barítono (do en quinta)" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:48 (variable) +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:49 (variable) #. Documentation/snippets/fretted-headword.ly:108 (variable) #. Documentation/snippets/jazz-combo-template.ly:263 (variable) #. Documentation/snippets/jazz-combo-template.ly:311 (context id) -#. Documentation/snippets/satb-choir-template---four-staves.ly:100 (context id) +#. Documentation/snippets/satb-choir-template---four-staves.ly:101 (context id) msgid "bass" msgstr "bajo" @@ -3264,7 +3267,7 @@ msgstr "cadenza" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/snippets/breathing-signs.ly:39 (comment) +#. Documentation/snippets/breathing-signs.ly:40 (comment) msgid "caesura" msgstr "cesura" @@ -4019,8 +4022,8 @@ msgstr "ornamento" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/snippets/flamenco-notation.ly:187 (variable) -#. Documentation/snippets/flamenco-notation.ly:284 (context id) +#. Documentation/snippets/flamenco-notation.ly:169 (variable) +#. Documentation/snippets/flamenco-notation.ly:266 (context id) msgid "part" msgstr "parte" @@ -4274,7 +4277,7 @@ msgstr "textos de canciones" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/snippets/satb-choir-template---four-staves.ly:79 (context id) +#. Documentation/snippets/satb-choir-template---four-staves.ly:80 (context id) msgid "soprano" msgstr "soprano" @@ -4360,7 +4363,7 @@ msgstr "temperamento" #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely -#. Documentation/snippets/satb-choir-template---four-staves.ly:93 (context id) +#. Documentation/snippets/satb-choir-template---four-staves.ly:94 (context id) msgid "tenor" msgstr "tenor" @@ -4404,11 +4407,6 @@ msgstr "compás" msgid "tone" msgstr "tonalidad" -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tonic" -msgstr "tónica" - #. @node in Documentation/music-glossary.tely #. @section in Documentation/music-glossary.tely msgid "transposing instrument" @@ -4584,32 +4582,30 @@ msgstr "Notación musical" msgid "Specialist notation" msgstr "Notación especializada" -#. Documentation/notation/input.itely:598 (comment) +#. Documentation/notation/input.itely:597 (comment) msgid "Do not display the tagline for this book" msgstr "No imprimir la línea de etiqueta en este libro" -#. Documentation/notation/input.itely:610 (comment) -#. Documentation/notation/input.itely:623 (comment) +#. Documentation/notation/input.itely:609 (comment) +#. Documentation/notation/input.itely:622 (comment) msgid "Do not display the subtitle for this score" msgstr "No imprimir el subtítulo en esta partitura" -#. Documentation/notation/input.itely:646 (comment) +#. Documentation/notation/input.itely:645 (comment) msgid "The following fields are centered" msgstr "Los campos siguientes están centrados" -#. Documentation/notation/input.itely:653 (comment) +#. Documentation/notation/input.itely:652 (comment) msgid "The following fields are left-aligned on the left side" -msgstr "" -"Los campos siguientes están alineados a la izquierda en la parte izquierda" +msgstr "Los campos siguientes están alineados a la izquierda en la parte izquierda" -#. Documentation/notation/input.itely:657 (comment) +#. Documentation/notation/input.itely:656 (comment) msgid "The following fields are right-aligned on the right side" msgstr "Los campos siguientes están alineados a la derecha en la parte derecha" -#. Documentation/notation/input.itely:665 (comment) +#. Documentation/notation/input.itely:664 (comment) msgid "The following fields are placed at opposite ends of the same line" -msgstr "" -"Los campos siguientes están situados en extremos opuestos de la misma línea" +msgstr "Los campos siguientes están situados en extremos opuestos de la misma línea" #. Documentation/notation/input.itely:939 (comment) #. Documentation/notation/input.itely:953 (comment) @@ -4624,20 +4620,20 @@ msgstr "letraCompleta" #. Documentation/notation/input.itely:1714 (variable) #. Documentation/notation/input.itely:1751 (variable) #. Documentation/notation/input.itely:1766 (variable) -#. Documentation/notation/spacing.itely:1563 (variable) -#. Documentation/notation/spacing.itely:1617 (variable) -#. Documentation/notation/spacing.itely:1642 (variable) -#. Documentation/notation/changing-defaults.itely:459 (variable) -#. Documentation/notation/changing-defaults.itely:494 (context id) -#. Documentation/notation/changing-defaults.itely:544 (context id) -#. Documentation/snippets/automatically-change-durations.ly:23 (variable) -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:34 (variable) -#. Documentation/snippets/controlling-tuplet-bracket-visibility.ly:53 (variable) +#. Documentation/notation/spacing.itely:1570 (variable) +#. Documentation/notation/spacing.itely:1623 (variable) +#. Documentation/notation/spacing.itely:1648 (variable) +#. Documentation/notation/changing-defaults.itely:458 (variable) +#. Documentation/notation/changing-defaults.itely:493 (context id) +#. Documentation/notation/changing-defaults.itely:543 (context id) +#. Documentation/snippets/automatically-change-durations.ly:24 (variable) +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:35 (variable) +#. Documentation/snippets/controlling-tuplet-bracket-visibility.ly:54 (variable) #. Documentation/snippets/guitar-slides.ly:47 (variable) -#. Documentation/snippets/letter-tablature-formatting.ly:29 (variable) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:163 (variable) -#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:172 (variable) -#. Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly:71 (variable) +#. Documentation/snippets/letter-tablature-formatting.ly:28 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:164 (variable) +#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:199 (variable) +#. Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly:72 (variable) msgid "music" msgstr "musica" @@ -4698,8 +4694,7 @@ msgstr "Explicación de los bloques de título" #. @node in Documentation/notation/input.itely #. @unnumberedsubsubsec in Documentation/notation/input.itely msgid "Default layout of book and score title blocks" -msgstr "" -"Disposición predeterminada de los bloques de título de libros y partituras" +msgstr "Disposición predeterminada de los bloques de título de libros y partituras" #. @node in Documentation/notation/input.itely #. @unnumberedsubsubsec in Documentation/notation/input.itely @@ -4924,69 +4919,65 @@ msgstr "Presentación de expresiones musicales de Scheme" msgid "Saving music events to a file" msgstr "Guardar eventos de música a un archivo" -#. Documentation/notation/spacing.itely:2086 (comment) +#. Documentation/notation/spacing.itely:2091 (comment) msgid "The very low note here needs more room than 'basic-distance" msgstr "Esta nota tan grave requiere más espacio de que 'basic-distance" -#. Documentation/notation/spacing.itely:2087 (comment) +#. Documentation/notation/spacing.itely:2092 (comment) msgid "can provide, so the distance between this staff and the next" -msgstr "" -"puede ofrecer, por lo que la distancia entre este pentagrama y el siguiente" +msgstr "puede ofrecer, por lo que la distancia entre este pentagrama y el siguiente" -#. Documentation/notation/spacing.itely:2088 (comment) +#. Documentation/notation/spacing.itely:2093 (comment) msgid "is determined by 'padding." msgstr "viene determinado por 'padding." -#. Documentation/notation/spacing.itely:2091 (comment) +#. Documentation/notation/spacing.itely:2096 (comment) msgid "Here, 'basic-distance provides enough room, and there is no" msgstr "Aquí, 'basic-distance da espacio suficiente, y no hay" -#. Documentation/notation/spacing.itely:2092 (comment) +#. Documentation/notation/spacing.itely:2097 (comment) msgid "need to compress the space (towards 'minimum-distance) to make" -msgstr "" -"necesidad de comprimir el espacio (mediante 'minimum-distance) para hacer" +msgstr "necesidad de comprimir el espacio (mediante 'minimum-distance) para hacer" -#. Documentation/notation/spacing.itely:2093 (comment) +#. Documentation/notation/spacing.itely:2098 (comment) msgid "room for anything else on the page, so the distance between" -msgstr "" -"sitio para cualquier otra cosa en la página, por lo que la distancia entre" +msgstr "sitio para cualquier otra cosa en la página, por lo que la distancia entre" -#. Documentation/notation/spacing.itely:2094 (comment) +#. Documentation/notation/spacing.itely:2099 (comment) msgid "this staff and the next is determined by 'basic-distance." msgstr "este pentagrama y el siguiente viene determinado por 'basic-distance" -#. Documentation/notation/spacing.itely:2097 (comment) +#. Documentation/notation/spacing.itely:2102 (comment) msgid "By setting 'padding to a negative value, staves can be made to" msgstr "" "Estableciendo 'padding a un valor negativo, se puede hacer que los " "pentagramas" -#. Documentation/notation/spacing.itely:2098 (comment) +#. Documentation/notation/spacing.itely:2103 (comment) msgid "collide. The lowest acceptable value for 'basic-distance is 0." msgstr "colisionen. El valor más bajo aceptable para 'basic-distance es cero." -#. Documentation/notation/spacing.itely:2529 (comment) +#. Documentation/notation/spacing.itely:2532 (comment) msgid "this time the text will be closer to the staff" msgstr "esta vez el texto estará más cerca del pentagrama" -#. Documentation/notation/spacing.itely:2531 (comment) +#. Documentation/notation/spacing.itely:2534 (comment) msgid "by setting outside-staff-priority to a non-number," -msgstr "" -"ajustando el valor de outside-staff-priority a algo que no sea un número," +msgstr "ajustando el valor de outside-staff-priority a algo que no sea un número," -#. Documentation/notation/spacing.itely:2532 (comment) +#. Documentation/notation/spacing.itely:2535 (comment) msgid "we disable the automatic collision avoidance" msgstr "desactivamos la evitación automática de colisiones" -#. Documentation/notation/spacing.itely:2535 (comment) +#. Documentation/notation/spacing.itely:2538 (comment) msgid "now they will collide" msgstr "ahora se producirá la colisión" -#. Documentation/notation/spacing.itely:2561 (comment) +#. Documentation/notation/spacing.itely:2564 (comment) msgid "the markup is too close to the following note" msgstr "el marcado está demasiado cerca de la nota siguiente" -#. Documentation/notation/spacing.itely:2565 (comment) +#. Documentation/notation/spacing.itely:2568 (comment) msgid "setting outside-staff-horizontal-padding fixes this" msgstr "ajustar outside-staff-horizontal-padding corrige esto" @@ -5015,8 +5006,8 @@ msgstr "Tamaño del papel y escalado automático" #. @node in Documentation/notation/spacing.itely #. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Setting paper size" -msgstr "Establecer el tamaño de la página" +msgid "Setting the paper size" +msgstr "Establecer el tamaño del papel" #. @node in Documentation/notation/spacing.itely #. @unnumberedsubsubsec in Documentation/notation/spacing.itely @@ -5275,172 +5266,178 @@ msgstr "Mostrar el espaciado" msgid "Changing spacing" msgstr "Cambiar el espaciado" -#. Documentation/notation/changing-defaults.itely:450 (variable) +#. Documentation/notation/changing-defaults.itely:449 (variable) msgid "musicA" msgstr "musicaA" -#. Documentation/notation/changing-defaults.itely:451 (variable) +#. Documentation/notation/changing-defaults.itely:450 (variable) msgid "musicB" msgstr "musicaB" -#. Documentation/notation/changing-defaults.itely:452 (variable) +#. Documentation/notation/changing-defaults.itely:451 (variable) msgid "keepVoicesAlive" msgstr "mantenVocesVivas" -#. Documentation/notation/changing-defaults.itely:454 (comment) +#. Documentation/notation/changing-defaults.itely:453 (comment) msgid "Keep Voice \\\"A\\\" alive for 5 bars" msgstr "Mantener viva la voz \\\"A\\\" durante 5 compases" -#. Documentation/notation/changing-defaults.itely:455 (comment) +#. Documentation/notation/changing-defaults.itely:454 (comment) msgid "Keep Voice \\\"B\\\" alive for 5 bars" msgstr "Mantener viva la voz \\\"B\\\" durante 5 compases" -#. Documentation/notation/changing-defaults.itely:490 (variable) -#. Documentation/notation/changing-defaults.itely:501 (context id) -#. Documentation/notation/changing-defaults.itely:507 (context id) -#. Documentation/notation/changing-defaults.itely:509 (context id) -#. Documentation/notation/changing-defaults.itely:512 (context id) -#. Documentation/notation/changing-defaults.itely:534 (variable) -#. Documentation/notation/changing-defaults.itely:550 (context id) +#. Documentation/notation/changing-defaults.itely:489 (variable) +#. Documentation/notation/changing-defaults.itely:500 (context id) +#. Documentation/notation/changing-defaults.itely:506 (context id) +#. Documentation/notation/changing-defaults.itely:508 (context id) +#. Documentation/notation/changing-defaults.itely:511 (context id) +#. Documentation/notation/changing-defaults.itely:533 (variable) +#. Documentation/notation/changing-defaults.itely:549 (context id) msgid "accompaniment" msgstr "acompanamiento" -#. Documentation/notation/changing-defaults.itely:491 (variable) -#. Documentation/notation/changing-defaults.itely:540 (variable) +#. Documentation/notation/changing-defaults.itely:490 (variable) +#. Documentation/notation/changing-defaults.itely:539 (variable) #. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:117 (variable) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:75 (variable) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:49 (variable) msgid "words" msgstr "letra" -#. Documentation/notation/changing-defaults.itely:498 (comment) +#. Documentation/notation/changing-defaults.itely:497 (comment) msgid "Keep Voice \\\"melody\\\" alive for 4 bars" msgstr "Mantener con vida la voz \\\"melodia\\\" durante 4 compases" -#. Documentation/notation/changing-defaults.itely:529 (comment) -#. Documentation/notation/changing-defaults.itely:531 (comment) +#. Documentation/notation/changing-defaults.itely:528 (comment) +#. Documentation/notation/changing-defaults.itely:530 (comment) msgid "skip a bar" msgstr "saltar un compás" -#. Documentation/notation/changing-defaults.itely:731 (variable) +#. Documentation/notation/changing-defaults.itely:729 (variable) msgid "blubb" msgstr "blub" -#. Documentation/notation/changing-defaults.itely:737 (variable) +#. Documentation/notation/changing-defaults.itely:735 (variable) msgid "bla" msgstr "bla" -#. Documentation/notation/changing-defaults.itely:2038 (comment) +#. Documentation/notation/changing-defaults.itely:2027 (comment) msgid "default space between staves" msgstr "espacio predeterminado entre pentagramas" -#. Documentation/notation/changing-defaults.itely:2044 (comment) +#. Documentation/notation/changing-defaults.itely:2033 (comment) msgid "reduced space between staves" msgstr "espacio reducido entre pentagramas" -#. Documentation/notation/changing-defaults.itely:2046 (comment) +#. Documentation/notation/changing-defaults.itely:2035 (comment) msgid "this is the nested declaration" msgstr "esta es la declaración anidada" -#. Documentation/notation/changing-defaults.itely:2473 (comment) +#. Documentation/notation/changing-defaults.itely:2471 (comment) msgid "increase the length of the tie" msgstr "aumentar la longitud de la ligadura" -#. Documentation/notation/changing-defaults.itely:2482 (comment) +#. Documentation/notation/changing-defaults.itely:2480 (comment) msgid "increase the length of the rest bar" msgstr "aumentar la longitud del compás en silencio" -#. Documentation/notation/changing-defaults.itely:2490 (comment) +#. Documentation/notation/changing-defaults.itely:2488 (comment) msgid "increase the length of the hairpin" msgstr "aumentar la longitud del regulador" -#. Documentation/notation/changing-defaults.itely:2518 (comment) +#. Documentation/notation/changing-defaults.itely:2516 (comment) msgid "default" msgstr "predeterminado" -#. Documentation/notation/changing-defaults.itely:2521 (comment) -#. Documentation/notation/changing-defaults.itely:2534 (comment) +#. Documentation/notation/changing-defaults.itely:2519 (comment) +#. Documentation/notation/changing-defaults.itely:2532 (comment) msgid "not effective alone" msgstr "no es efectivo por sí solo" -#. Documentation/notation/changing-defaults.itely:2525 (comment) -#. Documentation/notation/changing-defaults.itely:2538 (comment) +#. Documentation/notation/changing-defaults.itely:2523 (comment) +#. Documentation/notation/changing-defaults.itely:2536 (comment) msgid "effective only when both overrides are present" msgstr "es efectivo sólo cuando las dos sobreescrituras están presentes" -#. Documentation/notation/changing-defaults.itely:2915 (comment) +#. Documentation/notation/changing-defaults.itely:2912 (comment) msgid "Remove bar line at the end of the current line" msgstr "Quitar la barra de compás al final de la línea en curso" -#. Documentation/notation/changing-defaults.itely:2961 (comment) +#. Documentation/notation/changing-defaults.itely:2958 (comment) msgid "Try to remove all key signatures" msgstr "Intentar quitar todas las armaduras" -#. Documentation/notation/changing-defaults.itely:3384 (comment) +#. Documentation/notation/changing-defaults.itely:3383 (comment) msgid "move horizontally left" msgstr "desplazar a la izquierda" -#. Documentation/notation/changing-defaults.itely:3386 (comment) +#. Documentation/notation/changing-defaults.itely:3385 (comment) msgid "move vertically up" msgstr "desplazar hacia arriba" -#. Documentation/notation/changing-defaults.itely:3387 (comment) +#. Documentation/notation/changing-defaults.itely:3386 (comment) msgid "third finger" msgstr "dedo tercero" -#. Documentation/notation/changing-defaults.itely:3435 (comment) -#. Documentation/notation/changing-defaults.itely:3474 (comment) +#. Documentation/notation/changing-defaults.itely:3434 (comment) +#. Documentation/notation/changing-defaults.itely:3473 (comment) msgid "The rehearsal mark will be centered above the Clef" msgstr "La marca de ensayo se centrará sobre la clave" -#. Documentation/notation/changing-defaults.itely:3441 (comment) +#. Documentation/notation/changing-defaults.itely:3440 (comment) msgid "The rehearsal mark will be centered above the Time Signature" msgstr "La marca de ensayo se centrará sobre la indicación de compás" -#. Documentation/notation/changing-defaults.itely:3448 (comment) +#. Documentation/notation/changing-defaults.itely:3447 (comment) msgid "The rehearsal mark will be centered above the Breath Mark" msgstr "La marca de ensayo se centrará sobre la respiración" -#. Documentation/notation/changing-defaults.itely:3468 (comment) +#. Documentation/notation/changing-defaults.itely:3467 (comment) msgid "The rehearsal mark will be centered above the Key Signature" msgstr "La marca de ensayo se centrará sobre la armadura de tonalidad" -#. Documentation/notation/changing-defaults.itely:3481 (comment) +#. Documentation/notation/changing-defaults.itely:3480 (comment) msgid "The rehearsal mark will be centered above the Bar Line" msgstr "La marca de ensayo se centrará sobre la línea divisoria" -#. Documentation/notation/changing-defaults.itely:3496 (comment) +#. Documentation/notation/changing-defaults.itely:3495 (comment) msgid "The RehearsalMark will be centered above the Key Signature" msgstr "La marca de ensayo se centrará sobre la armadura de tonalidad" -#. Documentation/notation/changing-defaults.itely:3503 (comment) -#. Documentation/notation/changing-defaults.itely:3519 (comment) -#. Documentation/notation/changing-defaults.itely:3526 (comment) -msgid "" -"The RehearsalMark will be aligned with the left edge of the Key Signature" +#. Documentation/notation/changing-defaults.itely:3502 (comment) +#. Documentation/notation/changing-defaults.itely:3518 (comment) +#. Documentation/notation/changing-defaults.itely:3525 (comment) +msgid "The RehearsalMark will be aligned with the left edge of the Key Signature" msgstr "" "La marca de ensayo se alineará con el borde izquierdo de la armadura de " "tonalidad" -#. Documentation/notation/changing-defaults.itely:3508 (comment) -msgid "" -"The RehearsalMark will be aligned with the right edge of the Key Signature" +#. Documentation/notation/changing-defaults.itely:3507 (comment) +msgid "The RehearsalMark will be aligned with the right edge of the Key Signature" msgstr "" "La marca de ensayo se alineará con el borde derecho de la armadura de " "tonalidad" -#. Documentation/notation/changing-defaults.itely:3520 (comment) +#. Documentation/notation/changing-defaults.itely:3519 (comment) msgid "and then shifted right by 3.5 staff-spaces" msgstr "y se desplaza 3.5 espacios a la derecha" -#. Documentation/notation/changing-defaults.itely:3527 (comment) +#. Documentation/notation/changing-defaults.itely:3526 (comment) msgid "and then shifted left by 2 staff-spaces" msgstr "y se desplaza 2 espacios a la izquierda" -#. Documentation/notation/changing-defaults.itely:3575 (variable) +#. Documentation/notation/changing-defaults.itely:3574 (variable) msgid "XinO" msgstr "X_O" -#. Documentation/notation/changing-defaults.itely:3821 (variable) +#. Documentation/notation/changing-defaults.itely:3761 (variable) +msgid "squareLineCircleSpace" +msgstr "cuadradoLineaCirculoEspacio" + +#. Documentation/notation/changing-defaults.itely:3765 (variable) +msgid "smartSquareLineCircleSpace" +msgstr "especialCuadradoLineaCirculoEspacio" + +#. Documentation/notation/changing-defaults.itely:3920 (variable) msgid "custosNote" msgstr "notaCustos" @@ -5731,6 +5728,11 @@ msgstr "Modificación de las formas" msgid "Modifying ties and slurs" msgstr "Modificación de ligaduras de unión y de expresión" +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Unpure-pure containers" +msgstr "Contenedores unpure-pure" + #. @node in Documentation/notation/changing-defaults.itely #. @section in Documentation/notation/changing-defaults.itely msgid "Using music functions" @@ -5771,6 +5773,11 @@ msgstr "Afinaciones de cuerdas predeterminadas" msgid "Predefined fretboard diagrams" msgstr "Diagramas predefinidos de trastes" +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Predefined paper sizes" +msgstr "Tamaños de papel predefinidos" + #. @node in Documentation/notation/notation-appendices.itely #. @appendixsec in Documentation/notation/notation-appendices.itely msgid "MIDI instruments" @@ -5927,6 +5934,11 @@ msgstr "Glifos de notación estilo Petrucci" msgid "Solesmes glyphs" msgstr "Glifos de notación estilo Solesmes" +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Kievan Notation glyphs" +msgstr "Glifos de la notación del canto kievano" + #. @node in Documentation/notation/notation-appendices.itely #. @appendixsec in Documentation/notation/notation-appendices.itely msgid "Note head styles" @@ -6141,12 +6153,14 @@ msgid "Standard shell commands" msgstr "Instrucciones de shell estándar" #. @node in Documentation/usage/running.itely -msgid "Command line options for lilypond" -msgstr "Opciones de la línea de órdenes para lilypond" +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Basic command line options for LilyPond" +msgstr "Opciones básicas de la línea de órdenes para LilyPond" +#. @node in Documentation/usage/running.itely #. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Command line options for @command{lilypond}" -msgstr "Opciones de la línea de órdenes para @command{lilypond}" +msgid "Advanced command line options for LilyPond" +msgstr "Opciones avanzadas de la línea de órdenes para LilyPond" #. @node in Documentation/usage/running.itely #. @unnumberedsubsec in Documentation/usage/running.itely @@ -7287,10 +7301,6 @@ msgstr "" msgid "Klavír s vystředěným textem" msgstr "" -#. @appendixsubsec in Documentation/cs/learning/templates.itely -msgid "Klavír s vystředěným označením hlasitosti" -msgstr "" - #. @node in Documentation/cs/learning/templates.itely #. @appendixsec in Documentation/cs/learning/templates.itely msgid "Smyčcový kvartet" @@ -7356,119 +7366,131 @@ msgstr "" msgid "Džezová skupina" msgstr "" -#. Documentation/snippets/accordion-discant-symbols.ly:41 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:42 (variable) msgid "discant" msgstr "discanto" -#. Documentation/snippets/accordion-discant-symbols.ly:44 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:88 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:45 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:89 (variable) msgid "dot" msgstr "punto" -#. Documentation/snippets/accordion-discant-symbols.ly:50 (comment) +#. Documentation/snippets/accordion-discant-symbols.ly:51 (comment) msgid "16 voets register" msgstr "registro de 16 pies" -#. Documentation/snippets/accordion-discant-symbols.ly:51 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:52 (variable) msgid "accBasson" msgstr "acordFagot" -#. Documentation/snippets/accordion-discant-symbols.ly:57 (comment) +#. Documentation/snippets/accordion-discant-symbols.ly:58 (comment) msgid "een korig 8 en 16 voets register" msgstr "registro de een korig 8 en 16 pies" -#. Documentation/snippets/accordion-discant-symbols.ly:58 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:59 (variable) msgid "accBandon" msgstr "acordBandon" -#. Documentation/snippets/accordion-discant-symbols.ly:66 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:67 (variable) msgid "accVCello" msgstr "acordVCello" -#. Documentation/snippets/accordion-discant-symbols.ly:76 (comment) +#. Documentation/snippets/accordion-discant-symbols.ly:77 (comment) msgid "4-8-16 voets register" msgstr "registro de 4-8-16 pies" -#. Documentation/snippets/accordion-discant-symbols.ly:77 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:78 (variable) msgid "accHarmon" msgstr "acordArmon" -#. Documentation/snippets/accordion-discant-symbols.ly:87 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:88 (variable) msgid "accTrombon" msgstr "acordTrombon" -#. Documentation/snippets/accordion-discant-symbols.ly:99 (comment) +#. Documentation/snippets/accordion-discant-symbols.ly:100 (comment) msgid "eenkorig 4 en 16 voets register" msgstr "registro de eenkorig 4 y 16 pies" -#. Documentation/snippets/accordion-discant-symbols.ly:100 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:101 (variable) msgid "accOrgan" msgstr "acordOrgano" -#. Documentation/snippets/accordion-discant-symbols.ly:108 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:109 (variable) msgid "accMaster" msgstr "acordMaestro" -#. Documentation/snippets/accordion-discant-symbols.ly:122 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:123 (variable) msgid "accAccord" msgstr "acordAcordeon" -#. Documentation/snippets/accordion-discant-symbols.ly:134 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:135 (variable) msgid "accMusette" msgstr "accordMusette" -#. Documentation/snippets/accordion-discant-symbols.ly:144 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:145 (variable) msgid "accCeleste" msgstr "acordCeleste" -#. Documentation/snippets/accordion-discant-symbols.ly:152 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:153 (variable) msgid "accOboe" msgstr "acordOboe" -#. Documentation/snippets/accordion-discant-symbols.ly:160 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:161 (variable) msgid "accClarin" msgstr "acordClarin" -#. Documentation/snippets/accordion-discant-symbols.ly:166 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:167 (variable) msgid "accPiccolo" msgstr "acordPiccolo" -#. Documentation/snippets/accordion-discant-symbols.ly:172 (variable) +#. Documentation/snippets/accordion-discant-symbols.ly:173 (variable) msgid "accViolin" msgstr "acordViolin" -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:53 (variable) +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:54 (variable) msgid "continuo" msgstr "continuo" -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:65 (context id) +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:57 (comment) +msgid "\\bassFigureStaffAlignmentUp" +msgstr "\\bassFigureStaffAlignmentUp" + +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:61 (comment) +msgid "\\bassFigureStaffAlignmentDown" +msgstr "\\bassFigureStaffAlignmentDown" + #. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:66 (context id) +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:67 (context id) msgid "bassStaff" msgstr "pentagramaBajo" -#. Documentation/snippets/adding-drum-parts.ly:52 (variable) +#. Documentation/snippets/adding-drum-parts.ly:53 (variable) msgid "drh" msgstr "drh" -#. Documentation/snippets/adding-drum-parts.ly:53 (variable) +#. Documentation/snippets/adding-drum-parts.ly:54 (variable) msgid "drl" msgstr "drl" -#. Documentation/snippets/adding-drum-parts.ly:54 (variable) +#. Documentation/snippets/adding-drum-parts.ly:55 (variable) msgid "timb" msgstr "timb" -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:38 (variable) +#. Documentation/snippets/adding-extra-fingering-with-scheme.ly:44 (variable) +msgid "addScript" +msgstr "ponerScript" + +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:40 (variable) #. Documentation/snippets/jazz-combo-template.ly:237 (context id) #. Documentation/snippets/jazz-combo-template.ly:246 (context id) msgid "two" msgstr "dos" -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:39 (variable) +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:41 (variable) msgid "threeTwo" msgstr "tresDos" -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:46 (variable) +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:48 (variable) msgid "threeFour" msgstr "tresCuatro" @@ -7500,84 +7522,82 @@ msgstr "pianoMD" msgid "pianoLH" msgstr "pianoMI" -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:35 (comment) +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:36 (comment) msgid "first, define a variable to hold the formatted date:" msgstr "primero definimos una variable para almacenar la fecha con formato:" -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:36 (variable) +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:37 (variable) msgid "date" msgstr "fecha" -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:36 (comment) +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:37 (comment) msgid "d-%m-%Y\\\" (localtime (current-time)))" msgstr "d-%m-%Y\\\" (localtime (current-time)))" -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:38 (comment) +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:39 (comment) msgid "use it in the title block:" msgstr "usarla en el bloque de título:" -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:49 (comment) +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:50 (comment) msgid "and use it in a \\markup block:" msgstr "y usarla en un bloque \\markup:" -#. Documentation/snippets/additional-voices-to-avoid-collisions.ly:54 (variable) +#. Documentation/snippets/additional-voices-to-avoid-collisions.ly:55 (variable) msgid "voiceFive" msgstr "vozCinco" -#. Documentation/snippets/adjusting-grace-note-spacing.ly:29 (variable) +#. Documentation/snippets/adjusting-grace-note-spacing.ly:30 (variable) msgid "graceNotes" msgstr "notasDeAdorno" -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:38 (comment) +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:37 (comment) msgid "Default layout:" msgstr "Diseño predeterminado:" -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:47 (comment) +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:53 (comment) msgid "Reducing the minimum space below the staff and above the lyrics:" msgstr "Reducir el espacio mínimo bajo el pentagrama y sobre la letra:" -#. Documentation/snippets/aligning-bar-numbers.ly:64 (comment) -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:50 (comment) +#. Documentation/snippets/aligning-bar-numbers.ly:65 (comment) +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:51 (comment) msgid "Increase the size of the bar number by 2" msgstr "Aumentar en 2 el tamaño del número de compás" -#. Documentation/snippets/aligning-bar-numbers.ly:66 (comment) -#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:62 (comment) +#. Documentation/snippets/aligning-bar-numbers.ly:67 (comment) +#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:63 (comment) msgid "Print a bar number every second measure" msgstr "Imprimir el número de compás cada dos compases" -#. Documentation/snippets/aligning-bar-numbers.ly:69 (comment) +#. Documentation/snippets/aligning-bar-numbers.ly:70 (comment) msgid "Center-align bar numbers" msgstr "Alinear números de compás al centro" -#. Documentation/snippets/aligning-bar-numbers.ly:72 (comment) +#. Documentation/snippets/aligning-bar-numbers.ly:73 (comment) msgid "Left-align bar numbers" msgstr "Alinear números de compás a la izquierda" -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:89 (comment) +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:90 (comment) msgid "the RehearsalMark will be centered above the Clef" msgstr "la RehearsalMark se centra sobre la clave" -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:96 (comment) +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:97 (comment) msgid "the RehearsalMark will be centered above the TimeSignature" msgstr "la RehearsalMark se centra sobre el compás" -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:104 (comment) +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:105 (comment) msgid "the RehearsalMark will be centered above the KeySignature" msgstr "la RehearsalMark se centra sobre la armadura" -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:115 (comment) -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:127 (comment) -msgid "" -"the RehearsalMark will be aligned with the left edge of the KeySignature" +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:116 (comment) +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:128 (comment) +msgid "the RehearsalMark will be aligned with the left edge of the KeySignature" msgstr "la RehearsalMark se alinea por la izquierda con la armadura" -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:121 (comment) -msgid "" -"the RehearsalMark will be aligned with the right edge of the KeySignature" +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:122 (comment) +msgid "the RehearsalMark will be aligned with the right edge of the KeySignature" msgstr "la RehearsalMark se alinea por la derecha con la armadura" -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:128 (comment) +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:129 (comment) msgid "and then shifted right by one unit." msgstr "y se desplaza una unidad a la derecha." @@ -7654,75 +7674,75 @@ msgstr "\\break % 11 (16*1)" msgid "\\break % 12 (8*1)" msgstr "\\break % 12 (8*1)" -#. Documentation/snippets/ancient-headword.ly:29 (context id) +#. Documentation/snippets/ancient-headword.ly:38 (context id) msgid "cantus" msgstr "cantus" -#. Documentation/snippets/ancient-headword.ly:31 (comment) +#. Documentation/snippets/ancient-headword.ly:40 (comment) msgid "Verse 1 — Salve, Regína" msgstr "Verso 1 — Salve, Regína" -#. Documentation/snippets/ancient-headword.ly:42 (comment) +#. Documentation/snippets/ancient-headword.ly:51 (comment) msgid "Verse 2 — Vita, dulcédo" msgstr "Verso 2 — Vita, dulcédo" -#. Documentation/snippets/ancient-headword.ly:43 (comment) +#. Documentation/snippets/ancient-headword.ly:52 (comment) msgid "a\\melisma \\[ a \\flexa g \\pes a\\melismaEnd \\] d" msgstr "a\\melisma \\[ a \\flexa g \\pes a\\melismaEnd \\] d" -#. Documentation/snippets/ancient-headword.ly:44 (comment) +#. Documentation/snippets/ancient-headword.ly:53 (comment) msgid "\\divisioMinima" msgstr "\\divisioMinima" -#. Documentation/snippets/ancient-headword.ly:45 (comment) +#. Documentation/snippets/ancient-headword.ly:54 (comment) msgid "\\[ a\\melisma \\flexa g\\melismaEnd \\]" msgstr "\\[ a\\melisma \\flexa g\\melismaEnd \\]" -#. Documentation/snippets/ancient-headword.ly:46 (comment) +#. Documentation/snippets/ancient-headword.ly:55 (comment) msgid "\\[ f\\melisma \\flexa e f \\pes g \\flexa f\\melismaEnd \\]" msgstr "\\[ f\\melisma \\flexa e f \\pes g \\flexa f\\melismaEnd \\]" -#. Documentation/snippets/ancient-headword.ly:47 (comment) +#. Documentation/snippets/ancient-headword.ly:56 (comment) msgid "\\[ e\\melisma \\flexa d\\melismaEnd \\]" msgstr "\\[ e\\melisma \\flexa d\\melismaEnd \\]" -#. Documentation/snippets/ancient-headword.ly:48 (comment) +#. Documentation/snippets/ancient-headword.ly:57 (comment) msgid "\\divisioMaior" msgstr "\\divisioMaior" -#. Documentation/snippets/ancient-headword.ly:49 (comment) +#. Documentation/snippets/ancient-headword.ly:58 (comment) msgid "c d \\[e\\melisma \\pes f\\melismaEnd \\] g" msgstr "c d \\[e\\melisma \\pes f\\melismaEnd \\] g" -#. Documentation/snippets/ancient-headword.ly:50 (comment) +#. Documentation/snippets/ancient-headword.ly:59 (comment) msgid "\\[d\\melisma \\pes e \\flexa c\\melismaEnd \\] d" msgstr "\\[d\\melisma \\pes e \\flexa c\\melismaEnd \\] d" -#. Documentation/snippets/ancient-headword.ly:51 (comment) +#. Documentation/snippets/ancient-headword.ly:60 (comment) msgid "\\finalis" msgstr "\\finalis" -#. Documentation/snippets/ancient-headword.ly:52 (comment) +#. Documentation/snippets/ancient-headword.ly:61 (comment) msgid "Verse 3 — Ad te clamámus" msgstr "Verso 3 — Ad te clamámus" -#. Documentation/snippets/ancient-headword.ly:61 (comment) +#. Documentation/snippets/ancient-headword.ly:70 (comment) msgid "Verse 4 — Ad te suspirámus" msgstr "Verso 4 — Ad te suspirámus" -#. Documentation/snippets/ancient-headword.ly:74 (comment) +#. Documentation/snippets/ancient-headword.ly:83 (comment) msgid "Verse 5 — Eia ergo, Advocáta nostra" msgstr "Verso 5 — Eia ergo, Advocáta nostra" -#. Documentation/snippets/ancient-headword.ly:90 (comment) +#. Documentation/snippets/ancient-headword.ly:99 (comment) msgid "Verse 6 — Et Jesum" msgstr "Verso 6 — Et Jesum" -#. Documentation/snippets/ancient-headword.ly:104 (comment) +#. Documentation/snippets/ancient-headword.ly:113 (comment) msgid "Verse 7 ad finem — O clemens: O pia: O dulcis Virgo María" msgstr "Verso 7 ad finem — O clemens: O pia: O dulcis Virgo María" -#. Documentation/snippets/ancient-headword.ly:122 (comment) +#. Documentation/snippets/ancient-headword.ly:131 (comment) msgid "Vi- ta, dul- cé- do, et spes no- stra, sal- ve." msgstr "Vi- ta, dul- cé- do, et spes no- stra, sal- ve." @@ -7734,286 +7754,284 @@ msgstr "canto" msgid "verba" msgstr "verba" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:85 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:132 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:151 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:168 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:187 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:202 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:223 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:236 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:255 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:86 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:133 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:152 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:169 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:188 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:203 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:224 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:237 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:256 (comment) #. Documentation/snippets/incipit.ly:28 (variable) #. Documentation/snippets/incipit.ly:204 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:218 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:219 (comment) msgid "incipit" msgstr "incipit" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:87 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:88 (comment) msgid "Set tight spacing" msgstr "Establecer espaciado apretado" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:95 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:96 (comment) msgid "turn off bar lines" msgstr "oculter líneas divisorias" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:99 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:100 (comment) msgid "need this extra \\skip such that clef change comes" msgstr "se necesita este \\skip adicional tal que el cambio de clave aparezca" # También Líneas divisorias. FVD -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:100 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:101 (comment) msgid "after bar line" msgstr "después de la barra de compás" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:104 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:105 (comment) msgid "turn bar lines on again" msgstr "activar de nuevo las barras de compás" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:112 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:113 (comment) msgid "Setting printKeyCancellation back to #t must not" msgstr "Establecer de nuevo printKeyCancellation a #t no debe" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:113 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:114 (comment) msgid "occur in the first bar after the incipit. Dto. for forceClef." -msgstr "" -"ocurrir en el primer compás después del incipit. Lo mismo para forceClef." +msgstr "ocurrir en el primer compás después del incipit. Lo mismo para forceClef." -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:114 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:115 (comment) msgid "Therefore, we need an extra \\skip." msgstr "Por tanto, necesitamos un \\skip adicional." -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:119 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:120 (comment) #. Documentation/snippets/incipit.ly:78 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:41 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:42 (comment) msgid "the actual music" msgstr "la música en sí" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:121 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:122 (comment) #. Documentation/snippets/incipit.ly:81 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:42 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:43 (comment) msgid "let finis bar go through all staves" msgstr "hacer que la línea de finis cruce todas las pautas" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:124 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:125 (comment) #. Documentation/snippets/incipit.ly:84 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:44 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:45 (comment) msgid "finis bar" msgstr "línea de finis" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:128 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:129 (variable) #. Documentation/snippets/incipit.ly:101 (variable) #. Documentation/snippets/incipit.ly:235 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:48 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:237 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:49 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:238 (context id) msgid "discantusNotes" msgstr "notasDiscanto" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:134 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:171 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:177 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:191 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:205 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:207 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:216 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:227 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:239 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:74 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:84 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:97 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:104 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:139 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:165 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:191 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:193 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:220 (comment) -msgid "two bars" -msgstr "dos compases" - #. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:135 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:238 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:140 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:219 (comment) -msgid "eight bars" -msgstr "ocho compases" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:136 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:170 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:173 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:172 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:178 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:192 (comment) #. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:206 (comment) #. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:208 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:209 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:217 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:228 (comment) #. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:240 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:164 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:75 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:85 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:98 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:105 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:140 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:166 (comment) #. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:192 (comment) #. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:194 (comment) -msgid "one bar" -msgstr "un compás" +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:221 (comment) +msgid "two bars" +msgstr "dos compases" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:150 (variable) -#. Documentation/snippets/incipit.ly:115 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:61 (variable) -msgid "discantusLyrics" -msgstr "letraDiscanto" +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:136 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:239 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:141 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:220 (comment) +msgid "eight bars" +msgstr "ocho compases" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:164 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:137 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:171 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:174 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:207 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:209 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:210 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:241 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:165 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:193 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:195 (comment) +msgid "one bar" +msgstr "un compás" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:151 (variable) +#. Documentation/snippets/incipit.ly:115 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:62 (variable) +msgid "discantusLyrics" +msgstr "letraDiscanto" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:165 (variable) #. Documentation/snippets/incipit.ly:138 (variable) #. Documentation/snippets/incipit.ly:242 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:71 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:244 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:72 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:245 (context id) msgid "altusNotes" msgstr "notasAlto" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:172 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:166 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:173 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:167 (comment) msgid "seven bars" msgstr "siete compases" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:186 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:187 (variable) #. Documentation/snippets/incipit.ly:152 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:83 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:84 (variable) msgid "altusLyrics" msgstr "letraAltus" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:198 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:199 (variable) #. Documentation/snippets/incipit.ly:176 (variable) #. Documentation/snippets/incipit.ly:249 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:91 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:251 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:92 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:252 (context id) msgid "tenorNotes" msgstr "notasTenor" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:204 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:190 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:205 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:191 (comment) msgid "four bars" msgstr "cuatro compases" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:222 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:223 (variable) #. Documentation/snippets/incipit.ly:190 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:94 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:103 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:95 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:104 (variable) msgid "tenorLyrics" msgstr "letraTenor" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:232 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:233 (variable) #. Documentation/snippets/incipit.ly:212 (variable) #. Documentation/snippets/incipit.ly:256 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:109 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:258 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:110 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:259 (context id) msgid "bassusNotes" msgstr "notasBajo" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:254 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:255 (variable) #. Documentation/snippets/incipit.ly:226 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:122 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:123 (variable) msgid "bassusLyrics" msgstr "letraBajo" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:265 (context id) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:266 (context id) #. Documentation/snippets/incipit.ly:234 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:236 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:237 (context id) msgid "choirStaff" msgstr "pautaCoro" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:287 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:272 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:288 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:273 (comment) msgid "no bars in staves" msgstr "no poner barras dentro de los pentagramas" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:290 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:291 (comment) msgid "incipit should not start with a start delimiter" msgstr "el incipit no empieza con un delimitador de comienzo" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:296 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:297 (comment) #. Documentation/snippets/incipit.ly:279 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:287 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:288 (comment) msgid "no slurs" msgstr "sin ligaduras de expresión" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:299 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:300 (comment) msgid "The command below can be commented out in" msgstr "La instrucción siguiente se puede eliminar en" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:300 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:301 (comment) msgid "short scores, but especially for large scores you" msgstr "partituras cortas, pero especialmente para partituras extensas," -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:301 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:302 (comment) msgid "will typically yield better line breaking and improve" msgstr "probablemente consiga unos saltos de línea mejores y mejore" -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:302 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:303 (comment) msgid "overall spacing if you do not comment the command out." msgstr "el espaciado general si no elimina la instrucción." -#. Documentation/snippets/anglican-psalm-template.ly:92 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:93 (variable) msgid "tick" msgstr "pulso" -#. Documentation/snippets/anglican-psalm-template.ly:96 (comment) +#. Documentation/snippets/anglican-psalm-template.ly:97 (comment) msgid "Use markup to center the chant on the page" msgstr "Usar marcado para centrar el canto sobre la página" -#. Documentation/snippets/anglican-psalm-template.ly:99 (comment) +#. Documentation/snippets/anglican-psalm-template.ly:100 (comment) msgid "centered" msgstr "centrado" -#. Documentation/snippets/anglican-psalm-template.ly:139 (comment) -#. Documentation/snippets/hymn-template.ly:126 (comment) +#. Documentation/snippets/anglican-psalm-template.ly:140 (comment) +#. Documentation/snippets/hymn-template.ly:127 (comment) msgid "End score" msgstr "Fin de la partitura" -#. Documentation/snippets/anglican-psalm-template.ly:141 (comment) +#. Documentation/snippets/anglican-psalm-template.ly:142 (comment) msgid "End markup" msgstr "Fin del marcado" -#. Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly:100 (variable) -#. Documentation/snippets/clusters.ly:28 (variable) +#. Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly:123 (variable) +#. Documentation/snippets/clusters.ly:29 (variable) msgid "fragment" msgstr "fragmento" -#. Documentation/snippets/asymmetric-slurs.ly:30 (variable) +#. Documentation/snippets/asymmetric-slurs.ly:31 (variable) msgid "slurNotes" msgstr "notasLigadura" -#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:43 (comment) +#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:44 (comment) msgid "Default behavior" msgstr "Comportamiento predeterminado" -#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:49 (comment) +#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:50 (comment) msgid "Corrected to avoid collisions" msgstr "Corregido para evitar colisiones" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:28 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:35 (comment) msgid "%%%%%%% Cut here ----- Start 'bbarred.ly'" msgstr "%%%%%%% Cortar por aquí ----- Inicio de 'bbarred.ly'" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:30 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:37 (comment) msgid "C with slash -------------------------------" msgstr "Do tachado -------------------------------" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:31 (variable) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:38 (variable) msgid "cWithSlash" msgstr "doTachado" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:34 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:41 (comment) msgid "Span -----------------------------------" msgstr "Extensión -----------------------------------" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:35 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:42 (comment) msgid "Syntax: \\bbarre #\\\"text\\\" { notes } - text = any number of box" -msgstr "" -"Sintaxis: \\bbarre #\\\"text\\\" { notas } - texto = cualquier número de caja" +msgstr "Sintaxis: \\bbarre #\\\"text\\\" { notas } - texto = cualquier número de caja" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:36 (variable) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:43 (variable) msgid "bbarre" msgstr "bbarre" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:71 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:72 (comment) msgid "uncomment this line for make full barred" msgstr "quite el comentario de esta línea para hacer cejilla completa" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:72 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:73 (comment) msgid "" "\\once \\override TextSpanner #'bound-details #'left #'text = \\markup { \\" "\"B\\\" #str }" @@ -8021,34 +8039,33 @@ msgstr "" "\\once \\override TextSpanner #'bound-details #'left #'text = \\markup { \\" "\"B\\\" #str }" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:76 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:77 (comment) msgid "%%%%%%% Cut here ----- End 'bbarred.ly'" msgstr "%%%%%%% Cortar por aquí ----- Final de 'bbarred.ly'" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:77 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:78 (comment) msgid "Copy and change the last line for full barred. Rename in 'fbarred.ly'" msgstr "" "Copie y cambie la última línea para cejilla completa. Cambie el nombre a " "'fbarred.ly'" -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:80 (comment) +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:81 (comment) msgid "Syntaxe: \\bbarre #\\\"text\\\" { notes } - text = any number of box" -msgstr "" -"Sintaxis: \\bbarre #\\\"text\\\" { notas } - texto = cualquier número de caja" +msgstr "Sintaxis: \\bbarre #\\\"text\\\" { notas } - texto = cualquier número de caja" -#. Documentation/snippets/beam-endings-in-score-context.ly:54 (comment) +#. Documentation/snippets/beam-endings-in-score-context.ly:55 (comment) msgid "Set default beaming for all staves" msgstr "Establecer el barrado predeterminado para todos los pentagramas" -#. Documentation/snippets/beam-endings-in-score-context.ly:62 (comment) +#. Documentation/snippets/beam-endings-in-score-context.ly:63 (comment) msgid "Modify beaming for just this staff" msgstr "Modificar el barrado sólo para este pentagrama" -#. Documentation/snippets/beam-endings-in-score-context.ly:67 (comment) +#. Documentation/snippets/beam-endings-in-score-context.ly:68 (comment) msgid "Inherit beaming from Score context" msgstr "Heredar el barrado del contexto Score" -#. Documentation/snippets/beam-endings-in-score-context.ly:73 (comment) +#. Documentation/snippets/beam-endings-in-score-context.ly:74 (comment) msgid "Modify beaming for this voice only" msgstr "Modificar el barrado sólo para esta voz" @@ -8056,50 +8073,49 @@ msgstr "Modificar el barrado sólo para esta voz" msgid "rhythm 2-3-2" msgstr "ritmo 2-3-2" -#. Documentation/snippets/book-parts.ly:25 (comment) +#. Documentation/snippets/book-parts.ly:26 (comment) msgid "book paper, which is inherited by all children bookparts" msgstr "bloque paper del book, que se hereda por todas las bookparts" -#. Documentation/snippets/book-parts.ly:28 (comment) +#. Documentation/snippets/book-parts.ly:29 (comment) msgid "Page footer: add a different part-tagline at part last page" msgstr "" "Pie de la página: añadir una línea de pie diferente para la parte en la " "última página de la parte" -#. Documentation/snippets/book-parts.ly:32 (comment) +#. Documentation/snippets/book-parts.ly:33 (comment) msgid "Copyright header field only on book first page." msgstr "Campo de cabecera Copyright sólo en la primera página del libro" -#. Documentation/snippets/book-parts.ly:36 (comment) +#. Documentation/snippets/book-parts.ly:37 (comment) msgid "Part tagline header field only on each part last page." -msgstr "" -"Cebecera de lína de pie de la parte sólo en la última página de cada parte" +msgstr "Cebecera de lína de pie de la parte sólo en la última página de cada parte" -#. Documentation/snippets/book-parts.ly:40 (comment) +#. Documentation/snippets/book-parts.ly:41 (comment) msgid "Tagline header field only on book last page." msgstr "Campo de cabecera Tagline sólo en la última página del libro" -#. Documentation/snippets/book-parts.ly:47 (comment) +#. Documentation/snippets/book-parts.ly:48 (comment) msgid "book header, which is inherited by the first bookpart" msgstr "Cabecera del libro, que se hereda por la primera bookpart" -#. Documentation/snippets/book-parts.ly:56 (comment) +#. Documentation/snippets/book-parts.ly:57 (comment) msgid "a different page breaking function may be used on each part" msgstr "Se puede usar una función de salto de página diferente en cada parte" -#. Documentation/snippets/breathing-signs.ly:23 (comment) +#. Documentation/snippets/breathing-signs.ly:24 (comment) msgid "this bar contains no \\breathe" msgstr "este compás no tiene ningún \\breathe" -#. Documentation/snippets/breathing-signs.ly:25 (comment) +#. Documentation/snippets/breathing-signs.ly:26 (comment) msgid "Modern notation:" msgstr "Notación moderna:" -#. Documentation/snippets/breathing-signs.ly:26 (comment) +#. Documentation/snippets/breathing-signs.ly:27 (comment) msgid "by default, \\breathe uses the rcomma, just as if saying:" msgstr "de forma predeterminada, \\breathe usa la rcomma, como si dijésemos:" -#. Documentation/snippets/breathing-signs.ly:27 (comment) +#. Documentation/snippets/breathing-signs.ly:28 (comment) msgid "" "\\override BreathingSign #'text = #(make-musicglyph-markup \\\"scripts.rcomma" "\\\")" @@ -8107,85 +8123,86 @@ msgstr "" "\\override BreathingSign #'text = #(make-musicglyph-markup \\\"scripts.rcomma" "\\\")" -#. Documentation/snippets/breathing-signs.ly:30 (comment) +#. Documentation/snippets/breathing-signs.ly:31 (comment) msgid "rvarcomma and lvarcomma are variations of the default rcomma and lcomma" -msgstr "" -"rvarcomma y lvarcomma son variantes de las rcomma y lcomma predeterminadas" +msgstr "rvarcomma y lvarcomma son variantes de las rcomma y lcomma predeterminadas" -#. Documentation/snippets/breathing-signs.ly:31 (comment) +#. Documentation/snippets/breathing-signs.ly:32 (comment) msgid "N.B.: must use Staff context here, since we start a Voice below" msgstr "" "Nota: aquí hay que usar el contexto de Staff pues iniciamos una Voice más " "abajo" -#. Documentation/snippets/breathing-signs.ly:35 (comment) +#. Documentation/snippets/breathing-signs.ly:36 (comment) msgid "vee" msgstr "uve" -#. Documentation/snippets/caesura-railtracks-with-fermata.ly:33 (comment) +#. Documentation/snippets/caesura-railtracks-with-fermata.ly:34 (comment) msgid "construct the symbol" msgstr "construir el símbolo" -#. Documentation/snippets/caesura-railtracks-with-fermata.ly:42 (comment) +#. Documentation/snippets/caesura-railtracks-with-fermata.ly:43 (comment) msgid "set the breathe mark back to normal" msgstr "volver a poner la respiración normal" -#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:32 (variable) +#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:33 (variable) msgid "hairpinWithCenteredText" msgstr "reguladorConTextoCentrado" -#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:44 (variable) +#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:45 (variable) msgid "hairpinMolto" msgstr "reguladorMolto" -#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:45 (variable) +#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:46 (variable) msgid "hairpinMore" msgstr "reguladorMas" -#. Documentation/snippets/changing--flageolet-mark-size.ly:46 (variable) -#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:27 (variable) +#. Documentation/snippets/changing--flageolet-mark-size.ly:47 (variable) +#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:33 (variable) msgid "smallFlageolet" msgstr "flageoletPequeño" -#. Documentation/snippets/changing-the-ambitus-gap.ly:45 (comment) +#. Documentation/snippets/changing-the-ambitus-gap.ly:53 (comment) msgid "Default setting" msgstr "Ajuste predeterminado" -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:39 (comment) +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:40 (comment) msgid "The following is only here to print the names of the" msgstr "Lo que sigue está solamente para poder imprimir los nombres de los" -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:40 (comment) +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:41 (comment) msgid "chords styles; it can be removed if you do not need to" msgstr "estilos de acorde; quítelos si no los quiere" -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:41 (comment) +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:42 (comment) msgid "print them." msgstr "imprimir." -#. Documentation/snippets/changing-the-default-text-font-family.ly:21 (comment) +#. Documentation/snippets/changing-the-default-text-font-family.ly:22 (comment) msgid "change for other default global staff size." msgstr "cambiar para otro tamaño de pentagrama global predeterminado." -#. Documentation/snippets/changing-the-default-text-font-family.ly:23 (comment) -#. Documentation/snippets/engravers-one-by-one.ly:188 (comment) +#. Documentation/snippets/changing-the-default-text-font-family.ly:24 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:186 (comment) #. Documentation/snippets/score-for-diatonic-accordion.ly:116 (comment) +#. Documentation/snippets/stem-cross-staff-engraver.ly:19 (comment) #. Documentation/snippets/utf-8.ly:27 (comment) msgid "{" msgstr "{" -#. Documentation/snippets/changing-the-default-text-font-family.ly:27 (comment) -#. Documentation/snippets/engravers-one-by-one.ly:190 (comment) -#. Documentation/snippets/expressive-headword.ly:35 (comment) -#. Documentation/snippets/expressive-headword.ly:36 (comment) +#. Documentation/snippets/changing-the-default-text-font-family.ly:28 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:188 (comment) +#. Documentation/snippets/expressive-headword.ly:37 (comment) +#. Documentation/snippets/expressive-headword.ly:38 (comment) #. Documentation/snippets/score-for-diatonic-accordion.ly:117 (comment) #. Documentation/snippets/score-for-diatonic-accordion.ly:247 (comment) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:228 (comment) +#. Documentation/snippets/stem-cross-staff-engraver.ly:28 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:229 (comment) #. Documentation/snippets/utf-8.ly:41 (comment) msgid "}" msgstr "}" -#. Documentation/snippets/changing-the-text-for-sustain-markings.ly:35 (variable) +#. Documentation/snippets/changing-the-text-for-sustain-markings.ly:36 (variable) msgid "sustainNotes" msgstr "notasSostenuto" @@ -8197,46 +8214,45 @@ msgstr "plicaSi" msgid "stemOff" msgstr "plicaNo" -#. Documentation/snippets/chordchanges-for-fretboards.ly:48 (variable) -msgid "myChords" -msgstr "misAcordes" - -#. Documentation/snippets/chord-glissando-in-tablature.ly:54 (variable) +#. Documentation/snippets/chord-glissando-in-tablature.ly:55 (variable) msgid "myMusic" msgstr "miMusica" -#. Documentation/snippets/chord-name-exceptions.ly:49 (comment) +#. Documentation/snippets/chord-name-exceptions.ly:47 (comment) msgid "modify maj9 and 6(add9)" msgstr "cambiar maj9 y 6(add9)" -#. Documentation/snippets/chord-name-exceptions.ly:50 (comment) +#. Documentation/snippets/chord-name-exceptions.ly:48 (comment) msgid "Exception music is chords with markups" msgstr "la Música de Excepciones son acordes con marcados" -#. Documentation/snippets/chord-name-exceptions.ly:51 (variable) +#. Documentation/snippets/chord-name-exceptions.ly:49 (variable) msgid "chExceptionMusic" msgstr "cambiaMusicaExcepciones" -#. Documentation/snippets/chord-name-exceptions.ly:56 (comment) +#. Documentation/snippets/chord-name-exceptions.ly:54 (comment) msgid "Convert music to list and prepend to existing exceptions." -msgstr "" -"Convertir la música en una lista y añadirla a las excepciones existentes." +msgstr "Convertir la música en una lista y añadirla a las excepciones existentes." -#. Documentation/snippets/chord-name-exceptions.ly:57 (variable) +#. Documentation/snippets/chord-name-exceptions.ly:55 (variable) msgid "chExceptions" msgstr "cambiaExcepciones" -#. Documentation/snippets/chord-name-exceptions.ly:61 (variable) +#. Documentation/snippets/chord-name-exceptions.ly:59 (variable) msgid "theMusic" msgstr "laMusica" +#. Documentation/snippets/chordchanges-for-fretboards.ly:50 (variable) +msgid "myChords" +msgstr "misAcordes" + #. Documentation/snippets/chords-headword.ly:24 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:39 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:40 (variable) msgid "theChords" msgstr "losAcordes" #. Documentation/snippets/chords-headword.ly:26 (comment) -#. Documentation/snippets/pitches-headword.ly:136 (comment) +#. Documentation/snippets/pitches-headword.ly:130 (comment) msgid "\\break" msgstr "\\break" @@ -8252,26 +8268,25 @@ msgstr "estrofaDos" msgid "sop" msgstr "sop" -#. Documentation/snippets/clip-systems.ly:68 (variable) +#. Documentation/snippets/clip-systems.ly:67 (variable) msgid "origScore" msgstr "partituraOriginal" -#. Documentation/snippets/clip-systems.ly:86 (comment) +#. Documentation/snippets/clip-systems.ly:85 (comment) msgid "Each clip-region is a (START . END) pair" msgstr "cada zona clip-region es un par (INICIO . FIN)" -#. Documentation/snippets/clip-systems.ly:87 (comment) +#. Documentation/snippets/clip-systems.ly:86 (comment) msgid "where both are rhythmic-locations." msgstr "donde ambas son rhythmic-locations." -#. Documentation/snippets/clip-systems.ly:89 (comment) +#. Documentation/snippets/clip-systems.ly:88 (comment) msgid "(make-rhythmic-locations BAR-NUMBER NUM DEN)" msgstr "(make-rhythmic-locations NUM-COMPAS NUMERADOR DENOMINADOR)" -#. Documentation/snippets/clip-systems.ly:90 (comment) +#. Documentation/snippets/clip-systems.ly:89 (comment) msgid "means NUM/DEN whole-notes into bar numbered BAR-NUMBER" -msgstr "" -"significa NUMERADOR/DENOMINADOR redondas en el compás número NUM-COMPAS" +msgstr "significa NUMERADOR/DENOMINADOR redondas en el compás número NUM-COMPAS" #. Documentation/snippets/coloring-notes-depending-on-their-pitch.ly:21 (comment) msgid "Association list of pitches to colors." @@ -8281,15 +8296,15 @@ msgstr "Lista asociativa de alturas a colores." msgid "Compare pitch and alteration (not octave)." msgstr "Comparar la altura y la alteración (no la octava)." -#. Documentation/snippets/combining-dynamics-with-markup-texts.ly:30 (variable) +#. Documentation/snippets/combining-dynamics-with-markup-texts.ly:31 (variable) msgid "piuF" msgstr "piuF" -#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:97 (variable) +#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:98 (variable) msgid "musicUp" msgstr "musicaArriba" -#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:104 (variable) +#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:105 (variable) msgid "musicDown" msgstr "musicaAbajo" @@ -8305,25 +8320,25 @@ msgstr "ocultar extensión de texto" msgid "show glissando" msgstr "mostrar glissando" -#. Documentation/snippets/creating-double-digit-fingerings.ly:22 (variable) +#. Documentation/snippets/creating-double-digit-fingerings.ly:23 (variable) msgid "ten" msgstr "ten" -#. Documentation/snippets/creating-double-digit-fingerings.ly:26 (variable) +#. Documentation/snippets/creating-double-digit-fingerings.ly:27 (variable) msgid "fifty" msgstr "cincuenta" -#. Documentation/snippets/creating-double-digit-fingerings.ly:30 (variable) +#. Documentation/snippets/creating-double-digit-fingerings.ly:31 (variable) msgid "finger" msgstr "dedo" -#. Documentation/snippets/creating-double-digit-fingerings.ly:41 (comment) +#. Documentation/snippets/creating-double-digit-fingerings.ly:42 (comment) msgid "optional override to remove warnings for fingerings larger than 5" msgstr "" "sobreescritura opcional para suprimir advertencas para digitaciones mayores " "de 5" -#. Documentation/snippets/creating-real-parenthesized-dynamics.ly:48 (variable) +#. Documentation/snippets/creating-real-parenthesized-dynamics.ly:49 (variable) msgid "parenF" msgstr "forteParen" @@ -8335,336 +8350,330 @@ msgstr "el compás y barra ocultos" msgid "\\cadenzaOn turns off automatic calculation of bar numbers" msgstr "\\cadenzaOn desactiva el cálculo automático de números de compás" -#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:31 (comment) +#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:32 (comment) msgid "this is in half-spaces," msgstr "esto está en semi-espacios," -#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:32 (comment) +#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:33 (comment) msgid "so it makes stems 9.5 staffspaces long" msgstr "de forma que las plicas tengan 9.5 espacios de longitud" -#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:33 (comment) +#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:34 (comment) msgid "stems are normally lengthened" msgstr "Las plicas normalmente se alargan" -#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:34 (comment) +#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:35 (comment) msgid "upwards, so here we must lower the stem by the amount" msgstr "hacia arriba, por tanto debemos bajar la plica en una cantidad" -#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:35 (comment) +#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:36 (comment) msgid "equal to the lengthening - in this case (19 - 7) / 2" msgstr "igual al alargamiento: en este caso (19 - 7) / 2" -#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:36 (comment) +#. Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly:37 (comment) msgid "(7 is default stem length)" msgstr "(7 es la longitud de plica predeterminada)" -#. Documentation/snippets/cross-staff-tremolos.ly:47 (context id) +#. Documentation/snippets/cross-staff-tremolos.ly:48 (context id) #. Documentation/snippets/jazz-combo-template.ly:273 (variable) -#. Documentation/snippets/screech-and-boink.ly:18 (context id) +#. Documentation/snippets/screech-and-boink.ly:21 (context id) msgid "up" msgstr "arriba" -#. Documentation/snippets/cross-staff-tremolos.ly:52 (context id) +#. Documentation/snippets/cross-staff-tremolos.ly:53 (context id) #. Documentation/snippets/jazz-combo-template.ly:279 (variable) -#. Documentation/snippets/screech-and-boink.ly:48 (context id) +#. Documentation/snippets/screech-and-boink.ly:51 (context id) msgid "down" msgstr "abajo" -#. Documentation/snippets/customizing-fretboard-fret-diagrams.ly:71 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:60 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:30 (comment) +#. Documentation/snippets/customizing-fretboard-fret-diagrams.ly:72 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:61 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:31 (comment) msgid "Set global properties of fret diagram" msgstr "Fijar propiedades globales del diagrama de posición" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:58 (context id) -#. Documentation/snippets/formatting-lyrics-syllables.ly:33 (variable) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:28 (context id) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:89 (context id) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:59 (context id) +#. Documentation/snippets/formatting-lyrics-syllables.ly:40 (variable) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:29 (context id) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:90 (context id) msgid "mel" msgstr "melo" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:67 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:68 (comment) msgid "C major for guitar, no barre, using defaults" msgstr "Do mayor para guitarra, sin cejilla, usar predeterminados" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:68 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:118 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:69 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:119 (comment) msgid "terse style" msgstr "estilo escueto" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:71 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:93 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:59 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:80 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:159 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:180 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:258 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:279 (comment) -msgid "C major for guitar, barred on third fret" -msgstr "Do mayor para guitarra, cejilla en el tercer traste" - #. Documentation/snippets/customizing-markup-fret-diagrams.ly:72 (comment) #. Documentation/snippets/customizing-markup-fret-diagrams.ly:94 (comment) #. Documentation/snippets/fret-diagrams-explained-and-developed.ly:60 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:82 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:109 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:81 (comment) #. Documentation/snippets/fret-diagrams-explained-and-developed.ly:160 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:182 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:209 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:181 (comment) #. Documentation/snippets/fret-diagrams-explained-and-developed.ly:259 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:281 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:308 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:280 (comment) +msgid "C major for guitar, barred on third fret" +msgstr "Do mayor para guitarra, cejilla en el tercer traste" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:73 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:95 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:61 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:83 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:110 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:161 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:183 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:210 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:260 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:282 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:309 (comment) msgid "verbose style" msgstr "estilo prolijo" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:73 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:74 (comment) msgid "size 1.0" msgstr "tamaño 1.0" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:74 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:61 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:161 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:260 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:75 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:62 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:162 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:261 (comment) msgid "roman fret label, finger labels below string, straight barre" msgstr "" "leyenda de posición en romana, leyendas de dedos debajo de las cuerdas, " "cejilla recta" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:76 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:77 (comment) msgid "standard size" msgstr "tamaño estándar" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:95 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:96 (comment) msgid "landscape orientation, arabic numbers, M for mute string" msgstr "orientación apaisada, números arábigos, M para cuerda muda" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:96 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:97 (comment) msgid "no barre, fret label down or left, small mute label font" msgstr "" "sin cejilla, leyenda de posición abajo o izquierda, fuente pequeña de " "indicación de cuerda muda" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:117 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:131 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:231 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:330 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:118 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:132 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:232 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:331 (comment) msgid "simple D chord" msgstr "acorde de Re sencillo" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:119 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:120 (comment) msgid "larger dots, centered dots, fewer frets" msgstr "puntos mayores, centrados, menos trastes" -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:120 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:121 (comment) msgid "label below string" msgstr "leyenda debajo de la cuerda" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:42 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:29 (comment) msgid "Grob utilities" msgstr "Utilidades de Grob" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:44 (comment) -msgid "" -"These are literal rewrites of some C++ methods used by the ambitus engraver." +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:31 (comment) +msgid "These are literal rewrites of some C++ methods used by the ambitus engraver." msgstr "" "Esto son reescrituras literales de algunos métodos en C++ utilizados por el " "grabador de tesitura." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:79 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:62 (comment) msgid "Ambitus data structure" msgstr "Estructura de datos de la tesitura" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:82 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:65 (comment) msgid "The class holds the various grobs that are created" msgstr "La clase guarda los distintos grobs que se crean" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:83 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:66 (comment) msgid "to print an ambitus:" msgstr "para imprimir una tesitura:" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:84 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:67 (comment) msgid "- ambitus-group: the grob that groups all the components of an ambitus" -msgstr "" -"- ambitus-group: el grob que agrupa todos los componentes de una tesitura" +msgstr "- ambitus-group: el grob que agrupa todos los componentes de una tesitura" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:85 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:68 (comment) msgid "(Ambitus grob);" msgstr "(grob de la tesitura);" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:86 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:69 (comment) msgid "- ambitus-line: the vertical line between the upper and lower ambitus" -msgstr "" -"- ambitus-line: la línea vertical entre las notas alta y baja de la tesitura" +msgstr "- ambitus-line: la línea vertical entre las notas alta y baja de la tesitura" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:87 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:70 (comment) msgid "notes (AmbitusLine grob);" msgstr "notas (grob AmbitusLine);" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:88 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:71 (comment) msgid "- ambitus-up-note and ambitus-down-note: the note head and accidental" msgstr "- ambitus-up-note y ambitus-down-note: la cabeza y su alteración" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:89 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:72 (comment) msgid "for the lower and upper note of the ambitus (see class" msgstr "" "para las notas inferior y superior de la tesitura (véase la clase " -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:90 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:73 (comment) msgid "below)." msgstr "más abajo)." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:91 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:74 (comment) msgid "The other slots define the key and clef context of the engraver:" -msgstr "" -"Las otras ranuras definen los contextos de tonalidad y clave del grabador:" +msgstr "Las otras ranuras definen los contextos de tonalidad y clave del grabador:" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:92 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:75 (comment) msgid "- start-c0: position of middle c at the beginning of the piece. It" msgstr "- start-c0: posición del Do central al principio de la pieza." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:93 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:76 (comment) msgid "is used to place the ambitus notes according to their pitch;" msgstr "Se usa para colocar las notas de tesitura de acuerdo con su altura;" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:94 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:77 (comment) msgid "- start-key-sig: the key signature at the beginning of the piece. It" msgstr "- start-key-sig: armadura al principio de la pieza." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:95 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:78 (comment) msgid "is used to determine if accidentals shall be printed next to ambitus" msgstr "Se usa para determinar si se deben imprimir alteraciones junto a las " -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:96 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:79 (comment) msgid "notes." msgstr "notas de tesitura." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:110 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:93 (comment) msgid "Accessor for the lower and upper note data of an ambitus" msgstr "Accesor para los datos de notas inferior y superior de la tesitura" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:118 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:101 (comment) msgid "The class holds the grobs that are specific to ambitus" msgstr "La clase guarda los grobs que son específicos de las" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:119 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:102 (comment) msgid "(lower and upper) notes:" msgstr "notas (inferior y superior):" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:120 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:103 (comment) msgid "- head: an AmbitusNoteHead grob;" msgstr "- head: un grob AmbitusNoteHead;" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:121 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:104 (comment) msgid "- accidental: an AmbitusAccidental grob, to be possibly printed next" -msgstr "" -"- accidental: un grob AmbitusAccidental a imprimir posiblemente junto a" +msgstr "- accidental: un grob AmbitusAccidental a imprimir posiblemente junto a" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:122 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:105 (comment) msgid "to the ambitus note head." msgstr "la cabeza de la nota de tesitura." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:123 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:106 (comment) msgid "Moreover:" msgstr "Además:" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:124 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:107 (comment) msgid "- pitch is the absolute pitch of the note" msgstr "- pitch es la altura absoluta de la nota" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:125 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:108 (comment) msgid "- cause is the note event that causes this ambitus note, i.e. the lower" msgstr "" "- cause es el evento de nota que produce esta nota de tesitura, es decir, la " "nota" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:126 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:109 (comment) msgid "or upper note of the considered music sequence." msgstr "inferior o superior de la secuencia musical considerada." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:139 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:122 (comment) msgid "Ambitus engraving logics" msgstr "Lógica del grabado de la tesitura" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:141 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:124 (comment) msgid "Rewrite of the code from @file{lily/ambitus-engraver.cc}." msgstr "Reescritura del código de @file{lily/ambitus-engraver.cc}." -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:310 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:293 (comment) msgid "Ambitus engraver definition" msgstr "Definición del grabador de tesitura" -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:335 (comment) +#. Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly:319 (comment) msgid "Example" msgstr "Ejemplo" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:89 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:88 (comment) msgid "add FretBoards for the Cuatro" msgstr "añadir FretBoards para el cuatro venezolano" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:90 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:89 (comment) msgid "Note: This section could be put into a separate file" msgstr "Nota: esta sección se puede poner en un archivo aparte" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:91 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:90 (comment) msgid "predefined-cuatro-fretboards.ly" msgstr "posiciones-predefinidas-del-cuatro.ly" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:92 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:91 (comment) msgid "and \\included into each of your compositions" msgstr "e incluirse en todas sus composiciones con \\include" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:94 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:93 (variable) msgid "cuatroTuning" msgstr "afinacionCuatro" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:99 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:98 (variable) msgid "dSix" msgstr "sextaRe" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:100 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:99 (variable) msgid "dMajor" msgstr "reMayor" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:101 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:100 (variable) msgid "aMajSeven" msgstr "laSeptMayor" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:102 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:101 (variable) msgid "dMajSeven" msgstr "reSeptMayor" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:103 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:102 (variable) msgid "gMajor" msgstr "solMayor" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:121 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:120 (comment) msgid "end of potential include file /predefined-cuatro-fretboards.ly" -msgstr "" -"fin del potencial archivo de inclusión /posiciones-predefinidas-del-cuatro.ly" +msgstr "fin del potencial archivo de inclusión /posiciones-predefinidas-del-cuatro.ly" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:126 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:125 (variable) msgid "primerosNames" msgstr "nombresPrimeros" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:130 (variable) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:129 (variable) msgid "primeros" msgstr "primeros" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:153 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:152 (comment) msgid "\\override FretBoard" msgstr "\\override FretBoard" -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:154 (comment) +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:153 (comment) msgid "#'(fret-diagram-details string-count) = #'4" msgstr "#'(fret-diagram-details string-count) = #'4" -#. Documentation/snippets/demo-midiinstruments.ly:27 (variable) +#. Documentation/snippets/demo-midiinstruments.ly:28 (variable) msgid "baseMelody" msgstr "melodiaBase" -#. Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly:76 (comment) +#. Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly:77 (comment) msgid "Must be lower than the actual number of staff lines" msgstr "debe ser menor que el número real de líneas de la pauta" @@ -8676,23 +8685,23 @@ msgstr "fixA" msgid "fixB" msgstr "fixB" -#. Documentation/snippets/displaying-grob-ancestry.ly:200 (comment) -msgid "\\\" (make-string 36 #\\-))" -msgstr "\\\" (make-string 36 #\\-))" +#. Documentation/snippets/displaying-grob-ancestry.ly:182 (comment) +msgid "~a~&\\\"" +msgstr "~a~&\\\"" -#. Documentation/snippets/double-glissando.ly:24 (comment) +#. Documentation/snippets/double-glissando.ly:25 (comment) msgid "new voice ( = \\voiceOne), hidden" msgstr "new voice ( = \\voiceOne), oculta" -#. Documentation/snippets/double-glissando.ly:26 (comment) +#. Documentation/snippets/double-glissando.ly:27 (comment) msgid "attach glissando to note heads" msgstr "aplicar glissando a la cabeza de las notas" -#. Documentation/snippets/double-glissando.ly:31 (comment) +#. Documentation/snippets/double-glissando.ly:32 (comment) msgid "original voice with chords rearranged so that" msgstr "voz original con acordes rehecha de forma que" -#. Documentation/snippets/double-glissando.ly:32 (comment) +#. Documentation/snippets/double-glissando.ly:33 (comment) msgid "glissando is attached to a & c" msgstr "el glissando se aplica al La y al Do" @@ -8700,190 +8709,196 @@ msgstr "el glissando se aplica al La y al Do" msgid "circle" msgstr "círculo" -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:57 (comment) -msgid "" -"Two functions for (de)crescendo spanners where you can explicitly give the" +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:58 (comment) +msgid "Two functions for (de)crescendo spanners where you can explicitly give the" msgstr "Dos funciones para extensores de (de)crescendo donde podemos dar el" -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:58 (comment) +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:59 (comment) msgid "spanner text." msgstr "texto de la extensión explícitamente." -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:59 (variable) +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:60 (variable) msgid "mycresc" msgstr "miCresc" -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:65 (variable) +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:66 (variable) msgid "mydecresc" msgstr "miDecresc" -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:61 (comment) +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:62 (comment) msgid "Some sample text dynamic spanners, to be used as postfix operators" -msgstr "" -"Algunos extensores de texto de muestra, para usar como operadores posfijos" +msgstr "Algunos extensores de texto de muestra, para usar como operadores posfijos" -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:62 (variable) +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:63 (variable) msgid "crpoco" msgstr "crpoco" -#. Documentation/snippets/editorial-headword.ly:25 (comment) +#. Documentation/snippets/editorial-headword.ly:38 (comment) msgid "NR 1.7 Editorial annotations" msgstr "NR 1.7 Anotaciones editoriales" -#. Documentation/snippets/editorial-headword.ly:27 (comment) +#. Documentation/snippets/editorial-headword.ly:40 (comment) msgid "Beethoven, Op. 31, No. 3" msgstr "Beethoven, Op. 31, No. 3" -#. Documentation/snippets/editorial-headword.ly:28 (comment) +#. Documentation/snippets/editorial-headword.ly:41 (comment) msgid "Piano sonata 18, Movt II, Scherzo" msgstr "Sonata para piano núm. 18, Mov. II, Scherzo" -#. Documentation/snippets/editorial-headword.ly:29 (comment) +#. Documentation/snippets/editorial-headword.ly:42 (comment) msgid "Measures 9 - 14" msgstr "Compases 9 a 14" -#. Documentation/snippets/editorial-headword.ly:33 (comment) -#. Documentation/snippets/expressive-headword.ly:40 (comment) -#. Documentation/snippets/pitches-headword.ly:33 (comment) -#. Documentation/snippets/rhythms-headword.ly:42 (comment) +#. Documentation/snippets/editorial-headword.ly:46 (comment) +#. Documentation/snippets/expressive-headword.ly:42 (comment) +#. Documentation/snippets/pitches-headword.ly:27 (comment) +#. Documentation/snippets/rhythms-headword.ly:37 (comment) msgid "RH Staff" msgstr "Pentagrama MD" -#. Documentation/snippets/editorial-headword.ly:71 (comment) -#. Documentation/snippets/expressive-headword.ly:172 (comment) -#. Documentation/snippets/pitches-headword.ly:106 (comment) -#. Documentation/snippets/rhythms-headword.ly:131 (comment) +#. Documentation/snippets/editorial-headword.ly:84 (comment) +#. Documentation/snippets/expressive-headword.ly:174 (comment) +#. Documentation/snippets/pitches-headword.ly:100 (comment) +#. Documentation/snippets/rhythms-headword.ly:126 (comment) msgid "LH Staff" msgstr "Pentagrama MI" -#. Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly:28 (comment) +#. Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly:29 (comment) msgid "PostScript is a registered trademark of Adobe Systems Inc." msgstr "PostScript is a registered trademark of Adobe Systems Inc." -#. Documentation/snippets/engravers-one-by-one.ly:76 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:74 (comment) msgid "sample music" msgstr "música de ejemplo" -#. Documentation/snippets/engravers-one-by-one.ly:77 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:75 (variable) msgid "topVoice" msgstr "vozSuperior" -#. Documentation/snippets/engravers-one-by-one.ly:85 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:83 (variable) msgid "botVoice" msgstr "vozInferior" -#. Documentation/snippets/engravers-one-by-one.ly:93 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:91 (variable) msgid "hoom" msgstr "hum" -#. Documentation/snippets/engravers-one-by-one.ly:104 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:102 (variable) msgid "pah" msgstr "pa" -#. Documentation/snippets/engravers-one-by-one.ly:114 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:112 (comment) msgid "setup for Request->Element conversion. Guru-only" msgstr "Sólo para gurús: tinglado para la conversión Request->Element" -#. Documentation/snippets/engravers-one-by-one.ly:117 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:215 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:228 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:284 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:298 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:115 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:213 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:226 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:282 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:296 (variable) msgid "MyStaff" msgstr "miPentagrama" -#. Documentation/snippets/engravers-one-by-one.ly:145 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:143 (comment) msgid "explicitly set instrumentName, so we don't get" msgstr "fijar instrumentName específicamente, para no obtener" -#. Documentation/snippets/engravers-one-by-one.ly:146 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:144 (comment) msgid "weird effects when doing instrument names for" msgstr "efectos extraños al hacer nombres de instrumento para" -#. Documentation/snippets/engravers-one-by-one.ly:147 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:145 (comment) msgid "piano staves" msgstr "sistemas de piano" -#. Documentation/snippets/engravers-one-by-one.ly:156 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:242 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:255 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:268 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:154 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:240 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:253 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:266 (variable) msgid "MyVoice" msgstr "miVoz" -#. Documentation/snippets/engravers-one-by-one.ly:171 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:169 (comment) msgid "must come before all" msgstr "ha de ir antes de todo" -#. Documentation/snippets/engravers-one-by-one.ly:181 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:179 (comment) msgid "\\consists \\\"Rest_engraver\\\"" msgstr "\\consists \\\"Rest_engraver\\\"" #. Documentation/snippets/expressive-headword.ly:26 (comment) +msgid "NR 1.3 Expressive marks" +msgstr "Referencia de la notación 1.3 Marcas expresivas" + +#. Documentation/snippets/expressive-headword.ly:28 (comment) msgid "L. v. Beethoven, Op. 49 no. 1" msgstr "L. v. Beethoven, Op. 49 no. 1" -#. Documentation/snippets/expressive-headword.ly:27 (comment) +#. Documentation/snippets/expressive-headword.ly:29 (comment) msgid "Piano sonata 19 - \\\"Leichte Sonate\\\"" msgstr "Sonata para piano núm. 19 - \\\"Leichte Sonate\\\"" -#. Documentation/snippets/expressive-headword.ly:28 (comment) +#. Documentation/snippets/expressive-headword.ly:30 (comment) msgid "measures 1 - 12" msgstr "Compases 1 a 12" -#. Documentation/snippets/expressive-headword.ly:30 (comment) +#. Documentation/snippets/expressive-headword.ly:32 (comment) msgid "\\layout {" msgstr "\\layout {" -#. Documentation/snippets/expressive-headword.ly:31 (comment) +#. Documentation/snippets/expressive-headword.ly:33 (comment) msgid "\\context {" msgstr "\\context {" -#. Documentation/snippets/expressive-headword.ly:32 (comment) +#. Documentation/snippets/expressive-headword.ly:34 (comment) msgid "\\Score" msgstr "\\Score" -#. Documentation/snippets/expressive-headword.ly:33 (comment) +#. Documentation/snippets/expressive-headword.ly:35 (comment) msgid "\\override SpacingSpanner #'base-shortest-duration =" msgstr "\\override SpacingSpanner #'base-shortest-duration =" -#. Documentation/snippets/expressive-headword.ly:34 (comment) +#. Documentation/snippets/expressive-headword.ly:36 (comment) msgid "#(ly:make-moment 1 20)" msgstr "#(ly:make-moment 1 20)" #. Documentation/snippets/figured-bass-headword.ly:26 (comment) +msgid "NR 2.7.3 Figured bass" +msgstr "Referencia de la notación 2.7.3 bajo cifrado" + +#. Documentation/snippets/figured-bass-headword.ly:28 (comment) msgid "Arcangelo Corelli, 12 Sonate da Camera, Op. 2" msgstr "Arcangelo Corelli, 12 Sonate da Camera, Op. 2" -#. Documentation/snippets/figured-bass-headword.ly:27 (comment) +#. Documentation/snippets/figured-bass-headword.ly:29 (comment) msgid "Sonata II, Allemanda" msgstr "Sonata II, Allemanda" -#. Documentation/snippets/figured-bass-headword.ly:28 (comment) +#. Documentation/snippets/figured-bass-headword.ly:30 (comment) msgid "measures 1 - 88" msgstr "compases 1 a 88" -#. Documentation/snippets/figured-bass-headword.ly:29 (comment) +#. Documentation/snippets/figured-bass-headword.ly:31 (comment) msgid "Coded by Neil Puttock; modified by Carl Sorensen" msgstr "Codificado por Neil Puttock; modificado por Carl Sorensen" -#. Documentation/snippets/figured-bass-headword.ly:31 (variable) +#. Documentation/snippets/figured-bass-headword.ly:33 (variable) msgid "extendOn" msgstr "extendOn" -#. Documentation/snippets/figured-bass-headword.ly:32 (variable) +#. Documentation/snippets/figured-bass-headword.ly:34 (variable) msgid "extendOff" msgstr "extendOff" -#. Documentation/snippets/figured-bass-headword.ly:40 (context id) +#. Documentation/snippets/figured-bass-headword.ly:42 (context id) msgid "violinoI" msgstr "violinI" -#. Documentation/snippets/figured-bass-headword.ly:58 (context id) +#. Documentation/snippets/figured-bass-headword.ly:60 (context id) msgid "violinoII" msgstr "violinII" -#. Documentation/snippets/figured-bass-headword.ly:76 (context id) +#. Documentation/snippets/figured-bass-headword.ly:78 (context id) msgid "violone" msgstr "violone" @@ -8892,123 +8907,123 @@ msgstr "violone" msgid "centermarkup" msgstr "marcadoCentro" -#. Documentation/snippets/flamenco-notation.ly:97 (comment) +#. Documentation/snippets/flamenco-notation.ly:79 (comment) msgid "Cut here ----- Start 'flamenco.ly'" msgstr "Cortar por aquí ----- Inicio 'flamenco.ly'" -#. Documentation/snippets/flamenco-notation.ly:99 (comment) +#. Documentation/snippets/flamenco-notation.ly:81 (comment) msgid "Text indicators" msgstr "Indicadores de texto" -#. Documentation/snippets/flamenco-notation.ly:100 (variable) +#. Documentation/snippets/flamenco-notation.ly:82 (variable) msgid "abanico" msgstr "abanico" -#. Documentation/snippets/flamenco-notation.ly:101 (variable) +#. Documentation/snippets/flamenco-notation.ly:83 (variable) msgid "rasgueaso" msgstr "rasgueo" -#. Documentation/snippets/flamenco-notation.ly:102 (variable) +#. Documentation/snippets/flamenco-notation.ly:84 (variable) msgid "alzapua" msgstr "alzapua" -#. Documentation/snippets/flamenco-notation.ly:104 (comment) +#. Documentation/snippets/flamenco-notation.ly:86 (comment) msgid "Finger stroke symbols" msgstr "Símbolos de golpes de dedo" -#. Documentation/snippets/flamenco-notation.ly:105 (variable) +#. Documentation/snippets/flamenco-notation.ly:87 (variable) msgid "strokeUp" msgstr "golpeArriba" -#. Documentation/snippets/flamenco-notation.ly:115 (variable) +#. Documentation/snippets/flamenco-notation.ly:97 (variable) msgid "strokeDown" msgstr "golpeAbajo" -#. Documentation/snippets/flamenco-notation.ly:125 (comment) +#. Documentation/snippets/flamenco-notation.ly:107 (comment) msgid "Golpe symbol" msgstr "Símbolo de golpe" -#. Documentation/snippets/flamenco-notation.ly:126 (variable) +#. Documentation/snippets/flamenco-notation.ly:108 (variable) msgid "golpe" msgstr "golpe" -#. Documentation/snippets/flamenco-notation.ly:140 (variable) +#. Documentation/snippets/flamenco-notation.ly:122 (variable) msgid "strokeUpGolpe" msgstr "golpearArriba" -#. Documentation/snippets/flamenco-notation.ly:141 (variable) +#. Documentation/snippets/flamenco-notation.ly:123 (variable) msgid "iUpGolpe" msgstr "iGolpeArriba" -#. Documentation/snippets/flamenco-notation.ly:143 (comment) +#. Documentation/snippets/flamenco-notation.ly:125 (comment) msgid "Strokes for all fingers" msgstr "Golpes para todos los dedos" -#. Documentation/snippets/flamenco-notation.ly:144 (variable) +#. Documentation/snippets/flamenco-notation.ly:126 (variable) msgid "pUp" msgstr "pArriba" -#. Documentation/snippets/flamenco-notation.ly:145 (variable) +#. Documentation/snippets/flamenco-notation.ly:127 (variable) msgid "pDown" msgstr "pAbajo" -#. Documentation/snippets/flamenco-notation.ly:146 (variable) +#. Documentation/snippets/flamenco-notation.ly:128 (variable) msgid "iUp" msgstr "iArriba" -#. Documentation/snippets/flamenco-notation.ly:147 (variable) +#. Documentation/snippets/flamenco-notation.ly:129 (variable) msgid "iDown" msgstr "iAbajo" -#. Documentation/snippets/flamenco-notation.ly:148 (variable) +#. Documentation/snippets/flamenco-notation.ly:130 (variable) msgid "mUp" msgstr "mArriba" -#. Documentation/snippets/flamenco-notation.ly:149 (variable) +#. Documentation/snippets/flamenco-notation.ly:131 (variable) msgid "mDown" msgstr "mAbajo" -#. Documentation/snippets/flamenco-notation.ly:150 (variable) +#. Documentation/snippets/flamenco-notation.ly:132 (variable) msgid "aUp" msgstr "aArriba" -#. Documentation/snippets/flamenco-notation.ly:151 (variable) +#. Documentation/snippets/flamenco-notation.ly:133 (variable) msgid "aDown" msgstr "aAbajo" -#. Documentation/snippets/flamenco-notation.ly:152 (variable) +#. Documentation/snippets/flamenco-notation.ly:134 (variable) msgid "xUp" msgstr "xArriba" -#. Documentation/snippets/flamenco-notation.ly:153 (variable) +#. Documentation/snippets/flamenco-notation.ly:135 (variable) msgid "xDown" msgstr "xAbajo" -#. Documentation/snippets/flamenco-notation.ly:156 (comment) +#. Documentation/snippets/flamenco-notation.ly:138 (comment) msgid "Just handy :)" msgstr "Muy cómodo :)" -#. Documentation/snippets/flamenco-notation.ly:157 (variable) +#. Documentation/snippets/flamenco-notation.ly:139 (variable) msgid "tupletOff" msgstr "grupoNo" -#. Documentation/snippets/flamenco-notation.ly:162 (variable) +#. Documentation/snippets/flamenco-notation.ly:144 (variable) msgid "tupletsOff" msgstr "gruposNo" -#. Documentation/snippets/flamenco-notation.ly:167 (variable) +#. Documentation/snippets/flamenco-notation.ly:149 (variable) msgid "tupletsOn" msgstr "gruposSi" -#. Documentation/snippets/flamenco-notation.ly:172 (variable) +#. Documentation/snippets/flamenco-notation.ly:154 (variable) msgid "headsOff" msgstr "cabezasNo" -#. Documentation/snippets/flamenco-notation.ly:178 (variable) +#. Documentation/snippets/flamenco-notation.ly:160 (variable) msgid "headsOn" msgstr "cabezasSi" -#. Documentation/snippets/flamenco-notation.ly:184 (comment) +#. Documentation/snippets/flamenco-notation.ly:166 (comment) msgid "Cut here ----- End 'flamenco.ly'" msgstr "Cortar por aquí ----- Final 'flamenco.ly'" @@ -9028,96 +9043,95 @@ msgstr "Ejemplo 3" msgid "Example 4" msgstr "Ejemplo 4" -#. Documentation/snippets/flute-slap-notation.ly:21 (variable) +#. Documentation/snippets/flute-slap-notation.ly:22 (variable) msgid "slap" msgstr "slap" -#. Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly:23 (variable) +#. Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly:24 (variable) msgid "example" msgstr "ejemplo" -#. Documentation/snippets/formatting-lyrics-syllables.ly:34 (variable) +#. Documentation/snippets/formatting-lyrics-syllables.ly:41 (variable) msgid "lyr" msgstr "letra" -#. Documentation/snippets/fretboards-alternate-tables.ly:92 (comment) -msgid "Make a blank new fretboard table" -msgstr "Hacer una tabla de trastes en blanco" - -#. Documentation/snippets/fretboards-alternate-tables.ly:95 (comment) -msgid "Make a new fretboard table as a copy of default-fret-table" -msgstr "Hacer una tabla de trastes nueva como copia de default-fret-table" - -#. Documentation/snippets/fretboards-alternate-tables.ly:98 (comment) -msgid "Add a chord to custom-fretboard-table-one" -msgstr "Añadir un acorde a custom-fretboard-table-one" - -#. Documentation/snippets/fretboards-alternate-tables.ly:104 (comment) -msgid "Add a chord to custom-fretboard-table-two" -msgstr "Añadir un acorde a custom-fretboard-table-two" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:36 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:37 (comment) msgid "A chord for ukulele" msgstr "Un acorde de ukelele" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:46 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:47 (comment) msgid "A chord for ukulele, with formatting defined in definition string" -msgstr "" -"Acorde para el ukelele, con el formato definido en la cadena de definición" +msgstr "Acorde para el ukelele, con el formato definido en la cadena de definición" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:47 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:48 (comment) msgid "1.2 * size, 4 strings, 4 frets, fingerings below string" msgstr "1.2 * tamaño, 4 cuerdas, 4 trastes, digitación debajo de las cuerdas" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:48 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:49 (comment) msgid "dot radius .35 of fret spacing, dot position 0.55 of fret spacing" msgstr "" "redio del punto .35 del espacio de traste, posición del punto 0.55 del " "espacio de traste" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:57 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:58 (comment) msgid "These chords will be in normal orientation" msgstr "Estos acordes estarán en la orientación normal" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:63 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:84 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:111 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:163 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:184 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:211 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:262 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:283 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:310 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:64 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:85 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:112 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:164 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:185 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:212 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:263 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:284 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:311 (comment) #, python-format msgid "110% of default size" msgstr "110% del tamaño predeterminado" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:81 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:181 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:280 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:82 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:182 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:281 (comment) msgid "Double barre used to test barre function" msgstr "Doble barra utilizada para probar la función de barra" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:108 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:208 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:307 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:109 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:209 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:308 (comment) msgid "C major for guitar, with capo on third fret" msgstr "Do mayor para guitarra, cejilla en el tercer traste" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:143 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:242 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:341 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:144 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:243 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:342 (comment) msgid "simple D chord, large top fret thickness" msgstr "acorde sencillo de Re, grosor del traste grande superior" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:155 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:156 (comment) msgid "These chords will be in landscape orientation" msgstr "Eestos acordes estarán en orientación horizontal" -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:254 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:255 (comment) msgid "These chords will be in opposing-landscape orientation" msgstr "Estos acordes estarán en orientación horizontal opuesta" +#. Documentation/snippets/fretboards-alternate-tables.ly:90 (comment) +msgid "Make a blank new fretboard table" +msgstr "Hacer una tabla de trastes en blanco" + +#. Documentation/snippets/fretboards-alternate-tables.ly:93 (comment) +msgid "Make a new fretboard table as a copy of default-fret-table" +msgstr "Hacer una tabla de trastes nueva como copia de default-fret-table" + +#. Documentation/snippets/fretboards-alternate-tables.ly:96 (comment) +msgid "Add a chord to custom-fretboard-table-one" +msgstr "Añadir un acorde a custom-fretboard-table-one" + +#. Documentation/snippets/fretboards-alternate-tables.ly:102 (comment) +msgid "Add a chord to custom-fretboard-table-two" +msgstr "Añadir un acorde a custom-fretboard-table-two" + #. Documentation/snippets/fretted-headword.ly:36 (comment) msgid "shortcuts" msgstr "atajos" @@ -9299,8 +9313,8 @@ msgstr "c. 11" #. Documentation/snippets/fretted-headword.ly:143 (context id) #. Documentation/snippets/jazz-combo-template.ly:199 (variable) #. Documentation/snippets/jazz-combo-template.ly:309 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:62 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:67 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:63 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:68 (context id) msgid "guitar" msgstr "guitarra" @@ -9340,43 +9354,55 @@ msgstr "Crear un sello de corchete buscando el glifo en la fuente tipográfica" msgid "snippetexamplenotes" msgstr "notasdeejemplo" -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:56 (comment) +#. Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly:74 (comment) +msgid "Just some example score to show how to use these functions:" +msgstr "Una simple partitura de ejemplo para mostrar la forma de uso de estas funciones:" + +#. Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly:100 (variable) +msgid "oneNoteScore" +msgstr "partituraDeUnaSolaNota" + +#. Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly:117 (comment) +msgid "Top-level scores are also handled correctly" +msgstr "Las partituras del nivel superior también se manejan correctamente" + +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:57 (comment) msgid "this moves them up one staff space from the default position" msgstr "moverlas hacia arriba un espacio de pentagrama desde la posición de" -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:74 (comment) +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:75 (comment) msgid "set up grids" msgstr "establecer rejillas" -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:76 (comment) +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:77 (comment) msgid "set the grid interval to one quarter note" msgstr "establecer intervalo de rejilla a una negra" -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:82 (comment) +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:83 (comment) msgid "this moves them to the right half a staff space" msgstr "moverlas a la derecha medio espacio de pentagrama" -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:41 (comment) +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:42 (comment) msgid "hides staff and notes so that only the grid lines are visible" msgstr "ocultar pentagrama y notas para que sólo se vea la rejilla" -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:48 (comment) +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:49 (comment) msgid "dummy notes to force regular note spacing" msgstr "notas falsas para forzar el espaciado regular de las notas" -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:64 (comment) +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:65 (comment) msgid "center grid lines horizontally below note heads" msgstr "centrar las líneas de rejilla horizontalmente bajo las cabezas" -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:71 (comment) +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:72 (comment) msgid "set line length and positioning:" msgstr "fijar la longitud y la posición de la línea:" -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:72 (comment) +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:73 (comment) msgid "two staff spaces above center line on hidden staff" msgstr "dos espacios por encima de la línea central sobre el pentagrama oculto" -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:73 (comment) +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:74 (comment) msgid "to four spaces below center line on visible staff" msgstr "" "hasta cuatro espacios por debajo de la línea central sobre el pentagrama " @@ -9394,257 +9420,255 @@ msgstr "o a partir de un punto casual del mástil." msgid "hideFretNumber" msgstr "ocultarTraste" -#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:51 (variable) +#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:52 (variable) msgid "drum" msgstr "percusion" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:59 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:60 (comment) msgid "Solution 1: Using a simple markup with a particular halign value" msgstr "Solución 1: usar un marcado sencillo con un valor concreto de halign" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:60 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:61 (comment) msgid "Drawback: It's a markup, not a dynamic command, so \\dynamicDown" msgstr "Inconveniente: es un marcado, no una instrucción de matiz dinámico," -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:61 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:62 (comment) msgid "etc. will have no effect" msgstr "por lo que \\dynamicDown etc. no funcionan" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:62 (variable) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:63 (variable) msgid "semppMarkup" msgstr "semppMarcado" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:64 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:65 (comment) msgid "Solution 2: Using a dynamic script & shifting with" msgstr "Solución 2: usar una indicación de dinámica y desplazarla con" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:65 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:66 (comment) msgid "\\once \\override ... #'X-offset = .." msgstr "\\once \\override ... #'X-offset = .." -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:66 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:67 (comment) msgid "Drawback: \\once \\override needed for every invocation" msgstr "Inconveniente: se necesita \\once\\override para cada invocación" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:67 (variable) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:68 (variable) msgid "semppK" msgstr "semppK" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:74 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:75 (comment) msgid "Solution 3: Padding the dynamic script so the center-alignment" msgstr "" "Solución 3: aplicar relleno a la indicación dinámica para que el center-" "alignment" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:75 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:76 (comment) msgid "puts it at the correct position" msgstr "lo ponga en la posición correcta" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:76 (comment) -msgid "" -"Drawback: the padding really reserves the space, nothing else can be there" +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:77 (comment) +msgid "Drawback: the padding really reserves the space, nothing else can be there" msgstr "" "Inconveniente: el relleno reserva el espacio realmente, no puede haber nada " "más aquí" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:77 (variable) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:78 (variable) msgid "semppT" msgstr "semppT" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:85 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:86 (comment) msgid "Solution 4: Dynamic, setting the dimensions of the additional text to 0" msgstr "" "Solución 4: indicación dinámica, fijando a 0 las dimensiones del texto " "adicional" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:86 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:87 (comment) msgid "Drawback: To lilypond \\\"sempre\\\" has no extent, so it might put" msgstr "Inconveniente: para lilypond \\\"sempre\\\" no tiene dimensiones," -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:87 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:88 (comment) msgid "other stuff there => collisions" msgstr "lo que podría dar lugar a colisiones" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:88 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:89 (comment) msgid "Drawback: Also, there seems to be some spacing, so it's not exactly the" msgstr "Inconveniente: asimismo, parece haber algo de espacio, por lo que" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:89 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:90 (comment) msgid "same alignment as without the additional text" msgstr "no es exactamente la misma alnieación que sin el texto adicional" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:90 (variable) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:91 (variable) msgid "semppM" msgstr "semppM" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:99 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:100 (comment) msgid "Solution 5: Dynamic with explicit shifting inside the scheme function" msgstr "" "Solución 5: indicación dinámica con desplazamiento explícito dentro de la " "función de Scheme" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:100 (variable) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:101 (variable) msgid "semppG" msgstr "semppG" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:108 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:109 (comment) msgid "Solution 6: Dynamic with explicit alignment. This has only effect" -msgstr "" -"Solución 6: indicación dinámica con alineación explícita. ¡Sólo tiene efecto " +msgstr "Solución 6: indicación dinámica con alineación explícita. ¡Sólo tiene efecto " -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:109 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:110 (comment) msgid "if one sets X-offset!" msgstr "si se fija X-offset!" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:110 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:111 (comment) msgid "Drawback: One needs to set DynamicText #'X-offset!" msgstr "Inconveniente: ¡Hay que fijar DynamicText #'X-offset!" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:111 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:112 (comment) msgid "Drawback: Aligned at the right edge of the additional text," msgstr "Inconveniente: alineado con el borde derecho del texto adicional," -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:112 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:113 (comment) msgid "not at the center of pp" msgstr "no con el centro del pp" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:113 (variable) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:114 (variable) msgid "semppMII" msgstr "semppMII" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:121 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:122 (context id) msgid "s" msgstr "s" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:128 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:129 (context id) msgid "sMarkup" msgstr "sMarkup" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:135 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:136 (context id) msgid "sK" msgstr "sK" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:146 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:147 (context id) msgid "sT" msgstr "sT" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:153 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:154 (context id) msgid "sM" msgstr "sM" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:160 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:161 (context id) msgid "sG" msgstr "sG" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:167 (context id) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:168 (context id) msgid "sMII" msgstr "sMII" -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:171 (comment) +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:172 (comment) msgid "Setting to ##f (false) gives the same result" msgstr "Al fijarlo a ##f (falso) obtenemos el mismo resultado" -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:32 (variable) +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:33 (variable) #. Documentation/snippets/score-for-diatonic-accordion.ly:67 (variable) -#. Documentation/snippets/showing-chords-at-changes.ly:48 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:69 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:72 (variable) +#. Documentation/snippets/showing-chords-at-changes.ly:46 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:73 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:70 (variable) msgid "harmonies" msgstr "armonias" -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:35 (comment) +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:36 (comment) msgid "THE FOLLOWING IS THE COMMAND TO MOVE THE CHORD NAME" msgstr "a continuación la instrucción para mover el nombre del acorde" -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:38 (comment) +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:39 (comment) msgid "THIS LINE IS THE SECOND METHOD" msgstr "esta línea es el segundo método" -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:48 (comment) +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:49 (comment) msgid "THE FOLLOWING IS THE COMMAND TO MOVE THE FRET DIAGRAM" msgstr "a continuación la instrucción para mover el diagrama de posición" -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:51 (comment) +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:52 (comment) msgid "HERE IS THE SECOND METHOD" msgstr "aquí el segundo método" -#. Documentation/snippets/hymn-template.ly:61 (variable) +#. Documentation/snippets/hymn-template.ly:62 (variable) msgid "Timeline" msgstr "LineaDeTiempo" -#. Documentation/snippets/hymn-template.ly:93 (comment) +#. Documentation/snippets/hymn-template.ly:94 (comment) msgid "Start score" msgstr "Inicio de la partitura" -#. Documentation/snippets/hymn-template.ly:95 (comment) +#. Documentation/snippets/hymn-template.ly:96 (comment) msgid "Start pianostaff" msgstr "Iniciar sistema de piano" -#. Documentation/snippets/hymn-template.ly:96 (comment) +#. Documentation/snippets/hymn-template.ly:97 (comment) msgid "Start Staff = RH" msgstr "inicio de pentagrama MD" -#. Documentation/snippets/hymn-template.ly:99 (comment) +#. Documentation/snippets/hymn-template.ly:100 (comment) msgid "Start Voice = \\\"Soprano\\\"" msgstr "Inicio de voz = \\\"Soprano\\\"" -#. Documentation/snippets/hymn-template.ly:103 (comment) +#. Documentation/snippets/hymn-template.ly:104 (comment) msgid "End Voice = \\\"Soprano\\\"" msgstr "Final de voz = \\\"Soprano\\\"" -#. Documentation/snippets/hymn-template.ly:104 (comment) +#. Documentation/snippets/hymn-template.ly:105 (comment) msgid "Start Voice = \\\"Alto\\\"" msgstr "Inicio de voz = \\\"Alto\\\"" -#. Documentation/snippets/hymn-template.ly:108 (comment) +#. Documentation/snippets/hymn-template.ly:109 (comment) msgid "End Voice = \\\"Alto\\\"" msgstr "Final de voz = \\\"Alto\\\"" -#. Documentation/snippets/hymn-template.ly:109 (comment) +#. Documentation/snippets/hymn-template.ly:110 (comment) msgid "End Staff = RH" msgstr "Final de pentagrama MD" -#. Documentation/snippets/hymn-template.ly:110 (comment) +#. Documentation/snippets/hymn-template.ly:111 (comment) msgid "Start Staff = LH" msgstr "Inicio de pentagrama MI" -#. Documentation/snippets/hymn-template.ly:113 (comment) +#. Documentation/snippets/hymn-template.ly:114 (comment) msgid "Start Voice = \\\"Tenor\\\"" msgstr "Inicio de voz = \\\"Tenor\\\"" -#. Documentation/snippets/hymn-template.ly:117 (comment) +#. Documentation/snippets/hymn-template.ly:118 (comment) msgid "End Voice = \\\"Tenor\\\"" msgstr "Final de voz = \\\"Tenor\\\"" -#. Documentation/snippets/hymn-template.ly:118 (comment) +#. Documentation/snippets/hymn-template.ly:119 (comment) msgid "Start Voice = \\\"Bass\\\"" msgstr "Inicio de voz = \\\"Bass\\\"" -#. Documentation/snippets/hymn-template.ly:122 (comment) +#. Documentation/snippets/hymn-template.ly:123 (comment) msgid "End Voice = \\\"Bass\\\"" msgstr "Final de voz = \\\"Bass\\\"" -#. Documentation/snippets/hymn-template.ly:123 (comment) +#. Documentation/snippets/hymn-template.ly:124 (comment) msgid "End Staff = LH" msgstr "Final de pentagrama MI" -#. Documentation/snippets/hymn-template.ly:124 (comment) +#. Documentation/snippets/hymn-template.ly:125 (comment) msgid "End pianostaff" msgstr "Final del sistema de piano" -#. Documentation/snippets/hymn-template.ly:145 (comment) +#. Documentation/snippets/hymn-template.ly:146 (comment) msgid "Start paper block" msgstr "Inicio del bloque paper" -#. Documentation/snippets/hymn-template.ly:146 (comment) +#. Documentation/snippets/hymn-template.ly:147 (comment) msgid "don't indent first system" msgstr "no sangrar el primer sistema" -#. Documentation/snippets/hymn-template.ly:147 (comment) +#. Documentation/snippets/hymn-template.ly:148 (comment) msgid "shorten line length to suit music" msgstr "acortar la longitur de la línea para adecuarse a la música" -#. Documentation/snippets/hymn-template.ly:148 (comment) +#. Documentation/snippets/hymn-template.ly:149 (comment) msgid "End paper block" msgstr "Final del boque paper" @@ -9686,10 +9710,9 @@ msgstr "" "compás" #. Documentation/snippets/incipit.ly:281 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:289 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:290 (comment) msgid "Comment in the below \\\"\\remove\\\" command to allow line" -msgstr "" -"Quite el comentario de la instrucción \\\"\\remove\\\" de abajo para permitir" +msgstr "Quite el comentario de la instrucción \\\"\\remove\\\" de abajo para permitir" #. Documentation/snippets/incipit.ly:282 (comment) msgid "breaking also at those bar lines where a note overlaps" @@ -9700,32 +9723,30 @@ msgid "into the next measure. The command is commented out in this" msgstr "sobre el siguiente compás. La instrucción es un comentario en este" #. Documentation/snippets/incipit.ly:284 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:292 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:293 (comment) msgid "short example score, but especially for large scores, you" -msgstr "" -"partitura corta de ejemplo, pero especialmente para partituras extensas," +msgstr "partitura corta de ejemplo, pero especialmente para partituras extensas," #. Documentation/snippets/incipit.ly:285 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:293 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:294 (comment) msgid "will typically yield better line breaking and thus improve" msgstr "probablemente consiga unos saltos de línea mejores y así mejorar" #. Documentation/snippets/incipit.ly:286 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:294 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:295 (comment) msgid "overall spacing if you comment in the following command." -msgstr "" -"el espaciado general si elimina el comentario de la instrucción siguiente." +msgstr "el espaciado general si elimina el comentario de la instrucción siguiente." #. Documentation/snippets/incipit.ly:287 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:295 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:296 (comment) msgid "\\remove \\\"Forbid_line_break_engraver\\\"" msgstr "\\remove \\\"Forbid_line_break_engraver\\\"" -#. Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly:20 (variable) +#. Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly:21 (variable) msgid "tuning" msgstr "afinacion" -#. Documentation/snippets/isolated-percent-repeats.ly:45 (variable) +#. Documentation/snippets/isolated-percent-repeats.ly:46 (variable) msgid "makePercent" msgstr "hacerPorcentaje" @@ -9918,96 +9939,96 @@ msgstr "saxobari" msgid "chords" msgstr "acordes" -#. Documentation/snippets/keyboard-headword.ly:27 (comment) -msgid "M. Ravel, Sonatine (1905)" -msgstr "M. Ravel, Sonatine (1905)" - -#. Documentation/snippets/keyboard-headword.ly:28 (comment) -msgid "First movement" -msgstr "Primer movimiento" - -#. Documentation/snippets/keyboard-headword.ly:37 (variable) -msgid "fermataLong" -msgstr "calderonLargo" - -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:53 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:89 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:91 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:71 (variable) -msgid "sopMusic" -msgstr "musicaSoprano" - -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:54 (comment) -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:60 (comment) -msgid "VERSE ONE" -msgstr "ESTROFA UNO" - -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:82 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:123 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:126 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:101 (context id) -msgid "women" -msgstr "mujeres" +#. Documentation/snippets/keyboard-headword.ly:19 (comment) +msgid "M. Ravel, Sonatine (1905)" +msgstr "M. Ravel, Sonatine (1905)" -#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:94 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:138 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:136 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:113 (context id) -msgid "men" -msgstr "hombres" +#. Documentation/snippets/keyboard-headword.ly:20 (comment) +msgid "First movement" +msgstr "Primer movimiento" + +#. Documentation/snippets/keyboard-headword.ly:30 (variable) +msgid "fermataLong" +msgstr "calderonLargo" #. Documentation/snippets/makam-example.ly:58 (comment) msgid "Initialize makam settings" msgstr "Iniciar ajustes de makam" -#. Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly:23 (variable) +#. Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly:24 (variable) msgid "bassfigures" msgstr "cifrasbajo" -#. Documentation/snippets/manually-controlling-beam-positions.ly:25 (comment) +#. Documentation/snippets/manually-controlling-beam-positions.ly:26 (comment) msgid "from upper staff-line (position 2) to center (position 0)" msgstr "desde la quinta línea (posición 2) hasta la tercera (posición 0)" -#. Documentation/snippets/manually-controlling-beam-positions.ly:28 (comment) +#. Documentation/snippets/manually-controlling-beam-positions.ly:29 (comment) msgid "from center to one above center (position 1)" msgstr "desde tercera línea hasta la cuarta (posición 1)" -#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:21 (variable) +#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:22 (variable) msgid "speakOn" msgstr "hablarSi" -#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:38 (variable) +#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:39 (variable) msgid "speakOff" msgstr "hablarNo" -#. Documentation/snippets/markup-lines.ly:26 (comment) +#. Documentation/snippets/markup-lines.ly:27 (comment) msgid "Candide, Voltaire" msgstr "Candide, Voltaire" -#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:59 (comment) +#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:60 (comment) msgid "the final bar line is not interrupted" msgstr "la barra final no se interrumpe" -#. Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly:21 (variable) +#. Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly:22 (variable) msgid "normalPos" msgstr "posNormal" -#. Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly:74 (variable) +#. Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly:75 (variable) msgid "dashPlus" msgstr "dashPlus" -#. Documentation/snippets/modifying-tuplet-bracket-length.ly:27 (comment) +#. Documentation/snippets/modifying-tuplet-bracket-length.ly:28 (comment) msgid "Set tuplets to be extendable..." msgstr "Hacer los grupos especiales extensibles..." -#. Documentation/snippets/modifying-tuplet-bracket-length.ly:29 (comment) +#. Documentation/snippets/modifying-tuplet-bracket-length.ly:30 (comment) msgid "...to cover all items up to the next note" msgstr "... para que cubran todos los elementos hasta la nota siguiente" -#. Documentation/snippets/modifying-tuplet-bracket-length.ly:33 (comment) +#. Documentation/snippets/modifying-tuplet-bracket-length.ly:34 (comment) msgid "...or to cover just whitespace" msgstr "... o para cubrir sólo el espacio vacio" +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:27 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:91 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:72 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:89 (variable) +msgid "sopMusic" +msgstr "musicaSoprano" + +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:28 (comment) +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:34 (comment) +msgid "VERSE ONE" +msgstr "ESTROFA UNO" + +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:56 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:126 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:102 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:123 (context id) +msgid "women" +msgstr "mujeres" + +#. Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly:68 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:136 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:114 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:138 (context id) +msgid "men" +msgstr "hombres" + #. Documentation/snippets/open-string-harmonics-in-tablature.ly:41 (variable) msgid "openStringHarmonics" msgstr "armonicoAlAire" @@ -10052,175 +10073,173 @@ msgstr "séptimo armónico" msgid "eighth harmonic" msgstr "octavo armónico" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:73 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:74 (comment) msgid "space for instrumentName" msgstr "espacio para instrumentName" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:74 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:75 (comment) msgid "space for shortInstrumentName" msgstr "espacio para shortInstrumentName" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:77 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:78 (variable) msgid "fluteMusic" msgstr "musicaFlauta" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:78 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:79 (comment) msgid "Pitches as written on a manuscript for Clarinet in A" -msgstr "" -"Las notas tal como están escritas en un manuscrito para clarinete en La" +msgstr "Las notas tal como están escritas en un manuscrito para clarinete en La" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:79 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:80 (comment) msgid "are transposed to concert pitch." msgstr "se transcriben al tono de concierto." -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:80 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:81 (variable) msgid "clarinetMusic" msgstr "musicaClarinete" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:82 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:83 (variable) msgid "trumpetMusic" msgstr "musicaTrompeta" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:83 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:84 (comment) msgid "Key signature is often omitted for horns" msgstr "La armadura se suele omitir para las trompas" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:84 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:85 (variable) msgid "hornMusic" msgstr "musicaTrompa" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:86 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:87 (variable) msgid "percussionMusic" msgstr "musicaPercusion" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:89 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:90 (variable) msgid "altoIMusic" msgstr "musicaContraltoI" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:90 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:91 (variable) msgid "altoIIMusic" msgstr "musicaContraltoII" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:91 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:92 (variable) msgid "altoILyrics" msgstr "letraContraltoI" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:92 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:93 (variable) msgid "altoIILyrics" msgstr "letraContraltoII" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:95 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:96 (variable) msgid "pianoRHMusic" msgstr "musicaPianoMD" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:96 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:97 (variable) msgid "pianoLHMusic" msgstr "musicaPianoMI" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:97 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:98 (variable) msgid "violinIMusic" msgstr "musicaViolinI" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:98 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:99 (variable) msgid "violinIIMusic" msgstr "musicaViolinII" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:99 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:100 (variable) msgid "violaMusic" msgstr "musicaViola" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:108 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:109 (comment) msgid "shortInstrumentName, midiInstrument, etc." msgstr "shortInstrumentName, midiInstrument, etc." -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:109 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:110 (comment) msgid "may be set here as well" msgstr "se pueden fijar aquí también" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:115 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:116 (comment) msgid "Declare that written Middle C in the music" msgstr "Declarar que el Do central escrito en la música" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:116 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:117 (comment) msgid "to follow sounds a concert B flat, for" msgstr "que sigue suena un Si bemol de concierto, para" -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:117 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:118 (comment) msgid "output using sounded pitches such as MIDI." msgstr "la salida que utiliza alturas sonoras como el MIDI." -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:119 (comment) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:120 (comment) msgid "Print music for a B-flat clarinet" msgstr "Imprimir la música para un clarinete en Si bemol" -#. Documentation/snippets/partcombine-and-autobeamoff.ly:149 (comment) +#. Documentation/snippets/partcombine-and-autobeamoff.ly:150 (comment) msgid "\\set Staff.autoBeaming = ##f % turns off all autobeaming" msgstr "\\set Staff.autoBeaming = ##f % desactiva todo el barrado automático" -#. Documentation/snippets/partcombine-and-autobeamoff.ly:152 (comment) +#. Documentation/snippets/partcombine-and-autobeamoff.ly:153 (comment) msgid "applies to split up stems" msgstr "se aplica a las plicas divididas hacia arriba" -#. Documentation/snippets/partcombine-and-autobeamoff.ly:154 (comment) +#. Documentation/snippets/partcombine-and-autobeamoff.ly:155 (comment) msgid "\\autoBeamOff % applies to combined up stems" msgstr "\\autoBeamOff % se aplica a las plicas hacia arriba combinadas" -#. Documentation/snippets/partcombine-and-autobeamoff.ly:159 (comment) +#. Documentation/snippets/partcombine-and-autobeamoff.ly:160 (comment) msgid "applies to down stems" msgstr "se aplica a las plicas hacia abajo" -#. Documentation/snippets/percussion-beaters.ly:22 (variable) +#. Documentation/snippets/percussion-beaters.ly:23 (variable) msgid "stick" msgstr "baqueta" -#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:56 (comment) +#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:57 (comment) msgid "Permit line breaks within tuplets" msgstr "Permitir saltos de línea dentro de grupos especiales" -#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:58 (comment) +#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:59 (comment) msgid "Allow beams to be broken at line breaks" msgstr "Permitir romper barras en saltos de línea" -#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:65 (comment) +#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:66 (comment) msgid "Insert a manual line break within a tuplet" msgstr "Insertar salto de línea manual dentro de un grupo especial" -#. Documentation/snippets/pitches-headword.ly:27 (comment) +#. Documentation/snippets/pitches-headword.ly:19 (comment) msgid "L. v. Beethoven" msgstr "L. van Beethoven" -#. Documentation/snippets/pitches-headword.ly:28 (comment) +#. Documentation/snippets/pitches-headword.ly:20 (comment) msgid "Piano sonata 21 - Dem Grafen von Waldstein Gewidmet" msgstr "Sonata para piano núm. 21 - Dem Grafen von Waldstein Gewidmet" -#. Documentation/snippets/pitches-headword.ly:29 (comment) +#. Documentation/snippets/pitches-headword.ly:21 (comment) msgid "chorale at measures 34 - 40+" msgstr "coral de los compases 34 a 40 y siguientes" -#. Documentation/snippets/pitches-headword.ly:36 (comment) +#. Documentation/snippets/pitches-headword.ly:30 (comment) msgid "RH Voice 1" msgstr "Voz 1 de la MD" -#. Documentation/snippets/pitches-headword.ly:64 (comment) +#. Documentation/snippets/pitches-headword.ly:58 (comment) msgid "(" msgstr "(" -#. Documentation/snippets/pitches-headword.ly:69 (comment) +#. Documentation/snippets/pitches-headword.ly:63 (comment) msgid ")" msgstr ")" -#. Documentation/snippets/pitches-headword.ly:73 (comment) +#. Documentation/snippets/pitches-headword.ly:67 (comment) msgid "RH Voice 2" msgstr "Voz 2 de la MD" -#. Documentation/snippets/polyphony-in-tablature.ly:61 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:62 (context id) msgid "tab" msgstr "tab" #. Documentation/snippets/positioning-multi-measure-rests.ly:66 (comment) msgid "Multi-measure rests by default are set under the fourth line" -msgstr "" -"Los silencios multicompás se establecen por omisión debajo de la cuarta línea" +msgstr "Los silencios multicompás se establecen por omisión debajo de la cuarta línea" #. Documentation/snippets/positioning-multi-measure-rests.ly:68 (comment) msgid "They can be moved using an override" @@ -10256,99 +10275,97 @@ msgstr "" msgid "in all voices to avoid multiple instances being printed" msgstr "en todas las voces para evitar que se imprima más de una instancia" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:32 (comment) -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:53 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:33 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:54 (comment) msgid "Set segno sign as rehearsal mark and adjust size if needed" msgstr "Fijar llamada como letra de ensayo y ajustar su tamaño si es necesario" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:33 (comment) -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:55 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:34 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:56 (comment) msgid "\\once \\override Score.RehearsalMark #'font-size = #3" msgstr "\\once \\override Score.RehearsalMark #'font-size = #3" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:39 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:40 (comment) msgid "Set coda sign as rehearsal mark and adjust size if needed" -msgstr "" -"Fijar llamada de coda como letra de ensayo y ajustar tamaño si es necesario" +msgstr "Fijar llamada de coda como letra de ensayo y ajustar tamaño si es necesario" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:46 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:47 (comment) msgid "Should Coda be on anew line?" msgstr "¿Debe ir la Coda sobre una línea nueva?" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:47 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:48 (comment) msgid "Coda NOT on new line: use \\nobreak" msgstr "Coda NO en línea nueva: usar \\nobreak" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:48 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:49 (comment) msgid "Coda on new line: DON'T use \\nobreak" msgstr "Coda en línea nueva: NO USAR \\nobreak" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:49 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:50 (comment) msgid "\\noBreak" msgstr "\\noBreak" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:58 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:59 (comment) msgid "Here begins the trickery!" msgstr "¡Aquí comienzan los trucos!" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:59 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:60 (comment) msgid "" "\\cadenzaOn will suppress the bar count and \\stopStaff removes the staff " "lines." -msgstr "" -"\\cadenzaOn suprime la cuenta de compases y \\stopStaff quita el pentagrama" +msgstr "\\cadenzaOn suprime la cuenta de compases y \\stopStaff quita el pentagrama" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:62 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:63 (comment) msgid "Some examples of possible text-displays" msgstr "Algunos ejemplos de text-displays posibles" # fuzzy. FVD -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:64 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:65 (comment) msgid "text line-aligned" msgstr "texto line-aligned" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:65 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:66 (comment) msgid "==================" msgstr "==================" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:66 (comment) -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:72 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:67 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:73 (comment) msgid "Move text to the desired position" msgstr "Mover el texto a la posición deseada" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:67 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:68 (comment) msgid "\\once \\override TextScript #'extra-offset = #'( 2 . -3.5 )" msgstr "\\once \\override TextScript #'extra-offset = #'( 2 . -3.5 )" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:68 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:69 (comment) msgid "| s1*0^\\markup { D.S. al Coda } }" msgstr "| s1*0^\\markup { D.S. al Coda } }" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:70 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:71 (comment) msgid "text center-aligned" msgstr "texto center-aligned" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:71 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:72 (comment) msgid "====================" msgstr "====================" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:73 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:74 (comment) msgid "\\once \\override TextScript #'extra-offset = #'( 6 . -5.0 )" msgstr "\\once \\override TextScript #'extra-offset = #'( 6 . -5.0 )" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:74 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:75 (comment) msgid "| s1*0^\\markup { \\center-column { D.S. \\\"al Coda\\\" } }" msgstr "| s1*0^\\markup { \\center-column { D.S. \\\"al Coda\\\" } }" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:76 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:77 (comment) msgid "text and symbols center-aligned" msgstr "texto y símbolos center-aligned" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:77 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:78 (comment) msgid "===============================" msgstr "===============================" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:78 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:79 (comment) msgid "" "Move text to the desired position and tweak spacing for optimum text " "alignment" @@ -10356,40 +10373,39 @@ msgstr "" "Mover el texto a la posición deseada y ajustar el espacio para una " "alineación óptima" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:79 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:80 (comment) msgid "\\once \\override TextScript #'extra-offset = #'( 8 . -5.5 )" msgstr "\\once \\override TextScript #'extra-offset = #'( 8 . -5.5 )" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:85 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:86 (comment) msgid "Increasing the unfold counter will expand the staff-free space" msgstr "El aumento del contador de despliegue expande el espacio de staff-free" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:90 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:91 (comment) msgid "Resume bar count and show staff lines again" msgstr "Reanudar la cuenta de compases y mostrar el pentagrama de nuevo" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:94 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:95 (comment) msgid "Should Coda be on new line?" msgstr "¿La Coda va en una línea nueva?" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:95 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:96 (comment) msgid "Coda NOT on new line: DON'T use \\break" msgstr "Coda NO en nueva línea: NO USAR \\break" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:96 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:97 (comment) msgid "Coda on new line: use \\break" msgstr "Coda en nueva línea: usar \\break" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:99 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:100 (comment) msgid "Show up, you clef and key!" msgstr "¡Mostraos, clave y armadura!" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:103 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:104 (comment) msgid "Set coda sign as rehearsal mark and adjust size and position" -msgstr "" -"Fijar el signo de coda como letra de enzayo y ajustar el tamaño y posición" +msgstr "Fijar el signo de coda como letra de enzayo y ajustar el tamaño y posición" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:105 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:106 (comment) msgid "" "Put the coda sign ontop of the (treble-)clef dependend on coda's line-" "position" @@ -10397,44 +10413,58 @@ msgstr "" "Poner el signo de coda encima de la clave dependiendo de la line-position de " "la coda" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:107 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:108 (comment) msgid "Coda NOT on new line, use this:" msgstr "Coda NO en nueva línea, hacer esto:" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:108 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:109 (comment) msgid "\\once \\override Score.RehearsalMark #'extra-offset = #'( -2 . 1.75 )" msgstr "\\once \\override Score.RehearsalMark #'extra-offset = #'( -2 . 1.75 )" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:110 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:111 (comment) msgid "Coda on new line, use this:" msgstr "Coda en nueva línea, hacer esto:" -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:116 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:117 (comment) msgid "The coda" msgstr "La coda" -#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:60 (comment) +#. Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly:31 (comment) +#. Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly:49 (comment) +msgid "due to issue 2362 the following line is commented" +msgstr "a causa del bug número 2362, la línea siguiente está comentada" + +#. Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly:32 (comment) +#. Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly:50 (comment) +msgid "\\mark \\\"Composed Feb 2007 - Feb 2008\\\"" +msgstr "\\mark \\\"Compuesto entre feb. de 2007 y feb. de 2008\\\"" + +#. Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly:33 (comment) +#. Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly:51 (comment) +msgid "and a shorter mark is used." +msgstr "y se usa una marca más corta." + +#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:61 (comment) msgid "Permit first bar number to be printed" msgstr "Habilitar la impresión del número del primer compás" -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:46 (comment) +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:47 (comment) msgid "Prevent bar numbers at the end of a line and permit them elsewhere" -msgstr "" -"No poner números de compás al final de la línea, pero sí en otros lugares" +msgstr "No poner números de compás al final de la línea, pero sí en otros lugares" -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:53 (comment) +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:54 (comment) msgid "Draw a box round the following bar number(s)" msgstr "Pintar una caja rodeando al siguiente(s) número de compás" -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:58 (comment) +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:59 (comment) msgid "Draw a circle round the following bar number(s)" msgstr "Rodear con un círculo el siguiente(s) número de compás" -#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:58 (comment) +#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:59 (comment) msgid "Metronome marks below the staff" msgstr "Las marcas de metrónomo debajo del pentagrama" -#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:63 (comment) +#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:64 (comment) msgid "Rehearsal marks below the staff" msgstr "Letras de ensayo debajo del pentagrama" @@ -10450,22 +10480,22 @@ msgstr "Percusion" msgid "voc" msgstr "voc" -#. Documentation/snippets/quoting-another-voice.ly:79 (variable) -msgid "quoteMe" -msgstr "citaMe" - -#. Documentation/snippets/quoting-another-voice.ly:84 (variable) -msgid "original" -msgstr "original" - -#. Documentation/snippets/quoting-another-voice-with-transposition.ly:72 (variable) +#. Documentation/snippets/quoting-another-voice-with-transposition.ly:73 (variable) msgid "quoteTest" msgstr "pruebaDeCita" -#. Documentation/snippets/quoting-another-voice-with-transposition.ly:73 (comment) +#. Documentation/snippets/quoting-another-voice-with-transposition.ly:74 (comment) msgid "french horn" msgstr "trompa" +#. Documentation/snippets/quoting-another-voice.ly:80 (variable) +msgid "quoteMe" +msgstr "citaMe" + +#. Documentation/snippets/quoting-another-voice.ly:85 (variable) +msgid "original" +msgstr "original" + #. Documentation/snippets/recorder-fingering-chart.ly:39 (comment) msgid "range chart for paetzold contrabass recorder" msgstr "cuadro de rangos para la flauta dulce contabaja paetzold" @@ -10478,106 +10508,121 @@ msgstr "inicioMusicaAcciaccatura" msgid "stopAcciaccaturaMusic" msgstr "finMusicaAcciaccatura" -#. Documentation/snippets/removing-the-first-empty-line.ly:84 (comment) +#. Documentation/snippets/removing-the-first-empty-line.ly:85 (comment) msgid "To use the setting globally, uncomment the following line:" msgstr "" "Para usar el ajuste de forma global, quite el comentario de la líne " "siguiente:" -#. Documentation/snippets/removing-the-first-empty-line.ly:85 (comment) +#. Documentation/snippets/removing-the-first-empty-line.ly:86 (comment) msgid "\\override VerticalAxisGroup #'remove-first = ##t" msgstr "\\override VerticalAxisGroup #'remove-first = ##t" -#. Documentation/snippets/removing-the-first-empty-line.ly:94 (comment) +#. Documentation/snippets/removing-the-first-empty-line.ly:95 (comment) msgid "To use the setting globally, comment this line," -msgstr "" -"Para usar el ajuste globalmente, haga un comentario de la línea siguiente:" +msgstr "Para usar el ajuste globalmente, haga un comentario de la línea siguiente:" -#. Documentation/snippets/removing-the-first-empty-line.ly:95 (comment) +#. Documentation/snippets/removing-the-first-empty-line.ly:96 (comment) msgid "uncomment the line in the \\layout block above" msgstr "quite el comentario de la línea del bloque \\layout de arriba" -#. Documentation/snippets/reverting-default-beam-endings.ly:53 (comment) +#. Documentation/snippets/repeats-headword.ly:19 (comment) +msgid "Beethoven, Op. 57" +msgstr "Beethoven, Op. 57" + +#. Documentation/snippets/repeats-headword.ly:20 (comment) +msgid "Piano sonata 23 - Dem Grafen Franz von Brunswick Gewidmet" +msgstr "Sonata para piano núm. 23; dedicada a Franz von Brunswick" + +#. Documentation/snippets/repeats-headword.ly:21 (comment) +msgid "Movt II, Andante con moto" +msgstr "Mov. II, Andante con moto" + +#. Documentation/snippets/repeats-headword.ly:22 (comment) +msgid "Measures 9 - 16" +msgstr "Compases 9 a 16" + +#. Documentation/snippets/reverting-default-beam-endings.ly:55 (comment) msgid "Default beaming" msgstr "Barrado predeterminado" -#. Documentation/snippets/reverting-default-beam-endings.ly:56 (comment) +#. Documentation/snippets/reverting-default-beam-endings.ly:58 (comment) msgid "Set new values for beam endings" msgstr "establecer valores nuevos para finales de barra" -#. Documentation/snippets/rhythmic-slashes.ly:29 (comment) +#. Documentation/snippets/rhythmic-slashes.ly:30 (comment) msgid "Macro to print single slash" msgstr "Macro para imprimir una barra inclinada única" -#. Documentation/snippets/rhythmic-slashes.ly:30 (variable) +#. Documentation/snippets/rhythmic-slashes.ly:31 (variable) msgid "rs" msgstr "rs" -#. Documentation/snippets/rhythmic-slashes.ly:37 (comment) +#. Documentation/snippets/rhythmic-slashes.ly:38 (comment) msgid "Function to print a specified number of slashes" msgstr "Función para imprimir un número especificado de barras inclinadas" -#. Documentation/snippets/rhythmic-slashes.ly:38 (variable) +#. Documentation/snippets/rhythmic-slashes.ly:39 (variable) msgid "comp" msgstr "comp" -#. Documentation/snippets/rhythms-headword.ly:26 (comment) +#. Documentation/snippets/rhythms-headword.ly:19 (comment) msgid "Beethoven, Op. 81a" msgstr "Beethoven, Op. 81a" -#. Documentation/snippets/rhythms-headword.ly:27 (comment) +#. Documentation/snippets/rhythms-headword.ly:20 (comment) msgid "Piano sonata 26 - Das Lebewohl" msgstr "Sonata para piano núm. 26 - Das Lebewohl" -#. Documentation/snippets/rhythms-headword.ly:28 (comment) +#. Documentation/snippets/rhythms-headword.ly:21 (comment) msgid "Movt II - Abwesenheit" msgstr "Mov. II - Abwesenheit" -#. Documentation/snippets/rhythms-headword.ly:29 (comment) +#. Documentation/snippets/rhythms-headword.ly:22 (comment) msgid "Measures 31 - 34" msgstr "Compases 31 a 34" -#. Documentation/snippets/rhythms-headword.ly:36 (comment) +#. Documentation/snippets/rhythms-headword.ly:31 (comment) msgid "\\override SpacingSpanner #'strict-grace-spacing = ##t" msgstr "\\override SpacingSpanner #'strict-grace-spacing = ##t" -#. Documentation/snippets/satb-choir-template---four-staves.ly:57 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:58 (variable) msgid "sopranonotes" msgstr "notasSoprano" -#. Documentation/snippets/satb-choir-template---four-staves.ly:60 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:61 (variable) msgid "sopranowords" msgstr "letraSoprano" -#. Documentation/snippets/satb-choir-template---four-staves.ly:61 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:62 (variable) msgid "altonotes" msgstr "notasAlto" -#. Documentation/snippets/satb-choir-template---four-staves.ly:64 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:65 (variable) msgid "altowords" msgstr "letraContralto" -#. Documentation/snippets/satb-choir-template---four-staves.ly:65 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:66 (variable) msgid "tenornotes" msgstr "notasTenor" -#. Documentation/snippets/satb-choir-template---four-staves.ly:69 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:70 (variable) msgid "tenorwords" msgstr "letraTenor" -#. Documentation/snippets/satb-choir-template---four-staves.ly:70 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:71 (variable) msgid "bassnotes" msgstr "notasBajo" -#. Documentation/snippets/satb-choir-template---four-staves.ly:74 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:75 (variable) msgid "basswords" msgstr "letraBajo" #. Documentation/snippets/score-for-diatonic-accordion.ly:65 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:72 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:86 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:102 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:118 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:73 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:87 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:103 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:119 (comment) msgid "verse" msgstr "estrofa" @@ -10606,8 +10651,7 @@ msgstr "" "se simula con una línea de rejilla" #. Documentation/snippets/score-for-diatonic-accordion.ly:89 (comment) -msgid "" -"disable the following line to see the the noteheads while writing the song" +msgid "disable the following line to see the the noteheads while writing the song" msgstr "" "Deshabilite la línea siguiente para ver las cabezas mientras escribe la " "canción" @@ -10621,8 +10665,7 @@ msgid "How to fast write the push-lines:" msgstr "Cuán rápido escribir las líneas de cerrar:" #. Documentation/snippets/score-for-diatonic-accordion.ly:95 (comment) -msgid "" -"1. write repeatedly 'c c c c c c c c |' for the whole length of the song" +msgid "1. write repeatedly 'c c c c c c c c |' for the whole length of the song" msgstr "1. escriba repetidamente 'c c c c c c c c |' en toda la canción" #. Documentation/snippets/score-for-diatonic-accordion.ly:96 (comment) @@ -10638,8 +10681,7 @@ msgid "4. Mark the positions on which push/pull changes." msgstr "4. Marque las posiciones en las que cambia el abrir o cerrar" #. Documentation/snippets/score-for-diatonic-accordion.ly:99 (comment) -msgid "" -"In the score-picture click on the position the push- or pull-part starts" +msgid "In the score-picture click on the position the push- or pull-part starts" msgstr "" "En la imagen de la partitura pulse sobre la posición en que inician las " "partes de abrir o cerrar" @@ -10658,8 +10700,7 @@ msgstr "a) Si en ese lugar empieza una parte de cerrar, cambie la 'c' por 'e['" #. Documentation/snippets/score-for-diatonic-accordion.ly:103 (comment) msgid "b) If a pull-part starts there, replace the 'c' by an 's'" -msgstr "" -"b) Si en ese lugar empieza una parte de abrir, cambie la 'c' por una 's'" +msgstr "b) Si en ese lugar empieza una parte de abrir, cambie la 'c' por una 's'" #. Documentation/snippets/score-for-diatonic-accordion.ly:104 (comment) msgid "5. Switch into 'overwrite-mode' by pressing the 'ins' key." @@ -10834,8 +10875,7 @@ msgid "staffbass" msgstr "bajoPentagrama" #. Documentation/snippets/score-for-diatonic-accordion.ly:213 (comment) -msgid "" -"This is not a RhythmicStaff because it must be possible to append lyrics." +msgid "This is not a RhythmicStaff because it must be possible to append lyrics." msgstr "Esto no es un RhythmicStaff porque se debe poder aplicar letra." #. Documentation/snippets/score-for-diatonic-accordion.ly:215 (comment) @@ -10856,79 +10896,79 @@ msgstr "" "Busque por el término 'grid' en esta página para hallar todas las funciones " "relacionadas" -#. Documentation/snippets/setting-system-separators.ly:37 (variable) +#. Documentation/snippets/setting-system-separators.ly:38 (variable) msgid "notes" msgstr "notas" -#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:26 (comment) +#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:32 (comment) msgid "The same as \\flageolet, just a little smaller" msgstr "Igual que \\flageolet, pero más pequeño" -#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:36 (comment) +#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:42 (comment) msgid "The second fermata is ignored!" msgstr "¡El segundo calderón se ignora!" -#. Documentation/snippets/simultaneous-headword.ly:24 (comment) +#. Documentation/snippets/simultaneous-headword.ly:21 (comment) msgid "NR 1.5 Simultaneous notes" msgstr "NR 1.5 Notas simultáneas" -#. Documentation/snippets/simultaneous-headword.ly:26 (comment) +#. Documentation/snippets/simultaneous-headword.ly:23 (comment) msgid "L. v. Beethoven, Op. 111" msgstr "L. v. Beethoven, Op. 111" -#. Documentation/snippets/simultaneous-headword.ly:27 (comment) +#. Documentation/snippets/simultaneous-headword.ly:24 (comment) msgid "Piano sonata 32" msgstr "Sonata para piano núm. 32" -#. Documentation/snippets/simultaneous-headword.ly:28 (comment) +#. Documentation/snippets/simultaneous-headword.ly:25 (comment) msgid "Movt II - Arietta - Adagio molto semplice e cantabile" msgstr "Movto. II - Arietta - Adagio molto semplice e cantabile" -#. Documentation/snippets/simultaneous-headword.ly:29 (comment) +#. Documentation/snippets/simultaneous-headword.ly:26 (comment) msgid "measures 108 - 118" msgstr "compases 108 a 118" -#. Documentation/snippets/simultaneous-headword.ly:41 (variable) +#. Documentation/snippets/simultaneous-headword.ly:38 (variable) msgid "trillFlat" msgstr "trinoBemol" -#. Documentation/snippets/simultaneous-headword.ly:61 (comment) +#. Documentation/snippets/simultaneous-headword.ly:58 (comment) msgid "RH voice 1" msgstr "Voz MD 1" -#. Documentation/snippets/simultaneous-headword.ly:138 (comment) +#. Documentation/snippets/simultaneous-headword.ly:135 (comment) msgid "RH voice 2" msgstr "Voz MD 2" -#. Documentation/snippets/simultaneous-headword.ly:213 (comment) +#. Documentation/snippets/simultaneous-headword.ly:210 (comment) msgid "LH staff" msgstr "pentragrama MI" -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:29 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:30 (variable) msgid "verseI" msgstr "estrofaI" -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:34 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:35 (variable) msgid "verseII" msgstr "estrofaII" -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:40 (comment) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:41 (comment) msgid "insert chords for chordnames and fretboards here" msgstr "inserte aquí los acordes para chordnames y fretboards" -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:44 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:45 (variable) msgid "staffMelody" msgstr "melodiaPentagrama" -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:47 (comment) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:48 (comment) msgid "Type notes for melody here" msgstr "Teclee aquí las notas de la melodía" -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:57 (context id) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:58 (context id) msgid "voiceMelody" msgstr "melodiaVoz" -#. Documentation/snippets/slides-in-tablature.ly:44 (variable) +#. Documentation/snippets/slides-in-tablature.ly:45 (variable) msgid "slides" msgstr "deslizamientos" @@ -10978,7 +11018,91 @@ msgstr "superiorA" msgid "lowera" msgstr "inferiorA" -#. Documentation/snippets/stemlets.ly:39 (comment) +#. Documentation/snippets/stem-cross-staff-engraver.ly:30 (comment) +msgid "Values are close enough to ignore the difference" +msgstr "Los valores son lo bastante parecidos como para ignorar la diferencia" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:34 (comment) +msgid "Combine a list of extents" +msgstr "Combinar una lista de dimensiones" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:40 (comment) +msgid "Check if the stem is connectable to the root" +msgstr "Comprobar si la plica conecta con la raíz" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:53 (comment) +msgid "Connect stems if we have at least one stems connectable to the root" +msgstr "Conectar las plicas si tenemos al menos una plica que se puede conectar con la raíz" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:74 (comment) +msgid "Create a stem span as a child of the cross-staff stem (the root)" +msgstr "Crear una plica extensa como hija de la plica de pauta cruzada (la raíz)" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:83 (comment) +msgid "Set cross-staff property of the stem to this function to connect it to" +msgstr "Establecer la propiedad cross-staff de la plica a esta función para conectarla a" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:84 (comment) +msgid "other stems automatically" +msgstr "otras plicas automáticamente" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:88 (comment) +msgid "Check if automatic connecting of the stem was requested. Stems connected" +msgstr "Comprobar si se ha solicitado la conexión automática de la plica. Las plicas conectadas" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:89 (comment) +msgid "to cross-staff beams are cross-staff, but they should not be connected to" +msgstr "a las barras de pauta cruzada son de pauta cruzada, pero no deben estar conectadas a" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:90 (comment) +msgid "other stems just because of that." +msgstr "otras plicas sólo por este motivo." + +#. Documentation/snippets/stem-cross-staff-engraver.ly:94 (comment) +msgid "Create stem spans for cross-staff stems" +msgstr "Crear plicas extensas para las plicas de pauta cruzada" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:102 (comment) +msgid "Connect cross-staff stems to the stems above in the system" +msgstr "Conectar las plicas de pauta cruzada a las plicas del sistema que están por encima" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:115 (variable) +msgid "crossStaff" +msgstr "pautaCruzada" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:130 (comment) +msgid "Bar 1 - durations, beams, flags" +msgstr "Compás 1: duraciones, barras, corchetes" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:135 (comment) +msgid "Bar 2 - direction" +msgstr "Compás 2: dirección" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:140 (comment) +msgid "Bar 3 - multiple voice styles" +msgstr "Compás 3: estilos de voz diversos" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:145 (comment) +msgid "Bar 4 - grace notes" +msgstr "Compás 4: notas de adorno" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:150 (comment) +msgid "Bar 5 - cross-staff beams" +msgstr "Compás 5: barras de pauta cruzada" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:159 (context id) +msgid "staffone" +msgstr "pautaUno" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:164 (context id) +msgid "stafftwo" +msgstr "pautaDos" + +#. Documentation/snippets/stem-cross-staff-engraver.ly:169 (context id) +msgid "staffthree" +msgstr "pautaTres" + +#. Documentation/snippets/stemlets.ly:40 (comment) msgid "N.B. use Score.Stem to set for the whole score." msgstr "Nota: use Score.Stem para establecerlo para la partitura entera." @@ -10986,274 +11110,327 @@ msgstr "Nota: use Score.Stem para establecerlo para la partitura entera." msgid "stringNumberSpanner" msgstr "extensorNumeroCuerda" -#. Documentation/snippets/string-quartet-template-simple.ly:66 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:67 (variable) msgid "violinOne" msgstr "violinUno" -#. Documentation/snippets/string-quartet-template-simple.ly:75 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:76 (variable) msgid "violinTwo" msgstr "violinDos" -#. Documentation/snippets/string-quartet-template-simple.ly:84 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:85 (variable) msgid "viola" msgstr "viola" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:128 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:129 (comment) msgid "piece.ly" msgstr "pieza.ly" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:129 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:130 (comment) msgid "(This is the global definitions file)" msgstr "(Este es el archivo de definiciones globales)" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:136 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:137 (variable) msgid "Violinone" msgstr "violinuno" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:141 (comment) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:147 (comment) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:154 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:142 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:148 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:155 (comment) msgid "*********************************" msgstr "*********************************" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:142 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:143 (variable) msgid "Violintwo" msgstr "ViolinDos" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:148 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:149 (variable) msgid "Viola" msgstr "Viola" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:155 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:156 (variable) msgid "Cello" msgstr "Cello" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:161 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:162 (comment) msgid "**********************************" msgstr "**********************************" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:172 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:173 (comment) msgid "These are the other files you need to save on your computer" msgstr "Estos son los tros archivos que debe guardar en su sistema" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:174 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:175 (comment) msgid "score.ly" msgstr "partitura.ly" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:175 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:176 (comment) msgid "(This is the main file)" msgstr "(Este es el archivo principal)" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:177 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:178 (comment) msgid "uncomment the line below when using a separate file" -msgstr "" -"Quite la marca de comentario de este bloque si está usando archivos aparte" +msgstr "Quite la marca de comentario de este bloque si está usando archivos aparte" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:178 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:179 (comment) msgid "\\include \\\"piece.ly\\\"" msgstr "\\include \\\"pieza.ly\\\"" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:187 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:188 (comment) msgid "{ Uncomment this block when using separate files" -msgstr "" -"{ Quite la marca de comentario de este bloque si está usando archivos aparte" +msgstr "{ Quite la marca de comentario de este bloque si está usando archivos aparte" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:189 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:190 (comment) msgid "vn1.ly" msgstr "vn1.ly" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:190 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:191 (comment) msgid "(This is the Violin 1 part file)" msgstr "(Este es el archivo de particella del violín 1)" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:199 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:200 (comment) msgid "vn2.ly" msgstr "vn2.ly" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:200 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:201 (comment) msgid "(This is the Violin 2 part file)" msgstr "(Este es el archivo de particella del violín 2)" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:209 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:210 (comment) msgid "vla.ly" msgstr "vla.ly" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:210 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:211 (comment) msgid "(This is the Viola part file)" msgstr "(Este es el archivo de particella de la viola)" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:219 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:220 (comment) msgid "vlc.ly" msgstr "vlc.ly" -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:220 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:221 (comment) msgid "(This is the Cello part file)" msgstr "(Este es el archivo de particella del cello)" -#. Documentation/snippets/subdividing-beams.ly:81 (comment) +#. Documentation/snippets/subdividing-beams.ly:79 (comment) msgid "Set beam sub-group length to an eighth note" msgstr "Fijar la longitud del subgrupo de barras a una corchea" -#. Documentation/snippets/subdividing-beams.ly:86 (comment) +#. Documentation/snippets/subdividing-beams.ly:84 (comment) msgid "Set beam sub-group length to a sixteenth note" msgstr "Fijar la longitud del subgrupo de barras a una semicorchea" -#. Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly:27 (variable) +#. Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly:28 (variable) #. Documentation/snippets/unfretted-headword.ly:59 (variable) msgid "ignore" msgstr "ignorar" -#. Documentation/snippets/text-headword.ly:24 (comment) +#. Documentation/snippets/text-headword.ly:21 (comment) msgid "NR 1.8 Text" msgstr "NR 1.8 Texto" -#. Documentation/snippets/text-headword.ly:26 (comment) +#. Documentation/snippets/text-headword.ly:23 (comment) msgid "L. v. Beethoven, Op. 110" msgstr "L. v. Beethoven, Op. 110" -#. Documentation/snippets/text-headword.ly:27 (comment) +#. Documentation/snippets/text-headword.ly:24 (comment) msgid "Piano sonata 31" msgstr "Sonata para piano núm. 31" -#. Documentation/snippets/text-headword.ly:28 (comment) +#. Documentation/snippets/text-headword.ly:25 (comment) msgid "measures 1 - 7" msgstr "compases 1 a 7" -#. Documentation/snippets/text-headword.ly:40 (comment) +#. Documentation/snippets/text-headword.ly:37 (comment) msgid "RH staff" msgstr "pentagrama MD" -#. Documentation/snippets/three-sided-box.ly:20 (comment) +#. Documentation/snippets/three-sided-box.ly:21 (comment) msgid "New command to add a three sided box, with sides north, west and south" msgstr "" "Instrucción nueva para añadir una caja con tres lados apuntando al norte, " "oeste y sur" -#. Documentation/snippets/three-sided-box.ly:21 (comment) +#. Documentation/snippets/three-sided-box.ly:22 (comment) msgid "Based on the box-stencil command defined in scm/stencil.scm" msgstr "Basado en la instrucción box-stencil definida en scm/stencil.scm" -#. Documentation/snippets/three-sided-box.ly:22 (comment) +#. Documentation/snippets/three-sided-box.ly:23 (comment) msgid "Note that \\\";;\\\" is used to comment a line in Scheme" msgstr "Observe que utilizamos \\\";\\\" para comentar una línea en Scheme" -#. Documentation/snippets/three-sided-box.ly:36 (comment) +#. Documentation/snippets/three-sided-box.ly:37 (comment) msgid "The corresponding markup command, based on the \\box command defined" msgstr "" "La instrucción de marcado correspondiente, basada en la instrucción \\box " "definida" -#. Documentation/snippets/three-sided-box.ly:37 (comment) +#. Documentation/snippets/three-sided-box.ly:38 (comment) msgid "in scm/define-markup-commands.scm" msgstr "en scm/define-markup-commands.scm" -#. Documentation/snippets/three-sided-box.ly:49 (comment) +#. Documentation/snippets/three-sided-box.ly:50 (comment) msgid "Test it:" msgstr "Probarla:" -#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:59 (comment) +#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:60 (comment) msgid "Change the style permanently" msgstr "Cambiar el estilo permanentemente" -#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:65 (comment) +#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:66 (comment) msgid "Revert to default style:" msgstr "Retornar al estilo predeterminado:" -#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:69 (comment) +#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:70 (comment) msgid "single-digit style only for the next time signature" msgstr "estilo de un solo dígito para el siguiente compás únicamente" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:39 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:40 (comment) msgid "make the staff lines invisible on staves" msgstr "hacer invisibles las líneas de los pentagramas" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:128 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:129 (variable) msgid "incipitDiscantus" msgstr "incipitDiscantus" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:153 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:154 (variable) msgid "incipitAltus" msgstr "incipitAltus" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:179 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:180 (variable) msgid "incipitTenor" msgstr "incipitTenor" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:207 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:208 (variable) msgid "incipitBassus" msgstr "incipitBassus" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:233 (comment) -msgid "" -"StaffGroup is used instead of ChoirStaff to get bar lines between systems" +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:234 (comment) +msgid "StaffGroup is used instead of ChoirStaff to get bar lines between systems" msgstr "" "StaffGroup se usa en lugar de ChoirStaff para tener líneas divisorias entre " "los sistemas" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:265 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:266 (comment) msgid "Keep the bass lyrics outside of the staff group to avoid bar lines" msgstr "" "Mantener la letra del bajo fuera del grupo de pentagrama para evitar las " "barras de compás" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:266 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:267 (comment) msgid "between the lyrics." msgstr "entre las sílabas del texto" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:275 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:276 (comment) msgid "the next three instructions keep the lyrics between the bar lines" msgstr "" "las tres instrucciones siguientes hacen que la letra no choque con las " "divisorias" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:290 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:291 (comment) msgid "breaking also at those barlines where a note overlaps" msgstr "los saltos de línea también en aquellas barras donde" -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:291 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:292 (comment) msgid "into the next bar. The command is commented out in this" msgstr "" "se superpone una nota con el siguiente compás. La instrucción es un " "comentario en esta" -#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:167 (variable) +#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:194 (variable) msgid "naturalizeMusic" msgstr "naturalizarMusica" -#. Documentation/snippets/tweaking-clef-properties.ly:154 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:191 (comment) msgid "The default treble clef" msgstr "Clave de sol predeterminada" -#. Documentation/snippets/tweaking-clef-properties.ly:156 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:193 (comment) msgid "The standard bass clef" msgstr "Clave de Fa estándar" -#. Documentation/snippets/tweaking-clef-properties.ly:161 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:198 (comment) msgid "The baritone clef" msgstr "Clave de barítono (do en quinta)" -#. Documentation/snippets/tweaking-clef-properties.ly:166 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:203 (comment) msgid "The standard choral tenor clef" msgstr "Clave estándar de tenor coral" -#. Documentation/snippets/tweaking-clef-properties.ly:172 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:209 (comment) msgid "A non-standard clef" msgstr "Clave no estándar" -#. Documentation/snippets/tweaking-clef-properties.ly:178 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:215 (comment) msgid "The following clef changes do not preserve" msgstr "Los siguientes cambios de clave no preservan" -#. Documentation/snippets/tweaking-clef-properties.ly:179 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:216 (comment) msgid "the normal relationship between notes and clefs:" msgstr "la relación normal entre notas y claves:" -#. Documentation/snippets/tweaking-clef-properties.ly:194 (comment) +#. Documentation/snippets/tweaking-clef-properties.ly:231 (comment) msgid "Return to the normal clef:" msgstr "Volver a la clave normal:" +#. Documentation/snippets/unfretted-headword.ly:19 (comment) +msgid "#!lilypond lcp-extract.ly -*- coding: utf-8; -*-" +msgstr "#!lilypond lcp-extract.ly -*- coding: utf-8; -*-" + +#. Documentation/snippets/unfretted-headword.ly:22 (comment) +msgid "les-cinq-pieds:" +msgstr "les-cinq-pieds:" + +#. Documentation/snippets/unfretted-headword.ly:23 (comment) +msgid "extract for the lilypond documentaton project" +msgstr "extracto para el Proyecto de Documentación de LilyPond" + +#. Documentation/snippets/unfretted-headword.ly:26 (comment) +msgid "Title:\tLes cinq pieds" +msgstr "Título:\tLes cinq pieds" + +#. Documentation/snippets/unfretted-headword.ly:27 (comment) +msgid "Composer: \tDavid Séverin" +msgstr "Autor: \tDavid Séverin" + +#. Documentation/snippets/unfretted-headword.ly:28 (comment) +msgid "Date:\tJuillet 2007" +msgstr "Fecha:\tJulio 2007" + +#. Documentation/snippets/unfretted-headword.ly:29 (comment) +msgid "Instrument:\tViolon Solo" +msgstr "Instrumento:\tViolín Solo" + +#. Documentation/snippets/unfretted-headword.ly:30 (comment) +msgid "Dedication:\tA mon épouse Lívia De Souza Vidal" +msgstr "Dedicatoria:\tA mon épouse Lívia De Souza Vidal" + +#. Documentation/snippets/unfretted-headword.ly:31 (comment) +msgid "Additional:\tavec l'aide de Krzysztof Wagenaar" +msgstr "Adicional:\tavec l'aide de Krzysztof Wagenaar" + +#. Documentation/snippets/unfretted-headword.ly:33 (comment) +msgid "Statement:" +msgstr "Declaración:" + +#. Documentation/snippets/unfretted-headword.ly:35 (comment) +msgid "Here by, I, the composer, agree that this extract of my composition" +msgstr "Por la presente, yo, el autor, autorizo a que este extracto de mi obra" + +#. Documentation/snippets/unfretted-headword.ly:36 (comment) +msgid "be in the public domain and can be part of, used and presented in" +msgstr "esté en el Dominio Público y pueda formar parte, usarse y presentarse dentro del" + +#. Documentation/snippets/unfretted-headword.ly:37 (comment) +msgid "the LilyPond Documention Project." +msgstr "Proyecto de Documentación de LilyPond." + +#. Documentation/snippets/unfretted-headword.ly:39 (comment) +msgid "Statement Date: Octber the 9th, 2008" +msgstr "Fecha de la declaración: 9 de octubre de 2008" + #. Documentation/snippets/unfretted-headword.ly:43 (comment) -msgid "Abreviations" +msgid "Abbreviations" msgstr "Abreviaturas" #. Documentation/snippets/unfretted-headword.ly:46 (variable) @@ -11420,27 +11597,27 @@ msgstr "Partitura" msgid "testnotes" msgstr "notasPrueba" -#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:116 (comment) +#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:110 (comment) msgid "display grobs for each note head:" msgstr "imprimir grobs para todas las cabezas:" -#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:117 (comment) +#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:111 (comment) msgid "\\override NoteHead #'before-line-breaking = #display-grobs" msgstr "\\override NoteHead #'before-line-breaking = #display-grobs" -#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:119 (comment) +#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:113 (comment) msgid "or just for one:" msgstr "o sólo para una:" -#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:31 (variable) +#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:32 (variable) msgid "parallelogram" msgstr "paralelogramo" -#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:46 (variable) +#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:47 (variable) msgid "myNoteHeads" msgstr "misCabezas" -#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:47 (variable) +#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:48 (variable) msgid "normalNoteHeads" msgstr "cabezasNormales" @@ -11485,7 +11662,7 @@ msgstr "\\\"una canción legal para ti\\\"" msgid "portuguese" msgstr "portugues" -#. Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly:22 (variable) +#. Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly:23 (variable) msgid "upline" msgstr "lineaArriba" @@ -11529,155 +11706,159 @@ msgstr "letraD" msgid "m" msgstr "m" -#. Documentation/snippets/vocal-ensemble-template.ly:92 (variable) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:94 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:74 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:75 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:92 (variable) msgid "sopWords" msgstr "letraSoprano" -#. Documentation/snippets/vocal-ensemble-template.ly:120 (comment) -#. Documentation/snippets/vocal-ensemble-template.ly:135 (comment) -msgid "this is needed for lyrics above a staff" -msgstr "es necesario para la letra por encima del pentagrama" - #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:123 (comment) #. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:132 (comment) msgid "This is needed for lyrics above a staff" msgstr "Necesario para la letra por encima del pentagrama" -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:109 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:110 (comment) msgid "we could remove the line about this with the line below, since" msgstr "" "podríamos quitar la línea anterior y sustituirla por la siguiente, pues " "queremos" -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:110 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:111 (comment) msgid "we want the alto lyrics to be below the alto Voice anyway." msgstr "" "que la letra de la contralto esté debajo de la voz de contralto de todas " "formas." -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:111 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:112 (comment) msgid "\\new Lyrics \\lyricsto \\\"altos\\\" \\altoWords" msgstr "\\new Lyrics \\lyricsto \\\"altos\\\" \\altoWords" -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:122 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:123 (comment) msgid "again, we could replace the line above this with the line below." msgstr "de nuevo podríamos sustituir la línea anterior con la línea siguiente." -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:123 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:124 (comment) msgid "\\new Lyrics \\lyricsto \\\"basses\\\" \\bassWords" msgstr "\\new Lyrics \\lyricsto \\\"basses\\\" \\bassWords" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:77 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:90 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:105 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:121 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:78 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:91 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:106 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:122 (comment) msgid "refrain" msgstr "estribillo" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:83 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:84 (variable) msgid "SoloNotes" msgstr "notasSolista" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:94 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:95 (variable) msgid "SoloLyrics" msgstr "letraSolista" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:99 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:100 (variable) msgid "SopranoNotes" msgstr "notasSoprano" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:110 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:111 (variable) msgid "SopranoLyrics" msgstr "letraSoprano" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:115 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:116 (variable) msgid "BassNotes" msgstr "notasBajo" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:126 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:127 (variable) msgid "BassLyrics" msgstr "letraBajo" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:133 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:134 (context id) msgid "SoloVoice" msgstr "vozSolista" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:137 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:138 (context id) msgid "SopranoVoice" msgstr "vozSoprano" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:140 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:141 (context id) msgid "BassVoice" msgstr "vozBajo" -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:147 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:148 (comment) msgid "these lines prevent empty staves from being printed" msgstr "estas líneas evitan que se impriman los pentagramas vacíos" -#. Documentation/snippets/vocal-headword.ly:32 (comment) +#. Documentation/snippets/vocal-ensemble-template.ly:120 (comment) +#. Documentation/snippets/vocal-ensemble-template.ly:135 (comment) +msgid "this is needed for lyrics above a staff" +msgstr "es necesario para la letra por encima del pentagrama" + +#. Documentation/snippets/vocal-headword.ly:27 (comment) msgid "L. van Beethoven. Symphony No. 9 in D minor, op.125; Finale" msgstr "L. van Beethoven. Sinfonía Núm. 9 en Re menor, op.125; Finale" -#. Documentation/snippets/vocal-headword.ly:33 (comment) +#. Documentation/snippets/vocal-headword.ly:28 (comment) msgid "mm. 216 -- 236" msgstr "cc. 216 a 236" -#. Documentation/snippets/vocal-headword.ly:34 (comment) +#. Documentation/snippets/vocal-headword.ly:29 (comment) msgid "Text: F. von Schiller" msgstr "Texto: F. von Schiller" -#. Documentation/snippets/vocal-headword.ly:39 (comment) +#. Documentation/snippets/vocal-headword.ly:34 (comment) msgid "make first bar number be shown" msgstr "habilitar la impresión del número del primer compás" -#. Documentation/snippets/vocal-headword.ly:41 (comment) +#. Documentation/snippets/vocal-headword.ly:36 (comment) msgid "\\tempo \\\"Presto\\\"" msgstr "\\tempo \\\"Presto\\\"" -#. Documentation/snippets/vocal-headword.ly:42 (comment) +#. Documentation/snippets/vocal-headword.ly:37 (comment) msgid "\\compressFullBarRests R2.*8" msgstr "\\compressFullBarRests R2.*8" -#. Documentation/snippets/vocal-headword.ly:64 (comment) +#. Documentation/snippets/vocal-headword.ly:59 (comment) msgid "put fermata closer to staff" msgstr "poner calderón más cerca del pentagrama" -#. Documentation/snippets/vocal-headword.ly:68 (comment) +#. Documentation/snippets/vocal-headword.ly:63 (comment) msgid "\\time 4/4 \\tempo \\\"Allegro assai\\\"" msgstr "\\time 4/4 \\tempo \\\"Allegro assai\\\"" -#. Documentation/snippets/vocal-headword.ly:69 (comment) -#. Documentation/snippets/vocal-headword.ly:71 (comment) +#. Documentation/snippets/vocal-headword.ly:64 (comment) +#. Documentation/snippets/vocal-headword.ly:66 (comment) msgid "R1" msgstr "R1" -#. Documentation/snippets/vocal-headword.ly:70 (comment) +#. Documentation/snippets/vocal-headword.ly:65 (comment) msgid "e''4^\\f d r2" msgstr "e''4^\\f d r2" -#. Documentation/snippets/vocal-headword.ly:72 (comment) +#. Documentation/snippets/vocal-headword.ly:67 (comment) msgid "e4( ^\\f d2) a8([ g)]" msgstr "e4( ^\\f d2) a8([ g)]" -#. Documentation/snippets/vocal-headword.ly:78 (comment) +#. Documentation/snippets/vocal-headword.ly:73 (comment) msgid "Freu -- de, Freu -- de,__" msgstr "Freu -- de, Freu -- de,__" -#. Documentation/snippets/volta-multi-staff.ly:20 (variable) +#. Documentation/snippets/volta-multi-staff.ly:21 (variable) msgid "voltaMusic" msgstr "musicaRepeticion" -#. Documentation/snippets/volta-text-markup-using-repeatcommands.ly:28 (variable) +#. Documentation/snippets/volta-text-markup-using-repeatcommands.ly:29 (variable) msgid "voltaAdLib" msgstr "voltaAdLib" -#. Documentation/snippets/wind-headword.ly:24 (comment) +#. Documentation/snippets/wind-headword.ly:19 (comment) +msgid "NR 2.whatever Wind" +msgstr "Núm. 2. viento" + +#. Documentation/snippets/wind-headword.ly:20 (comment) msgid "Tchaikovsky" msgstr "Tchaikovsky" -#. Documentation/snippets/wind-headword.ly:25 (comment) +#. Documentation/snippets/wind-headword.ly:21 (comment) msgid "Nutcracker Suite, VII Dance of the Merlitons" msgstr "Nutcracker Suite, VII Dance of the Merlitons" @@ -11700,60 +11881,3 @@ msgstr "Notas al pie" msgid "Table of Contents" msgstr "Índice general" -#~ msgid "coloredheads" -#~ msgstr "cabezasColoreadas" - -#~ msgid "noclef" -#~ msgstr "sinclave" - -#~ msgid "dummy action to deal with parser lookahead" -#~ msgstr "acción vacía para la predicción del analizador sintáctico" - -#~ msgid "Music function syntax" -#~ msgstr "Sintaxis de las funciones musicales" - -#~ msgid "Void functions" -#~ msgstr "Funciones vacías" - -#~ msgid "Avoiding tweaks with slower processing" -#~ msgstr "Evitar los trucos con un proceso ralentizado" - -#~ msgid "not printed" -#~ msgstr "no impreso" - -#~ msgid "Custom headers, footers, and titles" -#~ msgstr "Cabeceras, Pies y Títulos personalizados" - -#~ msgid "Aligning contexts" -#~ msgstr "Alinear los contextos" - -#~ msgid "CHECK: no effect?" -#~ msgstr "COMPROBAR: ¿no hace efecto?" - -#~ msgid "pScript" -#~ msgstr "pScript" - -#~ msgid "change with B if you prefer" -#~ msgstr "cambie por Si si lo prefiere" - -#~ msgid "(B)show %%change with C if you prefer" -#~ msgstr "(B)show %% cambie por Do si lo prefiere" - -#~ msgid "MMR - Multi-Measure Rest" -#~ msgstr "MMR - Silencio multicompás" - -#~ msgid "A value of 0 is the default position;" -#~ msgstr "Un valor de cero es la posición predeterminada;" - -#~ msgid "They remain separated even in empty measures" -#~ msgstr "Siguen estando separados incluso en compases vacíos" - -#~ msgid "This brings them together even though there are two voices" -#~ msgstr "Así los juntamos incluso si hay dos voces" - -#~ msgid "" -#~ "\\include \\\"piece.ly\\\" %%% uncomment this line when using " -#~ "a separate file" -#~ msgstr "" -#~ "\\include \\\"piece.ly\\\" %%% quite la marca de comentario " -#~ "de esta línea si está usando un archivo aparte" diff --git a/Documentation/snippets/alternative-breve-note.ly b/Documentation/snippets/alternative-breve-note.ly index a3508cc1ed..ebeb4942d6 100644 --- a/Documentation/snippets/alternative-breve-note.ly +++ b/Documentation/snippets/alternative-breve-note.ly @@ -11,12 +11,12 @@ %% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 texidoces = " -Este código muestra cómo usar la forma alternativa de la breve con dos -líneas verticales a los lados de la cabeza, en lugar de una sola -línea. +Este código muestra cómo usar la forma alternativa de la breve o +cuadrada con dos líneas verticales a los lados de la cabeza, en lugar +de una sola línea. " - doctitlees = "Cabeza de breve alternativa con dobles líneas verticales" + doctitlees = "Cabeza de breve (cuadrada) alternativa" %% Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0 diff --git a/Documentation/snippets/beam-grouping-in-7-8-time.ly b/Documentation/snippets/beam-grouping-in-7-8-time.ly index 5df79024ba..e8092c3873 100644 --- a/Documentation/snippets/beam-grouping-in-7-8-time.ly +++ b/Documentation/snippets/beam-grouping-in-7-8-time.ly @@ -11,11 +11,12 @@ %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " -No está especificada ninguna agrupación predeterminada automática -de las barras para el compás de 7/8, de forma que si se requieren -barras automáticas se debe especificar la forma de agrupamiento. -Por ejemplo, para agrupar todas las barras en la forma 2-3-2 en el -compás de 7/8, especificamos los finales de barra en 2/8 y 5/8: +No está especificada ninguna agrupación predeterminada automática de +las barras para el compás de 7/8, de forma que si se requieren barras +automáticas se debe especificar el agrupamiento mediante +beatStructure. Por ejemplo, para agrupar todas las +barras en la forma 2-3-2 en el compás de 7/8, especificamos los +finales de barra en 2/8 y 5/8: " doctitlees = "Agrupamiento de las barras en el compás de 7/8" diff --git a/Documentation/snippets/chord-glissando-in-tablature.ly b/Documentation/snippets/chord-glissando-in-tablature.ly index 74ea26935c..cdcd15fae2 100644 --- a/Documentation/snippets/chord-glissando-in-tablature.ly +++ b/Documentation/snippets/chord-glissando-in-tablature.ly @@ -13,9 +13,9 @@ texidoces = " Los deslizamientos para acordes se pueden indicar tanto en el contexto -Staff como en TabStaff. Los números de cuerda son necesarios para -TabStaff porque los cálculos de cuerda automáticos son diferentes para -los acordes y para notas sueltas. +@code{Staff} como en @code{TabStaff}. Los números de cuerda son +necesarios para TabStaff porque los cálculos de cuerda automáticos son +diferentes para los acordes y para notas sueltas. " diff --git a/Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly b/Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly index e83b1f7753..20bc4871b7 100644 --- a/Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly +++ b/Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly @@ -7,6 +7,32 @@ \version "2.14.2" \header { +%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3 + texidoces = " +El motor de espaciado vertical cambió en la versión 2.14. Esto puede +hacer que se altere el espaciado de la letra de las canciones. Es +posible fijar propiedades para los contextos @code{Lyric} y +@code{Staff} de forma que el motor de espaciado se comporte como lo +hacía en la versión 2.12. + +" + + doctitlees = "Conseguir el espaciado de la letra de la versión 2.12 + en versiones más recientes" + + +%% Translation of GIT committish: 0f93dd92ffa0319328e58148458d22c5448b3d58 + texidocfr = " +La version 2.14 a donné naissance à un nouveau moteur pour l'espacement +vertical des paroles. Celles-ci peuvent donc se retrouver positionnées +différemment. Le moteur adoptera les usages de la version 2.12 une fois +que vous aurez réglé certaines propriétés des contextes @code{Lyric} et +@code{Staff}. + +" + doctitlefr = "Espacement des paroles selon les pratiques de la version 2.12" + + lsrtags = "vocal-music" texidoc = " diff --git a/scripts/auxiliar/lily-git.tcl b/scripts/auxiliar/lily-git.tcl index 7767686f4a..a734269ed8 100755 --- a/scripts/auxiliar/lily-git.tcl +++ b/scripts/auxiliar/lily-git.tcl @@ -30,7 +30,7 @@ if {$translator == 1} { "LilyPond Translator's Git Interface version $version" set updateButtonText "1. Update translation" set initializeButtonText "1. Get translation" - set originHead "lilypond/translation" + set originHead "translation" set pushHead $originHead set rebase 0 } else {