From: Phil Holmes Date: Tue, 19 Jun 2012 09:02:16 +0000 (+0100) Subject: Local updates from LSR X-Git-Tag: release/2.15.41-1~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9fe18536fe333c167fe1bd87f76a30b20f603dd0;p=lilypond.git Local updates from LSR --- diff --git a/Documentation/snippets/accordion-discant-symbols.ly b/Documentation/snippets/accordion-discant-symbols.ly index 3d01c89154..4a7c988c18 100644 --- a/Documentation/snippets/accordion-discant-symbols.ly +++ b/Documentation/snippets/accordion-discant-symbols.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Les symboles spécifiques au clavier main droite d'un accordéon +s'indiquent à l'aide de @code{\\markup}. Le positionnement de tels +symboles s'ajuste grâce à des arguments @code{\\raise}. + +" + doctitlefr = "Symboles de chant pour accordéon" + lsrtags = "specific-notation, keyboards, workaround, symbols-and-glyphs" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los símbolos específicos de acordeón discanto se escriben mediante diff --git a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly index 3e621e35d7..bbb8fcbead 100644 --- a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly @@ -27,9 +27,23 @@ a toda la partitura. doctitlees = "Añadir un bajo cifrado encima o debajo de las notas" -%% Translation of GIT committish: 05624d5147843d2fcbd6e4e126f1fd43142ac6e5 +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Une ligne de basse chiffrée peut se positionner au-dessus ou en dessous +d'une partie de basse, grâce à la propriété +@code{BassFigureAlignmentPositioning #'direction} attachée à un contexte +@code{Staff}. Les possibilités sont @code{#UP} (ou @code{#1}) pour +au-dessus, @code{#CENTER} (ou @code{#0}) pour centrée, et @code{#DOWN} +(ou @code{#-1}) pour en dessous. + +Cette propriété peut être sujette à modification au cours de la +partition. Il vous faudra insérer un @code{\\once \\override} si ce +changement devait être temporaire. + +" doctitlefr = "Ajout d'une basse chiffrée au-dessus ou au-dessous des notes" + texidoc = " When writing a figured bass, you can place the figures above or below the bass notes, by defining the @code{BassFigureAlignmentPositioning diff --git a/Documentation/snippets/adding-ambitus-per-voice.ly b/Documentation/snippets/adding-ambitus-per-voice.ly index b1d3db4796..c9712adb06 100644 --- a/Documentation/snippets/adding-ambitus-per-voice.ly +++ b/Documentation/snippets/adding-ambitus-per-voice.ly @@ -17,7 +17,7 @@ debe desplazar manualmente para evitar colisiones. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " L'ambitus può essere specificato per voce. In tal caso occorre spostarlo manualmente per evitare collisioni. diff --git a/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly b/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly index 8733adf29c..a57bced8eb 100644 --- a/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly +++ b/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly @@ -7,8 +7,20 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Lorsqu'une nouvelle portée vient s'ajouter après un saut de ligne, +LilyPond préserve un espace juste avant le saut de ligne -- pour un +éventuel changement d'armure qui, quoi qu'il en soit, ne sera pas +imprimé. L'astuce consiste alors, comme indiqué dans l'exemple suivant, +à ajuster @code{Staff.explicitKeySignatureVisibility}. + +" + doctitlefr = "Ajout d'une portée supplémentaire après un saut de ligne" + lsrtags = "workaround, breaks, contexts-and-engravers, staff-notation" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Al añadir un pentagrama nuevo en un salto de línea, por desgracia diff --git a/Documentation/snippets/adding-an-extra-staff.ly b/Documentation/snippets/adding-an-extra-staff.ly index 17ac9f512b..d67e7bdea2 100644 --- a/Documentation/snippets/adding-an-extra-staff.ly +++ b/Documentation/snippets/adding-an-extra-staff.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Vous pouvez ajouter une nouvelle portée, éventuellement de manière +temporaire, après le début d'un morceau. + +" + doctitlefr = "Ajout d'une portée supplémentaire" + + lsrtags = "contexts-and-engravers, staff-notation, really-simple" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede añadir (posiblemente de forma temporal) un pentagrama diff --git a/Documentation/snippets/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.ly b/Documentation/snippets/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.ly index be9bf22b61..cc28d4e20c 100644 --- a/Documentation/snippets/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.ly +++ b/Documentation/snippets/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.ly @@ -7,8 +7,23 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +La syntaxe de LilyPond demande parfois un positionnement inhabituel des +parenthèses, crochets etc. qui peuvent s'entrelacer. Par exemple, le +crochet ouvrant une ligature manuelle se place à la suite de la note +de départ et sa durée, non pas avant. De même, le crochet fermant se +place à la fin de la ligature, y compris lorsque la dernière note se +trouve incluse dans un nolet. Cet extrait illustre la manière de +combiner ligatures manuelles, liaisons d'articulation, de prolongation +ou de phrasé, avec des nolets bornés par des parenthèses. + +" + doctitlefr = "Coexistence de ligatures et liaisons avec des rythmes comprenant des nolets" + lsrtags = "rhythms, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La sintaxis de LilyPond puede implicar muchas colocaciones poco diff --git a/Documentation/snippets/adding-extra-fingering-with-scheme.ly b/Documentation/snippets/adding-extra-fingering-with-scheme.ly index 00d00492c7..b099b14db1 100644 --- a/Documentation/snippets/adding-extra-fingering-with-scheme.ly +++ b/Documentation/snippets/adding-extra-fingering-with-scheme.ly @@ -7,6 +7,19 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Il est possible, à l'aide de la fonction @code{make-music}, d'ajouter +divers éléments à des notes. Voici comment attacher un doigté +supplémentaire à une note. + +En règle générale, réaliser préalablement un @code{display} (affichage) +de la musique que vous souhaitez créer vous aidera à écrire la fonction +chargée de structurer votre musique. + +" + doctitlefr = "Ajout d'un doigté supplémentaire avec scheme" + lsrtags = "scheme-language" texidoc = " diff --git a/Documentation/snippets/adding-fingerings-to-a-score.ly b/Documentation/snippets/adding-fingerings-to-a-score.ly index c976ace387..0a7f2250ea 100644 --- a/Documentation/snippets/adding-fingerings-to-a-score.ly +++ b/Documentation/snippets/adding-fingerings-to-a-score.ly @@ -7,6 +7,13 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Les instructions de doigtés se saisissent selon une syntaxe très simple. + +" + doctitlefr = "Ajout de doigtés à une partition" + lsrtags = "editorial-annotations, fretted-strings, really-simple" texidoc = " diff --git a/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly b/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly index 4d666d5fc8..e63499cbda 100644 --- a/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly +++ b/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly @@ -7,6 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Dans cet extrait est définie la commande @code{\\splitStaffBarLine} qui +ajoute une double flèche après la dernière barre de mesure d'une portée, +indiquant par là que ses différentes voix disposeront de leur propre +portée à la ligne suivante. + +" + doctitlefr = "Ajout d'indicateurs à une portée dédoublée après un saut de ligne" + lsrtags = "vocal-music, symbols-and-glyphs, staff-notation" texidoc = " diff --git a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly index 9ee495e2a0..6af1eac33e 100644 --- a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly +++ b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly @@ -96,7 +96,7 @@ cueWhile = \cueDuring $instrument #dir { \once \override TextScript #'self-alignment-X = #RIGHT \once \override TextScript #'direction = $dir - s1*0-\markup { \tiny #name } + <>-\markup { \tiny #name } $music } #}) diff --git a/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly b/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly index fa3ca46835..a6acb4648c 100644 --- a/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly +++ b/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +La fonction @code{\\parenthesize}, qui permet de mettre un objet entre +parenthèses, a ceci de particulier qu'elle est associée à un objet +graphique @code{ParenthesesItem}. + +" + doctitlefr = "Mise entre parenthèses d'un signe d'interprétation ou d'une note d'un accord" + lsrtags = "workaround, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La función @code{\\parenthesize} es un truco especial que encierra diff --git a/Documentation/snippets/additional-voices-to-avoid-collisions.ly b/Documentation/snippets/additional-voices-to-avoid-collisions.ly index 8a59764e4f..18b865ad48 100644 --- a/Documentation/snippets/additional-voices-to-avoid-collisions.ly +++ b/Documentation/snippets/additional-voices-to-avoid-collisions.ly @@ -31,12 +31,12 @@ Stimmen definiert werden, indem eine Variable mit der Funktion " doctitlede = "Zusätzliche Stimmen um Zusammenstöße zu vermeiden" -%% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Dans certains cas de musique polyphonique complexe, une voix supplémentaire peut permettre d'éviter les risques de collision. Lorsque quatre voix parallèles ne suffisent pas, la fonction Scheme -@code{context-spec-music} permet d'ajouter des d'autres voix. +@code{context-spec-music} permet d'ajouter encore d'autres voix. " doctitlefr = "Ajout de voix pour éviter les collisions" diff --git a/Documentation/snippets/adjusting-grace-note-spacing.ly b/Documentation/snippets/adjusting-grace-note-spacing.ly index 7bbf0fdbee..a7e5054783 100644 --- a/Documentation/snippets/adjusting-grace-note-spacing.ly +++ b/Documentation/snippets/adjusting-grace-note-spacing.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +La propriété @code{spacing-increment} de @code{Score.GraceSpacing} +permet d'ajuster l'espacement d'un groupe de notes d'ornement. + +" + doctitlefr = "Ajustement de l'espacement des notes d'ornement" + lsrtags = "tweaks-and-overrides, rhythms" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede ajustar la separación entre las notas de adorno utilizando la diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index 1ecdd362a1..71fb0be9b1 100644 --- a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly @@ -18,10 +18,10 @@ letra más cerca del pentagrama. doctitlees = "Ajuste del especiado vertical de la letra" -%% Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " -Cet extrait illustre la manière de rapprocher la ligne de paroles -de la portée. +Cet extrait illustre la manière de réduire l'espace entre la ligne de +paroles et la portée. " doctitlefr = "Ajustement de l'espacement vertical des paroles" diff --git a/Documentation/snippets/aligning-and-centering-instrument-names.ly b/Documentation/snippets/aligning-and-centering-instrument-names.ly index 77502c19fc..7172ce0157 100644 --- a/Documentation/snippets/aligning-and-centering-instrument-names.ly +++ b/Documentation/snippets/aligning-and-centering-instrument-names.ly @@ -7,8 +7,20 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +L'alignement horizontal des noms d'instrument se gère à l'aide de la +propriété @code{Staff.InstrumentName #'self-alignment-X}. Les variables +@code{indent} et @code{short-indent}, attachées au bloc @code{\\layout}, +déterminent l'espace alloué à l'alignement des noms d'instrument, +respectivement dans leurs formes développée et abrégée. + +" + doctitlefr = "Alignement des noms d'instrument" + lsrtags = "text, paper-and-layout, titles" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La alineación horizontal de los nombres de instrumento se puede diff --git a/Documentation/snippets/aligning-marks-with-various-notation-objects.ly b/Documentation/snippets/aligning-marks-with-various-notation-objects.ly index 92b00a39f2..23f0df6dd4 100644 --- a/Documentation/snippets/aligning-marks-with-various-notation-objects.ly +++ b/Documentation/snippets/aligning-marks-with-various-notation-objects.ly @@ -43,21 +43,19 @@ diese Einstellung für alle Systeme gemacht werden. doctitlede = "Zeichen an verschiedenen Notationsobjekten ausrichten" -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Les indications textuelles peuvent s'aligner par rapport à d'autres objets que des barres de mesure, tels que @code{ambitus}, @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar}, -@code{left-edge}, @code{key-cancellation}, @code{key-signature}, ou +@code{left-edge}, @code{key-cancellation}, @code{key-signature} ou @code{time-signature}. - -Par défaut, les indications textuelles sont alignées avec le milieu +Par défaut, les indications textuelles sont alignées sur le milieu des objets de notation. Bien entendu, vous pouvez modifier les -propriétés des objets en question pour obtenir un autre -résultat comme l'illustre la deuxième ligne de l'exemple. Dans le cas -de portées multiples, ces réglages doivent être faits pour chacune -d'entre elles. +propriétés des objets en question pour obtenir un autre résultat comme +l'illustre la deuxième ligne de l'exemple. Dans le cas de portées +multiples, ces réglages doivent être faits pour chacune d'entre elles. " doctitlefr = "Alignement des indications par rapport à divers objets de notation" diff --git a/Documentation/snippets/aligning-objects-created-with-the--mark-command.ly b/Documentation/snippets/aligning-objects-created-with-the--mark-command.ly index bb807fa7f2..1c8a0b9d82 100644 --- a/Documentation/snippets/aligning-objects-created-with-the--mark-command.ly +++ b/Documentation/snippets/aligning-objects-created-with-the--mark-command.ly @@ -7,6 +7,15 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Par défaut, la commande @code{\\mark} centre les objets sur la barre de +mesure. Ce comportement peut se modifier pour un alignement par la +gauche ou par la droite. + +" + doctitlefr = "Alignement des objets créés par la commande @code{\\mark}" + lsrtags = "text" texidoc = " diff --git a/Documentation/snippets/altering-the-length-of-beamed-stems.ly b/Documentation/snippets/altering-the-length-of-beamed-stems.ly index a6d43b67fc..5361b6d187 100644 --- a/Documentation/snippets/altering-the-length-of-beamed-stems.ly +++ b/Documentation/snippets/altering-the-length-of-beamed-stems.ly @@ -7,8 +7,22 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +La hauteur de hampe des notes ligaturées est gérée par la sous-propriété +@code{beamed-lengths} des @code{details} de l'objet @code{Stem}. +Lorsqu'elle ne comporte qu'une seule valeur, cette hauteur s'appliquera +à toutes les hampes. En présence de plusieurs arguments, le premier +affectera les crochet, le second les doubles croches, et ainsi de suite. +Le dernier argument s'appliquera aussi aux notes de plus courte durée. +Les arguments peuvent être des valeurs décimales. + +" + doctitlefr = "Modification de la hauteur de hampes ligaturées" + lsrtags = "pitches, tweaks-and-overrides" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede variar la longitud de las plicas de las figuras unidas por diff --git a/Documentation/snippets/alternative-bar-numbering.ly b/Documentation/snippets/alternative-bar-numbering.ly index d271c395d4..267f1f7083 100644 --- a/Documentation/snippets/alternative-bar-numbering.ly +++ b/Documentation/snippets/alternative-bar-numbering.ly @@ -25,9 +25,9 @@ compases, especiales para cuando hay repeticiones. doctitlede = "Alternative Taktnummerierung" -%% Translation of GIT committish: af3df3b7c6e062635bdccb739be41962969806a0 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " -Deux méthodes alternatives vous permettent de gérer la numérotation ds +Deux méthodes alternatives vous permettent de gérer la numérotation des mesures en cas de reprises. " diff --git a/Documentation/snippets/ambitus-with-multiple-voices.ly b/Documentation/snippets/ambitus-with-multiple-voices.ly index 6c7feba801..e343539773 100644 --- a/Documentation/snippets/ambitus-with-multiple-voices.ly +++ b/Documentation/snippets/ambitus-with-multiple-voices.ly @@ -19,7 +19,7 @@ pentagramas con varias voces. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 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ù diff --git a/Documentation/snippets/ambitus.ly b/Documentation/snippets/ambitus.ly index 9bd73a090c..d9f6ad75b5 100644 --- a/Documentation/snippets/ambitus.ly +++ b/Documentation/snippets/ambitus.ly @@ -7,6 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Un @emph{ambitus} indique la tessiture, autrement dit les hauteurs +extrêmes d'une voix. + +Seules seront affichées les altérations non comprises dans l'armure. +Les objets @code{AmbitusNoteHead} peuvent avoir des lignes +supplémentaires. + +" + doctitlefr = "Ambitus" + lsrtags = "vocal-music, pitches" texidoc = " diff --git a/Documentation/snippets/analysis-brackets-above-the-staff.ly b/Documentation/snippets/analysis-brackets-above-the-staff.ly index 314950346c..31eb743333 100644 --- a/Documentation/snippets/analysis-brackets-above-the-staff.ly +++ b/Documentation/snippets/analysis-brackets-above-the-staff.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Les crochets d'analyse viennent par défaut se positionner au-dessous de +la portée. L'exemple suivant vous indique comment les faire apparaître +en surplomb de la portée. + +" + doctitlefr = "Crochets d'analyse au-dessus de la portée" + lsrtags = "editorial-annotations, tweaks-and-overrides, really-simple" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada se añaden corchetes de análisis sencillos diff --git a/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly b/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly index 4491b08d80..998867158b 100644 --- a/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly +++ b/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly @@ -19,7 +19,7 @@ especiales que indican silencios de distintas longitudes. doctitlees = "Plantilla para notación de música antigua (transcripción moderna de canto gregoriano)" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo esempio mostra come realizzare una trascrizione moderna di musica gregoriana. La musica gregoriana non presenta suddivisione in misure né gambi; diff --git a/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly b/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly index 6324c43a69..e8a3706f28 100644 --- a/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly +++ b/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly @@ -25,7 +25,7 @@ encima de ellos. doctitlees = "Plantilla de notación de música antigua (transcripción moderna de música mensural)" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Quando si trascrive musica mensurale, può essere utile inserire all'inizio del pezzo un incipit che indichi l'intonazione e il tempo originali. Le stanghette diff --git a/Documentation/snippets/ancient-time-signatures.ly b/Documentation/snippets/ancient-time-signatures.ly index 733712a07e..c665cd8a53 100644 --- a/Documentation/snippets/ancient-time-signatures.ly +++ b/Documentation/snippets/ancient-time-signatures.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +La métrique peut s'imprimer dans un style ancien. + +" + doctitlefr = "Métrique ancienne" + + lsrtags = "ancient-notation" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las indicaciones de compás también se pueden grabar en estilo antiguo. diff --git a/Documentation/snippets/anglican-psalm-template.ly b/Documentation/snippets/anglican-psalm-template.ly index 594d0ce038..66e05cd1ef 100644 --- a/Documentation/snippets/anglican-psalm-template.ly +++ b/Documentation/snippets/anglican-psalm-template.ly @@ -19,7 +19,7 @@ codifican en estilos diferentes para ilustrar más posibilidades. " doctitlees = "Plantilla de salmo del canto anglicano" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello presenta un modo di impostare un salmo anglicano. Mostra anche come le strofe possono essere aggiunte come testo separato al di sotto 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 b4b6d03545..9d95a149e6 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 @@ -34,7 +34,7 @@ nota. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " La proprietà @code{shapeNoteStyles} può essere usata per definire vari stili di teste di nota per ogni grado della scala (definita dall'armatura @@ -78,13 +78,13 @@ harmonischen Funktionen und dem Notenstil verloren geht. " -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " La propriété @code{shapeNoteStyles} permet d'affecter un profil particulier à chaque degré de la gamme -- à partir de l'armure ou de la propriété @code{tonic}. Ses valeurs sont constituées d'une liste de symboles, qu'il s'agisse de formes géométriques (@code{triangle}, -@code{cross}, ou @code{xcircle}) ou basés sur la tradition des graveurs +@code{cross} ou @code{xcircle}) ou basés sur la tradition des graveurs américains (avec quelques noms de note latins). LilyPond dispose de deux raccourcis, @code{\\aikenHeads} et diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index 3204c25522..46052714a4 100644 --- a/Documentation/snippets/asymmetric-slurs.ly +++ b/Documentation/snippets/asymmetric-slurs.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Une liaison peut adopter une courbe asymétrique afin de s'adapter au +mieux à la ligne mélodique. + +" + doctitlefr = "Liaison asymétrique" + lsrtags = "tweaks-and-overrides, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede hacer que una ligadura de expresión sea asimétrica para diff --git a/Documentation/snippets/automatic-beam-subdivisions.ly b/Documentation/snippets/automatic-beam-subdivisions.ly index 6d2e7ea0b5..6a00ecca19 100644 --- a/Documentation/snippets/automatic-beam-subdivisions.ly +++ b/Documentation/snippets/automatic-beam-subdivisions.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Dès lors que la propriété @code{subdivideBeams} aura été activée, une +ligature sera subdivisée selon les préceptes de @code{beatLength}. + +" + doctitlefr = "Subdivision de ligatures automatiques" + lsrtags = "automatic-notation, connecting-notes, rhythms" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden subdividir las barras automáticamente. Estableciendo la diff --git a/Documentation/snippets/automatically-change-durations.ly b/Documentation/snippets/automatically-change-durations.ly index 7a20ddb0f0..eef6ddc6aa 100644 --- a/Documentation/snippets/automatically-change-durations.ly +++ b/Documentation/snippets/automatically-change-durations.ly @@ -7,6 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +@code{shiftDurations} permet de modifier la longueur des notes d'un +morceau. Cette instruction prend deux arguments@tie{}: un coefficient +d'échelonnement (une puissance de deux) et un nombre de points +d'augmentation (entier positif). + +" + doctitlefr = "Changement automatique des durées" + lsrtags = "rhythms" texidoc = " diff --git a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly index d486731044..41134cfbfe 100644 --- a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly +++ b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly @@ -7,8 +7,19 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Doigtés et numéros de corde, lorsque affectés à des notes individuelles, +évitent les hampes et ligatures. Cette fonctionnalité n'est pas activée +par défaut en ce qui concernes les notes appartenant à un accord. Voici +comment mettre en place la dérogation appropriée en pareil cas. + +" + doctitlefr = "Évitement de collision des doigtés d'un accord" + lsrtags = "editorial-annotations, chords, tweaks-and-overrides, rhythms" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly b/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly index 7f93bf3894..5fa4486949 100644 --- a/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly +++ b/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly @@ -19,6 +19,16 @@ La sintaxis es @code{\\bbarre #\"@var{número de traste}\" @{ notas @} }. " doctitlees = "Notación de acordes de cejilla para guitarra (con elemento de extensión de texto)" +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Voici comment imprimer un accord développé sur une mesure ou une demie +mesure (décommenter la ligne appropriée). + +La syntaxe est @code{\\bbarre #\"@var{numéro de fret}\" @{ notes @} }. + +" + doctitlefr = "Notation d'accords barré développé (avec extension de texte)" + lsrtags = "chords, fretted-strings" texidoc = " diff --git a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly index 9593a9494b..4cf7fb147d 100644 --- a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly +++ b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly @@ -7,8 +7,19 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +L'instruction @code{\\whiteout} intercale un rectangle blanc contenant +un @emph{markup}. Dans la mesure où les lignes de la portée sont à un +niveau inférieur à la plupart des autres objets graphiques, ce cache ne +devrait pas masquer d'autres éléments. + +" + doctitlefr = "Blanchiment de lignes de portée avec la commande \\whiteout" + lsrtags = "editorial-annotations, text, really-cool" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La instrucción @code{\\whiteout} intercala un rectángulo blanco diff --git a/Documentation/snippets/book-parts.ly b/Documentation/snippets/book-parts.ly index 12cfaafe7f..1cdfe2e38c 100644 --- a/Documentation/snippets/book-parts.ly +++ b/Documentation/snippets/book-parts.ly @@ -7,6 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +@code{\\bookpart} permet de découper un ouvrage en plusieurs parties. +La dernière page de chaque partie peut être affectée d'un +@code{ragged-last-bottom}. Les routines de formatage font la +distinction entre les @emph{markups} d'entête et de pied de page selon +qu'ils se rattachent à une partie ou bien à l'ouvrage entier. + +" + doctitlefr = "Partitionnement d'un ouvrage" + lsrtags = "paper-and-layout" texidoc = " diff --git a/Documentation/snippets/breathing-signs.ly b/Documentation/snippets/breathing-signs.ly index 1896b08689..2022bfb2d1 100644 --- a/Documentation/snippets/breathing-signs.ly +++ b/Documentation/snippets/breathing-signs.ly @@ -7,6 +7,15 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Les indications de respiration sont disponibles sous différentes +formes : virgule (par défaut), trait, en V et @qq{voie de chemin de fer} +(césure). + +" + doctitlefr = "Signes de respiration" + lsrtags = "symbols-and-glyphs, expressive-marks" texidoc = " diff --git a/Documentation/snippets/broken-crescendo-hairpin.ly b/Documentation/snippets/broken-crescendo-hairpin.ly index f97f839a39..451bd637e1 100644 --- a/Documentation/snippets/broken-crescendo-hairpin.ly +++ b/Documentation/snippets/broken-crescendo-hairpin.ly @@ -7,8 +7,29 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Une portion d'un soufflet de crescendo peut être rendue invisible. +Il suffit pour cela de dessiner un rectangle par dessus cette partie, ce +qui aura pour effet de la rendre invisible. Le rectangle est défini par +un @emph{markup} contenant du code PostScript. + +La taille et le positionnement de ce @emph{markup} sont ajustables grâce +à certaiins composants du code PostScript@tie{}: le nombre précédant +@code{setgray} donnera du gris s'il est inérieur à@tie{}1@tie{}; les +deux nombres précédant @code{scale} définissent la largeur et la hauteur +du rectangle@tie{}; les deux nombres précédant @code{translate} +modifient le point d'ancrage (en abscisse et en ordonnée) du rectangle. + +Le soufflet doit se trouver à un niveau inférieur à celui du @emph{markup} +afin que le dessin du rectangle puisse effectivement le recouvrir. + +" + doctitlefr = "Soufflet de crescendo partiellement interrompu" + lsrtags = "contemporary-notation, symbols-and-glyphs, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para hacer invisibles partes de un regulador de crescendo, se usa diff --git a/Documentation/snippets/caesura-railtracks-with-fermata.ly b/Documentation/snippets/caesura-railtracks-with-fermata.ly index beaa5376d6..30a684bca8 100644 --- a/Documentation/snippets/caesura-railtracks-with-fermata.ly +++ b/Documentation/snippets/caesura-railtracks-with-fermata.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Une césure peut parfois s'indiquer par une double respiration surmontée +d'un point d'orgue. Le code ci-dessous permet d'obtenir la combinaison +répondant à cette esthétique. + +" + doctitlefr = "Césure en forme de \"voie de chemin de fer\" avec point d'orgue" + lsrtags = "symbols-and-glyphs, tweaks-and-overrides, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " A veces se denota una «cesura» mediante una doble marca de respiración diff --git a/Documentation/snippets/center-text-below-hairpin-dynamics.ly b/Documentation/snippets/center-text-below-hairpin-dynamics.ly index 75c30ded2e..cd5d194063 100644 --- a/Documentation/snippets/center-text-below-hairpin-dynamics.ly +++ b/Documentation/snippets/center-text-below-hairpin-dynamics.ly @@ -7,8 +7,19 @@ \version "2.15.32" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +La fonction comprise dans l'extrait suivant permet d'ajouter du texte +-- comme @qq{molto} o @qq{poco} -- en dessous d'un soufflet de +(de)crescendo. Cet exemple présente aussi comment, à l'aide de code +Scheme, influencer la manière dont un objet est normalement imprimé. + +" + doctitlefr = "Texte centré sous un soufflet" + lsrtags = "text, really-cool, expressive-marks, scheme-language" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este ejemplo proporciona una función para tipografiar un regulador con diff --git a/Documentation/snippets/centering-markup-on-note-heads-automatically.ly b/Documentation/snippets/centering-markup-on-note-heads-automatically.ly index 74cab448cd..ff1a10b229 100644 --- a/Documentation/snippets/centering-markup-on-note-heads-automatically.ly +++ b/Documentation/snippets/centering-markup-on-note-heads-automatically.ly @@ -8,6 +8,20 @@ \version "2.15.31" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Des raisons techniques sont à l'origine de la difficulté de centrer des +scripts textuels attachés à des têtes de note, ce qui n'est pas le cas +des articulations. + +Plutôt que de procéder par tâtonnement, voici comment élaborer un +graveur en Scheme, chargé de redéfinir le parent horizontal de chaque +@emph{markup} sur un empilement de notes (un @code{NoteColumn}). Il +permet aussi au texte de suivre les têtes ayant été décalées par un +@code{force-hshift}. +" + doctitlefr = "Centrage automatique d'un @emph{markup} sur la tête de note" + lsrtags = "text, tweaks-and-overrides, contexts-and-engravers" texidoc = " For technical reasons, text scripts attached to note heads cannot diff --git a/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly b/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly index 065155b93d..b137d97e15 100644 --- a/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly +++ b/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly @@ -7,8 +7,22 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +La commande @code{\\tweak} permet de modifier la propriété +@code{font-size} d'une note particulière d'un accord. + +Il s'agit de placer, à l'intérieur même de l'accord (dans la +construction @code{<@tie{}>}) et avant la note considérée, +l'instruction @code{\\tweak} suivie de @code{#'font-size} et de définir +la taille voulue -- comme @code{#-2} pour une petite tête. + +" + doctitlefr = "Modification de la taille d'une note particulière d'un accord" + lsrtags = "specific-notation, editorial-annotations, simultaneous-notes, tweaks-and-overrides, really-simple" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden modificar notas individuales de un acorde con la instrucción diff --git a/Documentation/snippets/changing-beam-knee-gap.ly b/Documentation/snippets/changing-beam-knee-gap.ly index f12a0e806b..590dded435 100644 --- a/Documentation/snippets/changing-beam-knee-gap.ly +++ b/Documentation/snippets/changing-beam-knee-gap.ly @@ -39,13 +39,13 @@ Standardwert von @code{auto-knee-gap} ist 5.5 Notensystemabstände. -%% Translation of GIT committish: 708e0d9c660856b19929736ca18a6f9d68539c60 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " -LilyPond insère automatiquement des ligatures coudées --- certaines -hampes vers le haut, d'autres vers le bas --- lorsqu'il détecte un -intervalle important entre des têtes de notes. Ce comportement peut être -changé par l'intermédiaire de l'objet @code{auto-knee-gap} --- défini -par défaut à @samp{5,5} espace, plus la largeur et la pente de la +LilyPond insère automatiquement des ligatures coudées -- certaines +hampes vers le haut, d'autres vers le bas -- lorsqu'il détecte un +intervalle important entre des têtes de notes. Ce comportement peut +être changé par l'intermédiaire de l'objet @code{auto-knee-gap} -- +défini par défaut à @samp{5,5} espace, plus la largeur et la pente de la ligature en question. " diff --git a/Documentation/snippets/changing-properties-for-individual-grobs.ly b/Documentation/snippets/changing-properties-for-individual-grobs.ly index f13e5b00cd..ca268435da 100644 --- a/Documentation/snippets/changing-properties-for-individual-grobs.ly +++ b/Documentation/snippets/changing-properties-for-individual-grobs.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +La commande @code{\\applyOutput} permet de personnaliser n'importe quel +objet de rendu. Elle requiert une fonction Scheme à trois arguments. + +" + doctitlefr = "Modification des propriétés d'objets particuliers" + lsrtags = "really-cool, tweaks-and-overrides, scheme-language" texidoc = " diff --git a/Documentation/snippets/changing-stanza-fonts.ly b/Documentation/snippets/changing-stanza-fonts.ly index d3574bfd05..233cef6e71 100644 --- a/Documentation/snippets/changing-stanza-fonts.ly +++ b/Documentation/snippets/changing-stanza-fonts.ly @@ -7,6 +7,13 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Chaque couplet peut disposer de sa propre fonte, y compris son numéro. + +" + doctitlefr = "Changement de fontes des couplets" + lsrtags = "vocal-music, really-simple" texidoc = " diff --git a/Documentation/snippets/changing-the-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly index 8caac18d69..1f3fc83d63 100644 --- a/Documentation/snippets/changing-the-ambitus-gap.ly +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -18,7 +18,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: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " È possibile cambiare le impostazioni predefinite dell'intervallo dell'ambitus. diff --git a/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly b/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly index 1835bc6587..437648c4b9 100644 --- a/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly +++ b/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Une liaison d'articulation peut se présenter sous la forme d'un trait +continu ou discontinu, voire en pointillé. + +" + doctitlefr = "Modification de l'aspect des liaisons d'articulation" + lsrtags = "editorial-annotations, really-simple, connecting-notes, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede cambiar el aspecto de las ligaduras de expresión de diff --git a/Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly b/Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly index 3106b81c77..1a709fc958 100644 --- a/Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly +++ b/Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly @@ -7,8 +7,20 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +LilyPond adpote par défaut la dénomination anglaise pour le nom et +chiffrage des accords. L'instruction @code{\\germanChords} permet +d'afficher @code{H} et @code{B} en lieu et place de @code{B} et +@code{Bes}. L'instruction @code{\\semiGermanChords} leur substituera +@code{H} et @code{Bb}. + +" + doctitlefr = "Adoption de la dénomination germanique ou semi-germanique des accords" + lsrtags = "chords, really-simple" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La nomenclatura inglesa (predeterminada) para los acordes del cifrado diff --git a/Documentation/snippets/changing-the-default-text-font-family.ly b/Documentation/snippets/changing-the-default-text-font-family.ly index e025d0e426..371c0fd9d6 100644 --- a/Documentation/snippets/changing-the-default-text-font-family.ly +++ b/Documentation/snippets/changing-the-default-text-font-family.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Les familles de fontes par défaut pour le texte peuvent être changées à +l'aide de la fonction @code{make-pango-font-tree}. + +" + doctitlefr = "Changement des fontes textuelles par défaut" + lsrtags = "text, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly b/Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly index a515d8aff5..0043b9914b 100644 --- a/Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly +++ b/Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly @@ -7,6 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +@code{staffLineLayoutFunction} permet de changer le positionnement des +notes. Dans cet exemple, la valeur qui lui est attribuée -- +@code{ly:pitch-semitones} -- génère une gamme chromatique où l'écart +entre chaque ligne et interligne de la portée est ramené au demi ton. + +" + doctitlefr = "Modification de l'intervalle des lignes de la portée" + lsrtags = "pitches" texidoc = " diff --git a/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly b/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly index eaf825037a..80a6c72adc 100644 --- a/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly +++ b/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Le nombre de lignes d'un portée se modifie par adaptation de la +propriété @code{line-count} du @code{StaffSymbol}. + +" + doctitlefr = "Modification du nombre de lignes de la portée" + lsrtags = "specific-notation, staff-notation" texidoc = " diff --git a/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly b/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly index 08943a8ca1..5df6e68e49 100644 --- a/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly +++ b/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly @@ -34,6 +34,12 @@ Die Größe und Dicke der Holzbläserdiagramme kann geändert werden. %%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 + texidocde=" +Die Größe und Dicke der Holzbläserdiagramme kann geändert werden. +" +%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 + + texidocde=" Die Größe und Dicke der Holzbläserdiagramme kann geändert werden. " diff --git a/Documentation/snippets/changing-the-staff-size.ly b/Documentation/snippets/changing-the-staff-size.ly index a8f47679d8..21a06e1d06 100644 --- a/Documentation/snippets/changing-the-staff-size.ly +++ b/Documentation/snippets/changing-the-staff-size.ly @@ -7,6 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Bien que le meilleur moyen de définir la taille des portées consiste à +utiliser @code{#(set-global-staff-size xx)}, une portée en particulier +peut se redimensionner en affectant d'un coefficient ses propriétés +@code{'staff-space} et @code{fontSize}. + +" + doctitlefr = "Modification de la taille d'une portée" + lsrtags = "paper-and-layout, staff-notation, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/changing-the-text-for-sustain-markings.ly b/Documentation/snippets/changing-the-text-for-sustain-markings.ly index 8f306c5540..a7520779f9 100644 --- a/Documentation/snippets/changing-the-text-for-sustain-markings.ly +++ b/Documentation/snippets/changing-the-text-for-sustain-markings.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +@code{Staff.pedalSustainStrings} permet de définir le texte affiché pour +les instructions de pédale. Les seuls caractères autorisés sont les +glyphes particuliers de pédale, comme vous pouvez le constater ici. + +" + doctitlefr = "Modification du texte des indications de pédale" + lsrtags = "keyboards, tweaks-and-overrides" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede usar @code{Staff.pedalSustainStrings} para fijar el texto de diff --git a/Documentation/snippets/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly b/Documentation/snippets/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly index 927a3610aa..0860b53b48 100644 --- a/Documentation/snippets/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly +++ b/Documentation/snippets/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly @@ -1,14 +1,13 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.14.2" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.15.17 +\version "2.15.17" \header { - lsrtags = "workaround, contexts-and-engravers, contemporary-notation, rhythms" - %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La propiedad @code{measureLength}, junto con @@ -24,20 +23,27 @@ El segundo argumento debe ser el mismo que el segundo argumento de " doctitlees = "Modificar el compás dentro de una sección polimétrica utilizando @code{\\scaleDurations}" - texidoc = " -The @code{measureLength} property, together with -@code{measurePosition}, determines when a bar line is needed. However, -when using @code{\\scaleDurations}, the scaling of durations makes it -difficult to change time signatures. In this case, -@code{measureLength} should be set manually, using the -@code{ly:make-moment} callback. The second argument must be the same -as the second argument of @code{\\scaleDurations}. +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +La propriété @code{measureLength}, conjointement avec +@code{measurePosition}, détermine l'endroit où une barre de mesure est +requise. L'utilisation d'un @code{\\scaleDurations} a ceci +d'inconvénient que l'échelonnement des durées rend compliqués les +changements de métrique. Il est nécessaire en pareil cas de définir +manuellement @code{measureLength}, avec un appel à +@code{ly:make-moment}. Le second argument devra être identique au +deuxième argument de @code{\\scaleDurations}. " + doctitlefr = "Modification de la métrique au sein d'un fragment polymétrique à l'aide de @code{\\scaleDurations}" + + lsrtags = "workaround, contexts-and-engravers, contemporary-notation, rhythms" + doctitle = "Changing time signatures inside a polymetric section using \\scaleDurations" } % begin verbatim + \layout { \context { \Score @@ -53,7 +59,7 @@ as the second argument of @code{\\scaleDurations}. << \new Staff { - \scaleDurations #'(8 . 5) { + \scaleDurations 8/5 { \time 6/8 \set Timing.measureLength = #(ly:make-moment 6 5) b8 b b b b b diff --git a/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly b/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly index 45b9b8a35d..322f7b9eb4 100644 --- a/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly +++ b/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly @@ -7,6 +7,13 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Les clefs peuvent être transposées d'un intervalle différent de l'octave. + +" + doctitlefr = "Transposition arbitraire d'une clef" + lsrtags = "pitches" texidoc = " diff --git a/Documentation/snippets/clip-systems.ly b/Documentation/snippets/clip-systems.ly index 153dac8eb4..e039e4126e 100644 --- a/Documentation/snippets/clip-systems.ly +++ b/Documentation/snippets/clip-systems.ly @@ -7,8 +7,34 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Le code ci-dessous permet de réaliser des découpes à l'emporte pièce, +autrement dit d'extraire des fragments, au sein d'une partition. + +Dans la mesure où le rendu inclus dans ce manuel pourrait ne pas être +des plus évidents, nous vous conseillons de traiter ce fichier +individuellement, avec l'option @code{-dclip-systems}. + +Les fichiers résultants sont de la forme +@samp{base-from-début-to-fin[-compteur].eps}. + + +Lorsque sont inclus le début ou la fin d'un système, l'extraction +comportera les objets rattachés au système, comme le nom d'instrument. + +Les notes d'ornement qui se trouveraient en fin de fragment ne sont pas +incluses. + +La découpe peut couvrir plusieurs systèmes, auquel cas seront générés +plusieurs fichiers EPS. + +" + doctitlefr = "Découpe de systèmes" + lsrtags = "paper-and-layout" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Este código muestra cómo recortar (extraer) fragmentos a partir de una diff --git a/Documentation/snippets/clusters.ly b/Documentation/snippets/clusters.ly index 1a92adab37..f4ec718d88 100644 --- a/Documentation/snippets/clusters.ly +++ b/Documentation/snippets/clusters.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Un cluster indique à l'instrumentiste qu'il doit jouer tout une suite de +sons. + +" + doctitlefr = "Clusters" + lsrtags = "specific-notation, keyboards, simultaneous-notes, really-cool, contemporary-notation, chords" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los «clusters» o racimos son un mecanismo para indicar la diff --git a/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly b/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly index ed7167439e..6a7ccf9774 100644 --- a/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly +++ b/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly @@ -7,6 +7,15 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Les têtes de note peuvent adopter une couleur différenete selon leur +hauteur ou leur nom : la fonction utilisée ici fait même la distinction +entre enharmoniques. + +" + doctitlefr = "Coloration des notes selon leur hauteur" + lsrtags = "editorial-annotations, really-cool, pitches" texidoc = " diff --git a/Documentation/snippets/combining-dynamics-with-markup-texts.ly b/Documentation/snippets/combining-dynamics-with-markup-texts.ly index d4d8401513..73748ca618 100644 --- a/Documentation/snippets/combining-dynamics-with-markup-texts.ly +++ b/Documentation/snippets/combining-dynamics-with-markup-texts.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Certaines indications de nuance peuvent requérir un complément textuel, +comme @qq{più forte} ou @qq{piano subito}. Elles se réalisent aisément +à l'aide d'un bloc @code{\\markup}. + +" + doctitlefr = "Combinaison de nuance et de texte" + lsrtags = "text, really-simple, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Ciertas indicaciones dinámicas pueden llevar textos (como @qq{più diff --git a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly index 509f2fa8b9..422cda69db 100644 --- a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly +++ b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly @@ -55,11 +55,11 @@ der @code{set-time-signature}-Funktion als das dritte Argument mitgegeben: -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Les règles de ligature par mesure sont gérées par la propriété @code{beatStructure}. Ses valeurs par défaut sont répertoriées, par -métrique, dans le fichier @code{scm/@/time-@/signature@/-settings@/.scm}. Elles +métrique, dans le fichier @code{scm/time-signature-settings.scm}. Elles sont modifiables grâce à la commande @code{\\set}. La fonction Scheme @code{set-time-signature} permet quant à elle de définir à la fois la métrique et la pulsation. Celle-ci prend trois @@ -67,7 +67,7 @@ arguments@tie{}: le nombre de pulsations, la durée de la pulsation et le regroupement des pulsations dans la mesure. @code{\\time} et @code{set-time-signature} s'appliquent tous deux au contexte @code{Timing}@tie{}; ils ne redéfiniront donc pas les valeurs de -@code{beatStructure} ou @code{baseMoment} lorsque qu'elles sont +@code{beatStructure} ou @code{baseMoment} lorsqu'elles sont modifiées dans un contexte de niveau inférieur comme @code{Voice} par exemple. @@ -77,7 +77,7 @@ Si l'on fait appel au @code{Measure_grouping_engraver}, la fonction modernes à la rythmique complexe. Dans l'exemple qui suit, la mesure à 9/8 est divisée en 2, 2, 2 et 3, alors que la mesure à 5/8 répond aux règles par défaut contenues dans le fichier -@w{@code{scm/@/beam@/-settings@/.scm}}. +@w{@code{scm/beam-settings.scm}}. " doctitlefr = "Signes de direction signes de sous-groupe" diff --git a/Documentation/snippets/contemporary-glissando.ly b/Documentation/snippets/contemporary-glissando.ly index 969d61451f..0c557bd9ca 100644 --- a/Documentation/snippets/contemporary-glissando.ly +++ b/Documentation/snippets/contemporary-glissando.ly @@ -26,11 +26,11 @@ eine Kadenz eingesetzt wird und die Endnote unsichtbar gemacht wird. " doctitlede = "Moderne Glissandi" -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " De nos jours, il peut arriver que la note d'arrivée d'un glissando soit absente de la partition. Pour ce faire, il vous faudra utiliser une -cadence et « masquer » la note d'arrivée. +cadence et @qq{masquer} la note d'arrivée. " doctitlefr = "Glissando contemporain" diff --git a/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly b/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly index 2ead8d33a1..0b08c6a3ae 100644 --- a/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly +++ b/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly @@ -7,8 +7,26 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +La visibilité des extensions qui se terminent sur la première note après +un saut de ligne est contrôlé par un appel de @code{after-line-breaking} +à la fonction @code{ly:spanner::kill-zero-spanned-time}. + +Pour des objets tels qu'un glissando ou un soufflet, le comportement +par défaut est de ne pas être reportés après un saut de ligne. +L'extension sera donc reprise dès lors que l'appel aura été désactivé. + +Il en va inversement pour les extensions qui, par défaut pour les textes +notamment, sont reportées après un saut de ligne@tie{}; il faudra alors +activer l'appel pour empêcher leur report. + +" + doctitlefr = "Contrôle de la visibilité des extensions d'objet après saut de ligne" + lsrtags = "tweaks-and-overrides, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/creating-a-delayed-turn.ly b/Documentation/snippets/creating-a-delayed-turn.ly index 7875b90935..890a73b06a 100644 --- a/Documentation/snippets/creating-a-delayed-turn.ly +++ b/Documentation/snippets/creating-a-delayed-turn.ly @@ -37,14 +37,14 @@ wird benutzt, um den Doppelschlag horizontal zu positionieren. doctitlede = "Einen Doppelschlag mit Vorhalt erstellen" -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Obtenir un @emph{grupetto} retardé et dans lequel la note la plus basse est altérée requiert quelques surcharges. La propriété -@w{@code{outside-staff-priority}} doît être désactivée (@code{#f}) pour +@w{@code{outside-staff-priority}} doit être désactivée (@code{#f}) pour éviter qu'elle prenne le pas sur la propriété @w{@code{avoid-slur}}. La -valeur assignée à @code{halign} permet de gérer horizonalement le -@w{« retard »}. +valeur assignée à @code{halign} permet de gérer horizontalement le +@qq{retard}. " diff --git a/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly b/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly index 634c8cac04..c904bdef90 100644 --- a/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly +++ b/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly @@ -22,6 +22,17 @@ de Gustav Holst. " doctitlees = "Crear una secuencia de notas a distintas alturas" +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Lorsque la musique comporte à de nombreuses reprises une même séquence +sur des hauteurs différentes, la fonction musicale ci-dessous peut +s'avérer fort utile. Elle considère une note dont seule la hauteur est +utilisée. Cet exemple reproduit le rythme utilisé tout au long de +@qq{Mars}, l'une des pièces de l'œuvre de Gustav Holst @qq{Les planètes}. + +" + doctitlefr = "Création d'une séquence de notes de même hauteur" + lsrtags = "pitches" texidoc = " diff --git a/Documentation/snippets/creating-blank-staves.ly b/Documentation/snippets/creating-blank-staves.ly index 0cf3078adc..a0f49a78fb 100644 --- a/Documentation/snippets/creating-blank-staves.ly +++ b/Documentation/snippets/creating-blank-staves.ly @@ -7,8 +7,20 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Rien n'est plus simple, pour obtenir une feuille blanche avec des +portées, que de générer des mesures vides, de supprimer le +@code{Bar_number_engraver} du contexte @code{Score}, et les +@code{Time_signature_engraver}, @code{Clef_engraver} et +@code{Bar_engraver} du contexte @code{Staff}. + +" + doctitlefr = "Impression de papier à musique" + lsrtags = "specific-notation, editorial-annotations, paper-and-layout, contexts-and-engravers, staff-notation" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Para crear pentagramas en blanco, genere compases vacíos y después diff --git a/Documentation/snippets/creating-double-digit-fingerings.ly b/Documentation/snippets/creating-double-digit-fingerings.ly index 3c2f18078d..19a30ef4a9 100644 --- a/Documentation/snippets/creating-double-digit-fingerings.ly +++ b/Documentation/snippets/creating-double-digit-fingerings.ly @@ -7,6 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Il est impossible, par défaut, de noter un doigté sur deux caractères -- +autrement dit supérieur à 9. C'est gravé dans le marbre. + +Voici cependant deux méthodes pour créer des doigtés plus grands que 9. + +" + doctitlefr = "Création de doigtés sur deux caractères" + lsrtags = "editorial-annotations, staff-notation, tweaks-and-overrides, expressive-marks, scheme-language" texidoc = " diff --git a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly index 30eb860070..433ebb891f 100644 --- a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly +++ b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly @@ -27,10 +27,10 @@ aber sie ändern nicht das Tempo für die MIDI-Ausgabe. doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen" -%% Translation of GIT committish: af3df3b7c6e062635bdccb739be41962969806a0 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Vous pouvez créer des indications de tempo sous la forme d'étiquettes -textuelles -- des objets @code{markup} -- notamment des équivalences. +textuelles -- des objets @emph{markup} -- notamment des équivalences. Cependant, elles n'apparaîtront pas dans le fichier MIDI. " diff --git a/Documentation/snippets/creating-real-parenthesized-dynamics.ly b/Documentation/snippets/creating-real-parenthesized-dynamics.ly index b4782472bf..85027ff73c 100644 --- a/Documentation/snippets/creating-real-parenthesized-dynamics.ly +++ b/Documentation/snippets/creating-real-parenthesized-dynamics.ly @@ -7,8 +7,26 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Bien que le moyen le plus simple pour ajouter des parenthèses à une +indication de nuance consiste à utiliser un bloc @code{\\markup}, cette +pratique a un inconvénient@tie{}: les objets ainsi créés seront +considérés comme des annotations textuelles, non comme des nuances. + +Il est néanmoins possible de créer des objets particuliers en partant de +code Scheme -- comme expliqué dans le manuel de notation -- avec la +fonction @code{make-dynamic-script}. Les @emph{markups} ainsi créés +seront alors considérés comme étant des indications de nuance, et de ce +fait pourront se voir appliquer les effets des commandes +@code{\\dynamicUp} et @code{\\dynamicDown}. + +" + doctitlefr = "Indications de nuance vraiment entre parenthèses" + lsrtags = "workaround, text, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Aunque la manera más fácil de añadir paréntesis a una indicación diff --git a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly index 223c9c93f7..b93f6d412a 100644 --- a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly +++ b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly @@ -7,8 +7,23 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Les indications de repère, à la différence des scripts textuels, ne +peuvent s'empiler en un même endroit de la partition@tie{}: il n'est +possible de créer qu'un seul objet @code{RehearsalMark} à la fois. Le +recours à une mesure invisible et à une barre de mesure permet cependant +d'ajouter une autre indication de repère, donnant ainsi l'impression +d'un double repère sur la même colonne. cette méthode permet aussi +de positionner un repère en fin de ligne et un autre au début de la +ligne suivante. + +" + doctitlefr = "Création de repères simultanés" + lsrtags = "text, tweaks-and-overrides, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " A diferencia de las inscripciones de texto, las lestras de ensayo diff --git a/Documentation/snippets/creating-slurs-across-voices.ly b/Documentation/snippets/creating-slurs-across-voices.ly index 62d286a706..dfccc06d76 100644 --- a/Documentation/snippets/creating-slurs-across-voices.ly +++ b/Documentation/snippets/creating-slurs-across-voices.ly @@ -7,8 +7,23 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Dans certaines situations, il peut être nécessaire de lier des notes +appartenant à des voix différentes. + +La solution consiste à ajouter une note invisible dans l'une des voix, à +l'aide de la commande @code{\\hideNotes}. + +Voici par exemple la mesure 235 de la chaconne de la seconde partita +pour violon solo, BWV 1004, de Bach. + +" + doctitlefr = "Création d'une liaison entre plusieurs voix" + lsrtags = "keyboards, real-music, unfretted-strings, connecting-notes, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " En determinadas situaciones es necesario crear ligaduras de diff --git a/Documentation/snippets/creating-text-spanners.ly b/Documentation/snippets/creating-text-spanners.ly index f2e961f7ab..77f6bdd0d8 100644 --- a/Documentation/snippets/creating-text-spanners.ly +++ b/Documentation/snippets/creating-text-spanners.ly @@ -7,8 +7,19 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Les commandes @code{\\startTextSpan} et @code{\\stopTextSpan} permettent +d'ajouter une ligne de prolongation aux indications textuelles, à +l'instar des indications de pédale ou d'octaviation. Jouer sur les +propriétés de l'objet @code{TextSpanner} permet d'en modifier le rendu. + +" + doctitlefr = "Création d'extensions de texte" + lsrtags = "text, tweaks-and-overrides, expressive-marks" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan} diff --git a/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly b/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly index 1e69c099b1..d830f3930c 100644 --- a/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly +++ b/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly @@ -7,6 +7,19 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 + texidocfr = " +Il est parfois préférable d'utiliser les hampes de la portée supérieure +pour créer des accords distribués, afin d'éviter tout risque de +collision au niveau des ligatures automatiques. Dans l'exemple suivant, +le fait de partir des hampes de la portée inférieure aurait rendu +nécessaire l'adaptation du détecteur de collision des ligatures, par une +clause @code{\\override Staff.Beam #'collision-voice-only = ##t}, afin +qu'il ne tienne pas compte des collisions entre portées. + +" + doctitlefr = "Accord distribué et problème de hampe - solution" + lsrtags = "keyboards, workaround, chords, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/cross-staff-tremolos.ly b/Documentation/snippets/cross-staff-tremolos.ly index 3a186a6031..6806298b41 100644 --- a/Documentation/snippets/cross-staff-tremolos.ly +++ b/Documentation/snippets/cross-staff-tremolos.ly @@ -22,11 +22,11 @@ dentro de llaves curvas junto a su instrucción @code{\\change Staff}. doctitlees = "Trémolos de pentagrama cruzado" -%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Dans la mesure où @code{\\repeat tremolo} requiert deux arguments musicaux pour un trémolo d'accords, la note ou l'accord de la -portée opposée doît être encadré par des accolades et se voir adjoindre +portée opposée doit être encadré par des accolades et se voir adjoindre la commande @code{\\change Staff}. " diff --git a/Documentation/snippets/custodes.ly b/Documentation/snippets/custodes.ly index a7133c49d3..f8f0dc38d6 100644 --- a/Documentation/snippets/custodes.ly +++ b/Documentation/snippets/custodes.ly @@ -7,8 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a + texidocfr = " +Les guidons peuvent adopter différents styles. + +" + doctitlefr = "Guidons" + lsrtags = "specific-notation, ancient-notation, symbols-and-glyphs, tweaks-and-overrides" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se pueden tipografiar «custos» en diferentes estilos. diff --git a/Documentation/snippets/customizing-markup-fret-diagrams.ly b/Documentation/snippets/customizing-markup-fret-diagrams.ly index 93e6c7bcb9..0969a27eb9 100644 --- a/Documentation/snippets/customizing-markup-fret-diagrams.ly +++ b/Documentation/snippets/customizing-markup-fret-diagrams.ly @@ -30,13 +30,13 @@ Beschriftung vorgenommen werden. " doctitlede = "Anpassung von Beschriftungs-Bunddiagrammen" -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 +%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " Les propriétés d'un diagramme de fret sont modifiables grâce au @code{'fret-diagram-details}. Lorsqu'ils sont générés sous forme -de @code{\\markup}, rien n'empêche de les modifier en jouant sur les -réglages de l'objet @code{Voice.TextScript} ou bien directement sur -le @emph{markup}. +de @code{\\markup}, rien n'empêche de modifier les diagrammes en jouant +sur les réglages de l'objet @code{Voice.TextScript} ou bien directement +sur le @emph{markup}. " doctitlefr = "Personnalisation des diagrammes de fret" diff --git a/Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly b/Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly index f611592d96..bfefa7b1f1 100644 --- a/Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly +++ b/Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +La direction des hampes des notes placées sur la ligne médiane de la +portée est gérée par la propriété @code{neutral-direction} de l'objet +@code{Stem}. + +" + doctitlefr = "Direction par défaut des hampes de la ligne médiane" + lsrtags = "editorial-annotations" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " La dirección predeterminada de las plicas sobre la tercera línea diff --git a/Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly b/Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly index dfa5ee8e23..30bc1dfeea 100644 --- a/Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly +++ b/Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly @@ -8,6 +8,17 @@ \version "2.15.31" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Cet exemple démontre comment définir son propre graveur de tessiture à +base de code Scheme. + +Il s'agit d'une réécriture en Scheme du code contenu dans le fichier +@file{lily/ambitus-engraver.cc}. + +" + doctitlefr = "Définition d'un graveur en Scheme : graveur d'ambitus" + lsrtags = "contexts-and-engravers" diff --git a/Documentation/snippets/demo-midiinstruments.ly b/Documentation/snippets/demo-midiinstruments.ly index 23f6e43853..d0e33381d6 100644 --- a/Documentation/snippets/demo-midiinstruments.ly +++ b/Documentation/snippets/demo-midiinstruments.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Partant du problème que l'on ignore quel @code{midiInstrument} serait le +plus adapté à sa composition, voici un fichier LilyPond de démonstration. + +" + doctitlefr = "Démonstration de MidiInstrument" + lsrtags = "specific-notation, real-music, midi" texidoc = " diff --git a/Documentation/snippets/demonstrating-all-headers.ly b/Documentation/snippets/demonstrating-all-headers.ly index 9519265981..35505c56bb 100644 --- a/Documentation/snippets/demonstrating-all-headers.ly +++ b/Documentation/snippets/demonstrating-all-headers.ly @@ -7,6 +7,13 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Voici la liste de tous les champs d'entête : + +" + doctitlefr = "Champs d'entête" + lsrtags = "text, paper-and-layout, titles" texidoc = " diff --git a/Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly b/Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly index f79f560743..c8c7ee5fa8 100644 --- a/Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly +++ b/Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly @@ -40,9 +40,9 @@ wie das zweite Beispiel zeigt. " doctitlede = "Klammer anzeigen wenn nur ein System gesetzt wird" -%% Translation of GIT committish: af3df3b7c6e062635bdccb739be41962969806a0 +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c texidocfr = " -Lorsque, dans des regoupements de type @code{ChoirStaff} ou +Lorsque, dans des regroupements de type @code{ChoirStaff} ou @code{StaffGroup}, une seule portée est active, aucune indication n'est donnée en début de ligne. Surcharger la propriété adéquate permet de modifier ce comportement par défaut. @@ -50,7 +50,7 @@ modifier ce comportement par défaut. Notez bien que dans le cas des @code{PianoStaff} et @code{GrandStaff}, pour lesquels le délimiteur de système est une accolade et non un crochet, il ne s'agit pas de la même propriété -- voir le deuxième -@emph{système} de l'exemple. +système de l'exemple. " doctitlefr = "Indicateur de regroupement et portée unique" diff --git a/Documentation/snippets/displaying-complex-chords.ly b/Documentation/snippets/displaying-complex-chords.ly index 25c0790b00..ec8e47a52f 100644 --- a/Documentation/snippets/displaying-complex-chords.ly +++ b/Documentation/snippets/displaying-complex-chords.ly @@ -7,8 +7,17 @@ \version "2.15.32" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Voici comment obtenir l'impression d'un accord au sein duquel une même +note est jouée deux fois avec des altérations différentes. + +" + doctitlefr = "Impression d'accords complexes" + lsrtags = "workaround, simultaneous-notes, chords" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/displaying-grob-ancestry.ly b/Documentation/snippets/displaying-grob-ancestry.ly index 6bf2b80516..2bf249061b 100644 --- a/Documentation/snippets/displaying-grob-ancestry.ly +++ b/Documentation/snippets/displaying-grob-ancestry.ly @@ -7,8 +7,68 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Lorsque l'on manipule des rappels d'objet (@emph{grob callbacks}), il +peut être intéressant d'en maîtriser la @qq{ascendants}. La plupart des +objets graphiques ont des parents, lesquels auront une influence sur le +positionnement de l'objet en question. Ainsi, les X- et Y-parents +influenceront respectivement la position horizontale et verticale de +l'objet. De plus, chacun des parents peut avoir ses propres parents. + +Certains aspects de la lignée d'un objet peuvent toutefois porter à +confusion : + +-- Les types de parents d'un @emph{grob} peuvent dépendre du contexte. + +-- Dans le cas de certains @emph{grobs}, les parents X et Y peuvent être + le même. + +-- Un @qq{ascendant} particulier peut dépendre d'un @emph{grob} de + différentes manières. + +-- Le concept de @qq{génération} est trompeur. + +Par exemple, l'objet @code{System} peut, vis à vis d'un objet +@code{VerticalAlignment}, être à la fois parent (par son +côté Y) et grand parent (par deux fois du côté X). + +La macro ci-dessous affiche à l'écran une représentation textuelle de +l'ascendance d'un @emph{grob}. + + +Elle se lance ainsi : + +@example +@{ + \\once \\override NoteHead #'before-line-breaking = #display-ancestry + c4 +@} +@end example + +et génère la sortie suivante : + +@example +------------------------------------ + +NoteHead X,Y: NoteColumn + X: PaperColumn + X,Y: System + Y: VerticalAxisGroup + X: NonMusicalPaperColumn + X,Y: System + Y: VerticalAlignment + X: NonMusicalPaperColumn + X,Y: System + Y: System +@end example + +" + doctitlefr = "Affichage de la généalogie d'un objet" + lsrtags = "devel, tweaks-and-overrides, scheme-language" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/dotted-harmonics.ly b/Documentation/snippets/dotted-harmonics.ly index 07bb3a9784..a77a0875c7 100644 --- a/Documentation/snippets/dotted-harmonics.ly +++ b/Documentation/snippets/dotted-harmonics.ly @@ -7,6 +7,15 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Les notes harmoniques artificielles, obtenues grâce à @code{\\harmonic}, +ne sont pas pointées. Ce comportement peut être modifié en activant la +propriété de contexte @code{harmonicDots}. + +" + doctitlefr = "Harmoniques pointées" + lsrtags = "real-music, tweaks-and-overrides, unfretted-strings" texidoc = " diff --git a/Documentation/snippets/double-glissando.ly b/Documentation/snippets/double-glissando.ly index b81177dc07..c97a218259 100644 --- a/Documentation/snippets/double-glissando.ly +++ b/Documentation/snippets/double-glissando.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +La connection d'accords par des glissandos s'obtient par l'ajout d'un +deuxième glissando dans une voix masquée. + +" + doctitlefr = "Double glissando" + lsrtags = "workaround, simultaneous-notes, contemporary-notation, expressive-marks" texidoc = " diff --git a/Documentation/snippets/drawing-boxes-around-grobs.ly b/Documentation/snippets/drawing-boxes-around-grobs.ly index e28c35c903..635fdef441 100644 --- a/Documentation/snippets/drawing-boxes-around-grobs.ly +++ b/Documentation/snippets/drawing-boxes-around-grobs.ly @@ -7,6 +7,14 @@ \version "2.15.32" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +La fonction @code{print} peut se modifier pour obtenir l'encadrement de +n'importe quel objet. + +" + doctitlefr = "Encadrement d'objets" + lsrtags = "editorial-annotations, tweaks-and-overrides, scheme-language" texidoc = " diff --git a/Documentation/snippets/drawing-circles-around-note-heads.ly b/Documentation/snippets/drawing-circles-around-note-heads.ly index 5125f5a411..7ef2b4ea9f 100644 --- a/Documentation/snippets/drawing-circles-around-note-heads.ly +++ b/Documentation/snippets/drawing-circles-around-note-heads.ly @@ -7,6 +7,13 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Voici comment entourer d'un cercle une note : + +" + doctitlefr = "Encerclement de notes" + lsrtags = "editorial-annotations" texidoc = " diff --git a/Documentation/snippets/drawing-circles-around-various-objects.ly b/Documentation/snippets/drawing-circles-around-various-objects.ly index e2a3f334b7..2e314382f6 100644 --- a/Documentation/snippets/drawing-circles-around-various-objects.ly +++ b/Documentation/snippets/drawing-circles-around-various-objects.ly @@ -7,6 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +La commande de @emph{markup} @code{\\circle} permet de dessiner un +cercle autour de différents objets comme des indications de doigté. +D'autres objets nécessitent de faire appel à des techniques spécifiques. +Cet exemple illustre deux manières de procéder, pour les repères, et +pour les numéros de mesure. + +" + doctitlefr = "Encercler divers objets" + lsrtags = "editorial-annotations, tweaks-and-overrides, scheme-language" texidoc = " diff --git a/Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly b/Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly index 37e88c927d..478699be68 100644 --- a/Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly +++ b/Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Du code PostScript peut directement être intégré dans un bloc +@code{\\markup}. + +" + doctitlefr = "Intégration de PostScript dans un markup" + lsrtags = "specific-notation, editorial-annotations, text, really-cool" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede insertar códico PostScript directamente dentro de un diff --git a/Documentation/snippets/engravers-one-by-one.ly b/Documentation/snippets/engravers-one-by-one.ly index e59a4630ed..2e24e06bba 100644 --- a/Documentation/snippets/engravers-one-by-one.ly +++ b/Documentation/snippets/engravers-one-by-one.ly @@ -7,8 +7,36 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Pour appréhender la notation, nous l'avons disséquée en éléments +simples : chaque type de symbole est géré par un module différent. +Chaque module est appelé @qq{graveur}. Dans cet exemple, chaque graveur +est appelé à son tour, dans l'ordre suivant : + +-- têtes de note, + +-- symboles de la portée, + +-- clef, + +-- hampes, + +-- ligatures, liaisons, accents, + +-- altérations, barres de mesure, métrique et armure. + +Les graveurs se regroupent. Par exemple, têtes de note, liaisons, +ligature etc. forment un contexte de voix (@code{Voice}). Les graveurs +chargés de la métrique, des altérations, des barres de mesure etc. +forment un contexte de portée (@code{Staff}). + +" + doctitlefr = "Les graveurs un par un" + lsrtags = "specific-notation, contexts-and-engravers" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Del problema central de la notación, esto es, crear un determinado diff --git a/Documentation/snippets/engraving-tremolos-with-floating-beams.ly b/Documentation/snippets/engraving-tremolos-with-floating-beams.ly index a4e1397e03..a374de3e2c 100644 --- a/Documentation/snippets/engraving-tremolos-with-floating-beams.ly +++ b/Documentation/snippets/engraving-tremolos-with-floating-beams.ly @@ -7,6 +7,20 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Lorsque la durée totale d'un trémolo est inférieur à la noire, égale une +blanche, ou bien entre une blanche et une ronde, il est d'usage que +toutes les ligatures soient en contact avec les hampes. Certains styles +de gravure font cependant apparaître des ligatures détachées, centrées +entre les hampes. Pour ce type de trémolo, le nombre de hampes +flottantes se gère au travers de la propriété @code{'gap-count} de +l'objet @code{Beam}, et l'écart entre ligature et hampe se définit par +la propriété @code{'gap}. + +" + doctitlefr = "Impression de trémolo avec ligature flottante" + lsrtags = "repeats, rhythms" texidoc = " diff --git a/Documentation/snippets/faking-a-hammer-in-tablatures.ly b/Documentation/snippets/faking-a-hammer-in-tablatures.ly index 8d82ec3459..3839370667 100644 --- a/Documentation/snippets/faking-a-hammer-in-tablatures.ly +++ b/Documentation/snippets/faking-a-hammer-in-tablatures.ly @@ -7,8 +7,17 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +En mode tablature, un @emph{hammer}, ou lié ascendant, peut se simuler à +l'aide d'une liaison. + +" + doctitlefr = "Simulation d'un hammer en tablature" + lsrtags = "specific-notation, workaround, fretted-strings" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/fine-tuning-pedal-brackets.ly b/Documentation/snippets/fine-tuning-pedal-brackets.ly index 501e103589..5fe1b4641d 100644 --- a/Documentation/snippets/fine-tuning-pedal-brackets.ly +++ b/Documentation/snippets/fine-tuning-pedal-brackets.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Les crochets d'indication de pédale peuvent se modifier de différentes +manières. + +" + doctitlefr = "Affinage des indications de pédale" + lsrtags = "keyboards, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/flamenco-notation.ly b/Documentation/snippets/flamenco-notation.ly index 9aae3b3856..ac4a1e205f 100644 --- a/Documentation/snippets/flamenco-notation.ly +++ b/Documentation/snippets/flamenco-notation.ly @@ -7,8 +7,42 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +La guitare flamenco fait appel à des éléments de notation particuliers : + +-- le @emph{golpe} : coup frappé sur la caisse de résonance avec + l'ongle de l'annulaire, + +-- une flèche pour indiquer le sens des butés (@emph{strokes}), + +-- les doigtés : @qq{p} pouce, @qq{i} index, @qq{m} majeur, @qq{a} + annulaire et @qq{x} auriculaire, + +-- les @emph{rasgueados} sur trois ou quatre doigts : grattage des + cordes en étendant les doigts rapidement les uns après les autres + dans un mouvement continu, se terminant sur l'index, + +-- les @emph{abanicos} : séries de butés du pouce, index et auriculaire. + Il existe aussi un @emph{abanico 2} pour lequel l'index et + l'annulaire remplacent l'auriculaire. + +-- @emph{alza púa} : jeu rapide du pouce. + +La plupart de ces symboles utilisent une flèche en plus des doigtés. +Dans le cas d'un @emph{abanico}, les têtes de note ne sont imprimées que +pour le premier accord. + +Le début du code ci-dessous répertorie le paramétrage de ces différents +symboles, que vous pouvez copier dans un fichier @file{flamenco.ly} +pour inclusion dans vos propres compositions. + +" + doctitlefr = "Notation de flamenco" + lsrtags = "specific-notation, version-specific, fretted-strings, stylesheet" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/flat-flags-and-beam-nibs.ly b/Documentation/snippets/flat-flags-and-beam-nibs.ly index 1c2bff9856..81874844c7 100644 --- a/Documentation/snippets/flat-flags-and-beam-nibs.ly +++ b/Documentation/snippets/flat-flags-and-beam-nibs.ly @@ -76,7 +76,7 @@ Beispiel haben nichts mit dem @code{\\set}-Befehl zwei Noten vorher zu tun.) -%% Translation of GIT committish: 190a067275167c6dc9dd0afef683d14d392b7033 +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c texidocfr = " En combinant @code{stemLeftBeamCount}, @code{stemRightBeamCount} et des paires de @code{[]}, vous pourrez obtenir des crochets rectilignes et @@ -84,23 +84,23 @@ des ligatures qui débordent à leurs extrémités. Pour des crochets rectilignes à droite sur des notes isolées, il suffit d'ajouter une paire d'indicateurs de ligature @code{[]} et de déterminer -@code{stemLeftBeamCount} à zéro, comme dans l'exemple@tie{}1. +@code{stemLeftBeamCount} à zéro, comme dans l'exemple 1. Pour des crochets rectiligne à gauche, c'est @code{stemRightBeamCount} -qu'il faudra déterminer (exemple@tie{}2). +qu'il faudra déterminer (exemple 2). Pour que les barres de ligature débordent sur la droite, -@code{stemRightBeamCount} doit avoir une valeur positive@tie{}; pour un -débrodement à gauche, c'est sur @code{stemLeftBeamCount} qu'il faut -jouer. Tout ceci est illustré par l'exemple@tie{}3. +@code{stemRightBeamCount} doit avoir une valeur positive ; pour un +débordement à gauche, c'est sur @code{stemLeftBeamCount} qu'il faut +jouer. Tout ceci est illustré par l'exemple 3. Il est parfois judicieux, lorsqu'une note est encadrée de silences, de l'affubler de crochets rectilignes de part et d'autre. L'exemple@tie{}4 montre qu'il suffit d'adjoindre à cette note un @code{[]}. -(Notez bien que @code{\\set@tie{}stemLeftBeamCount} sera toujours -synonyme de @code{\\once@tie{}\\set}. Autrement dit, la détermination -des ligatures n'est pas @qq{permanente}@tie{}; c'est la raison pour +(Notez bien que @code{\\set stemLeftBeamCount} sera toujours +synonyme de @code{\\once \\set}. Autrement dit, la détermination +des ligatures n'est pas @qq{permanente} ; c'est la raison pour laquelle les crochets du @code{c'16[]} isolé du dernier exemple n'ont rien à voir avec le @code{\\set} indiqué deux notes auparavant.) diff --git a/Documentation/snippets/flute-slap-notation.ly b/Documentation/snippets/flute-slap-notation.ly index 0c2f65f61e..33a4d39be5 100644 --- a/Documentation/snippets/flute-slap-notation.ly +++ b/Documentation/snippets/flute-slap-notation.ly @@ -7,6 +7,15 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +L'indication d'une technique particulière d'articulation, telle le +@qq{coup de langue} des flûtistes, en remplaçant la tête de note par un +glyphe approprié. + +" + doctitlefr = "Coup de langue à la flûte" + lsrtags = "winds, contemporary-notation" texidoc = " diff --git a/Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly b/Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly index bc11fa25de..86bb5d6071 100644 --- a/Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly +++ b/Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly @@ -7,6 +7,16 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Lorsqu'une clef a déjà été imprimée et qu'aucune autre clef n'a depuis +été imprimée, LilyPond ignorera toute réitération de la commande +@code{\\clef}. Forcer la réimpression de la clef s'obtient à l'aide de +la commande @code{\\set Staff.forceClef = ##t}. + +" + doctitlefr = "Réimpression forcée de la clef" + lsrtags = "pitches" texidoc = " diff --git a/Documentation/snippets/forcing-hyphens-to-be-shown.ly b/Documentation/snippets/forcing-hyphens-to-be-shown.ly index bdb5eea272..f9958cc075 100644 --- a/Documentation/snippets/forcing-hyphens-to-be-shown.ly +++ b/Documentation/snippets/forcing-hyphens-to-be-shown.ly @@ -7,8 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +LilyPond n'imprimera de tiret entre deux syllabes que s'il juge qu'il y +a suffisamment d'espace. Ce comportement peut être modifié grâce à la +propriété @code{minimum-distance} de @code{LyricHyphen}. + +" + doctitlefr = "Impression forcée de tirets entre syllabes" + lsrtags = "vocal-music" + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " diff --git a/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly b/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly index 830a03c6b1..126a805848 100644 --- a/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly +++ b/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly @@ -7,6 +7,18 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Par défaut, les indications métronomiques n'influencent en rien +l'espacement horizontal. Dans le cas où elles se suivent sur des silences +multimesures, elle peuvent se retrouver trop proche l'une de l'autre, et +donc paraître quelque peu imbriquées comme dans la première partie de +l'exemple ci-dessous. La solution consiste alors à appliquer une simple +dérogation comme dans la deuxième partie. + +" + doctitlefr = "Adaptation de la largeur de mesure selon le MetronomeMark" + lsrtags = "workaround, staff-notation" texidoc = " diff --git a/Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly b/Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly index 9aa2f6a217..a35f4d7477 100644 --- a/Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly +++ b/Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Voici comment initialiser arbitrairement une indication automatique de +repère, qu'elle soit alphabétique ou numérique : + +" + doctitlefr = "Fixation arbitraire du numéro de repère de départ" + lsrtags = "preparing-parts, automatic-notation, really-simple, rhythms" texidoc = " diff --git a/Documentation/snippets/formatting-lyrics-syllables.ly b/Documentation/snippets/formatting-lyrics-syllables.ly index 49b1308e75..b155571690 100644 --- a/Documentation/snippets/formatting-lyrics-syllables.ly +++ b/Documentation/snippets/formatting-lyrics-syllables.ly @@ -23,9 +23,10 @@ zu formatieren. " doctitlede = "Silben im Gesangstext formatieren" -%% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c texidocfr = " -Le mode markup permet d'individualiser la mise en forme de certaines syllabes. +Le mode @emph{markup} permet d'individualiser la mise en forme de +certaines syllabes. " doctitlefr = "Mise en forme individuelle de syllabes" diff --git a/Documentation/snippets/fret-diagrams-explained-and-developed.ly b/Documentation/snippets/fret-diagrams-explained-and-developed.ly index d158584552..a6b2470f12 100644 --- a/Documentation/snippets/fret-diagrams-explained-and-developed.ly +++ b/Documentation/snippets/fret-diagrams-explained-and-developed.ly @@ -7,6 +7,14 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c + texidocfr = " +Voici différentes manières d'obtenir et de personnaliser des diagrammes +de fret : + +" + doctitlefr = "Construction et développement de diagrammes de fret" + lsrtags = "fretted-strings, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/fretted-string-harmonics-in-tablature.ly b/Documentation/snippets/fretted-string-harmonics-in-tablature.ly index 1878ecf648..2ebd0dc271 100644 --- a/Documentation/snippets/fretted-string-harmonics-in-tablature.ly +++ b/Documentation/snippets/fretted-string-harmonics-in-tablature.ly @@ -23,9 +23,10 @@ Flageolett für Bundinstrumente: " doctitlede = "Flageolett von Bundinstrumenten in einer Tabulatur" -%% Translation of GIT committish: 40bf2b38d674c43f38058494692d1a0993fad0bd +%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c texidocfr = " -Harmoniques et tablature (harmoniques artificielles) +Harmoniques et tablature (harmoniques artificielles). + " doctitlefr = "Harmoniques et tablature" diff --git a/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly b/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly index 00bf583f64..5dd60df76d 100644 --- a/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly +++ b/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly @@ -44,6 +44,15 @@ In vielen Fällen können die nicht in der mittleren Reihe befindlichen Löcher dargestellt werden, indem man die Lochbezeichnung oder graphische Zeichen benutzt. +" +%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 + + + texidocde=" +In vielen Fällen können die nicht in der mittleren Reihe befindlichen +Löcher dargestellt werden, indem man die Lochbezeichnung oder +graphische Zeichen benutzt. + " doctitlede = "Graphische und Text-Holzbläserdiagramme" 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 fdb69e3bcc..fa31521f39 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 @@ -20,7 +20,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: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 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/hymn-template.ly b/Documentation/snippets/hymn-template.ly index d5bd969eb5..f9140ccccc 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -19,7 +19,7 @@ añadir los versos como texto independiente debajo de la música. doctitlees = "Plantilla para himnos" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Il codice seguente presenta un modo di impostare un inno in cui ogni verso inizia e finisce con una misura parziale. Mostra anche come aggiungere delle diff --git a/Documentation/snippets/jazz-combo-template.ly b/Documentation/snippets/jazz-combo-template.ly index e5ca557716..ffea646b1b 100644 --- a/Documentation/snippets/jazz-combo-template.ly +++ b/Documentation/snippets/jazz-combo-template.ly @@ -20,7 +20,7 @@ dentro de una sección @code{\\transpose}. doctitlees = "Plantilla para combo de jazz" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Ecco un modello piuttosto complesso, per un gruppo jazz. Si noti che tutti gli strumenti sono in @code{\\key c \\major}. Si tratta della tonalità diff --git a/Documentation/snippets/non-traditional-key-signatures.ly b/Documentation/snippets/non-traditional-key-signatures.ly index becf9ac6fe..e014b4a09b 100644 --- a/Documentation/snippets/non-traditional-key-signatures.ly +++ b/Documentation/snippets/non-traditional-key-signatures.ly @@ -38,7 +38,7 @@ exátona: " -%% Translation of GIT committish: d76b338302374164acc9b62a0d628d4d230bfa95 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Il comando @code{\\key} comunemente usato imposta la proprietà @code{keySignature}, che fa parte del contesto @code{Staff}. @@ -49,20 +49,15 @@ una lista: @code{\\set Staff.keySignature = #`(((ottava . grado) . alterazione) ((ottava . grado) . alterazione) ...)} dove, per ogni elemento della lista, -@code{ottava} indica l'ottava (0 è l'ottava dal Do centrale +@code{ottava} indica l'ottava (0@tie{}è l'ottava dal Do@tie{}centrale al Si precedente), @code{grado} indica la nota all'interno -dell'ottava (0 significa Do e 6 significa Si) e @code{alterazione} +dell'ottava (0@tie{}significa@tie{}Do e 6@tie{}significa@tie{}Si) e @code{alterazione} può essere @code{,SHARP ,FLAT ,DOUBLE-SHARP} etc. (Si noti la virgola iniziale.) -Le alterazioni nell'armatura di chiave appariranno nell'ordine inverso -a quello in cui sono sono specificate. Altrimenti, usando, per ogni elemento della lista, il formato breve @code{(grado . alterazione)}, ciò indica che la stessa alterazione deve essere presente in tutte le ottave. -Per le scale microtonali in cui un @qq{diesis} non equivale a cento centesimi, @code{alter} -si riferisce all'alterazione come a una proporzione di un duecentesimo di tono intero. - Ecco un esempio di una possibile armatura per generare una scala a tono intero: " diff --git a/Documentation/snippets/numbers-as-easy-note-heads.ly b/Documentation/snippets/numbers-as-easy-note-heads.ly index 34b7828ea7..4c4dfac113 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: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 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/obtaining-2.12-lyrics-spacing-in-newer-versions.ly b/Documentation/snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly index 936ab6897b..eadf2ea12a 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,19 @@ \version "2.14.2" \header { +%% Translation of GIT committish: 06f227dd80f3a30cbf33c879b7c125079dfaf5c3 + + texidocde = " +Die Maschine für die vertikale Platzverteilung hat sich in Version 2.14 verändert. +Dadurch wurde Gesangstext auf andere Art verteilt. Es ist möglich, Eigenschaften +von @code{Lyric}- und @code{Staff}-Kontexten einzustellen, um die Platzverteilung +so aussehen zu lassen wie für Version 2.12. + +" + doctitlede = "Platzverteilung von Gesangstext wie in 2.12 für neuere Versionen" + + + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El motor de espaciado vertical cambió en la versión 2.14. Esto puede diff --git a/Documentation/snippets/orchestra,-choir-and-piano-template.ly b/Documentation/snippets/orchestra,-choir-and-piano-template.ly index b70f78f59d..76b0df371a 100644 --- a/Documentation/snippets/orchestra,-choir-and-piano-template.ly +++ b/Documentation/snippets/orchestra,-choir-and-piano-template.ly @@ -20,7 +20,7 @@ afinación de concierto. " doctitlees = "Plantilla de orquesta con coro y piano" -%% Translation of GIT committish: 34607d3e36a93030690ccd780a7ffce621ca1e0f +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello mostra come usare i contesti annidati @code{StaffGroup} e @code{GrandStaff} per creare sottogruppi degli strumenti dello stesso diff --git a/Documentation/snippets/ottava-text.ly b/Documentation/snippets/ottava-text.ly index c59bda2aa1..422a42f494 100644 --- a/Documentation/snippets/ottava-text.ly +++ b/Documentation/snippets/ottava-text.ly @@ -23,7 +23,7 @@ ajuste @code{ottavation} después de invocar la instrucción doctitlees = "Texto de octava alta y baja" -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Internamente, @code{\\ottava} imposta le proprietà @code{ottavation} (ad esempio, su @code{8va} o @code{8vb}) e @code{middleCPosition}. Per diff --git a/Documentation/snippets/piano-template-simple.ly b/Documentation/snippets/piano-template-simple.ly index 6fad46379e..74577573cc 100644 --- a/Documentation/snippets/piano-template-simple.ly +++ b/Documentation/snippets/piano-template-simple.ly @@ -18,6 +18,7 @@ + %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Presentamos a continuación una plantilla de piano sencilla con algunas @@ -27,7 +28,7 @@ notas. doctitlees = "Plantilla de piano (sencilla)" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Ecco un comune doppio pentagramma per pianoforte con un po' di note. diff --git a/Documentation/snippets/piano-template-with-centered-lyrics.ly b/Documentation/snippets/piano-template-with-centered-lyrics.ly index baf2b9184d..1c12bbebb8 100644 --- a/Documentation/snippets/piano-template-with-centered-lyrics.ly +++ b/Documentation/snippets/piano-template-with-centered-lyrics.ly @@ -23,7 +23,7 @@ se puede centrar entre los pentagramas de un sistema de piano. 旋律と歌詞のための譜表を持つ代わりに、歌詞をピアノ譜の 2 つの譜の間に置くことができます。 " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Invece di destinare un rigo a parte alla linea melodica e al suo testo, è possibile collocare il testo al centro di un doppio pentagramma per pianoforte. diff --git a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly index 0d01fdcbb7..64cc1aeb53 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly @@ -23,7 +23,7 @@ melodía y la letra, y el acompañamiento de piano por debajo. これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜表と、その下にピアノ伴奏譜があります。 " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Ecco un tipico formato per canzoni: un rigo con linea melodica e testo, e sotto l'accompagnamento per pianoforte. 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 1c6c7fb330..9f3756610d 100644 --- a/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly +++ b/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly @@ -23,7 +23,7 @@ dentro del contexto de @code{Staff}. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Secondo le norme tipografiche standard, un segno di bequadro viene inserito prima di un diesis o di un bemolle se un'alterazione 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 9080fd3059..127fc7b10a 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 @@ -22,7 +22,7 @@ propiedad @code{printKeyCancellation} del contexto @code{Staff}. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Quando l'armatura di chiave cambia, vengono inseriti automaticamente i segni di bequadro per annulare le alterazioni di precedenti armature. Si diff --git a/Documentation/snippets/redefining-grace-note-global-defaults.ly b/Documentation/snippets/redefining-grace-note-global-defaults.ly index 150d9bebfe..2affb761b4 100644 --- a/Documentation/snippets/redefining-grace-note-global-defaults.ly +++ b/Documentation/snippets/redefining-grace-note-global-defaults.ly @@ -67,7 +67,7 @@ other effects may be obtained. startAcciaccaturaMusic = { - s1*0( + <>( \override Flag #'stroke-style = #"grace" \slurDashed } @@ -75,7 +75,7 @@ startAcciaccaturaMusic = { stopAcciaccaturaMusic = { \revert Flag #'stroke-style \slurSolid - s1*0) + <>) } \relative c'' { diff --git a/Documentation/snippets/satb-choir-template---four-staves.ly b/Documentation/snippets/satb-choir-template---four-staves.ly index cdd5b17609..8f73d45c44 100644 --- a/Documentation/snippets/satb-choir-template---four-staves.ly +++ b/Documentation/snippets/satb-choir-template---four-staves.ly @@ -17,7 +17,7 @@ Plantilla de coro SATB (en cuatro pentagramas) " doctitlees = "Plantilla de coro SATB a cuatro pentagramas" -%% Translation of GIT committish: 34607d3e36a93030690ccd780a7ffce621ca1e0f +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Modello per coro SATB (quattro righi) diff --git a/Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly b/Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly index d3f194a037..0ce744ed90 100644 --- a/Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly +++ b/Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly @@ -23,7 +23,7 @@ letra y acordes. これは旋律、単語、コードを持つ歌曲の楽譜のためのテンプレートです。 " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Ecco il modello di un comune spartito semplificato (lead sheet): include linea melodica, testo vocale, sigle degli accordi e relativi diagrammi diff --git a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly index 714af06cc1..efa7940c0a 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly @@ -24,7 +24,7 @@ doctitlees = "Plantilla de pentagrama único con música y acordes" 旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません! " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Vuoi preparare uno spartito semplificato (lead sheet) con melodia e accordi? La tua ricerca è finita! diff --git a/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly b/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly index f5714e6c85..38b88b2f81 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly @@ -30,7 +30,7 @@ comentario la línea correspondiente. " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo piccolo modello presenta una semplice linea melodica con un testo. Copialo e incollalo, aggiungi le note e le parole. Questo esempio disabilita la diff --git a/Documentation/snippets/single-staff-template-with-only-notes.ly b/Documentation/snippets/single-staff-template-with-only-notes.ly index cb4bc23f9c..df4bc59dc4 100644 --- a/Documentation/snippets/single-staff-template-with-only-notes.ly +++ b/Documentation/snippets/single-staff-template-with-only-notes.ly @@ -26,7 +26,7 @@ un archivo, escriba las notas y ¡ya está! " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello molto semplice mette a disposizione un rigo con delle note ed è quindi adatto per uno strumento non accompagnato o per un frammento diff --git a/Documentation/snippets/string-quartet-template-simple.ly b/Documentation/snippets/string-quartet-template-simple.ly index ca5b9614fc..320812a706 100644 --- a/Documentation/snippets/string-quartet-template-simple.ly +++ b/Documentation/snippets/string-quartet-template-simple.ly @@ -24,7 +24,7 @@ una sección @code{\\global} para el compás y la armadura @code{@bs{}global} セクションを使っています。 " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello presenta un semplice quartetto d'archi. Impiega anche una sezione @code{\\global} per definire il tempo e l'armatura di chiave. diff --git a/Documentation/snippets/string-quartet-template-with-separate-parts.ly b/Documentation/snippets/string-quartet-template-with-separate-parts.ly index 25738efa45..3241c2495b 100644 --- a/Documentation/snippets/string-quartet-template-with-separate-parts.ly +++ b/Documentation/snippets/string-quartet-template-with-separate-parts.ly @@ -46,7 +46,7 @@ los archivos independientes! 別々のファイルに分ける場合は、指定されたコメントを外すことを忘れないでください! " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Il frammento di codice del @qq{Modello per quartetto d'archi} crea un bel quartetto, ma cosa fare se si ha bisogno di creare le singole parti? Questo 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 8e152f714e..f65b8b0221 100644 --- a/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly +++ b/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly @@ -41,7 +41,7 @@ naturales. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo esempio usa del codice Scheme per imporre delle modifiche enarmoniche alle note che permettano di avere il numero minimo di diff --git a/Documentation/snippets/tweaking-clef-properties.ly b/Documentation/snippets/tweaking-clef-properties.ly index 7c040f4f49..531d1b25ce 100644 --- a/Documentation/snippets/tweaking-clef-properties.ly +++ b/Documentation/snippets/tweaking-clef-properties.ly @@ -45,7 +45,7 @@ las claves y las notas, pero no lo hacen en la segunda línea. " -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Il comando @code{\\clef \"treble_8\"} equivale a impostare @code{clefGlyph}, @code{clefPosition} (che regola la posizione diff --git a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly index 04506cd9f0..507c972a43 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly @@ -31,7 +31,7 @@ entonces los cambios se aplicarán también a la reducción de piano. の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello aggiunge una riduzione automatica per pianoforte alla tipica partitura vocale SATB illustrata in @qq{Modello per complesso vocale}. Si diff --git a/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly b/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly index fb040aa36c..95f180fe5b 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly @@ -26,7 +26,7 @@ colocan utilizando @code{alignAboveContext} y @code{alignAboveContext} と @code{alignBelowContext} を用いて配置されています。 " -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello è fondamentalmente analogo al semplice modello @qq{Complesso vocale}, con l'unica differenza che qui tutti i versi del testo sono posizionati diff --git a/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly b/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly index 560a823743..6afaae23dd 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly @@ -22,7 +22,7 @@ todas las partes) a lo largo de toda la partitura. doctitlees = "Estrofa para solista y estribillo a dos voces" -%% Translation of GIT committish: 34607d3e36a93030690ccd780a7ffce621ca1e0f +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Questo modello crea una partitura che inizia con una sezione solistica e prosegue in un ritornello a due voci. Illustra anche l'uso delle diff --git a/Documentation/snippets/vocal-ensemble-template.ly b/Documentation/snippets/vocal-ensemble-template.ly index 1a92f71019..81562a48b1 100644 --- a/Documentation/snippets/vocal-ensemble-template.ly +++ b/Documentation/snippets/vocal-ensemble-template.ly @@ -28,7 +28,7 @@ voces se reagrupan en sólo dos pentagramas. 便利です。例えば、拍子記号と調号はほとんど常にすべてのパートで同じです。\"賛美@c 歌\" テンプレートのように、4 つのボイスは 2 つの譜にグループ分けされています。" -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c +%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 texidocit = " Ecco una tipica partitura corale a quattro parti, SATB. Se il complesso è più ampio, è spesso comodo scrivere gli elementi comuni in un'unica sezione, che diff --git a/Documentation/snippets/woodwind-diagrams-listing.ly b/Documentation/snippets/woodwind-diagrams-listing.ly index baa4c6a632..f056dfcf4c 100644 --- a/Documentation/snippets/woodwind-diagrams-listing.ly +++ b/Documentation/snippets/woodwind-diagrams-listing.ly @@ -40,6 +40,14 @@ definiert sind. Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond definiert sind. +" +%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 + + + texidocde=" +Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond +definiert sind. + " doctitlede = "Liste der Holzbläserdiagramme"