From 8337a3e91a239dc42f9eb804cc6e22cd7f879161 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Mon, 30 Jan 2012 08:23:23 +0100 Subject: [PATCH] Doc: run makelsr again to propagate markers in texidocs. --- Documentation/snippets/adding-ambitus-per-voice.ly | 3 ++- .../snippets/adding-bar-lines-to-chordnames-context.ly | 1 + Documentation/snippets/ambitus-with-multiple-voices.ly | 3 ++- ...ying-note-head-styles-depending-on-the-step-of-the-scale.ly | 3 ++- Documentation/snippets/changing-chord-separator.ly | 1 + Documentation/snippets/changing-the-ambitus-gap.ly | 2 +- .../changing-the-positions-of-figured-bass-alterations.ly | 1 + Documentation/snippets/chord-name-exceptions.ly | 1 + Documentation/snippets/chord-name-major7.ly | 1 + ...g-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly | 2 +- Documentation/snippets/non-traditional-key-signatures.ly | 2 +- Documentation/snippets/numbers-as-easy-note-heads.ly | 2 +- Documentation/snippets/ottava-text.ly | 3 ++- ...preventing-extra-naturals-from-being-automatically-added.ly | 3 ++- ...-signs-from-being-printed-when-the-key-signature-changes.ly | 3 ++- Documentation/snippets/showing-chords-at-changes.ly | 1 + ...sposing-pitches-with-minimum-accidentals-smart-transpose.ly | 3 ++- Documentation/snippets/tweaking-clef-properties.ly | 3 ++- Documentation/snippets/volta-below-chords.ly | 1 + 19 files changed, 27 insertions(+), 12 deletions(-) diff --git a/Documentation/snippets/adding-ambitus-per-voice.ly b/Documentation/snippets/adding-ambitus-per-voice.ly index 179c27ce8a..aed57c72f4 100644 --- a/Documentation/snippets/adding-ambitus-per-voice.ly +++ b/Documentation/snippets/adding-ambitus-per-voice.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " L'ambitus può essere specificato per voce. In tal caso occorre spostarlo manualmente per evitare collisioni. @@ -18,6 +18,7 @@ spostarlo manualmente per evitare collisioni. lsrtags = "pitches, staff-notation, vocal-music" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Añadir un ámbito por voz" texidoces = " diff --git a/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly b/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly index 31223fa4ae..6329f4ec82 100644 --- a/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly +++ b/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly @@ -21,6 +21,7 @@ permet d'imprimer les barres de mesure entre les chiffrages. + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Para añadir indicaciones de línea divisoria dentro del contexto de diff --git a/Documentation/snippets/ambitus-with-multiple-voices.ly b/Documentation/snippets/ambitus-with-multiple-voices.ly index 3b9afd14c8..31b018693c 100644 --- a/Documentation/snippets/ambitus-with-multiple-voices.ly +++ b/Documentation/snippets/ambitus-with-multiple-voices.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Se si aggiunge l'incisore @code{Ambitus_engraver} al contesto @code{Staff} viene creato un solo ambitus per il rigo, anche nel caso di righi che hanno più @@ -19,6 +19,7 @@ voci. lsrtags = "pitches, vocal-music" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Ámbitos con varias voces" texidoces = " diff --git a/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly b/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly index 851607ba73..6171bd2b0a 100644 --- a/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly +++ b/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " La proprietà @code{shapeNoteStyles} può essere usata per definire vari stili di teste di nota per ogni grado della scala (definita dall'armatura @@ -32,6 +32,7 @@ teste. lsrtags = "pitches, editorial-annotations" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Aplicar estilos de cabeza según la nota de la escala" texidoces = " diff --git a/Documentation/snippets/changing-chord-separator.ly b/Documentation/snippets/changing-chord-separator.ly index 686594e84e..fa1ed534b3 100644 --- a/Documentation/snippets/changing-chord-separator.ly +++ b/Documentation/snippets/changing-chord-separator.ly @@ -21,6 +21,7 @@ forme à l'aide d'un @emph{markup}. + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Se puede establecer el separador entre las distintas partes del diff --git a/Documentation/snippets/changing-the-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly index 450a70776b..660adb671d 100644 --- a/Documentation/snippets/changing-the-ambitus-gap.ly +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -16,7 +16,7 @@ Es posible ajustar la separación en las indicaciones de tesitura. doctitlees = "Modificación de la separación en las indicaciones de tesitura" -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " È possibile cambiare le impostazioni predefinite dell'intervallo dell'ambitus. diff --git a/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly b/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly index 4a8105297f..ca1c11758d 100644 --- a/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly +++ b/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly @@ -23,6 +23,7 @@ avant qu'après les chiffres, en réglant les propriétés + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Las alteraciones y los signos «más» pueden aparecer antes o diff --git a/Documentation/snippets/chord-name-exceptions.ly b/Documentation/snippets/chord-name-exceptions.ly index 3675434bde..4e66679db6 100644 --- a/Documentation/snippets/chord-name-exceptions.ly +++ b/Documentation/snippets/chord-name-exceptions.ly @@ -21,6 +21,7 @@ réglant la propriété @code{chordNameExceptions}. + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Se puede usar la propiedad @code{chordNameExceptions} para diff --git a/Documentation/snippets/chord-name-major7.ly b/Documentation/snippets/chord-name-major7.ly index ca450eb447..5d23843369 100644 --- a/Documentation/snippets/chord-name-major7.ly +++ b/Documentation/snippets/chord-name-major7.ly @@ -21,6 +21,7 @@ La représentation d'un accord de septième majeure se gère par le + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " La presentación del acorde de séptima mayor se diff --git a/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly b/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly index 9d334e9861..23cdc4ccd0 100644 --- a/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly +++ b/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly @@ -18,7 +18,7 @@ ligadas al comienzo de un sistema nuevo. doctitlees = "Ocultar las alteraciones sobre notas ligadas al principio de un sistema nuevo" -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Questo frammento mostra come nascondere le alterazioni delle note con legatura di valore all'inizio di un nuovo sistema diff --git a/Documentation/snippets/non-traditional-key-signatures.ly b/Documentation/snippets/non-traditional-key-signatures.ly index 0eec0937e8..1c6b5c0f37 100644 --- a/Documentation/snippets/non-traditional-key-signatures.ly +++ b/Documentation/snippets/non-traditional-key-signatures.ly @@ -37,7 +37,7 @@ exátona: " -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Il comando @code{\\key} comunemente usato imposta la proprietà @code{keySignature}, che fa parte del contesto @code{Staff}. diff --git a/Documentation/snippets/numbers-as-easy-note-heads.ly b/Documentation/snippets/numbers-as-easy-note-heads.ly index f6e1fd4ea2..7dd3cc616e 100644 --- a/Documentation/snippets/numbers-as-easy-note-heads.ly +++ b/Documentation/snippets/numbers-as-easy-note-heads.ly @@ -24,7 +24,7 @@ nota que ve. doctitlees = "Números como notas de notación fácil" -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Le teste di nota con nome della nota usano la proprietà @code{note-names} dell'oggetto @code{NoteHead} per determinare cosa appaia diff --git a/Documentation/snippets/ottava-text.ly b/Documentation/snippets/ottava-text.ly index c1d17b1c06..f7fa00549f 100644 --- a/Documentation/snippets/ottava-text.ly +++ b/Documentation/snippets/ottava-text.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Internamente, @code{\\ottava} imposta le proprietà @code{ottavation} (ad esempio, su @code{8va} o @code{8vb}) e @code{middleCPosition}. Per @@ -20,6 +20,7 @@ dopo il comando @code{\\ottava}. lsrtags = "pitches, text" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " diff --git a/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly b/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly index a6e19918cd..8f02daeb83 100644 --- a/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly +++ b/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Secondo le norme tipografiche standard, un segno di bequadro viene inserito prima di un diesis o di un bemolle se un'alterazione @@ -21,6 +21,7 @@ questo comportamento si imposta la proprietà @code{extraNatural} su lsrtags = "pitches" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Evitar que se añadan becuadros adicionales automáticamente" diff --git a/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly b/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly index 742caa4cbe..fd9bc982e5 100644 --- a/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly +++ b/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Quando l'armatura di chiave cambia, vengono inseriti automaticamente i segni di bequadro per annulare le alterazioni di precedenti armature. Si @@ -20,6 +20,7 @@ può evitare questo comportamento impostando su @code{f} (falso) la proprietà lsrtags = "pitches" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura" diff --git a/Documentation/snippets/showing-chords-at-changes.ly b/Documentation/snippets/showing-chords-at-changes.ly index b6c02e900d..461241720d 100644 --- a/Documentation/snippets/showing-chords-at-changes.ly +++ b/Documentation/snippets/showing-chords-at-changes.ly @@ -21,6 +21,7 @@ imprimés qu'aux changements d'accord ou en début de ligne. + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Se pueden imprimir los acordes exclusivamente al comienzo de las diff --git a/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly b/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly index ad1f9e7920..77573440b8 100644 --- a/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly +++ b/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Questo esempio usa del codice Scheme per imporre delle modifiche enarmoniche alle note che permettano di avere il numero minimo di @@ -36,6 +36,7 @@ In questo modo vengono scelti i suoni enarmonici più semplici. lsrtags = "pitches" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Transportar música con el menor número de alteraciones" texidoces = " diff --git a/Documentation/snippets/tweaking-clef-properties.ly b/Documentation/snippets/tweaking-clef-properties.ly index f4a6ac0359..953f1df35e 100644 --- a/Documentation/snippets/tweaking-clef-properties.ly +++ b/Documentation/snippets/tweaking-clef-properties.ly @@ -7,7 +7,7 @@ \version "2.14.0" \header { -%% Translation of GIT committish: COMMITTISH +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 texidocit = " Il comando @code{\\clef \"treble_8\"} equivale a impostare @code{clefGlyph}, @code{clefPosition} (che regola la posizione @@ -46,6 +46,7 @@ linea non lo fanno. lsrtags = "pitches, staff-notation, tweaks-and-overrides" + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Trucaje de las propiedades de clave" texidoces = " diff --git a/Documentation/snippets/volta-below-chords.ly b/Documentation/snippets/volta-below-chords.ly index f4edc485ec..48c3efed48 100644 --- a/Documentation/snippets/volta-below-chords.ly +++ b/Documentation/snippets/volta-below-chords.ly @@ -21,6 +21,7 @@ crochets de reprise entre les chiffrages et la portée. + %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Mediante la adición del grabador @code{Volta_engraver} al -- 2.39.5