From: John Mandereau Date: Tue, 17 Jul 2012 16:18:47 +0000 (+0200) Subject: Update snippets from today's LSR with changed makelsr.py X-Git-Tag: release/2.15.42-1~57^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f22c889b1389cb7d761580762fe77973780f2f86;p=lilypond.git Update snippets from today's LSR with changed makelsr.py --- diff --git a/Documentation/snippets/accordion-discant-symbols.ly b/Documentation/snippets/accordion-discant-symbols.ly index dae241adb4..e73639e2c3 100644 --- a/Documentation/snippets/accordion-discant-symbols.ly +++ b/Documentation/snippets/accordion-discant-symbols.ly @@ -7,34 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, workaround, keyboards, symbols-and-glyphs" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los símbolos específicos de acordeón discanto se escriben mediante -@code{\\markup}. Se puede trucar la colocación vertical de los -símbolos modificando los argumentos de @code{\\raise}. - -" - doctitlees = "Símbolos de acordeón discanto" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Symbole für Akkordeon-Diskantregister" - texidocde = " -Diskantregister für Akkordeon können mit @code{\\markup} dargestellt werden. -Die vertikale Position der einzelnen Elemente werden mit @code{\\raise} -angepasst. -" - -%% 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" texidoc = " Accordion discant-specific symbols are added using @code{\\markup}. The @@ -207,4 +180,3 @@ accViolin = ^\markup { c4 d\accPiccolo e f c4 d\accViolin e f } - 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 1563e2c552..6b2e70f9eb 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 @@ -7,42 +7,7 @@ \version "2.14.2" \header { - lsrtags = "chords, contexts-and-engravers, ancient-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Al escribir un bajo cifrado, podemos situar las cifras encima o debajo -de las notas del bajo, mediante la definición de la propiedad -@code{BassFigureAlignmentPositioning #'direction} (exclusivamente -dentro de un contexto @code{Staff}). Se puede elegir entre @code{#UP} -(o @code{#1}, arriba), @code{#CENTER} (o @code{#0}, centrado) y -@code{#DOWN} (o @w{@code{#-1}}, abajo). - -Esta propiedad se puede cambiar tantas veces como queramos. Utilice -@code{\\once \\override} si no quiere que la sobreescritura se aplique -a toda la partitura. - -" - doctitlees = "Añadir un bajo cifrado encima o debajo de las notas" - - -%% 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" - + lsrtags = "ancient-notation, contexts-and-engravers, chords" texidoc = " When writing a figured bass, you can place the figures above or below @@ -81,5 +46,3 @@ continuo = \figuremode { \context Staff = bassStaff \continuo >> } - - diff --git a/Documentation/snippets/adding-ambitus-per-voice.ly b/Documentation/snippets/adding-ambitus-per-voice.ly index 750fd81f93..696776903f 100644 --- a/Documentation/snippets/adding-ambitus-per-voice.ly +++ b/Documentation/snippets/adding-ambitus-per-voice.ly @@ -9,39 +9,6 @@ \header { lsrtags = "pitches, staff-notation, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Añadir un ámbito por voz" - texidoces = " -Se puede añadir un ámbito por cada voz. En este caso, el ámbito se -debe desplazar manualmente para evitar colisiones. - -" - -%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -L'ambitus può essere specificato per voce. In tal caso occorre -spostarlo manualmente per evitare collisioni. - -" - doctitleit = "Un ambitus per voce" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Ambitus können pro Stimme gesetzt werden. In diesem Fall müssen sie -manuell verschoben werden, um Zusammenstöße zu verhindern. - -" -doctitlede = "Ambitus pro Stimme hinzufügen" - -%% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e - texidocfr = " -L'@code{ambitus} peut être individualisé par voix. Il faut en pareil -cas éviter qu'ils se chevauchent. - -" - doctitlefr = "Un ambitus par voix" - - texidoc = " Ambitus can be added per voice. In this case, the ambitus must be moved manually to prevent collisions. @@ -68,4 +35,3 @@ manually to prevent collisions. b1 } >> - 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 62c39fe7a8..4abab6c50b 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,30 +7,7 @@ \version "2.14.2" \header { - lsrtags = "breaks, workaround, 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 -se añade un espacio adicional al final de la línea antes del salto -(reservado para hacer sitio a un cambio de armadura que de todas -formas no se va a imprimir). La solución alternativa es añadir un -ajuste para @code{Staff.explicitKeySignatureVisibility} como se -muestra en el ejemplo. - -" - doctitlees = "Añadir un pentagrama adicional en un salto de línea" - -%% 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 = "breaks, staff-notation, workaround, contexts-and-engravers" texidoc = " When adding a new staff at a line break, some extra space is @@ -68,4 +45,3 @@ workaround is to add a setting of >> } } - diff --git a/Documentation/snippets/adding-an-extra-staff.ly b/Documentation/snippets/adding-an-extra-staff.ly index 365940c263..4de6ba7df3 100644 --- a/Documentation/snippets/adding-an-extra-staff.ly +++ b/Documentation/snippets/adding-an-extra-staff.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, contexts-and-engravers, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede añadir (posiblemente de forma temporal) un pentagrama -nuevo una vez que la pieza ha comenzado. - -" - doctitlees = "Añadir un pentagrama nuevo" - -%% 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 = "staff-notation, really-simple, contexts-and-engravers" texidoc = " An extra staff can be added (possibly temporarily) after the start of a @@ -57,4 +40,3 @@ piece. } >> } - diff --git a/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly b/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly index c7635cdb13..e058768dd8 100644 --- a/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly +++ b/Documentation/snippets/adding-bar-lines-to-chordnames-context.ly @@ -9,32 +9,6 @@ \header { lsrtags = "specific-notation, chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para añadir indicaciones de línea divisoria dentro del contexto de -los nombres de acorde @code{ChordNames}, incluya el grabador -@code{Bar_engraver}. - -" - doctitlees = "Añadir barras de compás al contexto de nombres de acorde (ChordNames)" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der -@code{Bar_engraver} hinzugefügt werden. - -" - doctitlede = "Tatkstriche in einen ChordNames-Kontext hinzufügen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'ajout du graveur @code{Bar_engraver} à un contexte @code{ChordNames} -permet d'imprimer les barres de mesure entre les chiffrages. - -" - doctitlefr = "Chiffrages et barres de mesure" - texidoc = " To add bar line indications in the @code{ChordNames} context, add the @code{Bar_engraver}. @@ -51,5 +25,3 @@ To add bar line indications in the @code{ChordNames} context, add the \chordmode { f1:maj7 f:7 bes:7 } - - 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 7993ba5110..b259684ec0 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 @@ -9,37 +9,6 @@ \header { lsrtags = "expressive-marks, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La sintaxis de LilyPond puede implicar muchas colocaciones poco -comunes para los paréntesis, corchetes, etc, que a veces se tienen -que intercalar. Por ejemplo, al introducir una barra manual, el -corchete izquierdo de apertura se debe escribir después de la nota -inicial y de su duración, no antes. De forma similar, el corchete -derecho de cierre debe seguir inmediatamente a la nota que se -quiere situar al final del barrado, incluso si esta nota resulta -estar dentro de un grupo de valoración especial. Este fragmento de -código muestra cómo combinar el barrado manual, las ligaduras de -expresión y de unión y las ligaduras de fraseo, con secciones de -valoración especial (encerradas entre llaves). - -" - doctitlees = "Añadir barras ligaduras de expresión y de unión etc. cuando se usan ritmos con y sin grupos de valoración especial." - -%% 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" - texidoc = " LilyPond syntax can involve many unusual placements for parentheses, brackets etc., which might sometimes have to be interleaved. For @@ -63,4 +32,3 @@ sections (enclosed within curly braces). \time 2/4 \times 4/5 { e'32\( a b d' e' } a'4.\) } - diff --git a/Documentation/snippets/adding-drum-parts.ly b/Documentation/snippets/adding-drum-parts.ly index a712032dbd..f6f40efa19 100644 --- a/Documentation/snippets/adding-drum-parts.ly +++ b/Documentation/snippets/adding-drum-parts.ly @@ -7,35 +7,7 @@ \version "2.15.40" \header { - lsrtags = "really-simple, specific-notation, rhythms, preparing-parts, percussion" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Mediante la utilización de las potentes herramientas preconfiguradas -como la función @code{\\drummode} y el contexto @code{DrumStaff}, la -introducción de partes para percusión es muy fácil: las percusiones se -sitúan en sus propias posiciones de pentagrama (con una clave -especial) y tienen las cabezas correspondientes al instrumento. Es -posible añadir un símbolo adicional a la percusión o reducir el número -de líneas. - -" - doctitlees = "Escritura de partes de percusión" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Grâce à la puissance des outils préconfigurés tels que la fonction -@code{\\drummode} et le contexte @code{DrumStaff}, la saisie de -parties pour percussions est extrêmement simplifiée@tie{}: chaque -composant d'une batterie trouve sa place sur une portée dédiée (avec une -clef spécifique) et les têtes de note sont spécifiques à chaque élément. -Il est également possible d'affecter un symbole particulier à chaque -élément, tout comme de restreindre le nombre de lignes de la portée. - -" - doctitlefr = "Ajout de parties de batterie" - + lsrtags = "really-simple, preparing-parts, specific-notation, percussion, rhythms" texidoc = " Using the powerful pre-configured tools such as the @code{\\drummode} @@ -75,4 +47,3 @@ timb = \drummode { timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb } \tempo 4 = 120 } } - diff --git a/Documentation/snippets/adding-extra-fingering-with-scheme.ly b/Documentation/snippets/adding-extra-fingering-with-scheme.ly index 5fda87ea14..00d00492c7 100644 --- a/Documentation/snippets/adding-extra-fingering-with-scheme.ly +++ b/Documentation/snippets/adding-extra-fingering-with-scheme.ly @@ -9,19 +9,6 @@ \header { lsrtags = "scheme-language" -%% 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" - texidoc = " You can add various stuff to notes using @code{make-music}. In this example, an extra fingering is attached to a note. diff --git a/Documentation/snippets/adding-fingerings-to-a-score.ly b/Documentation/snippets/adding-fingerings-to-a-score.ly index e84830d74e..70526faee3 100644 --- a/Documentation/snippets/adding-fingerings-to-a-score.ly +++ b/Documentation/snippets/adding-fingerings-to-a-score.ly @@ -7,14 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, fretted-strings, editorial-annotations" - -%% 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 = "fretted-strings, really-simple, editorial-annotations" texidoc = " Fingering instructions can be entered using a simple syntax. @@ -27,4 +20,3 @@ Fingering instructions can be entered using a simple syntax. \relative c'' { c4-1 d-2 f-4 e-3 } - diff --git a/Documentation/snippets/adding-fingerings-to-tablatures.ly b/Documentation/snippets/adding-fingerings-to-tablatures.ly index 4faa1b40c0..a0881fe327 100644 --- a/Documentation/snippets/adding-fingerings-to-tablatures.ly +++ b/Documentation/snippets/adding-fingerings-to-tablatures.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, fretted-strings" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para añadir digitaciones a las tablaturas, utilice una combinación de -@code{\\markup} y @code{\\finger}. -" - - doctitlees = "Añadir digitaciones a las tablaturas" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'ajout de doigtés à des tablatures s'obtient en conjuguant des -@code{\\markup} et des @code{\\finger}. - -" - doctitlefr = "Ajout de doigtés à des tablatures" + lsrtags = "fretted-strings, specific-notation" texidoc = " To add fingerings to tablatures, use a combination of @code{\\markup} @@ -61,4 +44,3 @@ threeFour = \markup { ^>^\threeTwo[ b\2 e\4] } } - 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 c0874dc84f..213aa3ded4 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,17 +7,7 @@ \version "2.14.2" \header { - lsrtags = "staff-notation, vocal-music, symbols-and-glyphs" - -%% 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 = "staff-notation, symbols-and-glyphs, vocal-music" texidoc = " This snippet defines the @code{\\splitStaffBarLine} command, which adds @@ -112,4 +102,3 @@ splitStaffBarLine = { } } } - 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 6af1eac33e..f175a9d110 100644 --- a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly +++ b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly @@ -8,67 +8,6 @@ \version "2.15.20" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - Este ejemplo muestra una forma de simplificar la adición de muchas -notas guía orquestales a la reducción de piano en una partitura vocal. -La función musical @code{\\cueWhile} toma cuatro argumentos: la música -de la que se toma la cita, como viene definida por @code{\\addQuote}, -el nombre que insertar antes de las notas guía, y después @code{#UP} o -@code{#DOWN} para especificar @code{\\voiceOne} con el nombre encima -del pentagrama o bien @code{\\voiceTwo} con el nombre debajo del -pentagrama, y finalmente la música de piano con la que las notas guía -deben aparecer en paralelo. El nombre del instrumento citado se -posiciona a la izquierda de las notas guía. Se pueden citar muchos -pasajes como guía, pero no se pueden superponer en el tiempo entre -ellos. - -" - - doctitlees = "Añadir notas guía orquestales a una partitura vocal" - - - - -%% Translation of GIT committish: 27b1197f3bae8512c14d946752cd3e40e7c76016 - - - texidocde = " -Hier wird gezeigt, wie man das Hinzufügen von vielen Orchsterstichnoten -zu einem Klavierauszug hinzufügen kann. Die musikalische Funktion -@code{\\cueWhile} braucht vier Argumente: Die Noten, von denen die -Stichnoten formatiert werden sollen, definiert durch @code{\\addQuote}, -die Bezeichnung, die mit den Noten angegeben werden soll, dann entweder -@code{#UP} (hoch) oder @code{#DOWN} (runter) zur Angabe von entweder -@code{\\voiceOne} mit der Bezeichnung über dem System oder @code{\\voiceTwo} -mit der Bezeichnung unter dem System, und schließlich die Klaviermusik, -die parallel zu den Stichnoten gespielt werden soll. Die Bezeichnung des -Stichnoteninstruments wird links der Stichnoten positioniert. Viele -Abschnitte können zitiert werden, aber sie dürfen sich nicht überlappen. - -" - doctitlede = "Orchesterstichnoten zu einem Klavierauszug hinzufügen" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Lorsque le nombre d'instruments cités dans la réduction pour piano se -multiplie, vous pourriez avoir intérêt à créer votre propre fonction -pour gérer ces repères. La fonction musicale @code{\\cueWhile} prend -quatre arguments@tie{}: la musique d'où provient la citation, telle que -définie par @code{\\addQuote}, le nom qui sera mentionné en regard de -cette citation, son positionnement -- @code{UP} ou @code{DOWN} selon -qu'il sera attribué à @code{\\voiceOne} et placé au-dessus ou -@code{\\voiceTwo} et placé en dessous -- et enfin la musique du piano -qui interviendra en parallèle. Le nom de l'instrument en question -viendra s'aligner sur la gauche de la citation. Bien que vous puissiez -effectuer plusieurs citations, elle ne peuvent être simultanées. - -" - doctitlefr = "Indication de l'instrument cité dans l'accompagnement d'une partition pour chœur" - - lsrtags = "staff-notation, vocal-music" texidoc = " 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 f5bdd994e4..4f49dc71a9 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 @@ -9,23 +9,6 @@ \header { lsrtags = "expressive-marks, workaround" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La función @code{\\parenthesize} es un truco especial que encierra -objetos entre paréntesis. El grob asociado es @code{ParenthesesItem}. - -" - doctitlees = "Encerrar entre paréntesis una marca expresiva o una nota de un acorde" - -%% 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" - texidoc = " The @code{\\parenthesize} function is a special tweak that encloses objects in parentheses. The associated grob is @code{ParenthesesItem}. @@ -42,4 +25,3 @@ objects in parentheses. The associated grob is @code{ParenthesesItem}. \override ParenthesesItem #'font-size = #-4 2 } - diff --git a/Documentation/snippets/adding-the-current-date-to-a-score.ly b/Documentation/snippets/adding-the-current-date-to-a-score.ly index e3533daefd..576ab1202d 100644 --- a/Documentation/snippets/adding-the-current-date-to-a-score.ly +++ b/Documentation/snippets/adding-the-current-date-to-a-score.ly @@ -7,22 +7,7 @@ \version "2.14.2" \header { - lsrtags = "text, titles, scheme-language, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Con algo de código de Scheme, se puede añadir fácilmente la fecha -actual a una partitura. -" - doctitlees = "Añadir la fecha actual a una partitura" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Avec un peu de code Scheme, voici comment ajouter facilement -la date du jour à votre partition. -" - doctitlefr = "Ajout de la date du jour à une partition" + lsrtags = "really-cool, scheme-language, text, titles" texidoc = " With a little Scheme code, the current date can easily be added to a @@ -51,4 +36,3 @@ date = #(strftime "%d-%m-%Y" (localtime (current-time))) \markup { \date } - diff --git a/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly b/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly index 60ee58258c..c14e985447 100644 --- a/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly +++ b/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly @@ -9,42 +9,6 @@ \header { lsrtags = "repeats" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El grabador @code{Volta_engraver} reside de forma predeterminada -dentro del contexto de @code{Score}, y los corchetes de la repetición -se imprimen así normalmente sólo encima del pentagrama superior. Esto -se puede ajustar añadiendo el grabador @code{Volta_engraver} al -contexto de @code{Staff} en que deban aparecer los corchetes; véase -también el fragmento de código @qq{Volta multi staff}. - -" - doctitlees = "Añadir corchetes de primera y segunda vez a más pentagramas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Der @code{Volta_engraver} befindet sich im @code{Score}-Kontext und Klammern -werden deshalb nur auf dem obersten System dargestellt. Das kann umgangen -werden, indem man den @code{Volta_engraver} zu dem @code{Staff}-Kontext -hinzufügt, in dem die Klammern zusätzlichen vorkommen sollen. Siehe auch -das \"Volta multi staff\"-Schnipsel. - -" - doctitlede = "Volta-Klammern zu zusätzlichen Systemen hinzufügen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -D'ordinaire, le graveur @code{Volta_engraver} réside dans le contexte -@code{Score}@tie{}; les crochets précédant une reprise s'impriment donc -seulement au-dessus de la portée du haut. On peut ajuster cela en -déplaçant ce graveur vers les contextes de portée (@code{Staff}) qui -doivent comporter ces crochets. - -" - doctitlefr = "Ajout du crochet de reprise à d'autres portées" - - texidoc = " The @code{Volta_engraver} by default resides in the @code{Score} context, and brackets for the repeat are thus normally only printed @@ -63,4 +27,3 @@ should appear; see also the @qq{Volta multi staff} snippet. \new Staff \with { \consists "Volta_engraver" } { c'2 g' e' a' } \new Staff { \repeat volta 2 { c'1 } \alternative { c' } } >> - diff --git a/Documentation/snippets/additional-voices-to-avoid-collisions.ly b/Documentation/snippets/additional-voices-to-avoid-collisions.ly index 18b865ad48..a3f7d937bf 100644 --- a/Documentation/snippets/additional-voices-to-avoid-collisions.ly +++ b/Documentation/snippets/additional-voices-to-avoid-collisions.ly @@ -9,38 +9,6 @@ \header { lsrtags = "simultaneous-notes" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Voces adicionales para evitar colisiones" - texidoces = " -En ciertos casos de polifonía compleja, se necesitan voces adicionales -para evitar colisiones entre las notas. Si se necesitan más de cuatro -voces paralelas, las voces adicionales se añaden definiendo una -variable que utiliza la función de Scheme @code{context-spec-music}. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Ein einigen Fällen von sehr komplexer polyphoner Musik sind zusätzliche -Stimmen notwendig, um Zusammenstöße zwischen den Noten zu vermeiden. -Wenn mehr als vier parallele Stimmen benötigt werden, können zusätzliche -Stimmen definiert werden, indem eine Variable mit der Funktion -@code{context-spec-music} definiert wird. - -" - doctitlede = "Zusätzliche Stimmen um Zusammenstöße zu vermeiden" - -%% 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 encore d'autres voix. - -" - doctitlefr = "Ajout de voix pour éviter les collisions" - texidoc = " In some instances of complex polyphonic music, additional voices are necessary to prevent collisions between notes. If more than four @@ -88,4 +56,3 @@ voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice) } >> } - diff --git a/Documentation/snippets/adjusting-grace-note-spacing.ly b/Documentation/snippets/adjusting-grace-note-spacing.ly index 0bb1d175b6..8db19a9087 100644 --- a/Documentation/snippets/adjusting-grace-note-spacing.ly +++ b/Documentation/snippets/adjusting-grace-note-spacing.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede ajustar la separación entre las notas de adorno utilizando la -propiedad @code{spacing-increment} de @code{Score.GraceSpacing}. - -" - - doctitlees = "Ajuste del espaciado de las notas de adorno" - -%% 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 = "rhythms, tweaks-and-overrides" texidoc = " The space given to grace notes can be adjusted using the @@ -48,4 +31,3 @@ graceNotes = { \revert Score.GraceSpacing #'spacing-increment \graceNotes } - diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index 209dfebb56..74df8c77c1 100644 --- a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly @@ -7,25 +7,7 @@ \version "2.14.2" \header { - lsrtags = "spacing, workaround, correction-wanted, text, vocal-music" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este fragmento de código muestra cómo situar la línea de base de la -letra más cerca del pentagrama. - -" - doctitlees = "Ajuste del especiado vertical de la letra" - - -%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a - texidocfr = " -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" - + lsrtags = "spacing, text, workaround, correction-wanted, vocal-music" texidoc = " This snippet shows how to bring the lyrics line closer to the staff. diff --git a/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly b/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly index 114f5b5738..95f148c559 100644 --- a/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly +++ b/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly @@ -9,33 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Puede ser necesario trucar la propiedad -@code{shortest-duration-space} para poder ajustar el tamaño de las -caídas y subidas de tono («falls» y «doits»). - -" - doctitlees = "Ajustar la forma de las subidas y caídas de tono" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um -das Aussehen von unbestimmten Glissandi anzupassen. - -" - doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen" - -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 - texidocfr = " -La propriété @code{shortest-duration-space} peut devoir être retouchée -pour ajuster l'apparence des chutes ou sauts. - -" - doctitlefr = "Ajustement du galbe des chutes ou sauts" - - texidoc = " The @code{shortest-duration-space} property may be tweaked to adjust the shape of falls and doits. @@ -51,4 +24,3 @@ the shape of falls and doits. c2-\bendAfter #8.5 c2-\bendAfter #-6 } - diff --git a/Documentation/snippets/aligning-and-centering-instrument-names.ly b/Documentation/snippets/aligning-and-centering-instrument-names.ly index 3706adfbb2..2c450a13d4 100644 --- a/Documentation/snippets/aligning-and-centering-instrument-names.ly +++ b/Documentation/snippets/aligning-and-centering-instrument-names.ly @@ -7,30 +7,7 @@ \version "2.14.2" \header { - lsrtags = "paper-and-layout, text, titles" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La alineación horizontal de los nombres de instrumento se puede -trucar modificando la propiedad @code{Staff.InstrumentName -#'self-alignment-X}. Las variables de @code{\\layout} -@code{indent} y @code{short-indent} definen el espacio en que se -alinean los nombres de instrumento antes del primer sistema y de -los siguientes, respectivamente. - -" - doctitlees = "Alinear y centrar los nombres de instrumento" - -%% 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" texidoc = " The horizontal alignment of instrument names is tweaked by changing the diff --git a/Documentation/snippets/aligning-bar-numbers.ly b/Documentation/snippets/aligning-bar-numbers.ly index cc2281dce1..94432c3903 100644 --- a/Documentation/snippets/aligning-bar-numbers.ly +++ b/Documentation/snippets/aligning-bar-numbers.ly @@ -9,45 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Los números de compás se alinean de forma predeterminada por la -derecha con su objeto padre. Éste es por lo general el borde -izquierdo de una línea o, si los números se imprimen dentro de la -línea, el lado izquierdo de una línea divisoria. Los números -también se pueden situar directamente sobre la barra de compás o -alineados por la izquierda con ella. - -" - - doctitlees = "Alineación de los números de compás" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Taktnummern sind standardmäßig links an ihrem Ursprungsobjekt -ausgerichtet. Das ist normalerweise die linke Ecke einer Linie oder, -wenn die Nummern innerhalb einer Zeile gesetzt werden, auf der -linken Seite eines Taktstrichs. Die Nummern können auch -direkt über dem Taktstrich positioniert werden oder rechts vom -Taktstrich gesetzt werden. - -" - doctitlede = "Taktnummern ausrichten" - - - -%% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b - texidocfr = " -Les numéros de mesure s'alignent en principe sur la droite de l'objet -dont ils dépendent. C'est normalement le coin gauche de la portée ou, -en cours de ligne, à gauche de la barre. Vous pouvez toutefois les -centrer par rapport à la barre ou les afficher à droite de la barre. - -" - doctitlefr = "Alignement des numéros de mesure" - texidoc = " Bar numbers by default are right-aligned to their parent object. This is usually the left edge of a line or, if numbers are printed within a @@ -74,4 +35,3 @@ positioned directly over the bar line or left-aligned to the bar line. \override Score.BarNumber #'self-alignment-X = #LEFT c1 | c1 } - diff --git a/Documentation/snippets/aligning-marks-with-various-notation-objects.ly b/Documentation/snippets/aligning-marks-with-various-notation-objects.ly index 9ee7ccc555..5e8ab9b64e 100644 --- a/Documentation/snippets/aligning-marks-with-various-notation-objects.ly +++ b/Documentation/snippets/aligning-marks-with-various-notation-objects.ly @@ -9,58 +9,6 @@ \header { lsrtags = "text" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Si están especificadas, las marcas de texto se pueden alinear con -objetos de notación distintos a las líneas divisorias. Entre estos -objetos se encuentran @code{ambitus}, @code{breathing-sign}, -@code{clef}, @code{custos}, @code{staff-bar}, @code{left-edge}, -@code{key-cancellation}, @code{key-signature} y @code{time-signature}. - -En estos casos, las marcas de texto se centran horizontalmente sobre -el objeto, aunque esto se puede cambiar, como se muestra en la segunda -línea de este ejemplo (en una partitura con varios pentagramas, se -debe hacer este ajuste para todos los pentagramas). - -" - doctitlees = "Alinear marcas con varios objetos de notación" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn angegeben, können Textzeichen auch an anderen Objekten als Taktstrichen -ausgerichtet werden. Zu diesen Objekten gehören @code{ambitus}, -@code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar}, -@code{left-edge}, @code{key-cancellation}, @code{key-signature} und -@code{time-signature}. - -In diesem Fall werden die Zeichen horizontal über dem Objekt zentriert. -Diese Ausrichtung kann auch geändert werden, wie die zweite Zeile -des Beispiels zeigt. In einer Partitur mit vielen Systemen sollte -diese Einstellung für alle Systeme gemacht werden. - -" - - doctitlede = "Zeichen an verschiedenen Notationsobjekten ausrichten" - -%% 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{time-signature}. - -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. - -" - doctitlefr = "Alignement des indications par rapport à divers objets de notation" - - texidoc = " If specified, text marks may be aligned with notation objects other than bar lines. These objects include @code{ambitus}, 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 5e0e6f4a62..491b8ec23f 100644 --- a/Documentation/snippets/aligning-objects-created-with-the--mark-command.ly +++ b/Documentation/snippets/aligning-objects-created-with-the--mark-command.ly @@ -9,15 +9,6 @@ \header { lsrtags = "text" -%% 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}" - texidoc = " By default the @code{\\mark} command centers objects over a bar line. This behavior can be modified to align at right or left. @@ -38,5 +29,3 @@ This behavior can be modified to align at right or left. \mark "(Right)" c1 } - - diff --git a/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly b/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly index 76727a4f8e..0c57ab2c43 100644 --- a/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly +++ b/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly @@ -7,37 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, spacing, fretted-strings, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Las cifras de digitación orientadas verticalmente se colocan de forma -predeterminada fuera del pentagrama. Sin embargo, este comportamiento -se puede cancelar. Nota: se debe usar una construcción de acorde <>, -aunque sea una sola nota. - - -" - doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Normalerweise werden vertikal orientierte Fingersatzzahlen außerhalb des Systems -gesetzt. Das kann aber verändert werden. - -" - doctitlede = "Fingersatz auch innerhalb des Systems setzen" - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -L'empilement des indications de doigté se fait par défaut à l'extérieur -de la portée. Néanmoins, il est possible d'annuler ce comportement. - -" - doctitlefr = "Impression des doigtés à l'intérieur de la portée" - + lsrtags = "spacing, fretted-strings, specific-notation, editorial-annotations" texidoc = " By default, vertically oriented fingerings are positioned outside the @@ -54,4 +24,3 @@ chord construct <>, even if it is only a single note. \override Fingering #'staff-padding = #'() 4 } - diff --git a/Documentation/snippets/altering-the-length-of-beamed-stems.ly b/Documentation/snippets/altering-the-length-of-beamed-stems.ly index 2f55e259c5..5d510387ed 100644 --- a/Documentation/snippets/altering-the-length-of-beamed-stems.ly +++ b/Documentation/snippets/altering-the-length-of-beamed-stems.ly @@ -7,38 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, pitches" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede variar la longitud de las plicas de las figuras unidas por -una barra mediante la sobreescritura de la propiedad -@code{beamed-lengths} de los detalles (@code{details}) del objeto -@code{Stem}. Si se utiliza un solo valor como argumento, la longitud -se aplica a todas las plicas. Si se usan varios argumentos, el -primero se aplica a las corcheas, el sgundo a las semicorcheas y así -sucesivamente. El último argumento también se aplica a todas las -figuras que son mmás cortas que la longitud de la figura del último -argumento. También se pueden usar argumentos no enteros. - -" - -doctitlees = "Alterar la longitud de las plicas unidas por una barra" - - - -%% 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" texidoc = " Stem lengths on beamed notes can be varied by overriding the @@ -66,4 +35,3 @@ of the final argument. Non-integer arguments may also be used. \revert Stem #'details a8[ a] a16[ a] a32[ a] r16 } - diff --git a/Documentation/snippets/alternative-bar-numbering.ly b/Documentation/snippets/alternative-bar-numbering.ly index 267f1f7083..aead8fc508 100644 --- a/Documentation/snippets/alternative-bar-numbering.ly +++ b/Documentation/snippets/alternative-bar-numbering.ly @@ -8,31 +8,6 @@ \version "2.15.24" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Se pueden seleccionar dos métodos alternativos para la numeración de -compases, especiales para cuando hay repeticiones. - -" - doctitlees = "Numeración de compases alternativa" - - -%% Translation of GIT committish: fc1ca638e0b5f66858b9b7a073ceefc1eccb3ed2 - - texidocde = "Zwei alternative Methoden können eingestellt werden, - die die Taktnummerierung beeinflussen, insbesondere bei Wiederholungen." - - doctitlede = "Alternative Taktnummerierung" - -%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a - texidocfr = " -Deux méthodes alternatives vous permettent de gérer la numérotation des -mesures en cas de reprises. - -" - doctitlefr = "Numérotation des mesures et alternatives" - lsrtags = "editorial-annotations, staff-notation, tweaks-and-overrides" texidoc = "Two alternative methods for bar numbering can be set, especially for when using repeated music." diff --git a/Documentation/snippets/alternative-breve-note.ly b/Documentation/snippets/alternative-breve-note.ly index c15623739c..9a9d4b2522 100644 --- a/Documentation/snippets/alternative-breve-note.ly +++ b/Documentation/snippets/alternative-breve-note.ly @@ -9,30 +9,6 @@ \header { lsrtags = "expressive-marks, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este código muestra cómo usar la forma alternativa de la breve o -cuadrada con dos líneas verticales a los lados de la cabeza, en lugar -de una sola línea. - -" - doctitlees = "Cabeza de breve (cuadrada) alternativa" -%% Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0 - - - texidocde = "Dieses Schnipsel zeigt, wie man die alternative Brevis mit zwei -vertikalen Linien an jeder Seite des Notenkopfes benutzt." - doctitlede = "Alternative Brevis mit zwei vertiaklen Linien" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Voici comment obtenir une brève -- aussi appelée note carée -- -flanquée de deux barres verticales, au lieu d'une comme habituellement. - -" - doctitlefr = "Brève alternative avec deux barres verticales" - texidoc = " This code demonstrates how to use the alternative breve note with two vertical lines on each side of the notehead instead of one line. diff --git a/Documentation/snippets/ambitus-with-multiple-voices.ly b/Documentation/snippets/ambitus-with-multiple-voices.ly index 64ba9dd36d..a5e0c6c7a7 100644 --- a/Documentation/snippets/ambitus-with-multiple-voices.ly +++ b/Documentation/snippets/ambitus-with-multiple-voices.ly @@ -9,43 +9,6 @@ \header { lsrtags = "pitches, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Ámbitos con varias voces" - texidoces = " -La adición del grabador @code{Ambitus_engraver} al contexto de -@code{Staff} crea un solo ámbito por pentagrama, incluso en el caso de -pentagramas con varias voces. - -" - - -%% 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ù -voci. - -" - doctitleit = "Ambitus su più voci" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Indem man den @code{Ambitus_engraver} im @code{Staff}-Kontext -hinzufügt, erhält man einen einzigen Ambitus pro System, auch in dem -Fall, dass mehrere Stimmen sich im gleichen System befinden. -" - doctitlede = "Ambitus mit vielen Stimmen" - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -Si plusieurs voix se trouvent sur une même portée, on peut attribuer le -graveur @code{Ambitus_engraver} au contexte @code{Staff} afin d'obtenir -l'ambitus de toutes les voix cumulées, non d'une seule des voix actives. - -" - doctitlefr = "Ambitus sur plusieurs voix" - - texidoc = " Adding the @code{Ambitus_engraver} to the @code{Staff} context creates a single ambitus per staff, even in the case of staves with multiple @@ -71,5 +34,3 @@ voices. b1 } >> - - diff --git a/Documentation/snippets/ambitus.ly b/Documentation/snippets/ambitus.ly index 711f9478a2..d38e510065 100644 --- a/Documentation/snippets/ambitus.ly +++ b/Documentation/snippets/ambitus.ly @@ -9,18 +9,6 @@ \header { lsrtags = "pitches, vocal-music" -%% 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" - texidoc = " Ambitus indicate pitch ranges for voices. @@ -55,4 +43,3 @@ Accidentals only show up if they are not part of the key signature. } } >> - diff --git a/Documentation/snippets/analysis-brackets-above-the-staff.ly b/Documentation/snippets/analysis-brackets-above-the-staff.ly index 6a0488c108..e2f61328df 100644 --- a/Documentation/snippets/analysis-brackets-above-the-staff.ly +++ b/Documentation/snippets/analysis-brackets-above-the-staff.ly @@ -7,25 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, tweaks-and-overrides, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -De forma predeterminada se añaden corchetes de análisis sencillos -debajo del pentagrama. El ejemplo siguiente muestra una manera de -colocarlos por encima. - -" - doctitlees = "Corchetes de análisis encima del pentagrama" - -%% 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 = "really-simple, editorial-annotations, tweaks-and-overrides" texidoc = " Simple horizontal analysis brackets are added below the staff by @@ -48,4 +30,3 @@ staff instead. c2\startGroup d2\stopGroup } - diff --git a/Documentation/snippets/ancient-fonts.ly b/Documentation/snippets/ancient-fonts.ly index bebefb5176..89a583e20c 100644 --- a/Documentation/snippets/ancient-fonts.ly +++ b/Documentation/snippets/ancient-fonts.ly @@ -9,24 +9,6 @@ \version "2.15.9" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Aquí se muestran muchos de (¿o quizá todos?) los símbolos que -están contemplados por la capacidad de LilyPond para la música -antigua. -" - - doctitlees = "Tipografía de música antigua" - - -%% Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea - texidocfr =" -Voici comment graver la plupart, sinon tous les symboles que -LilyPond prend en charge en matière de musique ancienne. - -" - doctitlefr = "Gravure de musique ancienne" - lsrtags = "ancient-notation" texidoc = " @@ -248,4 +230,3 @@ lowerStaff = \new MensuralStaff = "lowerStaff" << } } } - 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 998867158b..a12a93f2c8 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 @@ -8,48 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este ejemplo muestra cómo hacer una transcripción moderna de canto -gregoriano. El canto gregoriano no tiene compás ni plicas; utiliza -solamente cabezas de nota de blanca y de negra, y unas marcas -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: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Questo esempio mostra come realizzare una trascrizione moderna di musica -gregoriana. La musica gregoriana non presenta suddivisione in misure né gambi; -utilizza soltanto le teste della minima e della semiminima, e dei segni -appositi che indicano pause di diversa lunghezza. - -" - doctitleit = "Modello per notazione antica -- trascrizione moderna di musica gregoriana" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - - texidocde = " -Dieses Beispiel zeigt eine moderne Transkription des Gregorianischen -Chorals. Hier gibt es keine Takte, keine Notenhälse und es werden nur -halbe und Viertelnoten verwendet. Zusätzliche Zeichen zeigen die -Länge von Pausen an. -" - - doctitlede = "Vorlage für Alte Notation -- moderne Transkription des gregorianischen Chorals" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Voici comment vous pourriez transcrire du grégorien. Pour mémoire, il -n'y a en grégorien ni de découpage en mesure, ni de hampe@tie{}; seules -sont utilisées des têtes de note blanches ou noires, ainsi que des -signes spécifiques permettant d'indiquer des silences de différentes durées. - -" - doctitlefr = "Exemples de notation ancienne -- transcription moderne de musique grégorienne" - lsrtags = "vocal-music, ancient-notation, template" texidoc = " @@ -99,4 +57,3 @@ verba = \lyricmode { } } } - 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 dcc4b57d36..006253f91f 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 @@ -7,64 +7,7 @@ \version "2.14.2" \header { - lsrtags = "ancient-notation, real-music, template, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Al transcribir música mensural, es útil un «incipit» al compienzo -de la pieza para indicar la tonalidad y el tempo -originales. Aunque los músicos actuales están acostumbrados a las -barras de compás para reconocer con más facilidad los patrones -rítmicos, durante el período de la música mensural aún no se -habíen inventado las líneas divisorias; de hecho, la medida solía -cambiar a cada pocas notas. Como compromiso, a menudo las líneas -divisorias se imprimen entre los pentagramas en vez de hacerlo -encima de ellos. - -" - doctitlees = "Plantilla de notación de música antigua (transcripción moderna de música mensural)" - - -%% 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 -di battuta, a cui i musicisti di oggi sono abituati e che aiutano a riconoscere -più velocemente gli schemi ritmici, durante l'epoca della musica mensurale non -erano ancora state introdotte; infatti il metro cambiava spesso ogni poche -note. Come compromesso, le stanghette vengono spesso inserite tra i righi -invece che al loro interno. - -" - doctitleit = "Modello per notazione antica -- trascrizione moderna di musica mensurale" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Bei der Transkription von Mensuralmusik ist es oft erwünscht, ein -Incipit an den Anfang des Stückes zu stellen, damit klar ist, wie -Tempo und Schlüssel in der Originalnotation gesetzt waren. Während -heutzutage Musiker an Taktlinien gewöhnt sind, um Rhythmen schneller -zu erkennen, wurden diese in der Mensuralmusik nicht verwendet. -Tatsächlich ändern sich die Rhythmen auch oft alle paar Noten. Als -ein Kompromiss werden die Notenlinien nicht auf dem System, sondern -zwischen den Systemen geschrieben. -" - -doctitlede = "Vorlage für Alte Notation -- moderne Transkription von Mensuralmusik" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Lorsque l'on transcrit de la musique mensurale, un @emph{incipit} permet -d'indiquer la tonalité et le tempo d'origine. Si les musiciens sont de -nos jours habitués aux barres de mesure qui présentent la structure -rythmique d'une œuvre, elles n'étaient pas en vigueur à l'époque où ces -pièces ont été composées, d'autant plus que la @qq{métrique} pouvait -changer au fil des notes. Un compromis consiste à imprimer des barres -entre les portées plutôt que sur chacune d'elles. - -" - doctitlefr = "Exemples de notation ancienne -- transcription moderne de musique mensurale" + lsrtags = "really-cool, real-music, ancient-notation, template" texidoc = " When transcribing mensural music, an incipit at the beginning of the diff --git a/Documentation/snippets/ancient-time-signatures.ly b/Documentation/snippets/ancient-time-signatures.ly index 7bdcf877e3..e7cacf2fb4 100644 --- a/Documentation/snippets/ancient-time-signatures.ly +++ b/Documentation/snippets/ancient-time-signatures.ly @@ -9,21 +9,6 @@ \header { lsrtags = "ancient-notation" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las indicaciones de compás también se pueden grabar en estilo antiguo. - -" - doctitlees = "Indicaciones de compás antiguas" - -%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 - texidocfr = " -La métrique peut s'imprimer dans un style ancien. - -" - doctitlefr = "Métrique ancienne" - - texidoc = " Time signatures may also be engraved in an old style. @@ -38,4 +23,3 @@ Time signatures may also be engraved in an old style. \override Staff.TimeSignature #'style = #'neomensural s1 } - diff --git a/Documentation/snippets/anglican-psalm-template.ly b/Documentation/snippets/anglican-psalm-template.ly index 434d9f8106..e6abb5a0cd 100644 --- a/Documentation/snippets/anglican-psalm-template.ly +++ b/Documentation/snippets/anglican-psalm-template.ly @@ -7,49 +7,7 @@ \version "2.14.2" \header { - lsrtags = "vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta plantilla muestra una forma de preparar un cántico salmódico -anglicano. También muestra cómo se pueden añadir estrofas adicionales -como texto independiente por debajo de la música. Las dos estrofas se -codifican en estilos diferentes para ilustrar más posibilidades. - -" - doctitlees = "Plantilla de salmo del canto anglicano" - -%% 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 -della musica. Le due strofe sono scritte con stili diversi per illustrare -le varie possibilità. - -" - doctitleit = "Modello per salmo anglicano" - -%% Translation of GIT committish: 144cd434d02e6d90b2fb738eeee99119a7c5e1d2 - - texidocde = " -Diese Vorlage zeigt eine Art, anglikanische Psalmengesänge zu setzen. Hier -wird auch gezeigt, wie Strophen als einfacher Text unter den Noten hinzugefügt -werden können. Zwei Strophen sind in unterschiedlicher Weise notiert um mehr -Möglichkeiten darzustellen. -" - doctitlede = "Vorlage für anglikanischen Psalm" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Cet exemple illustre la manière de présenter un cantique tel qu'on le -trouve dans l'église anglicane. Vous noterez comment sont ajoutés les -couplets indépendamment de la musique. Dans le but de vous montrer -plusieurs styles, comparez le code des deux couplets. - -" - doctitlefr = "Psalmodie anglicane" - + lsrtags = "template, vocal-music" texidoc = " This template shows one way of setting out an Anglican psalm chant. It 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 cfb038dad8..6d10bbcfa0 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 @@ -9,95 +9,6 @@ \header { lsrtags = "pitches, editorial-annotations" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Aplicar estilos de cabeza según la nota de la escala" - texidoces = " -La propiedad @code{shapeNoteStyles} se puede usar para definir varios -estilos de cabezas de nota para cada grado de la escala (según esté -establecido por la armadura o por la propiedad @code{tonic}). Esta -propiedad requiere un conjunto de símbolos, que pueden ser puramente -arbitrarios (se permiten expresiones geométricas como @code{triangle}, -triángulo, @code{cross}, aspas, y @code{xcircle}, círculo con aspas) o -basados en una antigua tradición americana de grabado (ciertos nombres -de nota latinos trambién se permiten). - -Dicho esto, para imitar antiguos cancioneros americanos, existen varios -estilos predefinidos de cabezas de nota disponibles a través de -instrucciones de abreviatura como @code{\\aikenHeads} o -@code{\\sacredHarpHeads}. - -Este ejemplo muestra distintas formas de obtener cabezas de notas con forma, -y muestra la capacidad de transportar una melodía sin perder la -correspondencia entre las funciones armónicas y los estilos de cabezas de -nota. - -" - - -%% 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 -di chiave o dalla proprietà @code{tonic}). Questa proprietà richiede un -insieme di simboli, che può essere puramente arbitrario (sono permesse -espressioni geometriche come @code{triangle}, @code{cross} e @code{xcircle}) -o basato sull'antica tradizione tipografica americana (sono consentiti -anche alcuni nomi di nota latini). - -Detto questo, per imitare gli antichi canzionieri americani, ci sono vari -stili predefiniti disponibili attraverso dei comodi comandi come -@code{\\aikenHeads} o @code{\\sacredHarpHeads}. - -Questo esempio mostra modi diversi di ottenere teste di nota di varie -forme e illustra la possibilità di trasporre una melodia senza -perdere la corrispondenza tra le funzioni armoniche e gli stili delle -teste. - -" - doctitleit = "Applicazione degli stili delle teste di nota in base al grado della scala" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Notenkopfstile basierend auf der Tonleiterstufe erstellen" - texidocde = " -Die @code{shapeNoteStyles}-(NotenFormenStile)-Eigenschaft kann benutzt -werden, um verschiedene Notenstile für jeden Schritt der Tonleiter -zu definieren (vorgegeben von der Tonart oder der @qq{tonic} -(Tonika)-Eigenschaft. Diese Eigenschaft braucht eine Anzahl von Symbolen, -welche beliebig sein können (geometrische Ausdrücke wie @code{triangle} -(Dreieck), @code{cross} (Kreuz) und @code{xcircle} (X-Kreis) sind erlaubt) -oder basierend auf einer alten amerikanischen Notensatztradition (einige -lateinische Notenbezeichnungen sind auch erlaubt). - -Um alte amerikanische Liederbücher zu imitieren, gibt es einige -vordefinierte Notenstile wie etwa @code{\\aikenHeads} (im Stil von Aiken) -oder @code{\\sacredHarpHeads} (im Stil der Sacred Harp-Tradition). - -Dieses Beispiel zeigt, wie man unterschiedlich geformte Noten erhält und -eine Melodie transponieren kann, ohne dass das Verhältnis zwischen den -harmonischen Funktionen und dem Notenstil verloren geht. - -" - -%% 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 -américains (avec quelques noms de note latins). - -LilyPond dispose de deux raccourcis, @code{\\aikenHeads} et -@code{\\sacredHarpHeads}, permettant de reproduire d'anciens recueils de -chansons américaines. - -L'exemple suivant montre plusieurs manières de profiler les têtes de -note, ainsi que la capacité de transposer tout en respectant la fonction -harmonique de chaque note dans la gamme. - -" - doctitlefr = "Profilage des notes selon leur degré dans la gamme" - texidoc = " The @code{shapeNoteStyles} property can be used to define various note head styles for each step of the scale (as set by the key signature or @@ -144,4 +55,3 @@ fragment = { \fragment } } - diff --git a/Documentation/snippets/arabic-improvisation.ly b/Documentation/snippets/arabic-improvisation.ly index 82ff221ad2..96644f6042 100644 --- a/Documentation/snippets/arabic-improvisation.ly +++ b/Documentation/snippets/arabic-improvisation.ly @@ -9,44 +9,6 @@ \header { lsrtags = "world-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para las improvisaciones o @emph{taqasim} que son libres durante unos -momentos, se puede omitir la indicación de compás y se puede usar -@code{\\cadenzaOn}. Podría ser necesario ajustar el estilo de -alteraciones accidentales, porque la ausencia de líneas divisorias -hará que la alteración aparezca una sola vez. He aquí un ejemplo de -cómo podría ser el comienzo de una improvisación @emph{hijaz}: - -" -doctitlees = "Improvisación de música árabe" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Bei Improvisation oder @emph{taqasim}, die zeitlich frei gespielt -werden, kann die Taktart ausgelassen werden und @code{\\cadenzaOn} -kann eingesetzt werden. Es kann nötig sein, den Versetzungszeichenstil -anzupassen, weil sonst die Versetzungszeichen nur einmal ausgegeben -werden, da keine Taktlinien gesetzt sind. Hier ein Beispiel, wie -der Beginn einer @emph{hijaz}-Improvisation aussehen könnte: - -" - - doctitlede = "Arabische Improvisation" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Lorsque les improvisations ou @emph{taqasim} sont temporairement libres, -la métrique peut ne pas apparaître, auquel cas on utilisera un -@code{\\cadenzaOn}. Les altérations accidentelles devront alors être -répétées en raison de l'absence de barre de mesure. Voici comment -pourrait débuter une improvisation de @emph{hijaz}. - -" - doctitlefr = "Improvisation en musique arabe" - - texidoc = " For improvisations or taqasim which are temporarily free, the time signature can be omitted and @code{\\cadenzaOn} can be used. Adjusting diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index 5a8283a73c..7e754c8526 100644 --- a/Documentation/snippets/asymmetric-slurs.ly +++ b/Documentation/snippets/asymmetric-slurs.ly @@ -9,24 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede hacer que una ligadura de expresión sea asimétrica para -adaptarse mejor a un patrón asimétrico de notas. - -" - doctitlees = "Ligaduras asimétricas" - - - -%% 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" - texidoc = " Slurs can be made asymmetric to match an asymmetric pattern of notes better. @@ -45,4 +27,3 @@ slurNotes = { d,8( a' d f a f' d, a) } \once \override Slur #'eccentricity = #3.0 \slurNotes } - diff --git a/Documentation/snippets/automatic-beam-subdivisions.ly b/Documentation/snippets/automatic-beam-subdivisions.ly index ba0535903e..c5f09823ec 100644 --- a/Documentation/snippets/automatic-beam-subdivisions.ly +++ b/Documentation/snippets/automatic-beam-subdivisions.ly @@ -9,23 +9,6 @@ \header { lsrtags = "automatic-notation, rhythms, connecting-notes" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden subdividir las barras automáticamente. Estableciendo la -propiedad @code{subdivideBeams}, las barras se subdividen en -posiciones de pulso (tal y como se especifica en @code{beatLength}). - -" - doctitlees = "Subdivisiones de barra automáticas" - -%% 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" - texidoc = " Beams can be subdivided automatically. By setting the property @code{subdivideBeams}, beams are subdivided at beat positions (as @@ -59,4 +42,3 @@ specified in @code{baseMoment}). b32^"baseMoment 1 16"[ a g f c' b a g] } } - diff --git a/Documentation/snippets/automatically-change-durations.ly b/Documentation/snippets/automatically-change-durations.ly index 36b35bf292..a378f9721f 100644 --- a/Documentation/snippets/automatically-change-durations.ly +++ b/Documentation/snippets/automatically-change-durations.ly @@ -9,16 +9,6 @@ \header { lsrtags = "rhythms" -%% 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" - texidoc = " shiftDurations can be used to change the note lengths of a piece of music. It takes two arguments - the scaling factor as a power diff --git a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly index ff1cc18004..02d315cfdd 100644 --- a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly +++ b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly @@ -7,32 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, chords, rhythms, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Las digitaciones y números de cuerda que se aplican a las notas -individuales evitan automáticamente las barras y las plicas de las -figuras, pero esto no es cierto de forma predeterminada para las -digitaciones y números de cuerda que se aplican sobre notas -individuales de acordes. El ejemplo siguiente muestra cómo se puede -sobreescribir este comportamiento predeterminado. - -" - doctitlees = "Evitar colisiones con digitaciones de acordes" - - -%% 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, rhythms, tweaks-and-overrides, chords" texidoc = " Fingerings and string numbers applied to individual notes will @@ -66,4 +41,3 @@ overridden. \override StrokeFinger #'add-stem-support = ##t 8 } - 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 5fa4486949..8a99e867cd 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 @@ -8,27 +8,6 @@ \version "2.15.30" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -He aquí cómo imprimir acordes con cejilla o con media cejilla (quite -la marca de comentario de la línea adecuada para seleccionar uno de -ellos). - -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/beam-endings-in-score-context.ly b/Documentation/snippets/beam-endings-in-score-context.ly index a5de91e7da..898905de8b 100644 --- a/Documentation/snippets/beam-endings-in-score-context.ly +++ b/Documentation/snippets/beam-endings-in-score-context.ly @@ -9,37 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las reglas de final de barra especificadas en el contexto -@code{Score} se aplican a todos los pentagramas, pero se pueden -modificar tanto en los niveles de @code{Staff} como de -@code{Voice}: - -" - doctitlees = "Finales de barra en el contexto Score" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Balkenenderegeln, die im @code{Score}-Kontext definiert werden, wirken -sich auf alle Systeme aus, können aber auf @code{Staff}- und -@code{Voice}-Ebene neu verändert werden: - -" - doctitlede = "Balkenenden auf Score-Ebene" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les règles de ligature définies au niveau du contexte @code{Score} -s'appliqueront à toutes les portées. Il est toutefois possible de -moduler au niveau @code{Staff} ou @code{Voice}@tie{}: - -" - doctitlefr = "Définition de règles de ligature pour la partition" - texidoc = " Beam-ending rules specified in the @code{Score} context apply to all staves, but can be modified at both @code{Staff} and @code{Voice} diff --git a/Documentation/snippets/beam-grouping-in-7-8-time.ly b/Documentation/snippets/beam-grouping-in-7-8-time.ly index ce783b7740..e483cf707b 100644 --- a/Documentation/snippets/beam-grouping-in-7-8-time.ly +++ b/Documentation/snippets/beam-grouping-in-7-8-time.ly @@ -9,40 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -No está especificada ninguna agrupación predeterminada automática de -las barras para el compás de 7/8, de forma que si se requieren barras -automáticas se debe especificar el agrupamiento mediante -beatStructure. Por ejemplo, para agrupar todas las -barras en la forma 2-3-2 en el compás de 7/8, especificamos los -finales de barra en 2/8 y 5/8: - -" - doctitlees = "Agrupamiento de las barras en el compás de 7/8" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Es gibt keine automatischen Balkengruppen für 7/8-Takte. Wenn diese -Taktart benötigt wird, müssen die Gruppierungen definiert werden. Um -beispielsweise alle Noten in 2/8-3/8-2/8 aufzuteilen, müssen Balkenenden -für 2/8 und 5/8 definiert werden: - -" - doctitlede = "Balkengruppen für 7/8-Takte" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Aucune règle de ligature automatique n'est disponible pour une mesure à -7/8. Il faudra donc, en pareil cas, définir vous-même les règles de -regroupement. Pour, par exemple, ligaturer sur la base de 2/8-3/8-2/8, -il faudra donc définir les terminaisons de 2/8 et 5/8 : - -" - doctitlefr = "Règle de ligature dans une mesure à 7/8" - texidoc = " There are no default automatic beam groupings specified for 7/8 time, so if automatic beams are required the grouping must be specified using diff --git a/Documentation/snippets/beams-across-line-breaks.ly b/Documentation/snippets/beams-across-line-breaks.ly index aa0e154002..ecd6298191 100644 --- a/Documentation/snippets/beams-across-line-breaks.ly +++ b/Documentation/snippets/beams-across-line-breaks.ly @@ -9,34 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Normalmente están prohibidos los saltos de línea si las barras -atraviesan las líneas divisorias. Se puede cambiar este -comportamiento como se muestra aquí: - -" - doctitlees = "Barras que atraviesan saltos de línea" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Zeilenumbrüche sind normalerweise während Balken verboten. Das kann geändert -werden. - -" - doctitlede = "Balken über Zeilenumbrüche" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Il est normalement impensable qu'un saut de ligne tombe au milieu d'une -ligature. LilyPond permet néanmoins de l'obtenir. - -" - doctitlefr = "Ligature au moment d'un saut de ligne" - texidoc = " Line breaks are normally forbidden when beams cross bar lines. This behavior can be changed as shown: @@ -51,5 +23,3 @@ behavior can be changed as shown: c8 c[ c] c[ c] c[ c] c[ \break c8] c[ c] c[ c] c[ c] c } - - 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 b367e229c6..ca6a16b75f 100644 --- a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly +++ b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly @@ -7,28 +7,7 @@ \version "2.14.2" \header { - lsrtags = "text, really-cool, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La instrucción @code{\\whiteout} intercala un rectángulo blanco -debajo de un elemento de marcado. Este rectángulo blanco no tapa -a ningún otro objeto gráfico, puesto que las líneas del pentagrama -están en una capa inferior a la de la mayor parte de los otros -objetos. - -" - doctitlees = "Poner en blanco las líneas del pentagrama utilizando la instrucción \\whiteout" - -%% 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 = "really-cool, text, editorial-annotations" texidoc = " The @code{\\whiteout} command underlays a markup with a white box. @@ -45,4 +24,3 @@ white box will not overlap any other grob. \override TextScript #'extra-offset = #'(2 . 4) c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c } - diff --git a/Documentation/snippets/book-parts.ly b/Documentation/snippets/book-parts.ly index 0c7a26b124..12cfaafe7f 100644 --- a/Documentation/snippets/book-parts.ly +++ b/Documentation/snippets/book-parts.ly @@ -9,17 +9,6 @@ \header { lsrtags = "paper-and-layout" -%% 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" - texidoc = " @code{\\bookpart} can be used to split a book into several parts. Each part last page can be affected by @code{ragged-last-bottom}. Header and diff --git a/Documentation/snippets/breathing-signs.ly b/Documentation/snippets/breathing-signs.ly index bb0a2c5bde..8edb8884a4 100644 --- a/Documentation/snippets/breathing-signs.ly +++ b/Documentation/snippets/breathing-signs.ly @@ -9,15 +9,6 @@ \header { lsrtags = "expressive-marks, symbols-and-glyphs" -%% 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" - texidoc = " Breathing signs are available in different tastes: commas (default), ticks, vees and @qq{railroad tracks} (caesura). diff --git a/Documentation/snippets/broken-crescendo-hairpin.ly b/Documentation/snippets/broken-crescendo-hairpin.ly index 0282ffb731..b366368c23 100644 --- a/Documentation/snippets/broken-crescendo-hairpin.ly +++ b/Documentation/snippets/broken-crescendo-hairpin.ly @@ -7,50 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, contemporary-notation, symbols-and-glyphs" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para hacer invisibles partes de un regulador de crescendo, se usa -el método de dibujar un rectángulo blanco encima de la parte -respectiva del regulador, tapándola. El rectángulo se define como -código PostScript dentro de un elemento de marcado de texto. - -Para realizar un ajuste fino de la posición y el tamaño del -elemento de marcado, se puede establecer el número que precede a -@code{setgray} en la definición de PostScript a un valor menor que -la unidad, haciendo que sea de color gris. Los dos números que -están antes de @code{scale} en el código PostScript son los -responsables del ancho y la altura del rectángulo, y los dos -números que están antes de @code{translate} cambian las -coordenadas X e Y de origen del rectángulo. - -Asegúrse de poner el regulador en una capa más baja que el -elemento de marcado de texto para trazar el rectángulo encima del -regulador. - -" - doctitlees = "Regulador interrumpido" - -%% 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 = "expressive-marks, symbols-and-glyphs, contemporary-notation" texidoc = " In order to make parts of a crescendo hairpin invisible, the following @@ -102,4 +59,3 @@ draw the rectangle over the hairpin. } >> } - diff --git a/Documentation/snippets/caesura-railtracks-with-fermata.ly b/Documentation/snippets/caesura-railtracks-with-fermata.ly index c957423839..6262a39e92 100644 --- a/Documentation/snippets/caesura-railtracks-with-fermata.ly +++ b/Documentation/snippets/caesura-railtracks-with-fermata.ly @@ -7,26 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, symbols-and-glyphs" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -A veces se denota una «cesura» mediante una doble marca de respiración -parecida a las vías del tren, con un calderón encima. Este fragmento -de código presenta una combinación visualmente satisfactoria de estas -dos marcas. - -" - doctitlees = "Cesura tipo \"vías del tren\" con calderón" - -%% 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 = "expressive-marks, symbols-and-glyphs, tweaks-and-overrides" texidoc = " A caesura is sometimes denoted by a double @qq{railtracks} breath mark diff --git a/Documentation/snippets/center-text-below-hairpin-dynamics.ly b/Documentation/snippets/center-text-below-hairpin-dynamics.ly index d588c05b53..ea94a55dce 100644 --- a/Documentation/snippets/center-text-below-hairpin-dynamics.ly +++ b/Documentation/snippets/center-text-below-hairpin-dynamics.ly @@ -7,27 +7,7 @@ \version "2.15.40" \header { - lsrtags = "expressive-marks, text, scheme-language, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este ejemplo proporciona una función para tipografiar un regulador con -texto por debajo, como @qq{molto} o @qq{poco}. El ejemplo ilustra -también cómo modificar la manera en que se imprime normalmente un -objeto, utilizando código de Scheme. - -" - doctitlees = "Centrar texto debajo de un regulador" - -%% 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 = "expressive-marks, really-cool, scheme-language, text" texidoc = " This example provides a function to typeset a hairpin (de)crescendo diff --git a/Documentation/snippets/centering-markup-on-note-heads-automatically.ly b/Documentation/snippets/centering-markup-on-note-heads-automatically.ly index ff1a10b229..74cab448cd 100644 --- a/Documentation/snippets/centering-markup-on-note-heads-automatically.ly +++ b/Documentation/snippets/centering-markup-on-note-heads-automatically.ly @@ -8,20 +8,6 @@ \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--flageolet-mark-size.ly b/Documentation/snippets/changing--flageolet-mark-size.ly index ebf9c2f0f9..48f34d4705 100644 --- a/Documentation/snippets/changing--flageolet-mark-size.ly +++ b/Documentation/snippets/changing--flageolet-mark-size.ly @@ -7,33 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, specific-notation, unfretted-strings, symbols-and-glyphs, scheme-language" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para hacer más pequeño el círculo de @code{\\flageolet} (armónico) -utilice la siguiente función de Scheme. - -" - doctitlees = "Cambiar el tamaño de la marca de \\flageolet" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Um den @code{\\flageolet}-Kreis kleiner zu machen, kann diese -Scheme-Funktion eingesetzt werden. - -" - doctitlede = "\\flageolet-Zeichen verkleinern" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Il est possible de rapetisser le cercle d'un @code{\\flageolet} grâce -à une fonction Scheme. - -" - doctitlefr = "Modifier la taille d'un \\flageolet" - + lsrtags = "expressive-marks, scheme-language, specific-notation, unfretted-strings, symbols-and-glyphs" texidoc = " To make the @code{\\flageolet} circle smaller use the following Scheme @@ -57,4 +31,3 @@ smallFlageolet = d4^\flageolet_\markup { default size } d_\flageolet c4^\smallFlageolet_\markup { smaller } c_\smallFlageolet } - 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 8cfa461406..e11f26ae9e 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,33 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, specific-notation, tweaks-and-overrides, simultaneous-notes, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden modificar notas individuales de un acorde con la instrucción -@code{\\tweak}, alterando la propiedad @code{font-size}. - -Dentro de un acorde (entre ángulos simples @code{< >}), antes de la -nota que queremos alterar, situamos la instrucción @code{\\tweak} -seguida por @code{#'font-size} y definimos el tamaño adecuado como -@code{#-2} (una cabeza pequeña). - -" - doctitlees = "Modificar el tamaño de una nota suelta de un acorde" - -%% 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 = "really-simple, specific-notation, editorial-annotations, tweaks-and-overrides, simultaneous-notes" texidoc = " Individual note heads in a chord can be modified with the @@ -56,4 +30,3 @@ note head). \relative c' { <\tweak #'font-size #+2 c e g c \tweak #'font-size #-2 e>1^\markup { A tiny e }_\markup { A big c } } - diff --git a/Documentation/snippets/changing-beam-knee-gap.ly b/Documentation/snippets/changing-beam-knee-gap.ly index 590dded435..4096cc62b0 100644 --- a/Documentation/snippets/changing-beam-knee-gap.ly +++ b/Documentation/snippets/changing-beam-knee-gap.ly @@ -9,48 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se insertan automáticamente barras en ángulo cuando se detecta un -intervalo muy grande entre las notas. Se puede hacer un ajuste -fino de este comportamiento a través de la propiedad -@code{auto-knee-gap}. Se traza una barra doblada si el salto es -mayor que el valor de @code{auto-knee-gap} más el ancho del objeto -barra (que depende de la duración de las notas y de la inclinación -de la barra). De forma predeterminada @code{auto-knee-gap} está -establecido a 5.5 espacios de pentagrama. - -" - doctitlees = "Cambiar el salto de las barras en ángulo" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Balken mit Hälsen in unterschiedliche Richtungen werden automatisch -erstellt, wenn ein großer Sprung zwischen Tonhöhen gefunden wird. Dieses -Verhalten kann durch die @code{auto-knee-gap}-Eigenschaft beeinflusst -werden. Ein derartiger Knie-Balken wird erstellt, wenn der Abstand größer -ist als der Wert von @code{auto-knee-gap} plus der Dicke des Balkens -(was von der Notendauer und der Neigung des Balkens abhängt). Der -Standardwert von @code{auto-knee-gap} ist 5.5 Notensystemabstände. - -" - doctitlede = "Balken für weit auseinander liegende Noten ändern" - - - -%% 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 -ligature en question. - -" - doctitlefr = "Ligature et directions de hampe inversées" - texidoc = " Kneed beams are inserted automatically when a large gap is detected between the note heads. This behavior can be tuned through the @@ -70,4 +28,3 @@ spaces. \override Beam #'auto-knee-gap = #6 f8 f''8 f8 f''8 } - diff --git a/Documentation/snippets/changing-chord-separator.ly b/Documentation/snippets/changing-chord-separator.ly index 0a095e3f7a..ebb3b1b367 100644 --- a/Documentation/snippets/changing-chord-separator.ly +++ b/Documentation/snippets/changing-chord-separator.ly @@ -9,31 +9,6 @@ \header { lsrtags = "chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede establecer el separador entre las distintas partes del -nombre de un acorde para que sea cualquier elemento de marcado. - -" - doctitlees = "Modificación del separador de acordes" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann -beliebiger Text sein. - -" - doctitlede = "Akkordsymboltrenner verändern" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Le séparateur de termes d'un chiffrage peut adopter n'importe quelle -forme à l'aide d'un @emph{markup}. - -" - doctitlefr = "Personnalisation du séparateur d'accords" - texidoc = " The separator between different parts of a chord name can be set to any markup. @@ -49,4 +24,3 @@ markup. = \markup { \typewriter | } c:7sus4 } - diff --git a/Documentation/snippets/changing-form-of-multi-measure-rests.ly b/Documentation/snippets/changing-form-of-multi-measure-rests.ly index 04e8f509c1..41c73fb6de 100644 --- a/Documentation/snippets/changing-form-of-multi-measure-rests.ly +++ b/Documentation/snippets/changing-form-of-multi-measure-rests.ly @@ -7,41 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Cambiar la forma de los silencios multicompás" - texidoces = " -Si hay diez compases de silencio o menos, se imprime en el pentagrama -una serie de silencios de breve y longa (conocidos en alemán como -@qq{Kirchenpausen}, «silencios eclesiásticos»); en caso contrario se -muestra una barra normal. Este número predeterminado de diez se -puede cambiar sobreescribiendo la propiedad @code{expand-limit}: - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn zehn oder weniger Pausentakte vorkommen, wird eine Reihe von Longa- -und Brevispausen (auch Kirchenpausen genannt) gesetzt, bei mehr Takten -wird eine Line mit der Taktanzahl ausgegeben. Der vorgegebene Wert von -zehn kann geändert werden, indem man die @code{expand-limit}-Eigenschaft -setzt: -" - doctitlede = "Die Erscheinung von Pausentakten ändern" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Dans le cas où ce silence dure moins de dix mesures, LilyPond imprime sur -la portée des @qq{silences d'église} -- @emph{Kirchenpause} en -allemand -- et qui sont une simple suite de rectangles. La propriété -@code{expand-limit} permet d'obtenir un silence unique@tie{}: - -" - doctitlefr = "Modifier l'apparence d'un silence multi-mesures" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " If there are ten or fewer measures of rests, a series of longa and diff --git a/Documentation/snippets/changing-fret-orientations.ly b/Documentation/snippets/changing-fret-orientations.ly index 89314689a5..b2a28b9f61 100644 --- a/Documentation/snippets/changing-fret-orientations.ly +++ b/Documentation/snippets/changing-fret-orientations.ly @@ -9,28 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Los diagramas de posiciones de acordes se pueden orientar de tres -formas. De manera predeterminada se alinena la cuerda o traste -superior en las distintas alineaciones. - - -" - - doctitlees = "Modificar la orientación de los trastes" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les diagrammes de fret peuvent s'orienter de trois manières différentes. -Ils s'aligneront par défaut sur la corde du haut ou le sommet du fret. - -" - doctitlefr = "Orientation des diagrammes de fret" - - texidoc = " Fret diagrams can be oriented in three ways. By default the top string or fret in the different orientations will be aligned. @@ -65,4 +43,3 @@ or fret in the different orientations will be aligned. c' } >> - diff --git a/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly b/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly index c8179250cd..0f0af71b5c 100644 --- a/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly +++ b/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly @@ -7,42 +7,7 @@ \version "2.15.40" \header { - lsrtags = "midi, contexts-and-engravers, real-music" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Al producir una salida MIDI, el comportamiento predeterminado es que -cada pentagrama representa un canal MIDI, con todas las voces de dicho -pentagrama mezcladas. Esto reduce al mínimo el riesgo de que se agote -el número de canales MIDI disponibles, pues existe un máximo de 16 -canales por cada puerto MIDI, y la mayoría de los dispositivos sólo -tiene un puerto. - -Sin embargo, cuando se traslada el interpretador -@code{Staff_performer} al contexto @code{Voice}, cada voz de un -pentagrama puede tener su propio canal MIDI, como se muestra en el -siguiente ejemplo: a pesar de estar sobre el mismo pentagrama, se -crean dos canales MIDI, cada uno con un @code{midiInstrument} -distinto. - -" - doctitlees = "Modificar la salida MIDI para que tenga un canal por cada voz" - -%% Translation of GIT committish: d7cf09411ee80eaf0092af0aa532de64c0c6248e - texidocfr = " -Lorsque LilyPond génère un fichier MIDI, chaque portée sera par défaut -affectée à un canal, quel que soit le nombre de voix qu'elle contient. -Ceci permet d'éviter de se retrouver à court de canaux, sachant qu'il -n'y en a que seize de disponibles. - -Le fait de déplacer le @code{Staff_performer} dans le contexte -@code{Voice} permet d'affecter à chaque voix d'une même portée un canal -MIDI spécifique. Dans l'exemple suivant, la même portée donnera lieu à -deux canaux MIDI différents, chacun étant affecté de son propre -@code{midiInstrument}. - -" - doctitlefr = "Affectation d'un canal MIDI par voix" + lsrtags = "real-music, midi, contexts-and-engravers" texidoc = " When outputting MIDI, the default behavior is for each staff to @@ -96,4 +61,3 @@ two MIDI channels are created, each with a different \tempo 2 = 72 } } - diff --git a/Documentation/snippets/changing-partcombine-texts.ly b/Documentation/snippets/changing-partcombine-texts.ly index 998eeedae7..eb44f1be6a 100644 --- a/Documentation/snippets/changing-partcombine-texts.ly +++ b/Documentation/snippets/changing-partcombine-texts.ly @@ -9,34 +9,6 @@ \header { lsrtags = "simultaneous-notes" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Al utilizar la posibilidad de combinación automática de partes, se -puede modificar el texto que se imprime para las secciones de solo -y de unísono: - -" - doctitlees = "Cambiar los textos de partcombine" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn Stimmen automatisch kombiniert werden, kann der Text, der für -Solo- und Unisono-Stellen ausgegeben wird, geändert werden: - -" - doctitlede = "Partcombine-Text ändern" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Lorsque vous regroupez automatiquement des parties, vous pouvez -modifier le texte qui sera affiché pour les solos et pour les parties à -l'unisson@tie{}: - -" - doctitlefr = "Modification des indications de parties combinées" - - texidoc = " When using the automatic part combining feature, the printed text for the solo and unison sections may be changed: @@ -60,4 +32,3 @@ the solo and unison sections may be changed: a2 g } >> - diff --git a/Documentation/snippets/changing-properties-for-individual-grobs.ly b/Documentation/snippets/changing-properties-for-individual-grobs.ly index 1a005c4f9c..6b137b585e 100644 --- a/Documentation/snippets/changing-properties-for-individual-grobs.ly +++ b/Documentation/snippets/changing-properties-for-individual-grobs.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, scheme-language, really-cool" - -%% 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, scheme-language, tweaks-and-overrides" texidoc = " The @code{\\applyOutput} command allows the tuning of any layout diff --git a/Documentation/snippets/changing-stanza-fonts.ly b/Documentation/snippets/changing-stanza-fonts.ly index 491132a667..017f2af04e 100644 --- a/Documentation/snippets/changing-stanza-fonts.ly +++ b/Documentation/snippets/changing-stanza-fonts.ly @@ -9,13 +9,6 @@ \header { lsrtags = "really-simple, vocal-music" -%% 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" - texidoc = " Fonts can be changed independently for each stanza, including the font used for printing the stanza number. @@ -40,4 +33,3 @@ used for printing the stanza number. \override LyricText #'font-family = #'typewriter Oh, ché -- ri, je t'aime } - diff --git a/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly b/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly index 913d5f37b5..f142a2ff56 100644 --- a/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly +++ b/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly @@ -9,47 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede modificar el texto empleado para los crescendos y -decrescendos modificando las propiedades de contexto -@code{crescendoText} y @code{decrescendoText}. - -El estilo de la línea de extensión se puede cambiar modificando la -propiedad @code{'style} de @code{DynamicTextSpanner}. El valor -predeterminado es @code{'dashed-line} (línea discontinua), y entre -otros valores posibles se encuentran @code{'line} (línea), -@code{'dotted-line} (línea de puntos) y @code{'none} (nada): - -" - doctitlees = "Cambiar el texto y los estilos de objeto de extensión para las indicaciones dinámicas textuales" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Der Text, der für Crescendo und Decrescendo gesetzt wird, kann geändert -werden, indem man die Eigenschaften @code{crescendoText} und -@code{decrescendoText} verändert. Der Stil des Streckers kann auch -geändert werden, indem die @code{'style}-Eigenschaft des -@code{DynamicTextSpanner} beeinflusst wird. Der Standardwert ist -@code{'hairpin}, andere Möglichkeiten sind @code{'line}, @code{'dashed-line} -und @code{'dotted-line}. -" - doctitlede = "Text und Strecker-Stile für Dynamik-Texte ändern" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Le texte par défaut des crescendos et decrescendos se change en -modifiant les propriétés de contexte @code{crescendoText} et -@code{decrescendoText}. L'aspect de la ligne d'extension est fonction -de la propriété @code{'style} du @code{DynamicTextSpanner}. Sa valeur -par défaut est @code{'hairpin}, mais d'autres valeurs sont disponibles, -comme @code{'line}, @code{'dashed-line} et @code{'dotted-line}. - -" - doctitlefr = "Modifidation du texte et de l'extension de nuances textuelles" - - texidoc = " The text used for crescendos and decrescendos can be changed by modifying the context properties @code{crescendoText} and diff --git a/Documentation/snippets/changing-the-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly index 1f3fc83d63..8835bdb03c 100644 --- a/Documentation/snippets/changing-the-ambitus-gap.ly +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -9,31 +9,6 @@ \header { lsrtags = "pitches" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -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: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -È possibile cambiare le impostazioni predefinite dell'intervallo -dell'ambitus. - -" - doctitleit = "Modifica dell'intervallo dell'ambitus" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'affichage d'un @emph{ambitus} peut s'affiner pour répondre à vos -préférences en matière d'esthétique. -" - doctitlefr = "Réglage de l'affichage d'un ambitus" - - texidoc = " It is possible to change the default gap setting for 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 a26759b477..062d0a797a 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 @@ -9,22 +9,6 @@ \header { lsrtags = "expressive-marks, really-simple, editorial-annotations, connecting-notes" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede cambiar el aspecto de las ligaduras de expresión de -continuas a punteadas o intermitentes. - -" - doctitlees = "Modificar el aspecto continuo de una ligadura de expresión a punteado o intermitente" - -%% 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" - texidoc = " The appearance of slurs may be changed from solid to dotted or dashed. @@ -44,5 +28,3 @@ The appearance of slurs may be changed from solid to dotted or dashed. \slurSolid c4( d e c) } - - diff --git a/Documentation/snippets/changing-the-breath-mark-symbol.ly b/Documentation/snippets/changing-the-breath-mark-symbol.ly index ac44bac503..7b9da275d6 100644 --- a/Documentation/snippets/changing-the-breath-mark-symbol.ly +++ b/Documentation/snippets/changing-the-breath-mark-symbol.ly @@ -9,35 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El glifo de la marca de respiración se puede ajustar -sobreescribiendo la propiedad de texto del objeto de presentación -@code{BreathingSign}, con cualquier otro texto de marcado. - -" - doctitlees = "Cambiar el símbolo de la marca de respiración" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das Schriftzeichen für das Atemzeichen kann verändert werden, indem -die Text-Eigenschaft des @code{BreathingSign}-Layoutobjekts mit einer -beliebigen Textbeschriftung definiert wird. - -" - doctitlede = "Das Atemzeichen-Symbol verändern" - -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 - texidocfr = " -On peut choisir le glyphe imprimé par cette commande, en modifiant la -propriété @code{text} de l'objet @code{BreathingSign}, pour lui affecter -n'importe quelle indication textuelle. - -" - doctitlefr = "Modification de l'indicateur de respiration" - - texidoc = " The glyph of the breath mark can be tuned by overriding the @code{text} property of the @code{BreathingSign} layout object with any markup 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 50418675b6..69eeb53c46 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 @@ -9,27 +9,6 @@ \header { lsrtags = "really-simple, chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La nomenclatura inglesa (predeterminada) para los acordes del cifrado -americano se puede cambiar por la alemana (@code{\\germanChords} -sustituye B y Bes por H y B) o por la semi-alemana -(@code{\\semiGermanChords} sustituye B y Bes por H y Bb). - -" - doctitlees = "Cambiar la nomenclatura de los acordes del cifrado americano por la notación alemana o semi-alemana" - -%% 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" - texidoc = " The english naming of chords (default) can be changed to german (@code{\\germanChords} replaces B and Bes with H and B) or semi-german @@ -72,4 +51,3 @@ music = \chordmode { \semiGermanChords \music } \context Voice { \music } >> - diff --git a/Documentation/snippets/changing-the-default-text-font-family.ly b/Documentation/snippets/changing-the-default-text-font-family.ly index 1534b107b7..a2de37a54d 100644 --- a/Documentation/snippets/changing-the-default-text-font-family.ly +++ b/Documentation/snippets/changing-the-default-text-font-family.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, text" - -%% 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 = " The default font families for text can be overridden with @@ -61,5 +53,3 @@ The default font families for text can be overridden with } } } - - 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 a8ebc77299..cd279b9045 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 @@ -9,16 +9,6 @@ \header { lsrtags = "pitches" -%% 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" - texidoc = " @code{staffLineLayoutFunction} is used to change the position of notes. This snippet shows setting its value to @code{ly:pitch-semitones} in @@ -50,4 +40,3 @@ scale = \relative c' { } >> } - diff --git a/Documentation/snippets/changing-the-number-of-augmentation-dots-per-note.ly b/Documentation/snippets/changing-the-number-of-augmentation-dots-per-note.ly index 08acb0e72f..d4dcc640ac 100644 --- a/Documentation/snippets/changing-the-number-of-augmentation-dots-per-note.ly +++ b/Documentation/snippets/changing-the-number-of-augmentation-dots-per-note.ly @@ -9,25 +9,6 @@ \header { lsrtags = "expressive-marks, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Este código muestra cómo cambiar la cantidad de puntillos de una nota. - -" - - doctitlees = "Modificar el número de puntillos de una nota" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Voici comment modifier le nombre de points d'augmentation -affectés à une note en particulier. - -" - doctitlefr = "Spécification du nombre de points d'augmentation d'une note" - - texidoc = " This code demonstrates how to change the number of augmentation dots on a single note. 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 f932516241..a55bbb89b9 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,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, staff-notation" - -%% 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 = "staff-notation, specific-notation" texidoc = " The number of lines in a staff may changed by overriding the @@ -49,4 +41,3 @@ lower = \relative c { } >> } - diff --git a/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly b/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly index 45a9ba3864..bfc3d849ed 100644 --- a/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly +++ b/Documentation/snippets/changing-the-positions-of-figured-bass-alterations.ly @@ -9,36 +9,6 @@ \header { lsrtags = "chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las alteraciones y los signos «más» pueden aparecer antes o -después de los números, según el valor de las propiedades -@code{figuredBassAlterationDirection} y -@code{figuredBassPlusDirection}. - -" - doctitlees = "Cambiar las posiciones de las alteraciones del bajo cifrado" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Versetzungszeichen und Pluszeichen können vor oder nach den Ziffern erscheinen, -je nach den Einstellungen der @code{figuredBassAlterationDirection} und -@code{figuredBassPlusDirection}-Eigenschaften. - -" - doctitlede = "Positionen von Generalbass-Alterationszeichen verändern" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -On peut choisir d'imprimer les altérations et signes plus aussi bien -avant qu'après les chiffres, en réglant les propriétés -@code{figuredBassAlterationDirection} et -@code{figuredBassPlusDirection}. - -" - doctitlefr = "Emplacement des altération en basse continue" - texidoc = " Accidentals and plus signs can appear before or after the numbers, depending on the @code{figuredBassAlterationDirection} and @@ -58,4 +28,3 @@ depending on the @code{figuredBassAlterationDirection} and \set figuredBassAlterationDirection = #LEFT <6\+> <5+> <6 4-> r } - diff --git a/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly b/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly index 198a56144a..47fb6caa74 100644 --- a/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly +++ b/Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly @@ -9,36 +9,6 @@ \header { lsrtags = "winds" -%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Se puede cambiar el tamaño y grosor de las líneas de los diagramas de -posiciones para instrumentos de viento madera. - -" - - doctitlees = "Modificar el tamaño de los diagramas de viento madera" - -%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - - texidocde=" -Die Größe und Dicke der Holzbläserdiagramme kann geändert werden. -" - - doctitlede = "Größe von Holzbläserdiagrammen ändern" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -La taille et l'épaisseur des diagrammes de doigté pour bois est modifiable -à souhait. - -" - doctitlefr = "Modification de la taille d'un diagramme pour bois" - - texidoc = " The size and thickness of woodwind diagrams can be changed. diff --git a/Documentation/snippets/changing-the-staff-size.ly b/Documentation/snippets/changing-the-staff-size.ly index 4f7a4ceea6..faf9f30825 100644 --- a/Documentation/snippets/changing-the-staff-size.ly +++ b/Documentation/snippets/changing-the-staff-size.ly @@ -7,17 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, paper-and-layout, staff-notation" - -%% 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 = "staff-notation, paper-and-layout, tweaks-and-overrides" texidoc = " Though the simplest way to resize staves is to use @@ -45,4 +35,3 @@ changed by scaling the properties @code{'staff-space} and c8 c c c c\f c c c } >> - diff --git a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly index fd18b6b99e..3146ab91a7 100644 --- a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly +++ b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly @@ -7,36 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, midi, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para cambiar el tempo en la salida MIDI sin -imprimir nada, hacemos invisible la indicación metronómica: - -" - - doctitlees = "Cambiar el tempo sin indicación metronómica" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Um das Tempo für die MIDI-Ausgabe zu ändern, ohne eine Tempoangabe in den -Noten auszugeben, kann die Metronombezeichnung unsichtbar gemacht werden: - -" - - doctitlede = "Das Tempo ohne Metronom-Angabe verändern" - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -Vous pouvez indiquer un changement de tempo pour le fichier MIDI sans -pour autant l'imprimer. Il suffit alors de le rendre invisible aux -interprètes. - -" - doctitlefr = "Changement de tempo sans indication sur la partition" - + lsrtags = "midi, rhythms, tweaks-and-overrides" texidoc = " To change the tempo in MIDI output without printing anything, make the diff --git a/Documentation/snippets/changing-the-text-for-sustain-markings.ly b/Documentation/snippets/changing-the-text-for-sustain-markings.ly index ac7a9b8c85..72ae2ddbc2 100644 --- a/Documentation/snippets/changing-the-text-for-sustain-markings.ly +++ b/Documentation/snippets/changing-the-text-for-sustain-markings.ly @@ -7,29 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, keyboards" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede usar @code{Staff.pedalSustainStrings} para fijar el texto de -las indicaciones de pisar pedal y levantar pedal. Observe que las -únicas cadenas válidas son las que están en la lista de glifos de -pedal: los valores que aparecen en este fragmento de código son una -relación exhaustiva. - -" - doctitlees = "Modificar el texto de las indicaciones de pedal" - - - -%% 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" texidoc = " @code{Staff.pedalSustainStrings} can be used to set the text used for diff --git a/Documentation/snippets/changing-the-tuplet-number.ly b/Documentation/snippets/changing-the-tuplet-number.ly index 4558338b77..4c0848a407 100644 --- a/Documentation/snippets/changing-the-tuplet-number.ly +++ b/Documentation/snippets/changing-the-tuplet-number.ly @@ -9,42 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Cambiar el número del grupo especial" - texidoces = " - -De forma predeterminada sólo se imprime el numerador del grupo -especial sobre el corchete de grupo, es decir, el denominador del -argumento de la instrucción @code{\\times}. De forma alternativa, se -puede imprimr un quebrado en la forma numerador:denominador del número -del grupo, o eliminar el número. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Standardmäßig wird nur der Zähler des N-tolen-Bruchs über der Klammer -dargestellt, wie er dem @code{\\times}-Befehl übergeben wird. -Man kann aber auch Zähler/Nenner ausgeben lassen, oder die Zahl -vollständig unterdrücken. - -" - doctitlede = "Die Zahl der N-tole verändern" - - - -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 - texidocfr = " -L'apparence du chiffre est déterminée par la propriété @code{text} dans -@code{TupletNumber}. La valeur par défaut imprime seulement le -dénominateur, mais si elle est définie par la fonction -@code{tuplet-number::calc-fraction-text}, la fraction entière -@var{num}:@var{den} sera imprimée à la place. - -" - doctitlefr = "Modifier l'apparence du chiffre de nolet" - texidoc = " By default, only the numerator of the tuplet number is printed over the tuplet bracket, i.e., the denominator of the argument to the @@ -64,4 +28,3 @@ be printed, or the tuplet number may be suppressed altogether. \override TupletNumber #'stencil = ##f \times 2/3 { c8 c c } } - 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 0860b53b48..ed4564508d 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 @@ -8,35 +8,6 @@ \version "2.15.17" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La propiedad @code{measureLength}, junto con -@code{measurePosition}, determina cuándo es necesario dibujar una -línea divisoria. Sin embargo, al utilizar -@code{\\scaleDurations}, el escalado proporcional de las -duraciones hace difícil introducir cambios de compás. En este -caso se debe establecer manualmente el valor de -@code{measureLength} utilizando la función @code{ly:make-moment}. -El segundo argumento debe ser el mismo que el segundo argumento de -@code{\\scaleDurations}. - -" - doctitlees = "Modificar el compás dentro de una sección polimétrica utilizando @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" diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index a76309b1d3..8fcf7f502a 100644 --- a/Documentation/snippets/chant-or-psalms-notation.ly +++ b/Documentation/snippets/chant-or-psalms-notation.ly @@ -8,33 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este tipo de notación se utiliza para el canto de los Salmos, en -que las estrofas no siempre tienen la misma longitud. - -" - doctitlees = "Notación de responsos o salmos" - -%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - texidocde = " -Diese Form der Notation wird benutzt für die Notation von Psalmen, in denen -die Strophen nicht die gleiche Länge haben. - -" - doctitlede = "Psalmennotation" - - -%% Translation of GIT committish: c1d5bb448321d688185e0c6b798575d4c325ae80 - texidocfr = " -Ce style de notation permet d'indiquer la mélodie d'une psalmodie -lorsque les strophes sont de longueur inégale. - -" - doctitlefr = "Notation pour psalmodie" - - lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers" texidoc = " @@ -62,4 +35,3 @@ stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'tran \stemOn g'2 \bar "||" } } - diff --git a/Documentation/snippets/chord-glissando-in-tablature.ly b/Documentation/snippets/chord-glissando-in-tablature.ly index 1d57070664..2fff452086 100644 --- a/Documentation/snippets/chord-glissando-in-tablature.ly +++ b/Documentation/snippets/chord-glissando-in-tablature.ly @@ -9,39 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Los deslizamientos para acordes se pueden indicar tanto en el contexto -@code{Staff} como en @code{TabStaff}. Los números de cuerda son -necesarios para TabStaff porque los cálculos de cuerda automáticos son -diferentes para los acordes y para notas sueltas. - -" - - doctitlees = "Glissando de acordes en tablatura" - -%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 - texidocde = " -Gleiten von Akkorden kann sowohl im normalen Notensystem als auch in einer -Tabulatur notiert werden. Saitennummern werden für Tabulaturen -benötigt, weil die automatische Saitenberechnung unterschiedlich für -Akkorde und einzelne Noten funktioniert. -" - doctitlede = "Akkordglissando in Tabulaturen" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Un glissando sur des accords s'indique dans un @code{TabStaff} de la -même manière que dans un @code{Staff}, à ceci près que nous aurons -besoin des numéros de corde afin de déterminer correctement les frets -d'arrivée. - -" - doctitlefr = "Glissando d'accords et tablature" - - texidoc = " Slides for chords can be indicated in both @code{Staff} and @code{TabStaff}. String numbers are necessary for @code{TabStaff} diff --git a/Documentation/snippets/chord-name-exceptions.ly b/Documentation/snippets/chord-name-exceptions.ly index e61cd7b147..715ddc51a2 100644 --- a/Documentation/snippets/chord-name-exceptions.ly +++ b/Documentation/snippets/chord-name-exceptions.ly @@ -9,32 +9,6 @@ \header { lsrtags = "specific-notation, chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede usar la propiedad @code{chordNameExceptions} para -almacenar una lista de notaciones espaciales para acordes -específicos. - -" - doctitlees = "Excepciones para los nombres de acorde" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Eigenschaft @code{chordNameExceptions} kann benutzt werden, um eine -Liste an besonderen Notationen für bestimmte Akkorde zu speichern. - -" - doctitlede = "Akkordsymbolausnahmen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Il est possible de créer votre propre modèle de chiffrages en -réglant la propriété @code{chordNameExceptions}. - -" - doctitlefr = "Modèles de chiffrage d'accords" - texidoc = " The property @code{chordNameExceptions} can be used to store a list of special notations for specific chords. @@ -69,4 +43,3 @@ theMusic = \chordmode { << \context ChordNames \theMusic \context Voice \theMusic >> - diff --git a/Documentation/snippets/chord-name-major7.ly b/Documentation/snippets/chord-name-major7.ly index 44ea9844ef..79deea8028 100644 --- a/Documentation/snippets/chord-name-major7.ly +++ b/Documentation/snippets/chord-name-major7.ly @@ -9,33 +9,6 @@ \header { lsrtags = "specific-notation, chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La presentación del acorde de séptima mayor se -puede ajustar mediante majorSevenSymbol. - -" - doctitlees = "Nombre de acorde maj7" - - -%% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42 - texidocde = " -Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden. - -" - - doctitlede = "Akkordbezeichnung maj7" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -La représentation d'un accord de septième majeure se gère par le -@code{majorSevenSymbol}. - -" - doctitlefr = "Chiffrage d'un maj7" - texidoc = " The layout of the major 7 can be tuned with @code{majorSevenSymbol}. @@ -49,4 +22,3 @@ The layout of the major 7 can be tuned with @code{majorSevenSymbol}. \set majorSevenSymbol = \markup { j7 } c:7+ } - diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly index 16904213ad..c3f55a298f 100644 --- a/Documentation/snippets/chordchanges-for-fretboards.ly +++ b/Documentation/snippets/chordchanges-for-fretboards.ly @@ -9,34 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede hacer que los diagramas de posiciones se muestren sólo -cuando el acorde cambia o al comienzo de una nueva línea. - -" - - doctitlees = "Cambios de acorde de posiciones de trastes" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Bunddiagramme können definiert werden, sodass sie nur angezeigt werden, -wenn der Akkord sich ändert oder eine neue Zeile anfängt. - -" - - doctitlede = "Akkordänderungen für Bunddiagramme" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Vous pouvez opter pour n'imprimer les diagrammes de fret qu'à l'occasion -d'un changement d'accord ou de saut de ligne. - -" - doctitlefr = "Changement d'accord et diagramme de fret" - - texidoc = " FretBoards can be set to display only when the chord changes or at the beginning of a new line. 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 21af630ecd..9c3ad3cf87 100644 --- a/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly +++ b/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly @@ -9,13 +9,6 @@ \header { lsrtags = "pitches" -%% 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" - texidoc = " Clefs can be transposed by arbitrary amounts, not just by octaves. @@ -34,4 +27,3 @@ Clefs can be transposed by arbitrary amounts, not just by octaves. \clef "treble^3" c4 c c c } - diff --git a/Documentation/snippets/clip-systems.ly b/Documentation/snippets/clip-systems.ly index 9ac54a9ced..492c51b995 100644 --- a/Documentation/snippets/clip-systems.ly +++ b/Documentation/snippets/clip-systems.ly @@ -9,58 +9,6 @@ \header { lsrtags = "paper-and-layout" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este código muestra cómo recortar (extraer) fragmentos a partir de una -partitura completa. - -Este archivo tiene que procesarse de forma separada con la opción -@option{-dclip-systems}; la página de fragmentos de código podría no -mostrar el resultado adecuadamente. - -La salida consiste en archivos con los nombres -@samp{base-from-inicio-to-final[-número].eps}. - - -Si se incluyen los comienzos y finales de los sistemas, incluyen las -dimensiones del grob del sistema, por ejemplo los nombres de -instrumento. - - -Las notas de adorno en el punto final de la región no se incluyen. - - -Las regiones pueden abarcar varios sistemas. En este caso, se generan -varios archivos EPS. - -" - doctitlees = "Recorte de sistemas" - -%% 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" - texidoc = " This code shows how to clip (extract) snippets from a full score. diff --git a/Documentation/snippets/clusters.ly b/Documentation/snippets/clusters.ly index 5f161562e1..3ea898769f 100644 --- a/Documentation/snippets/clusters.ly +++ b/Documentation/snippets/clusters.ly @@ -7,23 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, chords, contemporary-notation, keyboards, simultaneous-notes, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los «clusters» o racimos son un mecanismo para indicar la -interpretación de un ámbito de notas al mismo tiempo. - -" - doctitlees = "Clusters («racimos»)" - -%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a - texidocfr = " -Un cluster indique à l'instrumentiste qu'il doit jouer tout une suite de -sons. - -" - doctitlefr = "Clusters" + lsrtags = "really-cool, specific-notation, keyboards, simultaneous-notes, contemporary-notation, chords" texidoc = " Clusters are a device to denote that a complete range of notes is to be @@ -44,4 +28,3 @@ fragment = \relative c' { \new Staff \fragment \new Staff \makeClusters \fragment >> - diff --git a/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly b/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly index 062dcea412..56ec712ecf 100644 --- a/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly +++ b/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "pitches, really-cool, editorial-annotations" - -%% 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 = "really-cool, pitches, editorial-annotations" texidoc = " It is possible to color note heads depending on their pitch and/or @@ -68,4 +59,3 @@ to distinguish enharmonics. c8 b d dis ees f g aes } } - diff --git a/Documentation/snippets/combining-dynamics-with-markup-texts.ly b/Documentation/snippets/combining-dynamics-with-markup-texts.ly index 34edc8704a..0c69ec8948 100644 --- a/Documentation/snippets/combining-dynamics-with-markup-texts.ly +++ b/Documentation/snippets/combining-dynamics-with-markup-texts.ly @@ -9,24 +9,6 @@ \header { lsrtags = "expressive-marks, really-simple, text" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Ciertas indicaciones dinámicas pueden llevar textos (como @qq{più -forte} o @qq{piano subito}). Se pueden producir usando un bloque -@code{\\markup}. - -" - doctitlees = "Combinar indicaciones dinámicas con marcados textuales" - -%% 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" - texidoc = " Some dynamics may involve text indications (such as @qq{più forte} or @qq{piano subito}). These can be produced using a @code{\\markup} @@ -42,5 +24,3 @@ piuF = \markup { \italic più \dynamic f } \relative c'' { c2\f c-\piuF } - - diff --git a/Documentation/snippets/combining-two-parts-on-the-same-staff.ly b/Documentation/snippets/combining-two-parts-on-the-same-staff.ly index f7d9badedd..ccb59ffb67 100644 --- a/Documentation/snippets/combining-two-parts-on-the-same-staff.ly +++ b/Documentation/snippets/combining-two-parts-on-the-same-staff.ly @@ -7,71 +7,7 @@ \version "2.14.2" \header { - lsrtags = "text, simultaneous-notes, syntax-and-expressions" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -La herramienta de combinación de partes (instrucción -@code{\\partcombine}) permite la combinación de varias partes -diferentes sobre el mismo pentagrama. Las indicaciones textuales -tales como @qq{solo} o @qq{a2} se añaden de forma predeterminada; para -quitarlas, sencillamente establezca la propiedad -@code{printPartCombineTexts} al valor @qq{falso}. Para partituras -vocales (como himnos), no hay necesidad de añadir los textos @qq{solo} -o @qq{a2}, por lo que se deben desactivar. Sin embargo, podría ser -mejor no usarlo si hay solos, porque éstos no se indicarán. En tales -casos podría ser preferible la notación polifónica estándar. - -Este fragmento de código presenta las tres formas en que se pueden -imprimir dos partes sobre un solo pentagrama: polifonía estándar, -@code{\\partcombine} sin textos, y @code{\\partcombine} con -textos. - -" - doctitlees = "Combinar dos partes sobre el mismo pentagrama" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Funktion, die Stimmen kombiniert (also der @code{\\partcombine}-Befehl) -ermöglicht die Kombination unterschiedlicher Stimmen auf einem -System. Textanweisungen wie \"solo\" oder \"a2\" werden automatisch -hinzugefügt. Wenn man sie entfernen will, muss man die Eigenschaft -@code{printPartCombineTexts} auf falsch setzen. Für Klavierauszüge -muss natürlich kein \"solo\"/\"a2\" usw. hinzugefügt werden, man -sollte sie also ausschalten. Wenn aber Solo-Stellen in einem -Klavierauszug oder einer Chorpartitur angezeigt werden, ist es besser, -normale Polyphonie zu verwenden, weil so die Solostellen angezeigt -werden, auch wenn der Text des Stimmenkombinierers ausgeschaltet ist. - -Der Schnipsel zeigt drei Möglichkeiten, Stimmen auf einem System zu -kombinieren: Standardpolyphonie, @code{\\partcombine} ohne Text und -@code{\\partcombine} mit Text. - -" - doctitlede = "Zwei Stimmen auf einem System kombinieren" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'outil de combinaison de parties (la commande @code{\\partcombine}) -permet d'avoir deux parties différentes sur une même portée. LilyPond -ajoute automatiquement des indications textuelles, telles que @qq{solo} -ou @qq{a2}. Si votre intention n'est que de fusionner les parties, sans -ajouter de texte, assignez faux à la propriété -@code{printPartCombineTexts}. Dans le cas de partitions vocales, et -plus particulièrement d'hymnes, ces @qq{solo/a2} ne sont d'aucune -utilité, aussi vaut-il mieux les désactiver. Dans le cas où il y aurait -alternance entre @emph{solo} et @emph{tutti}, il vaut mieux faire appel -à de la musique polyphonique standard. - -Voici trois moyens d'imprimer deux parties sur une même portée@tie{}: en -polyphonie normale, avec @code{\\partcombine} sans indication -supplémentaire, et avec @code{\\partcombine} commentée. - -" - doctitlefr = "Combinaison de deux parties sur une même portée" - + lsrtags = "text, syntax-and-expressions, simultaneous-notes" texidoc = " The part combiner tool ( @code{\\partcombine} command ) allows the @@ -133,4 +69,3 @@ musicDown = \relative c'' { } } } - diff --git a/Documentation/snippets/compound-time-signatures.ly b/Documentation/snippets/compound-time-signatures.ly index 8baadfb3d3..1fc14f6234 100644 --- a/Documentation/snippets/compound-time-signatures.ly +++ b/Documentation/snippets/compound-time-signatures.ly @@ -9,45 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Indicaciones de compases compuestos" - texidoces = " -Las indicaciones de compás poco frecuentes como @qq{5/8} se pueden -ejecutar como compases compuestos (p.ej. @qq{3/8 + 2/8}), que combinan -dos o más metros diferentes. LilyPond puede hacer la música de este -tipo fácil de leer e interpretar, imprimiendo explícitamente las -indicaciones de compás compuesto y adaptando el comportamiento -automático de las barras (también se pueden añadir indicaciones -gráficas de la agrupación de compases; véase el fragmento de código -apropiado en la base de datos). - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Ungerade Taktarten werden (wie etwa \"5/8\") werden oft als zusammengesetzte -Taktarten interpretiert (bspw. \"3/8 + 2/8\"), in welchen zwei oder mehr -Teiltakte unterschieden werden. LilyPond kann derartige Noten produzieren, -indem entsprechende Taktarten gesetzt werden und die automatische -Bebalkung angepasst wird. - -" - doctitlede = "Zusammengesetzte Taktarten" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Des métriques telles que @qq{5/8} peuvent s'interpréter sous une forme -décomposée --- @qq{3/8 + 2/8} par exemple --- qui combine plusieurs -métriques. LilyPond est capable de rendre ce type de notation, plus -facile à lire et à interpréter, en imprimant cette métrique composite -et en adaptant les règles de ligature automatique en conséquence. - -" - doctitlefr = "Métrique décomposée" - texidoc = " Odd 20th century time signatures (such as \\\"5/8\\\") can often be played as compound time signatures (e.g. \\\"3/8 + 2/8\\\"), which diff --git a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly index 422cda69db..5e23e3382a 100644 --- a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly +++ b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly @@ -8,80 +8,6 @@ \version "2.15.19" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La agrupación de pulsos dentro de un compás está controlada por la -propiedad de contexto @code{beatStructure}. Hay establecidos valores -de @code{beatStructure} para muchos tipos de compases en -@file{scm/time-signature-settings.scm}. Los valores de -@code{beatStructure} se pueden cambiar o establecer con @code{\\set}. -Como alternativa, se puede usar @code{\\time} para establecer tanto el -compás como la estructura de pulsos. Para ello, especificamos la -agrupación interna de los pulsos del compás como una lista de números -(en la sintaxis de Scheme) antes de la indicación de compás. - -@code{\\time} se aplica al contexto @code{Timing}, por lo que no -restablece los valores de @code{beatStructure} ni de @code{baseMoment} -que se establezcan en otros contextos de nivel inferior, como -@code{Voice}. - -Si el grabador @code{Measure_grouping_engraver} está incluido en uno -de los contextos de presentación, se imprimirán signos de agrupación -de pulsos. Estos símbolos facilitan la lectura de música moderna -rítmicamente compleja. En este ejemplo, el compás de 9/8 se agrupa -según dos patrones distintos utilizando los dos métodos, mientras que -el compás de 5/8 se agrupa de acuerdo con el ajuste predeterminado que -está en @file{scm/time-signature-settings.scm}: - -" -doctitlees = "Símbolos de dirección y símbolos de agrupación de compás" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Optionen, mit denen die Balken in einem Takt gruppiert werden, sind -durch die Scheme-Funktion @code{set-time-signature} erhältlich, die -drei Argumente braucht: Die Zahl der Taktschläge, die Länge des -Schlages und die interne gruppieren von Balken in dem Takt. Wenn der -@code{Measure_grouping_engraver} hinzugefügt worden ist, erstellt -diese Funktion auch @code{MeasureGrouping}-(Taktgruppen)-Zeichen. Derartige -Zeichen erleichtern das Lesen von rhythmisch komplexer Musik. In dem -Beispiel ist der 9/8-Takt in 2, 2, 2 und 3 aufgeteilt. Das wird -der @code{set-time-signature}-Funktion als das dritte Argument mitgegeben: -@code{'(2 2 2 3)}: - -" - doctitlede = "Dirigierzeichen Taktgruppenzeichen" - - - -%% 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 -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 -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} lorsqu'elles sont -modifiées dans un contexte de niveau inférieur comme @code{Voice} par -exemple. - -Si l'on fait appel au @code{Measure_grouping_engraver}, la fonction -@code{set-time-signature} créera aussi des symboles -@code{MeasureGrouping}. Ces symboles aident à la lecture des œuvres -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}}. - -" - doctitlefr = "Signes de direction signes de sous-groupe" - lsrtags = "rhythms" texidoc = " Beat grouping within a measure is controlled by the context property diff --git a/Documentation/snippets/contemporary-glissando.ly b/Documentation/snippets/contemporary-glissando.ly index a630c0c8e6..256363ba42 100644 --- a/Documentation/snippets/contemporary-glissando.ly +++ b/Documentation/snippets/contemporary-glissando.ly @@ -9,33 +9,6 @@ \header { lsrtags = "expressive-marks, specific-notation, contemporary-notation" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede tipografiar un gissando contemporáneo sin nota final -utilizando una nota oculta y temporalización de cadenza. - -" - doctitlees = "Glissando contemporáneo" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Ein modernes Glissando ohne eine Endnote kann gesetzt werden, indem -eine Kadenz eingesetzt wird und die Endnote unsichtbar gemacht wird. - -" - doctitlede = "Moderne Glissandi" - -%% 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 @qq{masquer} la note d'arrivée. - -" - doctitlefr = "Glissando contemporain" - - texidoc = " A contemporary glissando without a final note can be typeset using a hidden note and cadenza timing. @@ -57,4 +30,3 @@ hidden note and cadenza timing. \cadenzaOff \bar "|" } - 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 b59c53da0a..4464223214 100644 --- a/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly +++ b/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly @@ -9,45 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -La visibilidad de los objetos de extensión que acaban en la primera -nota después de un salto de línea está controlada por la función de -callback de @code{after-line-breaking} -@code{ly:spanner::kill-zero-spanned-time}. - -Para los objetos como los glissandos y los reguladores, el -comportamiento predeterminado es ocultar el objeto de extensión -después del salto; la inhabilitación de la función de callback hace -que el objeto de extensión roto por la izquierda pueda mostrarse. - -De forma inversa, los objetos de extensión que son visibles -normalmente, como los objetos de extensión de texto, se pueden -ocultar habilitando la función de callback. -" - - doctitlees = "Controlar la visibilidad de los objetos de - extensión después de un salto de línea" - - -%% 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" - texidoc = " The visibility of spanners which end on the first note following a line break is controlled by the @code{after-line-breaking} callback diff --git a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly index d2697a4431..fe98198f37 100644 --- a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly +++ b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly @@ -7,38 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, chords, keyboards, fretted-strings, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede controlar con precisión la colocación de los números de -digitación. Para que se tenga en cuenta la orientación de las -digitaciones, se debe utilizar una construcción de acorde <> aunque -sea una sola nota. - - -" - doctitlees = "Controlar la colocación de las digitaciones de acordes" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Position von Fingersatzzahlen kann exakt kontrolliert werden. - -" - doctitlede = "Position von Fingersatz in Akkorden kontrollieren" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Le positionnement des doigtés peut être contrôlé de manière très précise. -Afin que l'orientation soit prise en compte, il est nécessaire d'utiliser -une syntaxe d'accord @code{<@tie{}>}, même s'il ne s'agit que d'une -seule note. - -" - doctitlefr = "Contrôler la position des doigtés dans un accord" - + lsrtags = "fretted-strings, specific-notation, keyboards, editorial-annotations, chords" texidoc = " The placement of fingering numbers can be controlled precisely. For @@ -64,5 +33,3 @@ if it is a single note. \set fingeringOrientations = #'(down) 2 } - - diff --git a/Documentation/snippets/controlling-the-vertical-ordering-of-scripts.ly b/Documentation/snippets/controlling-the-vertical-ordering-of-scripts.ly index af66b98b76..37ee9cd28f 100644 --- a/Documentation/snippets/controlling-the-vertical-ordering-of-scripts.ly +++ b/Documentation/snippets/controlling-the-vertical-ordering-of-scripts.ly @@ -9,54 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El orden vertical que ocupan las inscripciones gráficas está -controlado con la propiedad @code{'script-priority}. Cuanto más -bajo es este número, más cerca de la nota se colocará. En este -ejemplo, el @code{TextScript} (el sostenido) tiene primero la -prioridad más baja, por lo que se sitúa en la posición más baja en -el primer ejemplo. En el segundo, el semitrino (el @code{Script}) -es el que la tiene más baja, por lo que se sitúa en la parte -interior. Cuando dos objetos tienen la misma prioridad, el orden -en que se introducen determina cuál será el que aparece en primer -lugar. - -" - doctitlees = "Controlar la ordenación vertical de las inscripciones" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Die vertikale Anordnung von Beschriftungen wird mit der -@code{'script-priority}-Eigenschaft kontrolliert. Um so kleiner die -Zahl, umso näher wird die Beschriftung in Bezug auf die Note gesetzt. In -diesem Beispiel hat das @code{TextScript}-Objekt (das Kreuz) zuerst -die niedrigste Priorität, wird also auch am niedrigsten in dem ersten -Beispiel gesetzt. Im zweiten Fall hat der Praller (das @code{Script}) -die niedrigste Priorität, darum wird er am nächsten zum System gesetzt. -Wenn zwei Objekte die gleiche Priorität haben, wird ihre Reihenfolge -anhand ihres Auftretens in der Quelldatei entschieden. - -" - doctitlede = "Die vertikale Anordnung von Beschriftungen kontrollieren" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les symboles s'ordonnent verticalement suivant la propriété -@code{script-priority}. Plus sa valeur numérique est faible, plus le -symbole sera proche de la note. Dans l'exemple suivant, l'objet -@code{TextScript} -- le dièse -- a d'abord la propriété la -plus basse, et il est donc placé plus près de la note@tie{}; ensuite -c'est l'objet @code{Script} -- le mordant -- qui a la propriété la plus -basse, et il se place alors sous le dièse. Lorsque deux objets ont la -même priorité, c'est l'ordre dans lequel ils sont indiqués qui -détermine lequel sera placé en premier. - -" - doctitlefr = "Contrôle de l'ordre vertical des articulations et ornements" - - texidoc = " The vertical ordering of scripts is controlled with the @code{'script-priority} property. The lower this number, the closer it @@ -79,4 +31,3 @@ comes first. \once \override Script #'script-priority = #-100 a2^\prall^\markup { \sharp } } - diff --git a/Documentation/snippets/controlling-tuplet-bracket-visibility.ly b/Documentation/snippets/controlling-tuplet-bracket-visibility.ly index 11c4cf4994..56d513fb20 100644 --- a/Documentation/snippets/controlling-tuplet-bracket-visibility.ly +++ b/Documentation/snippets/controlling-tuplet-bracket-visibility.ly @@ -7,36 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -El comportamiento predeterminado de la visibilidad de los corchetes de -grupo de valoración especial es imprimir el corchete a no ser que haya -una barra de la misma longitud que el grupo especial. Para controlar -la visibilidad de los corchetes de grupo, establezca la propiedad -@code{'bracket-visibility} a @code{#t} (imprimir el corchete siempre), -@code{#f} (no imprimirlo nunca) o @code{#'if-no-beam} (imprimir el -corchete solamente si no hay barra). - -" - - doctitlees = "Controlar la visibilidad de los corchetes de grupo especial" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Selon la tradition, les crochets indicateurs de nolet sont toujours -imprimés, sauf dans le cas où ils seraient de la même longueur qu'une -ligature. LilyPond permet, au travers de la propriété -@code{'bracket-visibility}, de contôler précisément leur -affichage@tie{}: déterminée à @code{#t}, ils seront toujours -imprimés@tie{}; @code{#f} permet de ne jamais les imprimer, et -@code{#'if-no-beam} les imprimera en l'absence de ligature. - -" - doctitlefr = "Contrôle de l'impression des crochets de nolet" - + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " The default behavior of tuplet-bracket visibility is to print a bracket @@ -68,5 +39,3 @@ music = \relative c'' { << \music s4^"#f" >> } } - - diff --git a/Documentation/snippets/creating-a-delayed-turn.ly b/Documentation/snippets/creating-a-delayed-turn.ly index b824de1db9..fd4bb89c75 100644 --- a/Documentation/snippets/creating-a-delayed-turn.ly +++ b/Documentation/snippets/creating-a-delayed-turn.ly @@ -7,48 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa -texidoces = " -La creación de un grupeto circular de anticipación entre dos notas, -donde la nota inferior del grupeto utiliza una alteración, requiere -varias sobreescriturasw de propiedades. La propiedad -@code{outside-staff-priority} se debe establecer al valor @code{#f}, pues en -caso contrario tendría prioridad sobre la propiedad @code{avoid-slur -property}. El valor de @code{halign} se utiliza para colocar el -grupeto horizontalmente. - -" - -doctitlees = "Crear un grupeto de anticipación" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Einen Doppelschlag mit Vorhalt zu erstellen, wobei die untere Note das -Vorzeichen benutzt, erfordert einige Einstellungsänderungen. Die -@code{outside-staff-priority}-Eigenschaft muss auf falsch (@code{#f}) -gesetzt werden, weil sie sonst über die Eigenschaft -@code{avoid-slur property} dominieren würde. Der Wert von @code{halign} -wird benutzt, um den Doppelschlag horizontal zu positionieren. -" - - doctitlede = "Einen Doppelschlag mit Vorhalt erstellen" - -%% 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}} 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 horizontalement le -@qq{retard}. - -" - - doctitlefr = "Création d'un grupetto retardé" + lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides" texidoc = " Creating a delayed turn, where the lower note of the turn uses the 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 c904bdef90..4ed0476d6a 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 @@ -8,31 +8,6 @@ \version "2.15.27" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -En una música que tenga muchas apariciones de la -misma secuencia de notas a distintas alturas, podría ser de -utilidad la siguiente función musical. Admite una nota, de la que -sólo se utiliza su altura. Las funciones de apoyo en Scheme se -han tomado prestadas del documento de \"Consejos y trucos\" de la -versión 2.10 del manual. Este ejemplo crea las duraciones -rítmicas que se usan a todo lo largo de «Marte», de «Los Planetas» -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-arpeggios-across-notes-in-different-voices.ly b/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly index 6fccfe6101..4761e5c3ae 100644 --- a/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly +++ b/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly @@ -9,36 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede trazar un símbolo de arpegio entre notas de distintas -voces que están sobre el mismo pentagrama si el grabador -@code{Span_arpeggio_engraver} se traslada al contexto de -@code{Staff} context: - -" - doctitlees = "Crear arpegios entre notas de voces distintas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Ein Arpeggio kann zwischen Noten aus unterschiedlichen Stimmen auf demselben -System gezogen werden, wenn der @code{Span_arpeggio_engraver} in den -@code{Staff}-Kontext verschoben wird: - -" - doctitlede = "Arpeggios zwischen unterschiedlichen Stimmen erzeugen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Affecter le graveur @code{Span_arpeggio_engraver} au contexte de la -portée (@code{Staff}) permet de distribuer un arpège sur plusieurs -voix@tie{}: - -" - doctitlefr = "Arpège distribué sur plusieurs voix" - - texidoc = " An arpeggio can be drawn across notes in different voices on the same staff if the @code{Span_arpeggio_engraver} is added to the @code{Staff} @@ -60,4 +30,3 @@ context: { 2\arpeggio 2 } >> } - diff --git a/Documentation/snippets/creating-blank-staves.ly b/Documentation/snippets/creating-blank-staves.ly index 353f08a7f0..892de5616e 100644 --- a/Documentation/snippets/creating-blank-staves.ly +++ b/Documentation/snippets/creating-blank-staves.ly @@ -7,29 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, paper-and-layout, contexts-and-engravers, staff-notation, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para crear pentagramas en blanco, genere compases vacíos y después -elimine el grabador de números de compás @code{Bar_number_engraver} -del contexto @code{Score}, y los grabadores de la indicación de compás -@code{Time_signature_engraver}, de la clave @code{Clef_engraver} y de -los compases @code{Bar_engraver} del contexto de @code{Staff}. - -" - doctitlees = "Crear pentagramas en blanco" - -%% 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 = "staff-notation, specific-notation, paper-and-layout, contexts-and-engravers, editorial-annotations" texidoc = " To create blank staves, generate empty measures then remove the @@ -71,4 +49,3 @@ To create blank staves, generate empty measures then remove the bottom-margin = 0.25\in top-margin = 0.25\in } - diff --git a/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly b/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly index 800cfb256a..cafa61e4db 100644 --- a/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly +++ b/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly @@ -9,35 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Dentro de un @code{PianoStaff}, es posible hacer que un arpegio -cruce entre los pentagramas ajustando la propiedad -@code{PianoStaff.connectArpeggios}. - -" - doctitlees = "Crear arpegios que se cruzan entre pentagramas dentro de un sistema de piano" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Arpeggio über mehrere Systeme können in anderen Kontexten als dem -@code{PianoStaff} erstellt werden, wenn der @code{Span_arpeggio_engraver} -in den @code{Score}-Kontext eingefügt wird. - -" - doctitlede = "Arpeggio über mehrere Systeme in anderen Kontexten" - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -Dans une double portée pour piano (@code{PianoStaff}), un arpège peut -s'étendre sur les deux portées grâce à la propriété -@code{PianoStaff.connectArpeggios}. - -" - doctitlefr = "Arpège distribué sur une partition pour piano" - - texidoc = " In a @code{PianoStaff}, it is possible to let an arpeggio cross between the staves by setting the property @code{PianoStaff.connectArpeggios}. @@ -63,4 +34,3 @@ the staves by setting the property @code{PianoStaff.connectArpeggios}. } } >> - diff --git a/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly b/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly index 2bc1f07b15..cce853cf73 100644 --- a/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly +++ b/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly @@ -9,37 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden crear arpegios que se cruzan entre pentagramas dentro de -contextos distintos a @code{GrandStaff}, @code{PianoStaff} y -@code{StaffGroup} si se incluye el grabador -@code{Span_arpeggio_engraver} en el contexto de @code{Score}. - -" - doctitlees = "Creación de arpegios que se cruzan entre pentagramas dentro de otros contextos" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -In einem Klaviersystem (@code{PianoStaff}) ist es möglich, ein Arpeggio -zwischen beiden Systemen zu verbinden, indem die -@code{PianoStaff.connectArpeggios}-Eigenschaft gesetzt wird. - - -" - doctitlede = "Arpeggio zwischen Systemen in einem Klaviersystem erstellen" - -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 - texidocfr = " -Il est possible de distribuer un arpège sur plusieurs portées d'un -système autre que le @code{PianoStaff} dès lors que vous incluez le -@code{Span_arpeggio_engraver} au contexte @code{Score}. - -" - doctitlefr = "Arpège distribué pour un autre contexte que le piano" - - texidoc = " Cross-staff arpeggios can be created in contexts other than @code{GrandStaff}, @code{PianoStaff} and @code{StaffGroup} if the @@ -74,4 +43,3 @@ Cross-staff arpeggios can be created in contexts other than } } } - diff --git a/Documentation/snippets/creating-double-digit-fingerings.ly b/Documentation/snippets/creating-double-digit-fingerings.ly index 5e4ace4ea0..78bea18c32 100644 --- a/Documentation/snippets/creating-double-digit-fingerings.ly +++ b/Documentation/snippets/creating-double-digit-fingerings.ly @@ -7,17 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, staff-notation, scheme-language, editorial-annotations" - -%% 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 = "expressive-marks, scheme-language, staff-notation, editorial-annotations, tweaks-and-overrides" texidoc = " By default you cannot make double-digit fingering notation (i.e. diff --git a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly index 433ebb891f..bb62c5c578 100644 --- a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly +++ b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly @@ -9,34 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden crear indicaciones metronómicas nuevas en modo de -marcado, pero no cambian el tempo en la salida MIDI. - -" - doctitlees = "Crear indicaciones metronómicas en modo de marcado" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Neue Metronombezeichnungen können als Textbeschriftung erstellt werden, -aber sie ändern nicht das Tempo für die MIDI-Ausgabe. - -" - - doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen" - -%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a - texidocfr = " -Vous pouvez créer des indications de tempo sous la forme d'étiquettes -textuelles -- des objets @emph{markup} -- notamment des équivalences. -Cependant, elles n'apparaîtront pas dans le fichier MIDI. - -" - doctitlefr = "Création d'une indication métronomique sous forme d'étiquette" - - texidoc = " New metronome marks can be created in markup mode, but they will not change the tempo in MIDI output. diff --git a/Documentation/snippets/creating-real-parenthesized-dynamics.ly b/Documentation/snippets/creating-real-parenthesized-dynamics.ly index 63446a5907..4f67c9b85f 100644 --- a/Documentation/snippets/creating-real-parenthesized-dynamics.ly +++ b/Documentation/snippets/creating-real-parenthesized-dynamics.ly @@ -7,43 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, workaround, text" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Aunque la manera más fácil de añadir paréntesis a una indicación -de dinámica es utilizar un bloque @code{\\markup}, este método -tiene un inconveniente: los objetos que se crean se comportarán -como elementos de marcado de texto y no como indicaciones -dinámicas. - -Sin embargo, es posible crear un objeto similar utilizando el código -de Scheme equivalente (como se explica en la Referencia de la -notación), en combinación con la función -@code{make-dynamic-script}. De esta forma, el elemento de marcado se -tratará como una indicación dinámica, y por tanto seguirá siendo -compatible con instrucciones como @code{\\dynamicUp} o -@code{\\dynamicDown}. - -" - doctitlees = "Crear indicaciones dinámicas \"verdaderas\" entre paréntesis" - -%% 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 = "expressive-marks, text, workaround" texidoc = " Although the easiest way to add parentheses to a dynamic mark is to use @@ -70,4 +34,3 @@ parenF = #(make-dynamic-script (markup #:line (#:normal-text #:italic \relative c'' { c4\parenF c c \dynamicUp c\parenF } - diff --git a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly index e1c84a0b11..f8bc4f20d1 100644 --- a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly +++ b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly @@ -7,36 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, text" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -A diferencia de las inscripciones de texto, las lestras de ensayo -no se pueden apilar en un punto concreto de la partitura: sólo se -crea un objeto @code{RehearsalMark}. Utilizando un compás y línea -divisoria invisibles se puede crear una nueva marca de ensayo, -dando la apariencia de dos marcas en la misma columna. - -Este método también puede resultar útil para colocar marcas de -ensayo tanto al final de un sistema como al comienzo del sistema -siguiente. - -" - doctitlees = "Creación de marcas de ensayo simultáneas" - -%% 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 = "expressive-marks, text, tweaks-and-overrides" texidoc = " Unlike text scripts, rehearsal marks cannot be stacked at a particular diff --git a/Documentation/snippets/creating-slurs-across-voices.ly b/Documentation/snippets/creating-slurs-across-voices.ly index 88e5674ba2..3adb41d38d 100644 --- a/Documentation/snippets/creating-slurs-across-voices.ly +++ b/Documentation/snippets/creating-slurs-across-voices.ly @@ -7,35 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, keyboards, real-music, unfretted-strings, connecting-notes" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -En determinadas situaciones es necesario crear ligaduras de -expresión entre notas que están en voces distintas. - -La solución es añadir notas invisibles a una de las voces -utilizando @code{\\hideNotes}. - -Este ejemplo es el compás 235 de la Chacona de la segunda Partita -para violín solo, BWV 1004, de Bach. - -" - doctitlees = "Hacer ligaduras entre voces distintas" - -%% 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 = "expressive-marks, real-music, keyboards, unfretted-strings, connecting-notes" texidoc = " In some situations, it may be necessary to create slurs between notes @@ -73,4 +45,3 @@ solo violin, BWV 1004. } >> } - diff --git a/Documentation/snippets/creating-text-spanners.ly b/Documentation/snippets/creating-text-spanners.ly index 2f73b74bba..d5ad612b6f 100644 --- a/Documentation/snippets/creating-text-spanners.ly +++ b/Documentation/snippets/creating-text-spanners.ly @@ -7,28 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, text" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan} -permiten la creación de elementos de extensión textuales tan -fácilmente como indicaciones de pedal u -octavaciones. Sobreescribimos ciertas propiedades del objeto -@code{TextSpanner} para modificar su salida. - -" - doctitlees = "Crear elementos de extensión textuales" - -%% 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 = "expressive-marks, text, tweaks-and-overrides" texidoc = " The @code{\\startTextSpan} and @code{\\stopTextSpan} commands allow the @@ -76,4 +55,3 @@ to modify its output. b4 c a4 \stopTextSpan } - diff --git a/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly b/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly index 3385bf5b73..e5f8ff4316 100644 --- a/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly +++ b/Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly @@ -7,20 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, workaround, chords, keyboards" - -%% 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, tweaks-and-overrides, chords" texidoc = " Sometimes it is better to use stems from the upper staff for creating diff --git a/Documentation/snippets/cross-staff-tremolos.ly b/Documentation/snippets/cross-staff-tremolos.ly index 0419a00e3a..40af74ca3e 100644 --- a/Documentation/snippets/cross-staff-tremolos.ly +++ b/Documentation/snippets/cross-staff-tremolos.ly @@ -7,31 +7,7 @@ \version "2.14.2" \header { - lsrtags = "keyboards, repeats, real-music" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Dado que @code{\\repeat tremolo} espera exactamente dos argumentos -musicales para los trémolos de acorde, la nota o acorde que cambia de -pentagrama en un trémolo que cruza el pentagrama se debe colocar -dentro de llaves curvas junto a su instrucción @code{\\change Staff}. - -" - - doctitlees = "Trémolos de pentagrama cruzado" - -%% 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 doit être encadré par des accolades et se voir adjoindre -la commande @code{\\change Staff}. - -" - doctitlefr = "Trémolo et changement de portée" - + lsrtags = "real-music, keyboards, repeats" texidoc = " Since @code{\\repeat tremolo} expects exactly two musical arguments for @@ -64,4 +40,3 @@ its @code{\\change Staff} command. } } >> - diff --git a/Documentation/snippets/custodes.ly b/Documentation/snippets/custodes.ly index 88c56f3c89..82ce777d96 100644 --- a/Documentation/snippets/custodes.ly +++ b/Documentation/snippets/custodes.ly @@ -7,21 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, tweaks-and-overrides, ancient-notation, symbols-and-glyphs" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden tipografiar «custos» en diferentes estilos. - -" - doctitlees = "Custos" - -%% 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" texidoc = " Custodes may be engraved in various styles. @@ -52,4 +38,3 @@ Custodes may be engraved in various styles. c1^"mensural" \break 1 } - diff --git a/Documentation/snippets/customizing-fretboard-fret-diagrams.ly b/Documentation/snippets/customizing-fretboard-fret-diagrams.ly index 4151b3e658..10c98098b0 100644 --- a/Documentation/snippets/customizing-fretboard-fret-diagrams.ly +++ b/Documentation/snippets/customizing-fretboard-fret-diagrams.ly @@ -7,46 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, fretted-strings" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden establecer las propiedades de los diagramas de -posiciones de acordes por medio de @code{'fret-diagram-details}. -Para los diagramas de posiciones de FretBoard, se aplican los -overrides (sobreescrituras) al objeto @code{FretBoards.FretBoard}. -Como @code{Voice}, @code{FretBoards} es un contexto del nivel -inferior, y por tanto se puede omitir su nombre en la -sobreescritura de propiedades. - -" - doctitlees = "Personalizar los diagramas de posiciones" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Eigenschaften von Bunddiagrammen können in -@code{'fret-diagram-details} verändert werden. Einstellungen mit -dem @code{\\override}-Befehl werden dem @code{FretBoards.FretBoard}-Objekt -zugewiesen. Genauso wie @code{Voice} ist auch @code{FretBoards} ein -Kontext der niedrigsten Ebene, weshalb der Kontext auch in dem Befehl -weggelassen werden kann. - -" - doctitlede = "Bunddiagramme anpassen" - -%% Translation of GIT committish: af01b3b78afa2e7c3c60e7280ee0b6382135bd35 - texidocfr = " -Les propriétés d'un diagramme de fret sont définies par les -@code{'fret-diagram-details}. En matière de diagramme de fret, les -adaptations s'appliquent à l'objet @code{FretBoards.FretBoard}. Un -@code{FretBoards} est comparable à un @code{Voice}@tie{}: il s'agit -d'un contexte du plus bas niveau, et il n'est donc pas primordial de -l'instancier de manière explicite pour adapter ses propriétés. - -" - doctitlefr = "Personnalisation de diagrammes de fret" - + lsrtags = "fretted-strings, tweaks-and-overrides" texidoc = " Fret diagram properties can be set through diff --git a/Documentation/snippets/customizing-markup-fret-diagrams.ly b/Documentation/snippets/customizing-markup-fret-diagrams.ly index 4641f1b8e7..c72bdcd118 100644 --- a/Documentation/snippets/customizing-markup-fret-diagrams.ly +++ b/Documentation/snippets/customizing-markup-fret-diagrams.ly @@ -7,40 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, fretted-strings" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden establecer las propiedades de los diagramas de -posiciones a través de @code{'fret-diagram-details}. Para los -diagramas de posiciones de marcado, se pueden aplicar overrides -(sobreescrituras) al objeto @code{Voice.TextScript} o directamente al elemento de marcado. - -" - doctitlees = "Personalizar diagramas de posiciones de marcado" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Bunddiagramme können mit der Eigenschaft @code{'fret-diagram-details} -angepasst werden. Bunddiagramme, die als Textbeschriftung eingefügt werden, -können Veränderungen im @code{Voice.TextScript}-Objekt oder direkt in der -Beschriftung vorgenommen werden. - -" - doctitlede = "Anpassung von Beschriftungs-Bunddiagrammen" - -%% 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 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" - + lsrtags = "fretted-strings, tweaks-and-overrides" texidoc = " Fret diagram properties can be set through 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 049e722941..517b04962e 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 @@ -9,33 +9,6 @@ \header { lsrtags = "editorial-annotations" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La dirección predeterminada de las plicas sobre la tercera línea -del pentagrama está determinada por la propiedad -@code{neutral-direction} del objeto @code{Stem}. - -" - doctitlees = "Dirección predeterminada de las plicas sobre la tercera línea del pentagrama" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Richtung von Hälsen auf der mittleren Linie kann mit der @code{Stem}-Eigenschaft -@code{neutral-direction} gesetzt werden. - -" - doctitlede = "Standardrichtung für Hälse auf der Mittellinie" - -%% 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" - texidoc = " The default direction of stems on the center line of the staff is set by the @code{Stem} property @code{neutral-direction}. @@ -52,4 +25,3 @@ by the @code{Stem} property @code{neutral-direction}. \override Stem #'neutral-direction = #down a4 b c b } - 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 30bc1dfeea..dfa5ee8e23 100644 --- a/Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly +++ b/Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly @@ -8,17 +8,6 @@ \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/defining-predefined-fretboards-for-other-instruments.ly b/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly index 8f0acd4777..b1d76d32b5 100644 --- a/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly +++ b/Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly @@ -9,63 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Se pueden añadir diagramas de posiciones predefinidas para -instrumentos nuevos además de los estándar que se usan para la -guitarra. Este archivo muestra cómo se hace, definiendo una afinación -nueva y unas cuantas posiciones para el cuatro venezolano. - -Este archivo también muestra cómo se pueden incluir las digitaciones -en los acordes que se usan como puntos de referencia para la búsqueda -de acordes en la tabla, y mostrarse en el diagrama de posiciones y la -tablatura @code{TabStaff}, pero no en la música. - -Estas posiciones no se pueden transportar porque contienen información -de las cuerdas. Hay planes para corregir esto en un futuro. - -" - doctitlees = "Definición de posiciones predefinidas para otros instrumentos" - - -%% Translation of GIT committish: f23429bc5cfa9d141ef7b4509afc46c140308a1e - texidocde = " -Vordefinierte Bunddiagramme können für neue Instrumente hinzugefügt werden -neben denen, die schon für die Gitarre definiert sind. Dieses Schnipsel -zeigt, wie man eine neue Saitenstimmung definiert und dann eigene vordefinierte -Bunddiagramme bestimmt. Das Beispiel ist für das venezualische Cuatro. - -Dieses Schnipsel zeigt auch, wie Fingersatz in die Akkorde eingebunden -werden kann, um als Referenzpunkt für die Akkordauswahl benutzt werden -kann. Dieser Fingersatz wird im Bunddiagramm und in der Tabulatur, -aber nicht in den Noten angezeigt. - -Diese Bunddiagramme sind nicht transponierbar, weil sie Saiteninformationen -enthalten. Das soll in der Zukunft verbessert werden. - -" - doctitlede = "Eigene vordefinierte Bunddiagramme für andere Instrumente erstellen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -La liste des diagrammes standards prédéfinis pour la guitare peut être -augmentée d'autres définitions spécifiques à d'autres instruments. -Voici comment définir un nouvel accordage ainsi que quelques diagrammes -prédéfinis pour le @qq{cuatro vénézuélien}. - -Cet exemple illustre aussi la manière d'ajouter des doigtés aux -accords@tie{}; ils serviront de référence pour la boucle d'accord et -seront indiqués dans les diagrammes et le @code{TabStaff}, mais pas dans -la musique. - -Ces diagrammes ne peuvent pas être transposés, dans la mesure où ils -contiennent des informations sur les cordes. Ceci est amené à évoluer. - -" - doctitlefr = "Création de diagrammes de fret prédéfinis pour d'autres instruments" - - texidoc = " Predefined fret diagrams can be added for new instruments in addition to the standards used for guitar. This file shows how this is done by diff --git a/Documentation/snippets/demo-midiinstruments.ly b/Documentation/snippets/demo-midiinstruments.ly index fffa4acb54..6293185c91 100644 --- a/Documentation/snippets/demo-midiinstruments.ly +++ b/Documentation/snippets/demo-midiinstruments.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, midi, real-music" - -%% 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 = "real-music, specific-notation, midi" texidoc = " Problem: How to know which @code{midiInstrument} would be best for your @@ -185,4 +177,3 @@ melody = { >> \midi { } } - diff --git a/Documentation/snippets/demonstrating-all-headers.ly b/Documentation/snippets/demonstrating-all-headers.ly index 4b8d086971..b9f6b959af 100644 --- a/Documentation/snippets/demonstrating-all-headers.ly +++ b/Documentation/snippets/demonstrating-all-headers.ly @@ -7,14 +7,7 @@ \version "2.14.2" \header { - lsrtags = "paper-and-layout, text, titles" - -%% 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 = " A demonstration of all headers. @@ -64,4 +57,3 @@ A demonstration of all headers. copyright = "localcopyright" } } - 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 c16ac7325a..f503c4f40e 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 @@ -7,54 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Si hay un solo pentagrama en un de los tipos de sistema -@code{ChoirStaff} o @code{StaffGroup}, el comportamiento -predeterminado es que no se imprima el corchete en la barra inicial. -Esto se puede cambiar sobreescribiendo las propiedades adecuadas. - -Observe que en contextos como @code{PianoStaff} y -@code{GrandStaff} en que los sistemas empiezan con una llave en -lugar de un corchete, se debe establecer el valor de una propiedad -distinta, como se ve en el segundo sistema del ejemplo. - -" - doctitlees = "Mostrar corchete o llave en grupos de un solo pentagrama" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn nur ein System einer Systemgruppe vom Typ @code{ChoirStaff} oder -@code{StaffGroup} angezeigt wird, wird die Klammer zu Beginn normalerweise -nicht gesetzt. Das kann verändert werden, indem man die entsprechende -Eigenschaft verändert. - -Bei Systemen wie @code{PianoStaff} und @code{GrandStaff}, die mit einer -geschweiften Klammer beginne, muss eine andere Eigenschaft verändert werden, -wie das zweite Beispiel zeigt. - -" - doctitlede = "Klammer anzeigen wenn nur ein System gesetzt wird" - -%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c - texidocfr = " -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. - -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 -système de l'exemple. - -" - doctitlefr = "Indicateur de regroupement et portée unique" - + lsrtags = "staff-notation, tweaks-and-overrides" texidoc = " If there is only one staff in one of the staff types @code{ChoirStaff} diff --git a/Documentation/snippets/displaying-complex-chords.ly b/Documentation/snippets/displaying-complex-chords.ly index dbd3e41d24..3cd7448ee2 100644 --- a/Documentation/snippets/displaying-complex-chords.ly +++ b/Documentation/snippets/displaying-complex-chords.ly @@ -7,24 +7,7 @@ \version "2.15.40" \header { - lsrtags = "workaround, chords, simultaneous-notes" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -He aquí una forma de imprimir un acorde en el que suena la misma nota -dos veces con distintas alteraciones. - -" - doctitlees = "Impresión de acordes complejos" - -%% 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" texidoc = " Here is a way to display a chord where the same note is played twice diff --git a/Documentation/snippets/displaying-grob-ancestry.ly b/Documentation/snippets/displaying-grob-ancestry.ly index c03f1f2498..1ff068dbb3 100644 --- a/Documentation/snippets/displaying-grob-ancestry.ly +++ b/Documentation/snippets/displaying-grob-ancestry.ly @@ -7,136 +7,7 @@ \version "2.14.2" \header { - lsrtags = "devel, tweaks-and-overrides, scheme-language" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Al trabajar con los callbacks de un grob, puede ser de mucha ayuda -entender el @qq{árbol genealógico} de un grob. La mayor parte de los -grobs tienen @qq{padres} que influyen en el posicionamiento del grob. -los padres X e Y influyen en las posiciones horizontal y vertical del -grob, respectivamente. Además, cada pade puede tener padres a su vez. - - -Por desgracia, existen varios aspectos de la genealogía de un grob que -pueden llevar a confusión: - - -@itemize - -@item Los tipos de padre que tiene un grob pueden depender del -contexto. - -@item Para ciertos grobs, los padres X e Y son el mismo. - -@item Un @qq{ancestro} concreto puede estar relacionado con un grob de -mas de una manera. - -@item El concepto de @qq{generaciones} es engañoso. - -@end itemize - - -Por ejemplo, el grob @code{System} puede ser tanto un padre (sobre el -lado Y) como un abuelo (dos veces en el lado X) de un grob -@code{VerticalAlignment}. - - -Este macro imprime, en la consola, una representación textual de la -genealogía de un grob. - - -Cuando se llama de esta forma - -@example -@{ - \\once \\override NoteHead #'before-line-breaking = #display-ancestry - c4 -@} -@end example - - -Se genera la siguiente salida: - - -@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 - -" - - doctitlees = "Imprimir el árbol genealógico de un grob" - -%% Translation of GIT committish: 904ea9fed4c66f5b86f3ac6ffb9fa273f082f371 - texidocfr = " -Lorsque l'on manipule des rappels d'objet (@emph{grob callbacks}), il -peut être intéressant d'en maîtriser les « ascendants ». La plupart des -objets graphiques ont des parents, lesquels auront une influence sur le -positionnement de l'objet en question. Ainsi, les parents des côtés X -et Y influenceront respectivement les positions 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 « ascendant » particulier peut dépendre d'un @emph{grob} de - différentes manières. - --- Le concept de « 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 = "scheme-language, tweaks-and-overrides, devel" texidoc = " When working with grob callbacks, it can be helpful to understand a diff --git a/Documentation/snippets/dotted-harmonics.ly b/Documentation/snippets/dotted-harmonics.ly index 5f570f8ca1..4a4d189379 100644 --- a/Documentation/snippets/dotted-harmonics.ly +++ b/Documentation/snippets/dotted-harmonics.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, real-music, unfretted-strings" - -%% 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, unfretted-strings, tweaks-and-overrides" texidoc = " Artificial harmonics using @code{\\harmonic} do not show dots. To diff --git a/Documentation/snippets/double-glissando.ly b/Documentation/snippets/double-glissando.ly index b780060432..a5a70fd771 100644 --- a/Documentation/snippets/double-glissando.ly +++ b/Documentation/snippets/double-glissando.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, workaround, contemporary-notation, simultaneous-notes" - -%% 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 = "expressive-marks, workaround, simultaneous-notes, contemporary-notation" texidoc = " To connect chords with glissando lines, attach a second glissando to a @@ -43,4 +35,3 @@ hidden voice. } >> } - diff --git a/Documentation/snippets/drawing-boxes-around-grobs.ly b/Documentation/snippets/drawing-boxes-around-grobs.ly index fd068efd4e..473d51eeed 100644 --- a/Documentation/snippets/drawing-boxes-around-grobs.ly +++ b/Documentation/snippets/drawing-boxes-around-grobs.ly @@ -7,15 +7,7 @@ \version "2.15.40" \header { - lsrtags = "tweaks-and-overrides, scheme-language, editorial-annotations" - -%% 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 = "scheme-language, editorial-annotations, tweaks-and-overrides" texidoc = " The @code{print-function} can be overridden to draw a box around an @@ -44,6 +36,3 @@ arbitrary grob. \mark "F" c1 } - - - diff --git a/Documentation/snippets/drawing-circles-around-note-heads.ly b/Documentation/snippets/drawing-circles-around-note-heads.ly index cc80903fd4..5125f5a411 100644 --- a/Documentation/snippets/drawing-circles-around-note-heads.ly +++ b/Documentation/snippets/drawing-circles-around-note-heads.ly @@ -9,13 +9,6 @@ \header { lsrtags = "editorial-annotations" -%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c - texidocfr = " -Voici comment entourer d'un cercle une note : - -" - doctitlefr = "Encerclement de notes" - texidoc = " Here is how to circle a note. diff --git a/Documentation/snippets/drawing-circles-around-various-objects.ly b/Documentation/snippets/drawing-circles-around-various-objects.ly index 4bab50ad7d..178e7e6bbf 100644 --- a/Documentation/snippets/drawing-circles-around-various-objects.ly +++ b/Documentation/snippets/drawing-circles-around-various-objects.ly @@ -7,18 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, scheme-language, editorial-annotations" - -%% 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 = "scheme-language, editorial-annotations, tweaks-and-overrides" texidoc = " The @code{\\circle} markup command draws circles around various diff --git a/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly b/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly index 7a2dbc6fa4..fe2eb6d845 100644 --- a/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly +++ b/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly @@ -9,43 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Funciones postfijas para la creación de objetos de extensión de texto -personalizados. Los objetos de extensión deben comenzar en la primera -nota del compás. Hay que utilizar -\mycresc, en caso contrario el -comienzo del eobjeto de extensión se asignará a la nota siguiente. - -" - - doctitlees = "Objeto personalizado de extensión de texto de matices dinámicos postfijo" - -%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - - texidocde = "Die Nachstellung funktioniert für eigene Crescendo-Textstrecker. -Die Strecker sollten an der ersten Note eines Taktes beginnen. Man muss --\mycresc benutzen, sonst wird der Beginn des Streckers der nächsten Note -zugewiesen. - -" - doctitlede = "Eigene Dynamiktextspanner nachgestellt" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Il s'agit de fonctions postfix pour personnaliser l'extension des -crescendos textuels. L'extension devrait débuter sur la première note -de la mesure. Il faut utiliser @w{@code{-\mycresc}} -- comme une -articulation -- sous peine que le départ de l'extension n'apparaisse -qu'à la note suivante. - -" - - doctitlefr = "Personnalisation des extenseurs de nuance postfix" - - texidoc = " Postfix functions for custom crescendo text spanners. The spanners should start on the first note of the measure. One has to use diff --git a/Documentation/snippets/dynamics-text-spanner-postfix.ly b/Documentation/snippets/dynamics-text-spanner-postfix.ly index 8222ebddf5..f0be4d44ab 100644 --- a/Documentation/snippets/dynamics-text-spanner-postfix.ly +++ b/Documentation/snippets/dynamics-text-spanner-postfix.ly @@ -9,48 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Los objetos de extensión \cresc, \dim y \decresc ahora se pueden -redefinir como operadores postfijos y producir un solo objeto de -extensión de texto. La definición de extensores personalizados -también es fácil. Se pueden mezclar con facilidad los crescendi -textuales y en forma de reguladores. \< y \> producen reguladores -gráficos de forma predeterminada, \cresc etc. producen elementos -extensores de texto de forma predeterminada. - -" - - doctitlees = "Objetos extensores de texto postfijos para dinámica" - -%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - - texidocde = "Die \cresc, \dim und \decresc Strecker können umdefiniert werden, -um nachgestellt zu funktionieren und einen Textstrecker zu produzieren. Eigene -Strecker können auch einfach definiert werden. Klammer- und Textcrescendi können -einfach vermischt werden. \< und \> erstellen normalerweise Klammern, \cresc -usw. dagegen normalerweise Textspanner. - -" - doctitlede = "Dynamiktextstrecker nachgestellt" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les lignes d'extension des commandes @code{\\cresc}, @code{\\dim} et -@code{\\decresc} peuvent désormais être personnalisées facilement sous -forme d'opérateurs postfix. Soufflets et (de)crescendos peuvent -cohabiter. @code{\\<} et @code{\\>} produiront par défaut des -soufflets, alors que @code{\\cresc} etc. produiront une indication -textuelle avec extension. - -" - doctitlefr = "Extensions de nuance postfix" - - texidoc = " Custom text spanners can be defined and used with hairpin and text crescendos. @code{\\<} and @code{\\>} produce hairpins by default, 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 80af3f7cae..eea1e4ee6b 100644 --- a/Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly +++ b/Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly @@ -7,23 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, text, really-cool, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede insertar códico PostScript directamente dentro de un -bloque @code{\\markup}. - -" - doctitlees = "Empotrar PostScript nativo dentro de un bloque \\markup" - -%% 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 = "really-cool, text, specific-notation, editorial-annotations" texidoc = " PostScript code can be directly inserted inside a @code{\\markup} @@ -44,4 +28,3 @@ block. s2 a'1 } - diff --git a/Documentation/snippets/engravers-one-by-one.ly b/Documentation/snippets/engravers-one-by-one.ly index e3512428ba..26d3ff3671 100644 --- a/Documentation/snippets/engravers-one-by-one.ly +++ b/Documentation/snippets/engravers-one-by-one.ly @@ -9,62 +9,6 @@ \header { lsrtags = "specific-notation, contexts-and-engravers" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Del problema central de la notación, esto es, crear un determinado -símbolo, se encargan los «plugins» o complementos añadidos. Cada -uno de los complementos se conoce como un grabador. En este -ejemplo, los grabadores se van activando uno por uno, en el orden -siguiente: - -- cabeza de las notas, - -- el símbolo del pentagrama, - -- clave, - -- plicas, - -- barras, ligaduras de expresión, acentos, - -- alteraciones, líneas divisorias, indicación del compás, y armadura. - -Los grabadores se encuentran agrupados. Por ejemplo, las cabezas de -nota, ligaduras de expresión, barras de corchea, etc. forman un -contexto de voz, @code{Voice}. Los grabadores de la armadura, -alteraciones, líneas de compás, etc. forman un contexto de pentagrama, -@code{Staff}. - -" - doctitlees = "Los grabadores uno por uno" - -%% 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" - texidoc = " The notation problem, creating a certain symbol, is handled by plugins. Each plugin is called an Engraver. In this example, engravers are @@ -332,4 +276,3 @@ MyStaff = \context { \context { \MyVoice } } } - diff --git a/Documentation/snippets/engraving-ties-manually.ly b/Documentation/snippets/engraving-ties-manually.ly index 19b87e499d..bf70463602 100644 --- a/Documentation/snippets/engraving-ties-manually.ly +++ b/Documentation/snippets/engraving-ties-manually.ly @@ -9,41 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Grabado manual de las ligaduras" - texidoces = " -Se pueden grabar a mano las ligaduras modificando la propiedad -@code{tie-configuration} del objeto @code{TieColumn}. El primer número -indica la distancia a partir de la tercera línea del pentagrama en -espacios de pentagrama, y el segundo número indica la dirección (1 = -hacia arriba, -1 = hacia abajo). - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Überbindungen können manuell gesetzt werden, indem man die -@code{tie-configuration}-Eigenschaft des @code{TieColumn}-Objekts -beeinflusst. Die erste Zahl zeigt den Abstand von der Mitte in -Notensystemabständen an, die zweite Zahl zeigt die Richtung an (1 = nach oben, --1 = nach unten). - -" - doctitlede = "Bindebögen manuell setzen" - - - -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 - texidocfr = " -Il est possible de graver manuellement les liaisons de tenue, en -modifiant la propriété @code{tie-configuration}. Pour chaque paire, le -premier nombre indique la distance à la portée, en espaces de portée, et -le second la direction (1 pour haut, @minus{}1 pour bas). - -" - doctitlefr = "Dessin à main levée de liaisons de tenue" - texidoc = " Ties may be engraved manually by changing the @code{tie-configuration} property of the @code{TieColumn} object. The first number indicates the @@ -61,4 +26,3 @@ second number indicates the direction (1 = up, -1 = down). #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1)) 2~ } - diff --git a/Documentation/snippets/engraving-tremolos-with-floating-beams.ly b/Documentation/snippets/engraving-tremolos-with-floating-beams.ly index 0e38a7ef92..c338941830 100644 --- a/Documentation/snippets/engraving-tremolos-with-floating-beams.ly +++ b/Documentation/snippets/engraving-tremolos-with-floating-beams.ly @@ -7,21 +7,7 @@ \version "2.14.2" \header { - lsrtags = "rhythms, repeats" - -%% 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 = " If a tremolo's total duration is less than a quarter-note, or exactly a @@ -59,7 +45,3 @@ the @code{'gap} property. \override Beam #'gap = #0.33 \repeat tremolo 8 { a32 f } } - - - - diff --git a/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly b/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly index 4717362286..4ea34e2378 100644 --- a/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly +++ b/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly @@ -9,57 +9,6 @@ \header { lsrtags = "rhythms, syntax-and-expressions" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Escribir varios grupos especiales usando una sola instrucción \\times" - texidoces = " -La propiedad @code{tupletSpannerDuration} establece cuánto debe durar -cada grupo de valoración especial contenido dentro del corchete que -aparece después de @code{\\times}. Así, se pueden escribir muchos -tresillos seguidos dentro de una sola expresión @code{\\times}, -ahorrando trabajo de teclado. - -En el ejemplo se muestran dos tresillos, aunque se ha escrito -@code{\\times} una sola vez. - - -Para ver más inforamción sobre @code{make-moment}, véase la sección -correspondiente del manual de Referencia de la Notación. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Eigenschaft @code{tupletSpannerDuration} bestimmt, wie lange jede -der N-tolen innerhalb der Klammern nach dem @code{\\times}-Befehl -dauert. Auf diese Art können etwa viele Triolen nacheinander mit nur -einem @code{\\times}-Befehl geschrieben werden. - -Im Beispiel sind zwei Triolen zu sehen, obwohl @code{\\times} nur -einmal geschrieben wurde. - -Mehr Information über @code{make-moment} gibt es in \"Verwaltung der Zeiteinheiten\". - -" - doctitlede = "Mehrere Triolen notieren aber nur einmal \\times benutzen" - - - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -La propriété @code{tupletSpannerDuration} spécifie la longueur voulue de -chaque crochet. Avec elle, vous pouvez faire plusieurs nolets en ne -tapant @code{\\times} qu'une fois, ce qui évite une longue saisie. - -Dans l'exemple suivant, deux triolets sont imprimés avec une seule fonction -@code{\\times}. - -Pour plus d'information sur @code{make-moment}, voir la section -appropriée du manuel de notation. - -" - doctitlefr = "Plusieurs triolets avec une seule commande \\times" - texidoc = " The property @code{tupletSpannerDuration} sets how long each of the tuplets contained within the brackets after @code{\\times} should last. @@ -83,4 +32,3 @@ information about @code{ly:make-moment}. \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { c8 c c c c c } } - diff --git a/Documentation/snippets/faking-a-hammer-in-tablatures.ly b/Documentation/snippets/faking-a-hammer-in-tablatures.ly index 5ce48ab443..898b88339b 100644 --- a/Documentation/snippets/faking-a-hammer-in-tablatures.ly +++ b/Documentation/snippets/faking-a-hammer-in-tablatures.ly @@ -7,25 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, workaround, fretted-strings" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Se puede simular un @qq{hammer} o ligado ascendente con ligaduras de -expresión. - -" - - doctitlees = "Simular un hammer o ligado ascendente en una tablatura" - -%% 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 = "fretted-strings, specific-notation, workaround" texidoc = " A hammer in tablature can be faked with slurs. diff --git a/Documentation/snippets/fine-tuning-pedal-brackets.ly b/Documentation/snippets/fine-tuning-pedal-brackets.ly index 9d173cfd61..501e103589 100644 --- a/Documentation/snippets/fine-tuning-pedal-brackets.ly +++ b/Documentation/snippets/fine-tuning-pedal-brackets.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, keyboards" - -%% 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 = " The appearance of pedal brackets may be altered in different ways. diff --git a/Documentation/snippets/fingering-symbols-for-wind-instruments.ly b/Documentation/snippets/fingering-symbols-for-wind-instruments.ly index 54e8da12ce..98f35b0c5a 100644 --- a/Documentation/snippets/fingering-symbols-for-wind-instruments.ly +++ b/Documentation/snippets/fingering-symbols-for-wind-instruments.ly @@ -9,23 +9,6 @@ \header { lsrtags = "symbols-and-glyphs, winds" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden conseguir símbolos especiales combinando glifos existentes, -lo que es de utilidad para la notación de instrumentos de viento. - -" - doctitlees = "Símbolos de digitación para instrumentos de viento" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Des symboles spécifiques peuvent être obtenus en combinant les glyphes -disponibles, ce qui est tout à fait indiqué en matière d'instrument à vent. - -" - doctitlefr = "Symboles de doigtés pour instruments à vent" - - texidoc = " Special symbols can be achieved by combining existing glyphs, which is useful for wind instruments. @@ -55,4 +38,3 @@ centermarkup = { g\stopped } } - diff --git a/Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly b/Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly index 3c4af751b3..218ef35e9f 100644 --- a/Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly +++ b/Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly @@ -9,33 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -En este ejemplo se combinan las digitaciones de la mano izquierda, -indicaciones del número de cuerda y digitaciones de la mano -derecha. - -" - doctitlees = "Digitaciones - indicación del número de cuerda y digitaciones de mano derecha" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Dieses Beispiel kombiniert Fingersatz für die linke Hand, Saitennummern -und Fingersatz für die rechte Hand. - -" - doctitlede = "Fingersatz Saitennummern und Fingersatz für die rechte Hand" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'exemple suivant illustre comment combiner des doigtés pour la main -gauche, des indications de corde et des doigtés pour la main droite. - -" - doctitlefr = "Doigtés indications de corde et doigtés main droite" - - texidoc = " This example combines left-hand fingering, string indications, and right-hand fingering. @@ -54,4 +27,3 @@ right-hand fingering. 4 4 } - diff --git a/Documentation/snippets/flamenco-notation.ly b/Documentation/snippets/flamenco-notation.ly index 2c55485526..9a1063a2fa 100644 --- a/Documentation/snippets/flamenco-notation.ly +++ b/Documentation/snippets/flamenco-notation.ly @@ -7,80 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, version-specific, stylesheet, fretted-strings" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Para la guitarra flamenca se utilizan ciertos elementos de notación -especiales: - - -@itemize - -@item un símbolo para indicar un golpe sobre la caja de la guitarra -con el nudillo del dedo anular - -@item una flecha para indicar la dirección de los rasgueos - -@item distintas legras para las digitaciones (@qq{p}: pulgar, @qq{i}: -índice, @qq{m}: medio, @qq{a}: anular y @qq{x}: meñique) - -@item Rasgueados de 3 y cautro dedos: hacia arriba con todos los dedos -y terminando con arriba y abajo con el índice - -@item abanicos: rasgueos en serie con el pulgar, hacia abajo y el -meñique y el índice hacia arriba (hay también un abanico 2 en el que -los dedos medio y anular se usan en lugar del meñique) - -@item alza púa: pulsaciones rápidas con el pulgar - -@end itemize - - -Casi todas las figuras utilizan flechas combinadas con digitaciones; -con los abanicos y los rasgueados, las notas se imprimen con cabeza -sólo en el primer acorde. - -Este fragmento de código contiene código de tipo cabecera que se puede -copiar como @file{flamenco.ly} e incluirse en los documentos fuente. - -" - doctitlees = "Notación del flamenco" - -%% 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 = "version-specific, fretted-strings, specific-notation, stylesheet" texidoc = " For flamenco guitar, special notation is used: diff --git a/Documentation/snippets/flat-flags-and-beam-nibs.ly b/Documentation/snippets/flat-flags-and-beam-nibs.ly index 81874844c7..a1289e174c 100644 --- a/Documentation/snippets/flat-flags-and-beam-nibs.ly +++ b/Documentation/snippets/flat-flags-and-beam-nibs.ly @@ -7,105 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contemporary-notation, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Son posibles tanto los corchetes rectos sobre notas sueltas como -extremos de barra sueltos en figuras unidas, con una combinación de -@code{stemLeftBeamCount}, @code{stemRightBeamCount} e indicadores de -barra @code{[]} emparejados. - -Para corchetes rectos que apunten a la derecha sobre notas sueltas, -use indicadores de barra emparejados @code{[]} y establezca -@code{stemLeftBeamCount} a cero (véase el ejemplo 1). - -Para corchetes rectos que apunten a la izquierda, establezca en su -lugar @code{stemRightBeamCount} (ejemplo 2). - -Para extremos sueltos que apunten a la derecha al final de un conjunto -de notas unidas, establezca @code{stemRightBeamCount} a un valor -positivo. Y para extremos sueltos que apunten a la izquierda al -principio de un conjunto de notas unidas, establezca -@code{stemLeftBeamCount} en su lugar (ejemplo 3). - -A veces, para una nota suelta rodeada de silencios tiene sentido que -lleve los dos extremos sueltos del corchete plano, apuntando a derecha -e izquierda. Hágalo solamente con indicadores de barra emparejados -@code{[ ]} (ejemplo 4). - -(Observe que @code{\\set stemLeftBeamCount} siempre equivale a -@code{\\once \\set}. En otras palabras, los ajustes de la cantidad de -barras no se recuerdan, y por ello el par de corchetes planos -aplicados a la nota Do semicorchea @code{c'16[]} del último ejemplo no -tiene nada que ver con el @code{\\set} de dos notas por detrás.) - -" - doctitlees = "Corchetes rectos y extremos de barra sueltos" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Gerade Fähnchen an einzelnen Noten und überstehende Balkenenden bei -bebalkten Notengruppen sind möglich mit einer Kombination aus -@code{stemLeftBeamCount}, @code{stemRightBeamCount} und Paaren von -@code{[]}-Balkenbegrenzungen. - -Für gerade Fähnchen, die nach rechts zeigen, kann @code{[]} eingesetzt -werden und @code{stemLeftBeamCount} auf Null gesetzt werden (wie -Bsp. 1). - -Für gerade Fähnchen, die nach links zeigen, muss @code{stemRightBeamCount} -eingesetzt werden (Bsp. 2). - -Für überstehende Balkenenden nach rechts muss @code{stemRightBeamCount} -auf einen positiven Wert gesetzt werden, für Balkenenden, die nach links -zeigen benutzt man @code{stemLeftBeamCount} (Bsp. 3). - -Manchmal können einzelne Noten, die von Pausen umgeben sind, auch Balkenenden -in beide Richtungen tragen. Das geschieht mit @code{[]}-Klammern (Bsp. 4). - -(@code{\\set stemLeftBeamCount} entspricht immer dem Befehl -@code{\\once \\set}. Anders gesagt müssen die Einstellungen immer wieder -wiederholt werden und die Fähnchen des letzten Sechzehntels im letzten -Beispiel haben nichts mit dem @code{\\set}-Befehl zwei Noten vorher zu tun.) - -" - doctitlede = "Gerade Fähnchen und überstehende Balkenenden" - - - -%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c - texidocfr = " -En combinant @code{stemLeftBeamCount}, @code{stemRightBeamCount} et des -paires de @code{[]}, vous pourrez obtenir des crochets rectilignes et -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 1. - -Pour des crochets rectiligne à gauche, c'est @code{stemRightBeamCount} -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 ; 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 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.) - -" - doctitlefr = "Crochet rectiligne et débordement de ligature" + lsrtags = "rhythms, contemporary-notation" texidoc = " Flat flags on lone notes and beam nibs at the ends of beamed figures @@ -189,4 +91,3 @@ carry both a left- and right-pointing flat flag. Do this with paired } >> } - diff --git a/Documentation/snippets/flute-slap-notation.ly b/Documentation/snippets/flute-slap-notation.ly index eabaebe522..b8ca288755 100644 --- a/Documentation/snippets/flute-slap-notation.ly +++ b/Documentation/snippets/flute-slap-notation.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contemporary-notation, winds" - -%% 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 = " It is possible to indicate special articulation techniques such as a @@ -53,4 +44,3 @@ slap = c4 \slap c d r \slap { g4 a } b r } - 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 2e3517fb18..bc11fa25de 100644 --- a/Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly +++ b/Documentation/snippets/forcing-a-clef-symbol-to-be-displayed.ly @@ -9,16 +9,6 @@ \header { lsrtags = "pitches" -%% 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" - texidoc = " When a clef sign has already been displayed and it has not been changed to a different clef, then repeating the @code{\\clef} command will be diff --git a/Documentation/snippets/forcing-horizontal-shift-of-notes.ly b/Documentation/snippets/forcing-horizontal-shift-of-notes.ly index 3d7b98a063..ec14676abc 100644 --- a/Documentation/snippets/forcing-horizontal-shift-of-notes.ly +++ b/Documentation/snippets/forcing-horizontal-shift-of-notes.ly @@ -9,38 +9,6 @@ \header { lsrtags = "tweaks-and-overrides, simultaneous-notes" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - doctitlees = "Forzar el desplazamiento horizontal de las notas" - -texidoces = " - Cuando el motor de tipografiado no es capaz de todo, se puede usar la - sintaxis siguiente para sobreescribir las decisiones de tipografía. - Las unidades de medida que se usan aquí son espacios de pentagrama. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn es zu Zusammenstößen kommt, kann mit folgender Lösung eine andere -Position manuell eingestellt werden. Die Einheiten hier sind -Notenlinienzwischenräume. - -" - doctitlede = "Horizontale Verschiebung von Noten erzwingen" - -%% Translation of GIT committish: 1baa2adf57c84e8d50e6907416eadb93e2e2eb5c - texidocfr = " -Quand LilyPond est dépassé, la propriété @code{force-hshift} de l'objet -@code{NoteColumn}, et des silences à hauteur déterminée, peuvent -s'avérer utiles pour dicter au programme les choix de placement. On -travaille ici en espace de portée. - -" - doctitlefr = "Décalage horizontal forcé" - - texidoc = " When the typesetting engine cannot cope, the following syntax can be used to override typesetting decisions. The units of measure used here @@ -62,4 +30,3 @@ are staff spaces. 2 } >> - diff --git a/Documentation/snippets/forcing-hyphens-to-be-shown.ly b/Documentation/snippets/forcing-hyphens-to-be-shown.ly index 4a2be161dc..acbbfa1bae 100644 --- a/Documentation/snippets/forcing-hyphens-to-be-shown.ly +++ b/Documentation/snippets/forcing-hyphens-to-be-shown.ly @@ -9,27 +9,6 @@ \header { lsrtags = "vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Si LilyPond no cree que haya sitio suficiente para un guión separador -de sílabas, lo omitirá. Se puede sobreescribir este comportamiento -con la propiedad @code{minimum-distance} de @code{LyricHyphen}. - -" - doctitlees = "Forzar la visibilidad de los guiones separadores de sílabas" - - - -%% 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" - texidoc = " If LilyPond does not think there is space for a hyphen, it will be omitted. The behaviour can be overridden with the 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 018514ff44..0f17ccf71a 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,19 +7,7 @@ \version "2.14.2" \header { - lsrtags = "workaround, staff-notation" - -%% 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 = "staff-notation, workaround" texidoc = " By default, metronome marks do not influence horizontal spacing. This @@ -53,4 +41,3 @@ example = { \override Score.MetronomeMark #'extra-spacing-width = #'(0 . 0) \example } - 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 b1a91cac88..8c5aaa1e4a 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,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, automatic-notation, rhythms, preparing-parts" - -%% 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 = "really-simple, automatic-notation, preparing-parts, rhythms" texidoc = " This snippet demonstrates how to obtain automatic ordered rehearsal @@ -47,4 +39,3 @@ marks, but from the letter or number desired. c1 \mark \default c1 \mark \default } - diff --git a/Documentation/snippets/formatting-lyrics-syllables.ly b/Documentation/snippets/formatting-lyrics-syllables.ly index ab1c3f2ecd..8856586529 100644 --- a/Documentation/snippets/formatting-lyrics-syllables.ly +++ b/Documentation/snippets/formatting-lyrics-syllables.ly @@ -9,30 +9,6 @@ \header { lsrtags = "text, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Es posible usar el modo de marcado para dar formato a sílabas -individuales dentro de la letra. - -" - doctitlees = "Dar formato a sílabas de la letra" - -%%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 - texidocde = " -Textbeschriftungsmodus kann eingesetzt werden, um individuelle Silben im Gesangstext -zu formatieren. - -" - doctitlede = "Silben im Gesangstext formatieren" - -%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c - texidocfr = " -Le mode @emph{markup} permet d'individualiser la mise en forme de -certaines syllabes. - -" - doctitlefr = "Mise en forme individuelle de syllabes" - texidoc = " Markup mode may be used to format individual syllables in lyrics. diff --git a/Documentation/snippets/fret-diagrams-explained-and-developed.ly b/Documentation/snippets/fret-diagrams-explained-and-developed.ly index da3a65a61e..d158584552 100644 --- a/Documentation/snippets/fret-diagrams-explained-and-developed.ly +++ b/Documentation/snippets/fret-diagrams-explained-and-developed.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, fretted-strings" - -%% 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 = " This snippet shows many possibilities for obtaining and tweaking fret diff --git a/Documentation/snippets/fretboards-alternate-tables.ly b/Documentation/snippets/fretboards-alternate-tables.ly index 5d490e343d..39d483b9d5 100644 --- a/Documentation/snippets/fretboards-alternate-tables.ly +++ b/Documentation/snippets/fretboards-alternate-tables.ly @@ -9,65 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Se pueden crear tablas alternativas de diagramas de posiciones. Se -utilizarían para tener diagramas altenativos para un acorde dado. - -Para usar una tabla alternativa de diagramas de posiciones, se debe -crear la tabla primero. Después se añaden los diagramas a la tabla. - -La tabla de diagramas de posiciones que se crea puede estar vacía o se -puede copiar a partir de una tabla existente. - -La tabla a usar en la impresión de los diagramas predefinidos se -selecciona por medio de la propiedad @code{\\predefinedDiagramTable}. - -" - - doctitlees = "Tablas alternativas de diagramas de posiciones" - -%% Translation of GIT committish: a463d80d4be008ce05b12de86fc21f2b7c1c120f - - texidocde = " -Alternative Bunddiagrammtabellen können erstellt werden. Sie können benutzt -werden, um alternative Bunddiagramme für einen bestimmten Akkord zu haben. - -Damit eine alternative Bunddiagrammentabelle benutzt werden kann, muss die -Tabelle zuerst erstellt werden. Dann werden die Bunddiagramme zur Tabelle -hinzugefügt. - -Die erstellte Bunddiagrammtabelle kann auch leer sein, oder sie kann aus -einer existierenden Tabelle kopiert werden. - -Die Tabelle, die eingesetzt wird, um vordefinierte Bunddiagramme anzuzeigen, -wird mit der Eigenschaft @code{\\predefinedDiagramTable} ausgewählt. -" - - doctitlede = "Alternative Bunddiagrammtabellen" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Vous pouvez tout à fait créer des tables de diagrammes de fret -supplémentaires, notamment dans l'optique d'un fret alternatif pour un -accord donné. - -Avant de pouvoir utiliser un diagramme alternatif, vous devrez alimenter -une table à cet effet. Les différents diagrammes seront ajoutés à cette -table. - -Il peut aussi bien s'agir d'une table vide, que de la recopie d'une -table existante. - -La table servant de base pour les diagrammes prédéfinis est sélectionnée -par la propriété @code{\\predefinedDiagramTable}. - -" - doctitlefr = "Diagrammes de fret alternatifs" - - texidoc = " Alternate fretboard tables can be created. These would be used in order to have alternate fretboards for a given chord. @@ -137,4 +78,3 @@ the property @code{\\predefinedDiagramTable}. >> } >> - diff --git a/Documentation/snippets/fretted-string-harmonics-in-tablature.ly b/Documentation/snippets/fretted-string-harmonics-in-tablature.ly index 2ebd0dc271..e04047cd53 100644 --- a/Documentation/snippets/fretted-string-harmonics-in-tablature.ly +++ b/Documentation/snippets/fretted-string-harmonics-in-tablature.ly @@ -9,28 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Armónicos sobre cuerdas pisadas (armónicos artificiales): -" - doctitlees = "Armónicos sobre cuerdas pisadas en tablatura" - - - -%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 - texidocde = " -Flageolett für Bundinstrumente: -" - doctitlede = "Flageolett von Bundinstrumenten in einer Tabulatur" - -%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c - texidocfr = " -Harmoniques et tablature (harmoniques artificielles). - -" - doctitlefr = "Harmoniques et tablature" - - texidoc = " Demonstrates fretted-string harmonics in tablature diff --git a/Documentation/snippets/generating-custom-flags.ly b/Documentation/snippets/generating-custom-flags.ly index cea693d5cd..17b305b920 100644 --- a/Documentation/snippets/generating-custom-flags.ly +++ b/Documentation/snippets/generating-custom-flags.ly @@ -8,15 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Une fonction Scheme personnalisée permet de redéfinir la propriété -@code{stencil} de l'objet @code{Flag}, de sorte à modifier le glyphe -utilisé pour les crochets de croche. - -" - doctitlefr = "Génération de crochets personnalisés" - lsrtags = "rhythms, tweaks-and-overrides" texidoc = " @@ -76,4 +67,3 @@ snippetexamplenotes = { \autoBeamOff c'8 d'16 c'32 d'64 \acciaccatura {c'8} d'64 \revert Flag #'stencil \snippetexamplenotes } - diff --git a/Documentation/snippets/generating-random-notes.ly b/Documentation/snippets/generating-random-notes.ly index 2ff76a4ed4..d17f902829 100644 --- a/Documentation/snippets/generating-random-notes.ly +++ b/Documentation/snippets/generating-random-notes.ly @@ -7,30 +7,7 @@ \version "2.15.40" \header { - lsrtags = "pitches, scheme-language, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este fragmento de código basado en Scheme genera -24 notas aleatorias (o tantas como se necesiten), basándose en la -hora actual (o en cualquier número pseudo-aleatorio que se -especifique en su lugar, para obtener las mismas notas aleatorias -cada vez): es decir, para obtener distintos patrones de notas, -sólo tiene que modificar este número. - -" - doctitlees = "Generación de notas aleatorias" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Le fragment de code Scheme ci-dessous génère aléatoirement 24 notes -(ou autant que nécessaire), à partir de l'heure courante (ou un nombre -quelconque donné en argument, afin d'obtenir toujours les mêmes notes -aléatoires). Pour obtenir une autre série de notes, il suffit de -changer ce nombre. - -" - doctitlefr = "Génération de notes aléatoires" + lsrtags = "really-cool, pitches, scheme-language" texidoc = " This Scheme-based snippet generates 24 random notes (or as many as diff --git a/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly b/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly index 1c216d3ed7..e460e7c1b5 100644 --- a/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly +++ b/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly @@ -7,43 +7,7 @@ \version "2.14.2" \header { - lsrtags = "automatic-notation, scheme-language, really-cool" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Une partition LilyPond, de manière interne, n'est rien d'autre qu'une -expression Scheme générée par l'analyseur syntaxique de lilypond. Il -est donc possible, à l'aide de Scheme, de générer automatiquement une -partition sans fichier source. Une expression musicale en Scheme sera -transformée en partition par un appel à -@code{(scorify-music music parser)}. Ceci aura pour effet de générer -un objet @code{score} auquel sera appliqué un bloc @code{layout} -comportant la fonction - -@example -(let* ((layout (ly:output-def-clone $defaultlayout))) - ; modification de la mise en forme, puis assignation : - (ly:score-add-output-def! score layout) - ) -@end example - -Il suffit alors de transmettre ce @code{score} à lilypond pour qu'il le -grave. Les trois fonctions -- @code{(add-score parser score)}, -@code{(add-text parser text)} et @code{(add-music parser music)} -- -définies dans le code ci-dessous permettent de transmettre à lilypond, -aux fins de les graver, une partition complète, un @emph{markup} ou -simplement de la musique. - -Cet exemple permet aussi de graver les pièces contenues dans un bloc -@code{\\book@{@dots{}@}} ainsi que des partitions de niveau supérieur. -Chaque partition destinée à être gravée est alors ajoutée à la liste des -partitions de niveau supérieur ; le @code{toplevel-book-handler} -- -fonction Scheme appelée pour traiter un @emph{book} dès que le bloc -@code{\\book@{@dots{}@}} est clôturé -- s'adapte pour prendre en charge -tous les @code{score} jusque là collectés dans l'ouvrage. - -" - doctitlefr = "Génération en Scheme de partitions complètes (y compris des parties d'ouvrage) sans utiliser l'analyseur" + lsrtags = "really-cool, scheme-language, automatic-notation" texidoc = " A lilypond score internally is just a Scheme expression, generated by diff --git a/Documentation/snippets/glissandi-can-skip-grobs.ly b/Documentation/snippets/glissandi-can-skip-grobs.ly index 2aae048df7..e7f55741f0 100644 --- a/Documentation/snippets/glissandi-can-skip-grobs.ly +++ b/Documentation/snippets/glissandi-can-skip-grobs.ly @@ -8,26 +8,6 @@ \version "2.15.12" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los objetos gráficos de columna de nota (los grobs @code{NoteColumn}) -pueden ser sobrepasados por los glissandos. - -" - doctitlees = "Glissando por debajo de un objeto gráfico" - -%% Translation of GIT committish: fc1ca638e0b5f66858b9b7a073ceefc1eccb3ed2 - texidocde = "@code{NoteColumn}-Grobs können bei Glissandos übersprungen werden." - doctitlede = "Glissando kann Grobs überspringen" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Un glissando peut sauter un objet @code{NoteColumn}. - -" - doctitlefr = "Glissando par dessus un objet graphique" - lsrtags = "expressive marks, staff-notation, tweaks-and-overrides" doctitle = "Glissandi can skip grobs" texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi." diff --git a/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly b/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly index 4fc0a858d9..2c65bd3b92 100644 --- a/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly +++ b/Documentation/snippets/graphical-and-text-woodwind-diagrams.ly @@ -9,38 +9,6 @@ \header { lsrtags = "winds" -%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -En muchos casos, las llaves que no están en la columna central se -pueden presentar por el nombre de la llave así como de forma gráfica. - -" - - doctitlees = "Diagramas para viento madera gráficos y textuales" - -%%% 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" - - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Dans certains cas, vous pouvez opter pour l'affichage textuel d'une clé -située à côté d'un trou plutôt que sa représentation graphique. - -" - doctitlefr = "Ajout de texte à un diagramme de doigté" - - texidoc = " In many cases, the keys other than the central column can be displayed by key name as well as by graphical means. diff --git a/Documentation/snippets/grid-lines--changing-their-appearance.ly b/Documentation/snippets/grid-lines--changing-their-appearance.ly index 0e04c74a86..d2dcdd86f4 100644 --- a/Documentation/snippets/grid-lines--changing-their-appearance.ly +++ b/Documentation/snippets/grid-lines--changing-their-appearance.ly @@ -9,32 +9,6 @@ \header { lsrtags = "editorial-annotations" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede cambiar el aspecto de las líneas de rejilla -sobreescribiendo algunas de sus propiedades. - -" - doctitlees = "Líneas de rejilla: modificar su aspecto" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Erscheinung der Gitternetzlinien kann durch einige Eigenschaften -geändert werden. - -" - doctitlede = "Gitternetzlinien: Aussehen verändern" - -%% Translation of GIT committish: 9ccf7f0f5e52e074f3b7852416ad5b78718395c8 - texidocfr = " -Modifier certaines des propriétés du quadrillage temporel aura pour effet -d'en changer l'apparence. - -" - doctitlefr = "Apparence du quadrillage temporel" - - texidoc = " The appearance of grid lines can be changed by overriding some of their properties. @@ -85,4 +59,3 @@ properties. } } } - diff --git a/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly b/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly index 03ffbe9067..4321a5f5e7 100644 --- a/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly +++ b/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly @@ -9,26 +9,6 @@ \header { lsrtags = "editorial-annotations" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden trazar líneas verticales normales entre pentagramas para -mostrar la relación entre notas; sin embargo, en caso de música -monofónica, podemos hacer invisible el segundo pentagrama, y que -las líneas sean más cortas, como en este fragmento de código. - -" - doctitlees = "Líneas de rejilla: destacar ritmos y la relación temporal entre notas" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Des lignes verticales entre les portées peuvent s'ajouter dans le but -d'indiquer la synchronisation entre des notes. Dans le cas de musique -monophonique, on peut toutefois créer une deuxième portée, invisible, et -raccourcir les lignes comme ici. - -" - doctitlefr = "Quadrillage temporel : mise en évidence du rythme et synchronisation des notes" - texidoc = " Regular vertical lines can be drawn between staves to show note synchronization; however, in case of monophonic music, you may want to @@ -87,4 +67,3 @@ this snippet. ragged-right = ##t } } - diff --git a/Documentation/snippets/guitar-slides.ly b/Documentation/snippets/guitar-slides.ly index 0e508bcb36..ad85eca0e8 100644 --- a/Documentation/snippets/guitar-slides.ly +++ b/Documentation/snippets/guitar-slides.ly @@ -8,29 +8,6 @@ \version "2.15.10" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - - texidoces = " -A diferencia de los glissandos, los @q{slides} o ligaduras pueden -partir de un punto impreciso del mástil hasta un traste específico. -Una buena forma de hacerlo es añadir una nota de mordente antes de la -nota real, como se muestra en el ejemplo siguiente. - -" - - doctitlees = "Ligaduras de guitarra" - -%% Translation of GIT committish: 0 - texidocfr = " -Contrairement au glissando, un @qq{slide} peut aller d'un point non -précisé du manche jusqu'à un fret spécifique. Ceci peut s'indiquer à -l'aide d'une note d'ornement masquée précédant la note effectivement -jouée, comme dans l'exemple suivant. - -" - doctitlefr = "Indication d'un glissé de guitare" - lsrtags = "fretted-strings" texidoc = " diff --git a/Documentation/snippets/guitar-strum-rhythms.ly b/Documentation/snippets/guitar-strum-rhythms.ly index db98ae115f..7755779615 100644 --- a/Documentation/snippets/guitar-strum-rhythms.ly +++ b/Documentation/snippets/guitar-strum-rhythms.ly @@ -7,35 +7,7 @@ \version "2.14.2" \header { - lsrtags = "rhythms, fretted-strings" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para la música de guitarra, es posible mostrar los ritmos de rasgueo, -además de las notas de la melodía, acordes y diagramas de posiciones. - -" - doctitlees = "Ritmos rasgueados de guitarra" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -In Gitarrennotation kann neben Melodie, Akkordbezeichnungen und -Bunddiagrammen auch der Schlagrhythmus angegeben werden. - -" - doctitlede = "Schlagrhythmus für Gitarren" - - - -%% Translation of GIT committish: 015b8e65e5e9a74cea1618b597402b5b74f89b89 - texidocfr = " -En matière de notation pour guitare, il arrive que soient indiqués les -@qq{coups de gratte} en plus de la mélodie, grilles d'accords et -diagrammes de tablature. - -" - doctitlefr = "Rythmique et guitare" + lsrtags = "fretted-strings, rhythms" texidoc = " For guitar music, it is possible to show strum rhythms, along with @@ -84,4 +56,3 @@ melody notes, chord names and fret diagrams. } } >> - diff --git a/Documentation/snippets/hairpins-with-different-line-styles.ly b/Documentation/snippets/hairpins-with-different-line-styles.ly index 24ddb9c595..9868116e1b 100644 --- a/Documentation/snippets/hairpins-with-different-line-styles.ly +++ b/Documentation/snippets/hairpins-with-different-line-styles.ly @@ -9,25 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los reguladores pueden imprimirse en uno cualquiera de los estilos de -@code{line-interface}: discontinuo, punteado, línea, trino o zig-zag. - -" - doctitlees = "Reguladores con distintos estilos de línea" - - - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Les lignes d'un soufflet peuvent adopter tous les styles permis par la -@code{line-interface} : discontinu, pointillé, continu, ondulé ou en -zigzag. - -" - doctitlefr = "Stylisation des lignes de soufflet" - texidoc = " Hairpins can take any style from @code{line-interface} - dashed-line, dotted-line, line, trill or zigzag. @@ -52,4 +33,3 @@ dotted-line, line, trill or zigzag. \revert Hairpin #'style c2\< c\! } - diff --git a/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly b/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly index 447e02d220..8e87fe8d1b 100644 --- a/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly +++ b/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly @@ -7,17 +7,7 @@ \version "2.15.40" \header { - lsrtags = "contemporary-notation, rhythms, real-music, percussion" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Bien que la métrique complexe ne soit pas l'élément primordial de cet -exemple, elle permet d'indiquer la pulsation de cette pièce qui, par -ailleurs, constitue le canevas d'une chanson traditionnelle des -Balkans. - -" - doctitlefr = "Indication personnalisée d'une polymétrie complexe" + lsrtags = "real-music, percussion, rhythms, contemporary-notation" texidoc = " Though the polymetric time signature shown was not the most essential @@ -68,4 +58,3 @@ drum = \new DrumStaff \drummode { \melody \drum } - 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 fa31521f39..e8c052e478 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 @@ -9,36 +9,6 @@ \header { lsrtags = "pitches" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Aquí se muestra la manera de ocultar las alteraciones de las notas -ligadas al comienzo de un sistema nuevo. - -" - - doctitlees = "Ocultar las alteraciones sobre notas ligadas al principio de un sistema nuevo" - - -%% 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 - -" - doctitleit = "Nascondere le alterazioni delle note con legatura di valore - all'inizio di un nuovo sistema" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Cet exemple illustre comment, lorsqu'une note affublée d'une altération -accidentelle est prolongée, ne pas répéter cette altération après un -saut de ligne. - -" - doctitlefr = "Non répétition de l'altération après saut de ligne sur liaison de prolongation" - - texidoc = " This shows how to hide accidentals on tied notes at the start of a new system. diff --git a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly index 9403898987..0dffdf9213 100644 --- a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly +++ b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly @@ -9,35 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los cambios de dinámica con estilo de texto (como cresc. y dim.) -se imprimen con una línea intermitente que muestra su alcance. -Esta línea se puede suprimir de la siguiente manera: - -" - doctitlees = "Ocultar la línea de extensión de las expresiones textuales de dinámica" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Dynamik-Texte (wie cresc. und dim.) werden mit einer gestrichelten Linie -gesetzt, die ihre Dauer anzeigt. Diese Linie kann auf folgende Weise -unterdrückt werden: - -" - doctitlede = "Crescendo-Linien von Dynamik-Texten unterdrücken" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les crescendos et decrescendos indiqués textuellement -- tels que -@emph{cresc.} ou @emph{dim.} -- sont suivis de pointillés qui montrent -leur étendue. On peut empêcher l'impression de ces pointillés. - -" - doctitlefr = "Masquage de l'extension des nuances textuelles" - - texidoc = " Text style dynamic changes (such as cresc. and dim.) are printed with a dashed line showing their extent. This line can be suppressed in the @@ -53,4 +24,3 @@ following way: \crescTextCresc c1\< | d | b | c\! } - diff --git a/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly b/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly index d55e49707c..6d3a545ec4 100644 --- a/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly +++ b/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly @@ -7,54 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, correction-wanted, version-specific" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Certaines indication de nuance requièrent un complément textuel, comme -« sempre pp ». Dans la mesure où les nuances sont habituellement -centrées sous la note, le @emph{pp} se trouvera repoussé loin après la -note à laquelle il s'applique. - -Différentes approches permettent de correctement aligner horizontalement -ce « sempre pp » : - --- Un simple @code{\\once \\override DynamicText #'X-offset = #-9.2} - avant la note considérée de telle sorte que la nuance soit décalée - manuellement à la bonne place. Inconvénient : il faut le faire - manuellement à chaque fois qu'intervient ce @emph{markup}. - --- L'intégration d'un rembourrage (@code{#:hspace 7.1}) à la définition - de cette nuance personnalisée afin qu'une fois centrée par lilypond - elle soit correctement alignée. Inconvénient : le rembourrage - occupera exactement cet espace et ne permettra à aucun autre - @emph{markup} ou nuance d'apparaître à cet endroit. - --- L'application d'un décalage au script de nuance - @code{\\once \\override @dots{} #'X-offset = @dots{}}. - Inconvénient : là aussi il faut le faire à chaque fois. - --- L'attribution arbitraire d'une dimension à 0 du texte additionnel à - l'aide d'un @code{#:with-dimensions '(0 . 0) '(0 . 0)}. - Inconvénient : lilypond considère que « sempre » n'occupe pas - d'espace, et donc pourra mettre à cet endroit d'autres éléments, ce - qui pourrait générer des collisions qui ne seront pas détectées par - les routines @emph{ad hoc}. D'autre part, il semble persister un - espacement, ce qui laisse l'impression d'un alignement différent en - l'absence de texte additionnel. - --- L'ajout, explicite, du décalage directement dans la fonction Scheme - du script de nuance. - --- La définition d'un alignement explicite au sein du script de nuance. - Ceci ne sera suivi d'effet, par défaut, qu'en jouant sur - @code{X-offset}. Inconvénient : il faut définir - @code{DynamicText #'X-offset}, ce qui s'appliquera à toutes les - nuances textuelles. Par ailleurs, l'alignement sera réalisé sur le - bord droit du texte additionnel, non sur le milieu de @emph{pp}. - -" - doctitlefr = "Alignement de nuances personnalisées comme \"sempre pp\" \"più f\" \"subito p\"" + lsrtags = "expressive-marks, version-specific, correction-wanted, tweaks-and-overrides" texidoc = " Some dynamic expressions involve additional text, like @qq{sempre pp}. @@ -222,4 +175,3 @@ semppMII = } >> >> - diff --git a/Documentation/snippets/how-to-change-fret-diagram-position.ly b/Documentation/snippets/how-to-change-fret-diagram-position.ly index a00bb0ff3e..40d67a2b6a 100644 --- a/Documentation/snippets/how-to-change-fret-diagram-position.ly +++ b/Documentation/snippets/how-to-change-fret-diagram-position.ly @@ -7,26 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, tweaks-and-overrides, fretted-strings" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Différents moyens permettent de repositionner un diagramme de fret pour -éviter des collisions ou le placer entre deux notes : - --- La modification des valeurs de @code{#'padding} ou de - @code{#'extra-offset}comme pour le second diagramme; - --- L'adjonction d'une voix invisible dans laquelle les diagrammes sont - attachés à des notes invisibles comme pour le troisième diagramme. - -Lorsque le diagramme doit correspondre à une position rythmique dans la -mesure, comme au troisième temps de la deuxième mesure, la seconde -méthode est plus appropriée, puisque le diagramme sera aligné sur le -temps. - -" - doctitlefr = "Repositionnement d'un diagramme de fret" + lsrtags = "fretted-strings, specific-notation, tweaks-and-overrides" texidoc = " If you want to move the position of a fret diagram, for example, to @@ -77,6 +58,3 @@ harmonies = \chordmode } >> } - - - diff --git a/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly b/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly index 540cfc0ce5..98483d8aa2 100644 --- a/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly +++ b/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly @@ -7,34 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, staff-notation, editorial-annotations" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Cette méthode permet d'imprimer deux marques-repères l'un au dessus de -l'autre. Le repère inférieur est décalé sous la portée, puis s'insère -au-dessus de lui un espace pour positionner le repère supérieur -au-dessus de la portée. - -L'ajustement des valeurs de @code{extra-offset} et @code{baseline-skip} -permet d'accroître ou réduire globalement l'espace entre le repère et la -portée. - -La capacité de pratiquement tout type de glyphe ou chaîne de caractère à -faire l'objet d'un repère les rend capable de venir se centrer au-dessus -ou en dessous d'une barre de mesure. - -L'adjonction de la propriété @code{break-visibility}, comme dans le -troisième cas, permet de placer un double repère en fin de ligne. - -Cette première méthode, bien que moins compliquée que la seconde, ne -permet pas d'ajuster le positionnement d'un repère indépendamment de -l'autre. Elle peut aussi générer quelques problèmes quant à -l'espacement vertical, puisque le recours à @code{extra-offset} ne -modifie en rien la valeur originelle de la boîte englobant le repère. - -" - doctitlefr = "Impression d'un double repère sur une même barre (méthode 1)" + lsrtags = "expressive-marks, staff-notation, editorial-annotations, tweaks-and-overrides" texidoc = " This method prints two 'rehearsal marks', one on top of the other. It diff --git a/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly b/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly index f15ec46571..f98a37c3ac 100644 --- a/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly +++ b/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly @@ -7,21 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, staff-notation, editorial-annotations" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Cette méthode permet d'imprimer deux marques-repères -- l'un au-dessus de -la portée et l'autre en dessous -- à l'aide de deux voix séparées. Le -graveur de repères est ensuite déplacé dans chacune des voix, sans quoi -aucun repère ne sera imprimé. Enfin, chaque voix se voit attribuer un -positionnement pour les repères. - -Cette méthode, bien que plus complexe que la première, apporte plus de -flexibilité dans l'ajustement individuel des deux composants du repère. - -" - doctitlefr = "Impression d'un double repère sur une même barre (méthode 2)" + lsrtags = "expressive-marks, staff-notation, editorial-annotations, tweaks-and-overrides" texidoc = " This method prints two 'rehearsal marks' - one above the stave and one diff --git a/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly b/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly index e1bd015466..6f7499457d 100644 --- a/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly +++ b/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, text, vocal-music, symbols-and-glyphs" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Des mots monosyllabiques peuvent s'attacher par une liaison à l'aide -d'un tilde. - -" - doctitlefr = "Séparation de syllables par une liaison" + lsrtags = "text, specific-notation, symbols-and-glyphs, vocal-music" texidoc = " This can be achieved by separating those syllables by tildes. @@ -28,4 +20,3 @@ This can be achieved by separating those syllables by tildes. \lyrics { wa~o~a } - diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index ee8e583f94..df7292e8f1 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -7,48 +7,7 @@ \version "2.14.2" \header { - lsrtags = "vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - Este fragmento de código muestra una forma de preparar un himno cuando -cada línea comienza con un compás parcial. También muestra cómo -añadir los versos como texto independiente debajo de la música. - -" - - doctitlees = "Plantilla para himnos" - -%% 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 -strofe come testo separato sotto la musica. - -" - doctitleit = "Modello per inno" - -%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - texidocde = " -Dieses Beispiel zeigt eine Möglichkeit, eine Hymnusmelodie zu setzen, in -der jede Zeiel mit einem Auftakt beginnt und einem unvollständigen -Takt abschließt. Es zeigt auch, wie man die Strophen als allein stehenden -Text unter die Noten hinzufügt. - -" - doctitlede = "Hymnus-Vorlage" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Le code ci-dessous illustre la manière d'agencer un cantique liturgique -dans lequel chaque ligne débute et se termine par une mesure incomplète. -Vous noterez par ailleurs l'affichage des paroles indépendamment de la -musique. - -" - doctitlefr = "Modèle pour cantique" + lsrtags = "template, vocal-music" texidoc = " This code shows one way of setting out a hymn tune when each line @@ -148,4 +107,3 @@ global = { indent = 0 % don't indent first system line-width = 130 % shorten line length to suit music } % End paper block - diff --git a/Documentation/snippets/incipit.ly b/Documentation/snippets/incipit.ly index 299b1ef0e3..44b79af9ce 100644 --- a/Documentation/snippets/incipit.ly +++ b/Documentation/snippets/incipit.ly @@ -4,27 +4,10 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.15.18 -\version "2.15.18" +%% Note: this file works from version 2.15.42 +\version "2.15.42" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los «incipit» se pueden escribir utilizando el grob del nombre del -instruemento, pero manteniendo independientes las definiciones del -nombre del instrumento y del incipit." - - doctitlees = "Incipit" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Les « incipits » peuvent faire partie de l'objet @code{InstrumentName}, -tout en définissant de manière indépendante le nom de l'instrument et -l'incipit. - -" - doctitlefr = "Incipit" - lsrtags = "staff-notation, ancient-notation" texidoc = " Incipits can be added using the instrument name grob, but keeping @@ -45,35 +28,31 @@ incipit = \once \override Staff.InstrumentName #'padding = #0.3 \once \override Staff.InstrumentName #'stencil = #(lambda (grob) - (let* ((instrument-name (ly:grob-property grob 'long-text)) - (layout (ly:output-def-clone (ly:grob-layout grob))) - (music (make-sequential-music - (list (context-spec-music - (make-sequential-music - (list (make-property-set - 'instrumentName instrument-name) - (make-grob-property-set - 'VerticalAxisGroup - 'Y-extent '(-4 . 4)))) - 'MensuralStaff) - incipit-music))) - (score (ly:make-score music)) - (mm (ly:output-def-lookup layout 'mm)) - (indent (ly:output-def-lookup layout 'indent)) - (width (ly:output-def-lookup layout 'incipit-width)) - (incipit-width (if (number? width) - (* width mm) - (* indent 0.5)))) - - (ly:output-def-set-variable! layout 'indent (- indent - incipit-width)) - (ly:output-def-set-variable! layout 'line-width indent) - (ly:output-def-set-variable! layout 'ragged-right #f) - (ly:output-def-set-variable! layout 'ragged-last #f) - (ly:output-def-set-variable! layout 'system-count 1) - (ly:score-add-output-def! score layout) - (ly:grob-set-property! grob 'long-text - (markup #:score score)) + (let* ((instrument-name (ly:grob-property grob 'long-text))) + (set! (ly:grob-property grob 'long-text) + #{ \markup + \score + { + { \context MensuralStaff \with { + instrumentName = #instrument-name + \override VerticalAxisGroup + #'Y-extent = #'(-4 . 4) + } #incipit-music + } + \layout { $(ly:grob-layout grob) + line-width = \indent + indent = + % primitive-eval is probably easiest for + % escaping lexical closure and evaluating + % everything respective to (current-module). + #(primitive-eval + '(or (false-if-exception (- indent (* mm incipit-width))) + (* 0.5 indent))) + ragged-right = ##f + ragged-last = ##f + system-count = #1 } + } + #}) (system-start-text::print grob))) #}) diff --git a/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly b/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly index 4771e9d9de..27eeed34c3 100644 --- a/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly +++ b/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly @@ -7,47 +7,7 @@ \version "2.14.2" \header { - lsrtags = "keyboards, real-music" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Un corchete de arpegio puede indicar que se tienen que tocar con la -misma mano notas que están en dos pentagramas distintos. Para hacerlo, -el @code{PianoStaff} se debe configurar para que acepte símbolos de -arpegio de pentagrama cruzado y los símbolos de arpegio se deben -configurar a la forma de corchete en el contexto de @code{PianoStaff}. - -(Debussy, Les collines d’Anacapri, m. 65) - -" - doctitlees = "Indicar acordes de pentagrama cruzado con corchetes de arpegio" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Eine Arpeggioklammer kann anzeigen, dass Noten auf zwei unterschiedlichen -Systemen mit der selben Hand gespielt werden sollen. Damit das notiert -werden kann, muss der @code{PianoStaff}-Kontext so eingestellt werden, -dass er Arpeggios über Systeme hinweg akzeptiert und die Form der Arpeggios -muss auf eine Klammer eingestellt werden. - -(Debussy, Les collines d’Anacapri, T. 65) - -" - doctitlede = "Akkorde auf zwei Systemen mit Arpeggioklammern anzeigen" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Un crochet d'arpège peut indiquer que des notes réparties sur deux -portées différentes doivent être jouées par la même main. Le contexte -@code{PianoStaff} doit accepter des arpèges « distribués », et les -indications d'arpège du contexte @code{PianoStaff} adopter une allure de -crochet. - -(Debussy, Les collines d’Anacapri, mesure 65) - -" - doctitlefr = "Indication d'un accord à cheval sur deux portées par un crochet d'arpège" + lsrtags = "real-music, keyboards" texidoc = " An arpeggio bracket can indicate that notes on two different staves are @@ -91,4 +51,3 @@ context. } } >> - diff --git a/Documentation/snippets/inserting-a-caesura.ly b/Documentation/snippets/inserting-a-caesura.ly index dc385147d7..80efbe7221 100644 --- a/Documentation/snippets/inserting-a-caesura.ly +++ b/Documentation/snippets/inserting-a-caesura.ly @@ -9,34 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las marcas de cesura se pueden crear sobreescribiendo la propiedad -@code{'text} del objeto @code{BreathingSign}. También está disponible -una marca de cesura curva. - -" - doctitlees = "Insertar una cesura" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Zäsurzeichen können erstellt werden, indem die @code{'text}-Eigenschaft -des @code{BreathingSign}-Objektes verändert wird. Ein gekrümmtes -Zäsurzeichen ist auch möglich. -" - doctitlede = "Eine Zäsur einfügen" - -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 - texidocfr = " -Une surcharge de la propriété @code{'text} de l'objet -@code{BreathingSign} permet de créer une marque de césure. LilyPond -dispose également d'une variante courbée. - -" - doctitlefr = "Insertion d'une césure" - - texidoc = " Caesura marks can be created by overriding the @code{'text} property of the @code{BreathingSign} object. A curved caesura mark is also diff --git a/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly b/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly index 3ff97b4cd5..1dfecc7d40 100644 --- a/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly +++ b/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "staff-notation, real-music" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -La commande @code{\\markup} est polyvalente. Dans cet exemple, elle -contient un bloc @code{\\score} plutôt que du texte ou une marque. - -" - doctitlefr = "Insertion d'un fragment au-dessus de la portée" + lsrtags = "real-music, staff-notation" texidoc = " The @code{\\markup} command is quite versatile. In this snippet, it @@ -52,4 +44,3 @@ tuning = \markup { g8 a g a g8 a g a } - diff --git a/Documentation/snippets/isolated-percent-repeats.ly b/Documentation/snippets/isolated-percent-repeats.ly index 723947f8e4..ca73c2d207 100644 --- a/Documentation/snippets/isolated-percent-repeats.ly +++ b/Documentation/snippets/isolated-percent-repeats.ly @@ -9,32 +9,6 @@ \header { lsrtags = "repeats" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -También se pueden imprimir símbolos de porcentaje sueltos. - -" - doctitlees = "Símbolos de porcentaje sueltos" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Isolierte Prozentwiederholungen können auch ausgegeben werden. Das wird -erreicht, indem man eine Ganztaktpause notiert und ihre Ausgabeform -ändert: - -" - doctitlede = "Isolierte Prozentwiederholungen" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Des symboles de pourcentage isolés peuvent aussi être obtenus, au -moyen d'un silence multimesure dont on modifie l'aspect : - -" - doctitlefr = "Répétition en pourcent isolée" - - texidoc = " Isolated percents can also be printed. @@ -52,4 +26,3 @@ makePercent = \relative c'' { \makePercent s1 } - diff --git a/Documentation/snippets/jazz-combo-template.ly b/Documentation/snippets/jazz-combo-template.ly index 5a1013ca53..5c8f1e1eb6 100644 --- a/Documentation/snippets/jazz-combo-template.ly +++ b/Documentation/snippets/jazz-combo-template.ly @@ -8,50 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Ésta es una plantilla bastante avanzada, para un conjunto de -jazz. Observe que la notación de todos los instrumentos está en -@code{\\key c \\major} (Do mayor). Esto se refiere al tono de -concierto; la armadura se transporta automáticamente si la música está -dentro de una sección @code{\\transpose}. - -" - doctitlees = "Plantilla para combo de jazz" - - -%% 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à -reale; sarà trasposta automaticamente includendo la -musica all'interno di una sezione @code{\\transpose}. - -" - doctitleit = "Modello per combo jazz" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Hier ist ein ziemlich kompliziertes Beispiel für ein Jazz-Ensemble. Achtung: -Alle Instrumente sind in @code{\\key c \major} (C-Dur) notiert. Das bezieht sich -auf die klingende Musik: LilyPond transponiert die Tonart automatisch, wenn -sich die Noten innerhalb eines @code{\\transpose}-Abschnitts befinden. - -" - - doctitlede = "Vorlage für Jazz-Combo" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Bien que compliqué de prime abord, voici un canevas tout à fait indiqué -pour les ensembles de jazz. Vous noterez que tous les instruments sont -notés en ut (@code{\\key c \major}), la tonalité de concert. Les notes -seront automatiquement transposée dès lors qu'elles seront inscrites -dans une section @code{\\transpose}. - -" - doctitlefr = "Symboles de jazz" - lsrtags = "keyboards, percussion, fretted-strings, template" texidoc = " @@ -323,4 +279,3 @@ drumContents = { } \midi { } } - diff --git a/Documentation/snippets/keep-change-clefs-full-sized.ly b/Documentation/snippets/keep-change-clefs-full-sized.ly index 2049189492..9094299ed7 100644 --- a/Documentation/snippets/keep-change-clefs-full-sized.ly +++ b/Documentation/snippets/keep-change-clefs-full-sized.ly @@ -7,27 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, pitches" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Cuando se produce un cambio de clave, el símbolo de clave se imprime a -un tamaño menor que la clave inicial. Esto se puede ajustar con -@code{full-size-change}. - -" - doctitlees = "Mantener el tamaño del símbolo en los cambios de clave" - - - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Le symbole imprimé lors d'un changement de clef est plus petit que la -clef initiale. La taille s'ajuste à l'aide de la propriété -@code{full-size-change}. - -" - doctitlefr = "Maintien de la taille de clef lors d'un changement" + lsrtags = "pitches, tweaks-and-overrides" texidoc = " When a clef is changed, the clef sign displayed is smaller than the @@ -56,4 +36,3 @@ initial clef. This can be overridden with @code{full-size-change}. \clef "treble" c1 } - diff --git a/Documentation/snippets/laissez-vibrer-ties.ly b/Documentation/snippets/laissez-vibrer-ties.ly index f57ab0a89d..0e50919d96 100644 --- a/Documentation/snippets/laissez-vibrer-ties.ly +++ b/Documentation/snippets/laissez-vibrer-ties.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, specific-notation, contemporary-notation, keyboards, fretted-strings, connecting-notes" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Les indication de « laisser vibrer » ont une taille fixe. Leur -formatage est accessible au travers de la propriété -@code{'tie-configuration}. - -" - doctitlefr = "Liaison « Laissez vibrer »" + lsrtags = "expressive-marks, fretted-strings, specific-notation, keyboards, connecting-notes, contemporary-notation" texidoc = " Laissez vibrer ties have a fixed size. Their formatting can be tuned @@ -39,4 +30,3 @@ using @code{'tie-configuration}. (-1 . ,UP)) 4\laissezVibrer r } - diff --git a/Documentation/snippets/letter-tablature-formatting.ly b/Documentation/snippets/letter-tablature-formatting.ly index 963f093a28..4fa57241eb 100644 --- a/Documentation/snippets/letter-tablature-formatting.ly +++ b/Documentation/snippets/letter-tablature-formatting.ly @@ -9,21 +9,6 @@ \header { lsrtags = "staff-notation, fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La tablatura se puede formatear utilizando letras en lugar de números. - -" - - doctitlees = "Formateado de tablaturas con letras" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Une tablature peut comporter des lettres en lieu et place des chiffres. - -" - doctitlefr = "Tablature en lettres" - texidoc = " Tablature can be formatted using letters instead of numbers. diff --git a/Documentation/snippets/line-arrows.ly b/Documentation/snippets/line-arrows.ly index 4b8de796b6..6bf4ed17d8 100644 --- a/Documentation/snippets/line-arrows.ly +++ b/Documentation/snippets/line-arrows.ly @@ -9,22 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden aplicar puntas de flecha a los elementos de extensión de -texto y de línea (como el Glissando). - -" - doctitlees = "Puntas de flecha para las líneas" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Les extensions de texte, tout comme les indications sous forme de ligne -tel un glissando, peuvent se voir pourvues d'une extrémité en flèche. - -" - doctitlefr = "Terminaison de ligne en flèche" - texidoc = " Arrows can be applied to text-spanners and line-spanners (such as the Glissando). diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index 98314068d0..4a2465a4f5 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -9,41 +9,6 @@ \header { lsrtags = "really-simple, text, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La alineación horizontal de la letra se puede ajustar sobreescribiendo -la propiedad @code{self-alignment-X} del objeto @code{LyricText}. -@code{#-1} es izquierda, @code{#0} es centrado y @code{#1} es derecha; -sin embargo, podemos usar también @code{#LEFT}, @code{#CENTER} y -@code{#RIGHT}. - -" - doctitlees = "Alineación de la letra" - -%% Translation of GIT committish: 27b1197f3bae8512c14d946752cd3e40e7c76016 - - texidocde = " -Die horizontale Ausrichtung von Gesangstext kann eingestellt werden, indem -man die @code{self-alignment-X}-Eigenschaft des @code{LyricText}-Objekts -verändert. @code{#-1} bedeutet links, @code{#0} bedeutet mittig und @code{#1} -bedeutet rechts, man kann aber genauso gut auch @code{#LEFT}, @code{#CENTER} -und @code{#RIGHT} benutzen. - -" - doctitlede = "Ausrichtung von Gesangstext" - - -%% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c - texidocfr = " -L'alignement horizontal des paroles peut se gérer à l'aide de la -propriété @code{self-alignment-X} de l'objet @code{LyricText}. -Les valeurs @code{-1} ou @code{LEFT} produiront un alignement par la -gauche, les valeurs @code{0} ou @code{CENTER} un alignement centré, et -les valeurs @code{1} ou @code{RIGHT} un alignement par la droite. - -" - doctitlefr = "Alignement des syllabes" - texidoc = " Horizontal alignment for lyrics can be set by overriding the @code{self-alignment-X} property of the @code{LyricText} object. @@ -69,4 +34,3 @@ well. \once \override LyricText #'self-alignment-X = #1 "This is right-aligned" } - diff --git a/Documentation/snippets/makam-example.ly b/Documentation/snippets/makam-example.ly index d341ebbe4a..1343cd9c61 100644 --- a/Documentation/snippets/makam-example.ly +++ b/Documentation/snippets/makam-example.ly @@ -7,43 +7,7 @@ \version "2.14.2" \header { - lsrtags = "world-music, version-specific, pitches" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El «Makam» es un tipo de melodía de Turquía que -utiliza alteraciones microtonales de 1/9 de tono. Consulte el -archivo de inicio @file{makam.ly} (véase el 'Manual de -aprendizaje @version{}, 4.6.3 Otras fuentes de información' para -averiguar la situación de este archivo) para ver detalles de los -nombres de las notas y las alteraciones. - -" - doctitlees = "Ejemplo de «Makam»" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Makam ist eine türkische Melodie, in der 1/9-Tonabstände -eingesetzt werden. Sehen Sie sich die Initialisierungsdatei -@file{makam.ly} für weiter Information zu Tonhöhenbezeichnungen -und Alterationen an (siehe -Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu -Hinweisen, wo diese Datei gespeichert ist)." - - doctitlede = "Makam-Beispiel" - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -Le « makam » est une forme de mélodie turque qui utilise des altérations -d'un neuvième de ton. Consultez le fichier d'initialisation -@file{makam.ly} pour plus de détails sur les hauteurs et altérations -utilisées (voir le chapitre 4.6.3 - Autres sources d'information du -manuel d'initiation pour le localiser). - -" - doctitlefr = "Exemple de musique « Makam »" + lsrtags = "pitches, version-specific, world-music" texidoc = " Makam is a type of melody from Turkey using 1/9th-tone microtonal diff --git a/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly b/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly index df9fd26051..8e91988808 100644 --- a/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly +++ b/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly @@ -8,24 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Une modification de la propriété @code{transparent} permet d'imprimer un -objet à « l'encre sympathique » : l'objet n'est pas affiché bien que tous -ses attributs soient préservés. L'objet en question occupe donc sa -place, est pris en compte lors de collisions, et peut se voir attaché -liaisons ou ligatures. - -Cet exemple illustre la manière de connecter deux voix par une liaison -de prolongation. Les liaisons de prolongation ne peuvent normalement -intervenir que dans la même voix. Dès lors que la liaison est entamée -dans une autre voix et que la première hampe ascendante est rendue -transparente dans cette même voix, la liaison semble passer d'une voix à -l'autre. - -" - doctitlefr = "Recours à la propriété 'transparent pour rendre des objets invisibles" - lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/making-slurs-with-complex-dash-structure.ly b/Documentation/snippets/making-slurs-with-complex-dash-structure.ly index 78c2a72274..2325d2d590 100644 --- a/Documentation/snippets/making-slurs-with-complex-dash-structure.ly +++ b/Documentation/snippets/making-slurs-with-complex-dash-structure.ly @@ -9,77 +9,6 @@ \header { lsrtags = "expressive-marks, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Las ligaduras de expresión se pueden construir con patrones de -discontinuidad complejos mediante la definición de la propiedad -@code{dash-definition}. @code{dash-definition} es una lista de -@code{elementos de discontinuidad}. Un @code{elemento de -discontinuidad} es una lista de parámetros que definen el -comportamiento de discontinuidad de un segmento de la ligadura de -expresión. - -La ligadura se define en términos del parámetro de bezier t cuyo -rango va de 0 a la izquierda de la ligadura hasta 1 en el extremo -derecho de la ligadura. Cada @code{elemento de discontinuidad} es -una lista @code{(t-inicio t-final fracción-discontinuidad -período-discontinuidad)}. La región de la ligadura desde -@code{t-inicio} hasta @code{t-final} tendrá una fracción -@code{fracción-discontinuidad} de cada -@code{período-discontinuidad} de color negro. -@code{período-discontinuidad} se define en términos de espacios de -pentagrama. @code{fracción-discontinuidad} se establece al valor -de 1 para una ligadura continua. - -" - - doctitlees = "Hacer ligaduras de expresión con estructura compleja de discontinuidad" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Legatobögen können mit einem komplizierten Strichelmuster -gesetzt werden, indem die @code{dash-definition}-Eigenschaft -definiert wird. @code{dash-definition} ist eine Liste bestehend -aus @code{dash-elements}-Elementen. Ein @code{dash-element} ist -eine Liste an Parametern, die das Strichverhalten für einen -Abschnitt des Legatobogens definieren. - -Der Bogen wird nach dem Bezierparameter t definiert, welcher -von 0 am linken Ende des Bogens zu 1 am rechten Ende des Bogens -reicht. @code{dash-element} ist eine Liste @code{(start-t stop-t dash-Unterbrechung dash-Abschnitt)}. Die Region des Bogens von @code{start-t} -bis @code{stop-t} hat eine Unterbrechung von @code{dash-Unterbrechung} -von jedem @code{dash-Abschnitt}-Schwarzabschnitt. @code{dash-Abschnitt} ist in Notenlinienzwischenräumen definiert. -@code{dash-Abschnitt} ist auf 1 für einen durchgehenden Bogen -gesetzt. -" - doctitlede = "Legatobögen mit kompliziertem Strichelmuster - definieren" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Grâce à la propriété @code{dash-definition}, une liaison d'articulation -peut être formée de traits discontinus variables. -@code{dash-definition} se compose d'une liste de -@code{segments-discontinus} (@emph{dash-elements}). Chaque -@code{segment-discontinu} contient une liste de paramètres qui -déterminent le comportement du trait pour une section de la liaison. - -Cette liaison se définit selon le paramètre de Bézier @code{t} qui est -compris entre 0 (l'extrémité gauche de la liaison) et 1 (l'extrémité -droite de la liaison). Chaque @code{segment-discontinu} se composera -selon la liste @code{(t-début t-fin segment-style segment-taille)}. -La portion de liaison allant de @code{t-début} à @code{t-fin} aura un -trait @code{segment-style} de longueur @code{segment-taille}. -@code{segment-taille} est exprimé en espace de portée ; un -@code{segment-style} à 1 donnera un trait plein. - -" - doctitlefr = "Dessin d'une liaison d'articulation au trait discontinu" - - texidoc = " Slurs can be made with complex dash patterns by defining the @code{dash-definition} property. @code{dash-definition} is a list of diff --git a/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly b/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly index b18494857f..2610738756 100644 --- a/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly +++ b/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly @@ -7,43 +7,7 @@ \version "2.14.2" \header { - lsrtags = "workaround, staff-notation, really-cool, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede engrosar una línea del pentagrama con fines pedagógicos -(p.ej. la tercera línea o la de la clave de Sol). Esto se puede -conseguir añadiendo más líneas muy cerca de la línea que se quiere -destacar, utilizando la propiedad @code{line-positions} del objeto -@code{StaffSymbol}. - -" - doctitlees = "Hacer unas líneas del pentagrama más gruesas que las otras" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Für den pädagogischen Einsatz kann eine Linie des Notensystems dicker -gezeichnet werden (z. B. die Mittellinie, oder um den Schlüssel hervorzuheben). -Das ist möglich, indem man zusätzliche Linien sehr nahe an der Linie, die -dicker erscheinen soll, einfügt. Dazu wird die @code{line-positions}-Eigenschaft -herangezogen. - -" - doctitlede = "Eine Linie des Notensystems dicker als die anderen machen" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Vous pourriez avoir envie, dans un but pédagogique, de rendre certaines -lignes d'une portée plus épaisses que les autres, comme la ligne médiane, -ou bien pour mettre en exergue la ligne portant la clef de sol. Il -suffit pour cela d'ajouter une ligne qui sera accolée à celle qui doit -être mise en évidence, grâce à la propriété @code{line-positions} de -l'objet @code{StaffSymbol}. - -" - doctitlefr = "Empâtement de certaines lignes d'une portée" - + lsrtags = "really-cool, staff-notation, workaround, editorial-annotations" texidoc = " For educational purposes, a staff line can be thickened (e.g., the @@ -61,4 +25,3 @@ emphasized, using the @code{line-positions} property of the #'(-4 -2 -0.2 0 0.2 2 4) d'4 e' f' g' } - diff --git a/Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly b/Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly index 220335d931..2bfb104c91 100644 --- a/Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly +++ b/Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly @@ -9,18 +9,6 @@ \header { lsrtags = "chords" -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -La basse chiffrée utilise fréquemment des lignes pour indiquer la -prolongation jusqu'à un certain point. LilyPond est alors dispendieux -en ce sens qu'il place le plus de prolongateurs possible. -L'interruption d'un prolongateur particulier s'obtient en affectant -d'un @code{\\!} le chiffre qui doit être réimprimé ; ceci interrompra de -fait la ligne de prolongation juste avant ce chiffre. - -" - doctitlefr = "Interruption manuelle des prolongations de certains chiffrages" - texidoc = " Figured bass often uses extenders to indicate continuation of the corresponding step. However, in this case lilypond is in greedy-mode @@ -42,6 +30,3 @@ bassfigures = \figuremode { \new Staff \relative c'' { c1 c1 } \new FiguredBass \bassfigures >> - - - diff --git a/Documentation/snippets/manually-controlling-beam-positions.ly b/Documentation/snippets/manually-controlling-beam-positions.ly index 48c8e626dc..3cb6133cc3 100644 --- a/Documentation/snippets/manually-controlling-beam-positions.ly +++ b/Documentation/snippets/manually-controlling-beam-positions.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms, connecting-notes" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Le positionnement et la pente des ligatures peuvent être contrôlés -manuellement à l'aide d'une adaptation de la propriété -@code{positions} de l'objet @code{Beam}. - -" - doctitlefr = "Contrôle manuel du positionnement des ligatures" + lsrtags = "rhythms, connecting-notes, tweaks-and-overrides" texidoc = " Beam positions may be controlled manually, by overriding the @@ -39,5 +30,3 @@ Beam positions may be controlled manually, by overriding the \override Beam #'positions = #'(0 . 1) c8 c } - - diff --git a/Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly b/Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly index b44968531f..5d45b6abf1 100644 --- a/Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly +++ b/Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly @@ -7,16 +7,7 @@ \version "2.15.40" \header { - lsrtags = "workaround, contemporary-notation, vocal-music, editorial-annotations" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Voici comment ajouter une croix aux hampes. Le début du fragment parlé -est stipulé par une commande @code{\\speakOn}, et la fin par une -commande @code{\\speakOff}. - -" - doctitlefr = "Adjonction d'une croix sur la hampe des notes d'un fragment parlé" + lsrtags = "workaround, editorial-annotations, contemporary-notation, vocal-music" texidoc = " This example shows how to put crosses on stems. Mark the beginning of @@ -62,4 +53,3 @@ speakOff = { } } } - diff --git a/Documentation/snippets/markup-lines.ly b/Documentation/snippets/markup-lines.ly index fa25d788b8..11ffcb5735 100644 --- a/Documentation/snippets/markup-lines.ly +++ b/Documentation/snippets/markup-lines.ly @@ -9,14 +9,6 @@ \header { lsrtags = "text" -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Un bloc de texte conséquent peut se répartir sur plusieurs pages à -l'aide de la commande @code{\\markuplist}. - -" - doctitlefr = "Répartition de lignes de texte (markup)" - texidoc = " Text that can spread over pages is entered with the @code{\\markuplist} command. diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index b7eefc7faa..bccb928296 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "workaround, staff-notation, repeats, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este fragmento de código proporciona una solución alternativa a la -producción de contadores de compás utilizando repeticiones -transparentes de tipo porcentaje. - -" - doctitlees = "Contador de compases" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Le code ci-dessous permet, de façon détournée, d'afficher un compteur de -mesures à l'aide d'une répétition en pourcent rendue transparente. - -" - doctitlefr = "Compteur de mesures" + lsrtags = "staff-notation, workaround, repeats, editorial-annotations" texidoc = " This snippet provides a workaround for emitting measure counters using @@ -49,4 +32,3 @@ transparent percent repeats. \repeat percent 4 { s1 } } >> - diff --git a/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly b/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly index 2b4b5e21b2..8f1bec81ef 100644 --- a/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly +++ b/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly @@ -7,41 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, contexts-and-engravers, staff-notation, ancient-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La disposición «mensurstriche» en que las líneas divisorias no -están dibujadas sobre los pentagramas, sino entre ellos, se puede -conseguir con un @code{StaffGroup} en vez de un @code{ChoirStaff}. -La línea divisoria sobre los pentagramas se borra estableciendo la -propiedad @code{transparent}. - -" - - doctitlees = "Disposición Mensurstriche (líneas divisorias entre pentagramas)" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das Mensurstiche-Layout, in welchem die Taktlinien nicht auf den Systemen, -sondern zwischen den Systemen gesetzt werden, kann mit einer @code{StaffGroup} -anstelle von @code{ChoirStaff} erreicht werden. Die Taktlinien auf den -Systemen werden mit der @code{transparent}-Eigenschaft ausgelöscht. - -" - doctitlede = "Mensurstriche-Layout (Taktstriche zwischen den Systemen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -En musique mensurale, les barres de mesure ne traversent pas les -portées. Pour obtenir ce résultat avec un @code{StaffGroup} plutôt -qu'en utilisant un @code{ChoirStaff}, il faudra rendre -@qq{transparentes} les portions de barre qui recouvrent les portées. - -" - doctitlefr = "Présentation à l'ancienne (barres de mesure entre les portées)" - + lsrtags = "staff-notation, ancient-notation, contexts-and-engravers, tweaks-and-overrides" texidoc = " The mensurstriche-layout where the bar lines do not show on the staves @@ -67,4 +33,3 @@ global = { \new Staff { << \global { c c } >> } >> } - diff --git a/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly b/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly index b15c40dd1f..232380d2db 100644 --- a/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly +++ b/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, version-specific, rhythms" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Dans le cadre d'un portée polyphonique, les silences multimesures sont -positionnés différemment selon la voix à laquelle ils appartiennent. -Le réglage suivant permet néanmoins de les imprimer sur une même ligne. - -" - doctitlefr = "Fusion de silences multimesures dans une partie polyphonique" + lsrtags = "version-specific, really-simple, rhythms" texidoc = " When using multi-measure rests in a polyphonic staff, the rests will be @@ -49,4 +40,3 @@ normalPos = \revert MultiMeasureRest #'staff-position } >> } - diff --git a/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly b/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly index d1c1320d07..c5fdac7f0f 100644 --- a/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly +++ b/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly @@ -9,52 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las abreviaturas se encuentran definidas dentro del archivo -@file{ly/script-init.ly}, donde las variables @code{dashHat}, -@code{dashPlus}, @code{dashDash}, @code{dashBar}, @code{dashLarger}, -@code{dashDot} y @code{dashUnderscore} reciben valores -predeterminados. Se pueden modificar estos valores predeterminados -para las abreviaturas. Por ejemplo, para asociar la abreviatura -@code{-+} (@code{dashPlus}) con el símbolo del semitrino en lugar del -símbolo predeterminado +, asigne el valor @code{trill} a la variable -@code{dashPlus}: - -" - doctitlees = "Modificar los valores predeterminados para la notación abreviada de las articulaciones" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Abkürzungen sind in der Datei @file{ly/script-init.ly} definiert, wo -den Variablen @code{dashHat}, @code{dashPlus}, @code{dashDash}, -@code{dashBar}, @code{dashLarger}, @code{dashDot} und -@code{dashUnderscore} Standardwerte zugewiesen werden. Diese Standardwerte -können verändert werden. Um zum Beispiel die Abkürzung -@code{-+} (@code{dashPlus}) mit dem Triller anstatt mit dem +-Symbol zu -assoziieren, muss der Wert @code{trill} der Variable -@code{dashPlus} zugewiesen werden: - -" - doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les raccourcis sont répertoriés dans le fichier -@file{ly/script-init.ly}, dans lequel on retrouve les variables -@code{dashHat}, @code{dashPlus}, @code{dashDash}, @code{dashBar}, -@code{dashLarger}, @code{dashDot}, et @code{dashUnderscore} ainsi que -leur valeur par défaut. Ces valeurs peuvent être modifiées selon vos -besoins. Il suffit par exemple, pour affecter au raccourci @w{@code{-+}} -(@code{dashPlus}) le symbole du trille en lieu et place du @code{+} -(caractère plus), d'assigner la valeur @code{trill} à la variable -@code{dashPlus}@tie{}: - -" - doctitlefr = "Modification de la signification des raccourcis pour les signes d'articulation" - - texidoc = " The shorthands are defined in @samp{ly/script-init.ly}, where the variables @code{dashHat}, @code{dashPlus}, @code{dashDash}, @@ -75,4 +29,3 @@ the default + symbol, assign the value @code{trill} to the variable dashPlus = "trill" \relative c'' { c1-+ } - diff --git a/Documentation/snippets/modifying-tuplet-bracket-length.ly b/Documentation/snippets/modifying-tuplet-bracket-length.ly index 5a64d3e089..1b3f460418 100644 --- a/Documentation/snippets/modifying-tuplet-bracket-length.ly +++ b/Documentation/snippets/modifying-tuplet-bracket-length.ly @@ -9,20 +9,6 @@ \header { lsrtags = "really-simple, rhythms" -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Les crochets indiquant un nolet peuvent être prolongés jusqu'à un -élément de rupture ou jusqu'à la note suivante. LilyPond termine un -crochet de nolet sur la droite de sa dernière tête de note par défaut ; -un crochet de pleine longueur s'étendra plus avant, soit jusqu'à le note -suivante et en traversant tous les éléments non rythmiques, soit sur -tout l'espace précédant le prochain élément de notation, que ce soit une -clef, une métrique, une armure ou une autre note. L'exemple suivant -illustre la manière d'activer ces deux fonctionnalités. - -" - doctitlefr = "Modification de la longueur d'un crochet de nolet" - texidoc = " Tuplet brackets can be made to run to prefatory matter or the next note. Default tuplet brackets end at the right edge of the final note @@ -52,4 +38,3 @@ modify what material they cover. \time 3/4 c2. } - diff --git a/Documentation/snippets/moving-dotted-notes-in-polyphony.ly b/Documentation/snippets/moving-dotted-notes-in-polyphony.ly index 2a396939a4..806a277e1b 100644 --- a/Documentation/snippets/moving-dotted-notes-in-polyphony.ly +++ b/Documentation/snippets/moving-dotted-notes-in-polyphony.ly @@ -7,30 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms, simultaneous-notes" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Cuando se puede una nota en la voz superior para evitar la colisión -con una nota de otra voz, el comportamiento predeterminado es -desplazar la nota superior a la derecha. Se puede cambiar usando la -propiedad @code{prefer-dotted-right} de @code{NoteCollision}. - -" - doctitlees = "Desplazar las notas con puntillo en polifonía" - - - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Une note pointée appartenant à la voix supérieure d'une portée -polyphonie sera par défaut décalée vers la droite afin d'éviter les -collisions avec les autres voix. Ce comportement peut être outrepassé à -l'aide de la propriété @code{prefer-dotted-right} de -@code{NoteCollision}. - -" - doctitlefr = "Déplacement des notes pointées dans une polyphonie" + lsrtags = "rhythms, tweaks-and-overrides, simultaneous-notes" texidoc = " When a dotted note in the upper voice is moved to avoid a collision @@ -53,4 +30,3 @@ the right. This behaviour can be over-ridden by using the \\ { e4 e e e e e e e e e e e} >> - diff --git a/Documentation/snippets/moving-slur-positions-vertically.ly b/Documentation/snippets/moving-slur-positions-vertically.ly index b56860ec37..a28f605fdc 100644 --- a/Documentation/snippets/moving-slur-positions-vertically.ly +++ b/Documentation/snippets/moving-slur-positions-vertically.ly @@ -9,39 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede ajustar la posición vertical de una ligadura de -expresión utilizando la propiedad @code{positions} del objeto -@code{Slur}. La propiedad tiene dos parámetros, refiriéndose el -primero al extremo izquierdo de la ligadura y el segundo al derecho. -Los valores de los parámetros no se utilizan por parte de LilyPond -para producir un desplazamiento exacto de la ligadura: más bien -selecciona la colocación que mejor aspecto tiene, teniendo en cuenta -los valores de los parámetros. Los valores positivos desplazan la -ligadura hacia arriba, y son adecuados a notas que tienen las plicas -hacia abajo. Los valores negativos desplazan las ligaduras bajas aún -más hacia abajo. - -" - doctitlees = "Desplazar ligaduras de expresión verticalmente" - - - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Le positionnement vertical d'une liaison se contrôle par la propriété -@code{positions} de l'objet @code{Slur}. Cette propriété dispose de -deux paramètres : le premier affecte l'extrémité gauche de liaison, le -second son extrémité droite. La valeur des paramètres n'aura aucune -influence sur le galbe de la liaison. LilyPond ne s'en servira que pour -adapter le positionnement de la courbe. Des valeurs positives décalent -la liaison vers le haut et s'utilisent pour des hampes descendantes. -Des valeurs négatives entraînent un décalage vers le bas. - -" - doctitlefr = "Déplacement vertical des liaisons d'articulation" - texidoc = " The vertical position of a slur can be adjusted using the @code{positions} property of @code{Slur}. The property has 2 @@ -82,4 +49,3 @@ slurs further down. \revert Slur #'positions e4( a) } - diff --git a/Documentation/snippets/multi-measure-rest-markup.ly b/Documentation/snippets/multi-measure-rest-markup.ly index 6eb8700a33..14f44b2366 100644 --- a/Documentation/snippets/multi-measure-rest-markup.ly +++ b/Documentation/snippets/multi-measure-rest-markup.ly @@ -7,61 +7,7 @@ \version "2.14.2" \header { - lsrtags = "rhythms, text" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa -texidoces = " -Los elementos de marcado aplicados a un silencio multicompás se -centran encima o debajo de éste. Los elementos de marcado extensos -que se adjuntan a silencios multicompás no producen la expansión del -compás. Para expandir un silencio multicompás de forma que quepa todo -el marcado, utilice un silencio de separación con un marcado aplicado -antes del silencio multicompás. - -Observe que el silencio separador produce la inserción de un compás. -El texto aplicado a un siencio sparador de esta forma se alinea por la -izquierda a la posición en que la nota estaría situada dentro del -compás, pero si la longitud del compás está determinada por la -longitud del texto, éste aparecerá centrado. - -" - -doctitlees = "Marcado de silencios multicompás" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = "Textbeschriftungen, die an Mehrtaktpausen gehängt wird, -wird über oder unter der Pause zentriert. Lange Beschriftungen -lassen den Takt nicht breiter werden. Um eine Mehrtaktpause einer -Beschriftung anzupassen, muss eine unsichtbare Pause mit der -Beschriftung direkt vor der Mehrtaktpause eingesetzt werden. - -Man sollte beachten, dass unsichtbare Pausen automatische Taktstriche -nach sich ziehen. Text, der an eine unsichtbare Pause gehängt wird, -ist links ausgerichtet an der Position, wo die Pause erscheinen -würde. Wenn aber die Länge des Taktes durch die Länge des Textes -bestimmt wird, sieht es so aus, als ob der Text zentriert gesetzt -ist." - - doctitlede = "Textbeschriftung und Mehrtaktpausen" - - - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Lorsque du texte est attaché à un silence multimesure, il sera centré -dans la mesure, au-dessus ou en dessous de la portée. Afin d'étirer la -mesure dans le cas ou ce texte est relativement long, il suffit -d'insérer un silence invisible auquel on attache le texte en question, -avant le silence multimesure. - -Rappelez-vous qu'un silence invisible génère une barre de mesure. Le -texte attaché à ce silence invisible sera alors aligné sur la gauche de -là où serait positionnée la note. Cependant, si la taille de la mesure -est déterminée par la longueur du texte, il apparaîtra comme centré. - -" - doctitlefr = "Ajout de texte à un silence multimesure" + lsrtags = "text, rhythms" texidoc = " Markups attached to a multi-measure rest will be centered above or diff --git a/Documentation/snippets/nesting-staves.ly b/Documentation/snippets/nesting-staves.ly index bd5ae08b83..6d5d52dced 100644 --- a/Documentation/snippets/nesting-staves.ly +++ b/Documentation/snippets/nesting-staves.ly @@ -7,59 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, contexts-and-engravers, staff-notation, preparing-parts" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede utilizar la propiedad -@code{systemStartDelimiterHierarchy} para crear grupos de -pentagramas anidados de forma más compleja. La instrucción -@code{\\set StaffGroup.systemStartDelimiterHierarchy} toma una -lista alfabética del número de pentagramas producidos. Se puede -proporcionar antes de cada pentagrama un delimitador de comienzo -de sistema. Se debe encerrar entre corchetes y admite tantos -pentagramas como encierren las llaves. Se pueden omitir los -elementos de la lista, pero el primer corchete siempre abarca -todos los pentagramas. Las posibilidades son -@code{SystemStartBar}, @code{SystemStartBracket}, -@code{SystemStartBrace} y @code{SystemStartSquare}. - -" - doctitlees = "Anidado de grupos de pentagramas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Eigenschaft @code{systemStartDelimiterHierarchy} kann eingesetzt -werden, um komplizierte geschachtelte Systemklammern zu erstellen. Der -Befehl @code{\\set StaffGroup.systemStartDelimiterHierarchy} nimmt eine -Liste mit der Anzahl der Systeme, die ausgegeben werden, auf. Vor jedem -System kann eine Systemanfangsklammer angegeben werden. Sie muss in Klammern eingefügt -werden und umfasst so viele Systeme, wie die Klammer einschließt. Elemente -in der Liste können ausgelassen werden, aber die erste Klammer umfasst immer -die gesamte Gruppe. Die Möglichkeiten der Anfangsklammer sind: @code{SystemStartBar}, -@code{SystemStartBracket}, @code{SystemStartBrace} und -@code{SystemStartSquare}. - -" - doctitlede = "Systeme schachteln" - -%% Translation of GIT committish: af3df3b7c6e062635bdccb739be41962969806a0 - texidocfr = " -La propriété @code{systemStartDelimiterHierarchy} permet de créer des -regroupements imbriqués complexes. La commande -@code{\\set@tie{}StaffGroup.systemStartDelimiterHierarchy} prend en -argument la liste alphabétique des sous-groupes à hiérarchiser. Chaque -sous-groupe peut être affublé d'un délimiteur particulier. Chacun des -regroupements intermédiaires doit être borné par des parenthèses. Bien -que des éléments de la liste puissent être omis, le premier délimiteur -embrassera toujours l'intégralité des portées. Vous disposez des quatre -délimiteurs @code{SystemStartBar}, @code{SystemStartBracket}, -@code{SystemStartBrace} et @code{SystemStartSquare}. - -" - doctitlefr = "Imbrications de regroupements de portées" - + lsrtags = "staff-notation, preparing-parts, contexts-and-engravers, tweaks-and-overrides" texidoc = " The property @code{systemStartDelimiterHierarchy} can be used to make @@ -89,4 +37,3 @@ staves. The possibilities are @code{SystemStartBar}, \new Staff { c1 } \new Staff { c1 } >> - diff --git a/Documentation/snippets/non-default-tuplet-numbers.ly b/Documentation/snippets/non-default-tuplet-numbers.ly index 50af6317eb..a033fef18e 100644 --- a/Documentation/snippets/non-default-tuplet-numbers.ly +++ b/Documentation/snippets/non-default-tuplet-numbers.ly @@ -9,37 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -LilyPond también proporciona funciones de formato para imprimir -números de grupo especial diferentes a la propia fracción, así -como para añadir una figura al número o a la fracción de la -agrupación. - -" - - doctitlees = "Números de agrupación especial distintos a los predeterminados" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -LilyPond stellt auch Formatierungsfunktionen zur Verfügung, mit denen -N-tolennummern gesetzt werden können, die sich von dem eigentlichen Bruch -unterscheiden. Auch ein Notenwert kann zu Nenner oder Zähler des Bruchs -hinzugefügt werden. -" - doctitlede = "Nicht-standard-N-tolennummern" - - -%% Translation of GIT committish: 015b8e65e5e9a74cea1618b597402b5b74f89b89 - texidocfr = " -LilyPond sait aussi gérer des nolets dont le chiffrage imprimé ne -correspond pas exactement à la fraction de mesure à laquelle ils se -réfèrent, tout comme ceux auxquels une valeur de note vient en complément -au chiffre. -" - doctitlefr = "Nolets au chiffrage inhabituel" - texidoc = " LilyPond also provides formatting functions to print tuplet numbers different than the actual fraction, as well as to append a note value diff --git a/Documentation/snippets/non-traditional-key-signatures.ly b/Documentation/snippets/non-traditional-key-signatures.ly index ad054f0a45..546c6e7e06 100644 --- a/Documentation/snippets/non-traditional-key-signatures.ly +++ b/Documentation/snippets/non-traditional-key-signatures.ly @@ -7,110 +7,7 @@ \version "2.14.2" \header { - lsrtags = "version-specific, pitches, contemporary-notation, staff-notation, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Armaduras de tonalidad no tradicionales" - texidoces = " - -La muy utilizada instrucción @code{\\key} establece la propiedad -@code{keySignature} property, dentro del contexto @code{Staff}. - -Para crear armaduras de tonalidad no estándar, ajuste esta -propiedad directamente. El formato de esta instrucción es una -lista: - -@code{\\set Staff.keySignature = #`(((octava . paso) . alteración) -((octava . paso) . alteración) ...)} donde, para cada elemento -dentro de la lista, @code{octava} especifica la octava -(siendo@tie{}cero la octava desde el Do@tie{}central hasta el Si -por encima), @code{paso} especifica la nota dentro de la octava -(cero@tie{}significa@tie{}Do y 6@tie{}significa@tie{}Si), y -@code{alteración} es @code{,SHARP ,FLAT ,DOUBLE-SHARP} -etc. (observe la coma precedente.) - -De forma alternativa, para cada elemento de la lista el uso del -formato más conciso @code{(paso . alteración)} especifica que la -misma alteración debe estar en todas las octavas. - -He aquí un ejemplo de una posible armadura para generar una escala -exátona: -" - - -%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Il comando @code{\\key} comunemente usato imposta la proprietà -@code{keySignature}, che fa parte del contesto @code{Staff}. - -Per creare armature di chiave non standard, tale proprietà va -impostata esplicitamente. Il formato di questo comando è -una lista: - -@code{\\set Staff.keySignature = #`(((ottava . grado) . alterazione) ((ottava -. grado) . alterazione) ...)} dove, per ogni elemento della lista, -@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@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.) - -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. - -Ecco un esempio di una possibile armatura per generare una scala -a tono intero: -" - doctitleit = "Armature di chiave non tradizionali" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Untypische Tonarten" - texidocde = " -Der üblicherweise benutzte @code{\\key}-Befehl setzt die -@code{keySignature}-Eigenschaft im @code{Staff}-Kontext. - -Um untypische Tonartenvorzeichen zu erstellen, muss man diese Eigenschaft -direkt setzen. Das Format für den Befehl ist eine Liste: @code{ \\set -Staff.keySignature = #`(((Oktave . Schritt) . Alteration) ((Oktave -. Schritt) . Alteration) ...)} wobei für jedes Element in der Liste -@code{Oktave} die Oktave angibt (0@tie{}ist die Oktave vom -eingestrichenen@tie{}C bis zum eingestrichenen@tie{}H), @code{Schritt} gibt -die Note innerhalb der Oktave an (0@tie{}heißt@tie{}C und -6@tie{}heißt@tie{}H), und @code{Alteration} ist @code{,SHARP ,FLAT -,DOUBLE-SHARP} usw. (Beachte das beginnende Komma.) - -Alternativ kann auch jedes Element der Liste mit dem allgemeineren Format -@code{(Schritt . Alteration)} gesetzt werden, wobei dann die Einstellungen -für alle Oktaven gelten. - -Hier ein Beispiel einer möglichen Tonart für eine Ganztonleiter: -" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -La commande @code{\\key} détermine la propriété @code{keySignature} d'un -contexte @code{Staff}. - -Des armures inhabituelles peuvent être spécifiées en modifiant -directement cette propriété. Il s'agit en l'occurrence de définir une -liste : - -@code{\\set Staff.keySignature = #`(((octave . pas) . altération) ((octave . pas) . altération) @dots{})} - -dans laquelle, et pour chaque élément, -@code{octave} spécifie l'octave (0 pour celle allant du do médium au si -supérieur), @code{pas} la note dans cette octave (0 pour do et 6 pour -si), et @code{altération} sera @code{,SHARP ,FLAT ,DOUBLE-SHARP} etc. -(attention à la virgule en préfixe). - -Une formulation abrégée -- @code{(pas . altération)} -- signifie que -l'altération de l'élément en question sera valide quel que soit l'octave. - -Voici, par exemple, comment générer une gamme par ton : - -" - doctitlefr = "Armures inhabituelles" - + lsrtags = "really-cool, pitches, staff-notation, version-specific, contemporary-notation" texidoc = " The commonly used @code{\\key} command sets the @code{keySignature} @@ -152,4 +49,3 @@ whole-tone scale: c4 d e fis aes4 bes c2 } - diff --git a/Documentation/snippets/numbers-as-easy-note-heads.ly b/Documentation/snippets/numbers-as-easy-note-heads.ly index 4c4dfac113..441a1a0397 100644 --- a/Documentation/snippets/numbers-as-easy-note-heads.ly +++ b/Documentation/snippets/numbers-as-easy-note-heads.ly @@ -8,45 +8,6 @@ \version "2.15.31" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Las cabezas de nota de notación fácil utilizan la propiedad -@code{note-names} del objeto @code{NoteHead} para determinar lo que -aparece dentro de la cabeza. Mediante la sobreescritura de esta -propiedad, es posible imprimir números que representen el grado de la -escala. - -Se puede crear un grabador simple que haga esto para la cabeza de cada -nota que ve. - -" - - doctitlees = "Números como notas de notación fácil" - -%% 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 -all'interno della testa. È possibile sovrascrivere questa proprietà -e mostrare numeri che corrispondano ai gradi della scala. - -Si può creare un semplice incisore che faccia questo per oggni -oggetto testa di nota che incontra. -" - doctitleit = "Numeri dentro le teste di nota" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -En mode @qq{easy play}, les têtes de note utilisent la propriété -@code{note-names} attachée à l'objet @code{NoteHead} pour déterminer ce -qui apparaîtra dans la tête. Intervenir sur cette propriété permet -d'imprimer un chiffre correspondant au degré dans la gamme. - -La création d'un graveur dédié permet de traiter toutes les notes. -" - doctitlefr = "Easy play -- chiffre en lieu et place des lettres" - lsrtags = "pitches" texidoc = " Easy notation note heads use the @code{note-names} property 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 5e7b0b6a3e..e83b1f7753 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 @@ -9,43 +9,6 @@ \header { lsrtags = "vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El motor de espaciado vertical cambió en la versión 2.14. Esto puede -hacer que se altere el espaciado de la letra de las canciones. Es -posible fijar propiedades para los contextos @code{Lyric} y -@code{Staff} de forma que el motor de espaciado se comporte como lo -hacía en la versión 2.12. - -" - - doctitlees = "Conseguir el espaciado de la letra de la versión 2.12 - en versiones más recientes" - -%% 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: 0f93dd92ffa0319328e58148458d22c5448b3d58 - texidocfr = " -La version 2.14 a donné naissance à un nouveau moteur pour l'espacement -vertical des paroles. Celles-ci peuvent donc se retrouver positionnées -différemment. Le moteur adoptera les usages de la version 2.12 une fois -que vous aurez réglé certaines propriétés des contextes @code{Lyric} et -@code{Staff}. - -" - doctitlefr = "Espacement des paroles selon les pratiques de la version 2.12" - - texidoc = " The vertical spacing engine changed for version 2.14. This can cause lyrics to be spaced differently. It is possible to set properties for diff --git a/Documentation/snippets/open-string-harmonics-in-tablature.ly b/Documentation/snippets/open-string-harmonics-in-tablature.ly index 03aa376308..be77f8b0f5 100644 --- a/Documentation/snippets/open-string-harmonics-in-tablature.ly +++ b/Documentation/snippets/open-string-harmonics-in-tablature.ly @@ -9,28 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Referencia para armónicos sobre cuerdas al aire (armónicos naturales): - -" - doctitlees = "Referencia para armónicos sobre cuerdas al aire" - -%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 - texidocde = " -Referenz für Flageolett von offenen Saiten: -" - doctitlede = "Referenz für Flageolett von offenen Saiten" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Table des harmoniques sur corde à vide (harmoniques naturelles) : - -" - doctitlefr = "Table des harmoniques sur corde à vide" - - - texidoc = " This snippet demonstrates open-string harmonics diff --git a/Documentation/snippets/orchestra,-choir-and-piano-template.ly b/Documentation/snippets/orchestra,-choir-and-piano-template.ly index 2c75e2f8d9..96b5689e2a 100644 --- a/Documentation/snippets/orchestra,-choir-and-piano-template.ly +++ b/Documentation/snippets/orchestra,-choir-and-piano-template.ly @@ -7,56 +7,7 @@ \version "2.14.2" \header { - lsrtags = "pitches, staff-notation, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta plantilla muestra el uso de contextos @code{StaffGroup} y -@code{GrandStaff} anidados para sub-agrupar instrumentos del mismo -tipo, y una forma de usar @code{\\transpose} de manera que unas -variables contengan la música para instrumentos transpositores en -afinación de concierto. - -" - doctitlees = "Plantilla de orquesta con coro y piano" - -%% 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 -tipo. Mostra anche come usare @code{\\transpose} in modo che le variabili -mantengano la musica per gli strumenti traspositori nell'intonazione reale. - -" - doctitleit = "Modello per orchestra coro e pianoforte" - -%% Translation of GIT committish: 64feeff58e5ce3397de87188a08ac99f7ef8e37b - - texidocde = " -Diese Vorlage zeigt die Benutzung von geschachtelten -@code{StaffGroup}- und @code{GrandStaff}-Kontexte, um -Instrumente in Untergruppen zu unterteilen, und die -Benutzung von @code{\\transpose} für transponierende -Instrumente. Alle Noten werden in C geschrieben. Noten -können in C eingegeben werden, oder auch in der Tonart -des Instrumentes: dann müssen sie zuerst nach C transponiert -werden, bevor sie einer Variable zugewiesen werden. - -" - doctitlede = "Orchester Chor und Klavier" - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Ce canevas illustre l'utilisation de contextes @code{StaffGroup} pour -regrouper les instruments selon leur famille, imbriqués dans un -@code{GrandStaff}, ainsi que le recours à la fonction @code{\\transpose} -pour les instruments transpositeurs. Dans tous les identificateurs, la -musique est stockée en ut. Les notes peuvent tout aussi bien être -saisies en ut ou dans la tonalité particulière de l'instrument avant -d'être transposées puis affectées à une variable. - -" - doctitlefr = "Orchestre chœur et piano" + lsrtags = "pitches, staff-notation, template, vocal-music" texidoc = " This template demonstrates the use of nested @code{StaffGroup} and @@ -197,4 +148,3 @@ bassMusic = \relative c { \clef "bass_8" \key g \major g,1 b } >> \layout { } } - diff --git a/Documentation/snippets/ottava-text.ly b/Documentation/snippets/ottava-text.ly index 3215faa2a4..b7b69477c8 100644 --- a/Documentation/snippets/ottava-text.ly +++ b/Documentation/snippets/ottava-text.ly @@ -9,54 +9,6 @@ \header { lsrtags = "pitches, text" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Internamente, @code{\\ottava} establece las propiedades -@code{ottavation} (por ejemplo, a @code{8va} o a @code{8vb}) y -@code{middleCPosition}. Para sobreescribir el texto del corchete, -ajuste @code{ottavation} después de invocar la instrucción -@code{\\ottava}. - -" - - doctitlees = "Texto de octava alta y baja" - - -%% 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 -sovrascrivere il testo della parentesi, occorre specificare @code{ottavation} -dopo il comando @code{\\ottava}. - -" - doctitleit = "Testo dell'ottava" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Intern setzt die @code{set-octavation}-Funktion die Eigenschaften -@code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"}) -und @code{middleCPosition}. Um den Text der Oktavierungsklammer zu -ändern, kann @code{ottavation} manuell gesetzt werden, nachdem -@code{set-octavation} benützt wurde. - -" - -doctitlede = "Ottava-Text" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -En interne, la fonction @code{\\ottava} détermine les -propriétés @code{ottavation} (par ex. en @code{\"8va\"} ou @code{\"8vb\"}) -et @code{centralCPosition}. Vous pouvez modifier le texte d'une marque -d'octaviation en définissant @code{ottavation} après avoir fait appel -à @code{ottava} : - -" - doctitlefr = "Texte des marques d'octaviation" - - texidoc = " Internally, @code{\\ottava} sets the properties @code{ottavation} (for example, to @code{8va} or @code{8vb}) and @code{middleCPosition}. To @@ -78,4 +30,3 @@ override the text of the bracket, set @code{ottavation} after invoking \set Staff.ottavation = #"Text" c''1 } - diff --git a/Documentation/snippets/outputting-the-version-number.ly b/Documentation/snippets/outputting-the-version-number.ly index 05c1e88a76..2baa1545b5 100644 --- a/Documentation/snippets/outputting-the-version-number.ly +++ b/Documentation/snippets/outputting-the-version-number.ly @@ -7,18 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, text, titles, scheme-language" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -L'insertion du résultat de @code{lilypond-version} dans des paroles -permet d'ajouter à la partition ou au document généré par -@code{lilypond-book} le numéro de la version de LilyPond utilisée. Une -autre possibilité consiste à l'ajouter à une chaîne textuelle comme -ci-dessous. - -" - doctitlefr = "Impression du numéro de version" + lsrtags = "scheme-language, really-simple, text, titles" texidoc = " By putting the output of @@ -39,6 +28,3 @@ By putting the output of s2 } } - - - diff --git a/Documentation/snippets/page-label.ly b/Documentation/snippets/page-label.ly index 90d844359b..6a975eba66 100644 --- a/Documentation/snippets/page-label.ly +++ b/Documentation/snippets/page-label.ly @@ -9,14 +9,6 @@ \header { lsrtags = "spacing" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Des références de page peuvent prendre place aussi bien dans la -musique qu'en tête de partition, puis reprises dans un @emph{markup}. - -" - doctitlefr = "Référencement de page" - texidoc = " Page labels may be placed inside music or at top-level, and referred to in markups. diff --git a/Documentation/snippets/partcombine-and-autobeamoff.ly b/Documentation/snippets/partcombine-and-autobeamoff.ly index a2d27a4064..d88102bbe0 100644 --- a/Documentation/snippets/partcombine-and-autobeamoff.ly +++ b/Documentation/snippets/partcombine-and-autobeamoff.ly @@ -9,109 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Puede ser difícil comprender la función de @code{\\autoBeamOff} cuando -se usa con @code{\\partcombine}. - -Puede ser preferible usar - - -@code{\\set Staff.autoBeaming = ##f} - - -en su lugar, para asegurarse de que el barrado automático se desactiva -para todo el pentagrama. - - -@code{\\partcombine} funciona aparentemente con tres voces: plica -arriba cuando hay una sola voz, plica abajo con la otra, y plica -arriba cuando está combinada. - - -Una llamada a @code{\\autoBeamOff} en el primer argumento de -partcombine se aplica a la voz que está activa en el momento en que se -procesa la llamada, ya sea voz única con la plica hacia arriba, hacia -abajo o combinadas. Una llamada a @code{\\autoBeamOff} en el segundo -argumento se aplica a la voz que está sola con la plica abajo. - - -Para pode usar @code{\\autoBeamOff} con el objeto de detener todo el -barrado automático cuando se usa con @code{\\partcombine}, es -necesario hacer tres llamadas a @code{\\autoBeamOff}. - - - - -" - doctitlees = "Partcombine y autoBeamOff" - -%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - texidocde = " -Die Funktionsweise von @code{@bs{}autoBeamOff}, wenn es zusammen mit -@code{@bs{}partcombine} eingesetzt wird, kann schwer zu verstehen sein. -Es kann besser sein, anstatt dessen - -@example -\set Staff.autobeaming = ##f -@end example - -@noindent -zu benutzen, um sicherzustellen, dass die automatische Bebalkung für das -gesamte System ausgeschaltet ist. - -@code{\\partcombine} funktioniert offensichtlich mit 3 Stimme (Hals nach oben -einfach, Hals nach unten einfach, Hals nach oben kombiniert). - -Ein @code{\\autoBeamOff}-Befehl im ersten Argument von @code{\\partcombine} -gilt für die Stimme, die zu dem Zeitpunkt aktiv ist, an dem der Befehl -verarbeitet wird, entweder für Hals nach oben, nach unten oder Hals nach -oben kombiniert. Ein @code{\\autoBeamOff}-Befehl im zweiten Argument gilt -für die Stimme, die mit Hals nach unten einfach ist. - -Um @code{\\autoBeamOff} zu benutzen, damit alle automatischen Balken aufhören, -wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff} -@emph{dreimal} aufgerufen werden. - -" -doctitlede = "Partcombine und autoBeamOff" - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La fonction @code{\\autoBeamOff} dans le cadre d'un -@code{\\partcombine} agit de façon bien particulière ; c'est pourquoi il -vaut mieux tout d'abord recourir à - -@example -\set Staff.autobeaming = ##f -@end example - -@noindent -pour désactiver les ligatures automatiques pour l'ensemble de la portée -concernée. - -L'instruction @code{\\partcombine} fonctionne apparemment sur la base de -trois voix : solo hampes montantes, solo hampes descendantes et ensemble -hampes montantes. - -Lorsque @code{\\autoBeamOff} apparaît dans le premier argument de la -combinaison, il s'applique à la voix active à ce moment précis, qu'il -s'agisse du solo hampes montantes ou du combiné hampes montantes. -Lorsqu'elle est introduite dans le second argument, la commande -@code{\\autoBeamOff} s'appliquera au solo hampes descendantes. - -Vous devrez donc, afin que @code{\\autoBeamOff} soit pleinement -opérationnel dans le cadre d'un @code{\\partcombine}, l'introduire aux -@strong{trois} niveaux. - -" - doctitlefr = "Partcombine et autoBeamOff" - - texidoc = " The function of @code{\\autoBeamOff} when used with @code{\\partcombine} can be difficult to understand. diff --git a/Documentation/snippets/percent-repeat-count-visibility.ly b/Documentation/snippets/percent-repeat-count-visibility.ly index d3259d42b4..b358bd6704 100644 --- a/Documentation/snippets/percent-repeat-count-visibility.ly +++ b/Documentation/snippets/percent-repeat-count-visibility.ly @@ -7,32 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, repeats" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden mostrar los contadores de las repeticiones del tipo -porcentaje a intervalos regulares mediante el establecimiento de -la propiedad de contexto @code{repeatCountVisibility}. - -" - doctitlees = "Visibilidad del contador de repeticiones de tipo porcentaje" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Prozentwiederholungszähler können in regelmäßigen Intervallen angezeigt -werden, indem man die Eigenschaft @code{repeatCountVisibility} beeinflusst. -" - doctitlede = "Sichtbarkeit von Prozent-Wiederholungen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Le numéro de mesure répétée sera imprimé à intervalle régulier si vous -déterminez la propriété de contexte @code{repeatCountVisibility}. - -" - doctitlefr = "Affichage du numéro de répétition en pourcent" + lsrtags = "repeats, tweaks-and-overrides" texidoc = " Percent repeat counters can be shown at regular intervals by setting diff --git a/Documentation/snippets/percent-repeat-counter.ly b/Documentation/snippets/percent-repeat-counter.ly index 351a56419a..c30fb672d5 100644 --- a/Documentation/snippets/percent-repeat-counter.ly +++ b/Documentation/snippets/percent-repeat-counter.ly @@ -9,33 +9,6 @@ \header { lsrtags = "repeats" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las repeticiones de compases completos de más de dos repeticiones -pueden llevar un contador si se activa la propiedad adecuada, como se -ve en este ejemplo: - -" - doctitlees = "Contador de repeticiones de tipo porcentaje" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Ganztaktwiederholungen mit mehr als zwei Wiederholungen erhalten einen -Zähler, wenn man die entsprechende Eigenschaft einsetzt: - -" - doctitlede = "Prozent-Wiederholungen zählen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les répétitions de plus de deux mesures sont surmontées d'un compteur, -si l'on active la propriété @code{countPercentRepeats} comme le montre -l'exemple suivant : - -" - doctitlefr = "Compteur de répétition en pourcent" - texidoc = " Measure repeats of more than two repeats can get a counter when the convenient property is switched, as shown in this example: @@ -49,4 +22,3 @@ convenient property is switched, as shown in this example: \set countPercentRepeats = ##t \repeat percent 4 { c1 } } - diff --git a/Documentation/snippets/percussion-beaters.ly b/Documentation/snippets/percussion-beaters.ly index ce51cbcfcc..11ad3e638b 100644 --- a/Documentation/snippets/percussion-beaters.ly +++ b/Documentation/snippets/percussion-beaters.ly @@ -9,17 +9,6 @@ \header { lsrtags = "percussion" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La représentation graphique des instruments à percussion n'est pas prise -en charge nativement. De tels symboles peuvent cependant être inclus, -soit à l'aide de fichiers EPS indépendants, soit à l'aide d'un -@emph{markup} contenant le code PostScript correspondant comme dans cet -exemple. - -" - doctitlefr = "Baguettes pour percussion" - texidoc = " Graphic symbols for percussion instruments are not natively supported; however it is possible to include such symbols, either as an external @@ -171,4 +160,3 @@ stick = \markup { \score { b1^\stick } - diff --git a/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly b/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly index 848dbcc7cf..a96beaf6c3 100644 --- a/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly +++ b/Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly @@ -9,38 +9,6 @@ \header { lsrtags = "version-specific, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Permitir saltos de línea dentro de grupos especiales con barra" - texidoces = " -Este ejemplo artificial muestra cómo se pueden permitir tanto los -saltos de línea manuales como los automáticos dentro de un grupo de -valoración especial unido por una barra. Observe que estos grupos -sincopados se deben barrar manualmente. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Dieses künstliche Beispiel zeigt, wie sowohl automatische als auch -manuelle Zeilenumbrüche innerhalb einer N-tole mit Balken erlaubt -werden können. Diese unregelmäßige Bebalkung muss allerdings manuell -gesetzt werden. - -" - doctitlede = "Zeilenumbrüche bei N-tolen mit Balken erlauben" - - - -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 - texidocfr = " -Cet exemple peu académique démontre comment il est possible d'insérer un saut -de ligne dans un nolet portant une ligature. Ces ligatures doivent toutefois -être explicites. - -" - doctitlefr = "Saut de ligne au milieu d'un nolet avec ligature" - texidoc = " This artificial example shows how both manual and automatic line breaks may be permitted to within a beamed tuplet. Note that such off-beat @@ -68,4 +36,3 @@ tuplets have to be beamed manually. \repeat unfold 5 { \times 2/3 { c[ b a] } } c8 } - diff --git a/Documentation/snippets/piano-template-simple.ly b/Documentation/snippets/piano-template-simple.ly index 52210e9b01..4dd8ff4184 100644 --- a/Documentation/snippets/piano-template-simple.ly +++ b/Documentation/snippets/piano-template-simple.ly @@ -9,43 +9,6 @@ \header { lsrtags = "really-simple, keyboards, template" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Presentamos a continuación una plantilla de piano sencilla con algunas -notas. - -" - doctitlees = "Plantilla de piano (sencilla)" - - -%% Translation of GIT committish: d76b338302374164acc9b62a0d628d4d230bfa95 - texidocja = " -いくつかの音符を持つシンプルなピアノ譜を示します。 - -" - doctitleja = "ピアノ テンプレート (シンプル)" - -%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Ecco un comune doppio pentagramma per pianoforte con un po' di note. - -" - doctitleit = "Modello per pianoforte (semplice)" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Hier ein einfaches Klaviersystem. - -" - doctitlede = "Vorlage für einfache Klaviernotation" - -%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 - texidocfr = " -Voici une simple partition pour piano avec quelques notes. - -" - doctitlefr = "Piano -- cannevas simple" - texidoc = " Here is a simple piano staff with some notes. @@ -79,4 +42,3 @@ lower = \relative c { \layout { } \midi { } } - diff --git a/Documentation/snippets/piano-template-with-centered-lyrics.ly b/Documentation/snippets/piano-template-with-centered-lyrics.ly index 9742224bf1..5f110563e6 100644 --- a/Documentation/snippets/piano-template-with-centered-lyrics.ly +++ b/Documentation/snippets/piano-template-with-centered-lyrics.ly @@ -7,46 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, keyboards, text, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -En lugar de tener un pentagrama dedicado a la melodía y la letra, ésta -se puede centrar entre los pentagramas de un sistema de piano. - -" - doctitlees = "Plantilla de piano con letra centrada" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -旋律と歌詞のための譜表を持つ代わりに、歌詞をピアノ譜の 2 つの譜の間に置くことができます。 -" - -%% 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. - -" - doctitleit = "Modello per pianoforte con testo al centro" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Anstatt ein eigenes System für Melodie und Text zu schreiben, können -Sie den Text auch zwischen die beiden Klaviersysteme schreiben -(und damit das zusätzliche System für die Gesangstimme auslassen). -" - - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Lorsque la mélodie est doublée au piano, cela ne nécessite pas forcément -une portée spécifique. Les paroles peuvent s'insérer entre les deux -portées de la partition pour piano. - -" - doctitlefr = "Piano et paroles entre les portées" + lsrtags = "really-simple, text, keyboards, template" texidoc = " Instead of having a full staff for the melody and lyrics, lyrics can be @@ -95,4 +56,3 @@ text = \lyricmode { } \midi { } } - diff --git a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly index 34e6a433c9..a9b6e8dd9c 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly @@ -7,46 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, keyboards, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -He aquí el típico formato dde una canción: un pentagrama con la -melodía y la letra, y el acompañamiento de piano por debajo. - -" - doctitlees = "Plantilla de piano con melodía y letra" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜表と、その下にピアノ伴奏譜があります。 -" - -%% 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. - -" - doctitleit = "Modello per pianoforte con melodia e testo" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das nächste Beispiel ist typisch für ein Lied: Im oberen System die -Melodie mit Text, darunter Klavierbegleitung. -" - - doctitlede = "Vorlage für Klavier und Gesangsstimme" - - -%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 - texidocfr = " -Il s'agit du format classique pour le chant : une portée pour la mélodie -et les paroles au-dessus de l'accompagnement au piano. - -" - doctitlefr = "Piano mélodie et paroles" + lsrtags = "really-simple, keyboards, template, vocal-music" texidoc = " Here is a typical song format: one staff with the melody and lyrics, @@ -99,4 +60,3 @@ lower = \relative c { } \midi { } } - diff --git a/Documentation/snippets/placement-of-right-hand-fingerings.ly b/Documentation/snippets/placement-of-right-hand-fingerings.ly index 10758e4bd5..e625fbd412 100644 --- a/Documentation/snippets/placement-of-right-hand-fingerings.ly +++ b/Documentation/snippets/placement-of-right-hand-fingerings.ly @@ -9,35 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Es posible ejercer un mayor control sobre la colocación de las -digitaciones de la mano derecha estableciendo el valor de una -propiedad específica, como se muestra en el ejemplo siguiente. Nota: -se debe usar una construcción de acorde. - -" - doctitlees = "Posicionamiento de digitaciones de mano derecha" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Man kann die Positionierung von Fingersatz der rechten Hand besser -kontrollieren, wenn eine bestimmte Eigenschaft gesetzt wird, wie -das folgende Beispiel zeigt: - -" - doctitlede = "Positionierung von Fingersatz der rechten Hand" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Le positionnement des doigtés main droite, grâce à une propriété -spécifique, peut se contrôler finement, comme l'indique -l'exemple suivant. N'oubliez pas la construction de type accord. - -" - doctitlefr = "Positionnement des doigtés main droite" - texidoc = " It is possible to exercise greater control over the placement of right-hand fingerings by setting a specific property, as demonstrated @@ -62,4 +33,3 @@ in the following example. Note: you must use a chord construct \set strokeFingerOrientations = #'(left) 2 } - diff --git a/Documentation/snippets/polyphony-in-tablature.ly b/Documentation/snippets/polyphony-in-tablature.ly index d8f18926d0..a7caa90bcd 100644 --- a/Documentation/snippets/polyphony-in-tablature.ly +++ b/Documentation/snippets/polyphony-in-tablature.ly @@ -9,31 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La polifonía se crea de la misma forma en un @code{TabStaff} que -en una pauta normal. - -" - doctitlees = "Polifonía en tablaturas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Polyphonie kann in einer Tabulatur (@code{TabStaff}) genauso wie in einem -normalen Notensystem erstellt werden. - -" - doctitlede = "Polyphonie in einer Tabulatur" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Une section polyphonique s'obtient dans un @code{TabStaff} de la même - manière que dans une portée normale. - -" - doctitlefr = "Polyphonie en mode tablature" - texidoc = " Polyphony is created the same way in a @code{TabStaff} as in a regular staff. @@ -71,4 +46,3 @@ lower = \relative c { >> >> } - diff --git a/Documentation/snippets/positioning-arpeggios.ly b/Documentation/snippets/positioning-arpeggios.ly index 87e9b74831..3076044917 100644 --- a/Documentation/snippets/positioning-arpeggios.ly +++ b/Documentation/snippets/positioning-arpeggios.ly @@ -9,24 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Si necesitamos alargar o acortar un símbolo de arpegio, podemos -modificar independientemente los extremos superior e inferior. - -" - doctitlees = "Posicionar símbolos de arpegio" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -L'ajustement de la taille d'une indication d'arpeggio s'effectue au -travers du positionnement de ses extrémités haute ou basse. - -" - doctitlefr = "Positionnement des arpeggios" - texidoc = " If you need to extend or shorten an arpeggio, you can modify the upper and lower start positions independently. diff --git a/Documentation/snippets/positioning-fingering-indications-precisely.ly b/Documentation/snippets/positioning-fingering-indications-precisely.ly index 3ca33e8581..dba2f9da2f 100644 --- a/Documentation/snippets/positioning-fingering-indications-precisely.ly +++ b/Documentation/snippets/positioning-fingering-indications-precisely.ly @@ -9,17 +9,6 @@ \header { lsrtags = "editorial-annotations" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les options par défaut en matière de positionnement des doigtés d'un -accord donnent généralement de bons résultats. Il se peut néanmoins -qu'un ajustement soit nécessaire dans certains cas particuliers, -notamment en présence d'un intervalle de seconde. L'astuce ici -présentée permet d'obtenir un meilleur rendu. - -" - doctitlefr = "Positionnement précis des indications de doigté" - texidoc = " Generally the options available for positioning the fingering of chords work well by default, but if one of the indications needs to positioned @@ -46,5 +35,3 @@ involved. 4 4 } - - diff --git a/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly b/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly index 586eb936fd..5ce50f0227 100644 --- a/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly +++ b/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly @@ -9,31 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Cuando se colocan figuras sobre líneas adicionales, sus barras se -sitúan generalmente en medio del pentagrama. La barra de las notas de -adorno es más corta y las notas de adorno sobre líneas adicionales -podrían tener la barra fuera del pentagrama. Podemos corregir este -barrado para las notas de adorno. - -" - doctitlees = "Colocar las barras de las notas de adorno a la misma altura que las barras de notas normales" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La ligature de notes se trouvant sur des lignes supplémentaires est -généralement centrée sur la portée. Les notes d'ornement ayant une -hampe raccourcie, leur ligature peut se retrouver en dehors de la portée -lorsqu'elles sont sur des lignes supplémentaires. LilyPond permet de -rallonger les hampes en pareil cas. - -" - doctitlefr = "Positionnement des ligatures de notes d'ornement à la hauteur de celles des notes normales" - texidoc = " When notes are placed on ledger lines, their beams are usually centred on the stave. Grace notes beams are shorter and grace notes on ledger @@ -55,4 +30,3 @@ beaming for grace notes. } f8[ e] } - diff --git a/Documentation/snippets/positioning-grace-notes-with-floating-space.ly b/Documentation/snippets/positioning-grace-notes-with-floating-space.ly index 5afb77e655..a9d2fadd65 100644 --- a/Documentation/snippets/positioning-grace-notes-with-floating-space.ly +++ b/Documentation/snippets/positioning-grace-notes-with-floating-space.ly @@ -9,46 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Al establecer la propiedad @code{'strict-grace-spacing} hacemos que -las columnas musicales para las notas de adorno sean @q{flotantes}, es -decir, desacopladas de las notas que no son de adorno: primero se -aplica el espaciado de las notas normales, y luego se ponen las -columnas musicales de las notas de adorno a la izquierda de las -columnas musicales de las notas principales. - -" - - doctitlees = "Posicionamiento de las notas de adorno con espacio flotante" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn man die Eigenschaft @code{'strict-grace-spacing} aktiviert, -werden die Verzierungsnoten \"fließend\" gemacht, d.h. sie sind -von den normalen Noten los gekoppelt: Zuerst werden die normalen -Noten platziert, dann erst die Verzierungen links von der -Hauptnote gesetzt. - -" - doctitlede = "Positionierung von Verzierungen mit verschiebbarem Platz" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Lorsqu'est activée la propriété @code{'strict-grace-spacing}, -l'espacement des notes d'ornement se fera de manière « élastique ». -Autrement dit, elles seront décollées de leur note de rattachement : -LilyPond commence par espacer les notes normales, puis les ornements -sont placés à la gauche de leur note de rattachement. - -" - doctitlefr = "Positionnement des notes d'ornement avec espace flottant" - texidoc = " Setting the property @code{'strict-grace-spacing} makes the musical columns for grace notes 'floating', i.e., decoupled from the non-grace @@ -73,4 +33,3 @@ the) graces are put left of the musical columns for the main notes. } >> } - diff --git a/Documentation/snippets/positioning-multi-measure-rests.ly b/Documentation/snippets/positioning-multi-measure-rests.ly index f5bf078ec3..53ac138d5e 100644 --- a/Documentation/snippets/positioning-multi-measure-rests.ly +++ b/Documentation/snippets/positioning-multi-measure-rests.ly @@ -8,45 +8,6 @@ \version "2.15.14" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Posicionar los silencios multicompás" - texidoces = " -A diferencia de los silencios normales, no existe una instrucción -predefinida para modificar la posición predeterminada de un -símbolo de silencio multicompás sobre el pentagrama, adjuntándolo -a una nota, independientemente de cuál sea su forma. Sin embargo, -en la música polifónica los silencios multicompás de las voces de -numeración par e impar están separados verticalmente. La -colocación de los silencios multicompás se puede controlar como se -ve a continuación: - -" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Anders als bei normalen Pausen gibt es keinen direkten Befehl, um die -vertikale Position von Ganztaktpausen zu beeinflussen, indem man sie an -eine Tonhöhe anhängt. In polyphoner Notation wird aber dennoch die -Position der Pausen von geraden und ungeraden Stimmen voneinander -unterschieden. Die Position von Ganztaktpausen kann wie folgt verändert -werden: - " - doctitlede = "Positionierung von Ganztaktpausen" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Si l'on peut positionner verticalement un silence simple en le -rattachant à une note, il n'en va pas de même pour un silence -multimesure. Néanmoins, et uniquement dans le cadre de musique -polyphonique, les silences multimesures sont positionnés différemment -selon qu'ils appartiennent à une voix au numéro pair ou impair. Le -positionnement des silences multimesures peut se contrôler ainsi : - -" - doctitlefr = "Positionnement des silences multimesures" - lsrtags = "rhythms, tweaks-and-overrides" texidoc = " diff --git a/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly b/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly index e264076747..db68e01083 100644 --- a/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly +++ b/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly @@ -9,16 +9,6 @@ \header { lsrtags = "breaks, workaround, repeats, symbols-and-glyphs" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Le code ci-dessous permet d'adjoindre à un signe @emph{segno} un texte -@emph{D.S. al Coda}, là où se trouverait normalement un bout de portée. -La @emph{coda} entamera une nouvelle ligne. Une variante, indiquée ici -même, permet de laisser la @emph{coda} sur la même ligne. - -" - doctitlefr = "Positionnement des segno et coda (avec saut de ligne)" - texidoc = " If you want to place an exiting segno sign and add text like @qq{D.S. al Coda} next to it where usually the staff lines are you can use this @@ -30,7 +20,6 @@ line. doctitle = "Positioning segno and coda (with line break)" } % begin verbatim - { \clef treble \key g \major @@ -131,4 +120,3 @@ line. \bar"|." } } - diff --git a/Documentation/snippets/positioning-text-markups-inside-slurs.ly b/Documentation/snippets/positioning-text-markups-inside-slurs.ly index deeca5bc2d..053046451c 100644 --- a/Documentation/snippets/positioning-text-markups-inside-slurs.ly +++ b/Documentation/snippets/positioning-text-markups-inside-slurs.ly @@ -7,34 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Los elementos de marcado de texto deben tener la propiedad -@code{outside-staff-priority} establecida al valor falso para que se -impriman por dentro de las ligaduras de expresión. - -" - doctitlees = "Situar los elementos de marcado de texto por dentro de las ligaduras" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Textbeschriftung kann innerhalb von Bögen gesetzt werden, wenn die -@code{outside-staff-priority}-Eigenschaft auf falsch gesetzt wird. - -" - doctitlede = "Textbeschriftung innerhalb von Bögen positionieren" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Lorsqu'une annotation doit s'incrire à l'intérieur d'une liaison, la -propriété @code{outside-staff-priority} doit être désactivée. - -" - doctitlefr = "Positionnement d'une annotation à l'intérieur d'une liaison" + lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides" texidoc = " Text markups need to have the @code{outside-staff-priority} property @@ -50,5 +23,3 @@ set to false in order to be printed inside slurs. \override TextScript #'outside-staff-priority = ##f c2(^\markup { \halign #-10 \natural } d4.) c8 } - - 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 c99432265e..2531f880eb 100644 --- a/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly +++ b/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly @@ -7,54 +7,7 @@ \version "2.14.2" \header { - lsrtags = "automatic-notation, pitches" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa -doctitlees = "Evitar que se añadan becuadros adicionales automáticamente" - -texidoces = " -Según las reglas estándar de composición -tipográfica, se imprime un becuadro antes de un sostenido o un -bemol cuando se tiene que cancelar una alteración anterior en la -misma nota. Para modificar este comportamiento, establezca el -valor de la propiedad @code{extraNatural} a @code{##f} (falso) -dentro del contexto de @code{Staff}. - -" - - -%% 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 -precedente sulla stessa nota deve essere cancellata. Per cambiare -questo comportamento si imposta la proprietà @code{extraNatural} su -@code{f} (falso) nel contesto @code{Staff}. - -" - doctitleit = "Impedire l'inserimento automatico dei bequadri supplementari" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Verhindern, dass zusätzliche Auflösungszeichen automatisch -hinzugefügt werden" - -texidocde = "Den traditionellen Notensatzregeln zufolge wird ein -Auflösungszeichen immer dann vor einem Kreuz oder B gesetzt, wenn -ein vorheriges Versetzungszeichen der gleichen Note aufgehoben werden -soll. Um dieses Verhalten zu ändern, muss die Eigenschaft -@code{extraNatural} im @code{Staff}-Kontext auf \"false\" gesetzt werden. -" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -En accord avec les règles standards de l'écriture musicale, on grave -un bécarre avant un dièse ou un bémol si on a besoin d'annuler une -altération précédente. Pour modifier ce comportement, la propriété -@code{extraNatural} du contexte @code{Staff} doit se voir attribuer la -valeur @code{##f} (faux). - -" - doctitlefr = "Suppression des bécarres superflus" + lsrtags = "pitches, automatic-notation" texidoc = " In accordance with standard typesetting rules, a natural sign is @@ -74,4 +27,3 @@ note needs to be canceled. To change this behavior, set the \set Staff.extraNatural = ##f aeses4 aes ais a } - diff --git a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly index c17638ee99..e06c94986d 100644 --- a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly +++ b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly @@ -9,15 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -L'ajout d'une marque-repère en fin de pièce peut entraîner la perte de -la dernière indication de nolet. La désactivation de @code{TupletBracket -#'full-length-to-extent} pallie ce problème. - -" - doctitlefr = "Préservation de l'indication de nolet lors d'un repère final" - texidoc = " The addition of a final @code{mark} can result in the loss of a final tuplet marking. This can be overcome by setting @code{TupletBracket @@ -60,4 +51,3 @@ tuplet marking. This can be overcome by setting @code{TupletBracket % and a shorter mark is used. \mark "1234" } - 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 690660bc61..678f86a92b 100644 --- a/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly +++ b/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly @@ -7,49 +7,7 @@ \version "2.14.2" \header { - lsrtags = "automatic-notation, pitches" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa -doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura" - -texidoces = " - -Cuando cambia la armadura de la tonalidad, se imprimen becuadros -automáticamente para cancelar las alteraciones de las armaduras -anteriores. Esto se puede evitar estableciendo al valor @qq{falso} la -propiedad @code{printKeyCancellation} del contexto @code{Staff}. - -" - - -%% 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 -può evitare questo comportamento impostando su @code{f} (falso) la proprietà -@code{printKeyCancellation} nel contesto @code{Staff}. - -" - doctitleit = "Impedire l'inserimento dei segni di bequadro quando cambia l'armatura di chiave" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt" - -texidocde = " -Wenn die Tonart wechselt, werden automatisch Auflösungszeichen ausgegeben, -um Versetzungszeichen der vorherigen Tonart aufzulösen. Das kann -verhindert werden, indem die @code{printKeyCancellation}-Eigenschaft -im @code{Staff}-Kontext auf \"false\" gesetzt wird. -" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Après un changement de tonalité, un bécarre est imprimé pour annuler -toute altération précédente. Ce comportement s'annule en désactivant la -propriété @code{printKeyCancellation} du contexte @code{Staff}. - -" - doctitlefr = "Suppression des bécarres superflus après un changement de tonalité" + lsrtags = "pitches, automatic-notation" texidoc = " When the key signature changes, natural signs are automatically printed @@ -73,4 +31,3 @@ property in the @code{Staff} context. \key g \minor a4 bes c d } - diff --git a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly index 31dc1919d2..278e233209 100644 --- a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly +++ b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly @@ -7,34 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, repeats" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede imprimir una línea divisoria de la forma @code{|:} al -principio de la pieza, sobreescribiendo la propiedad correspondiente: - -" - doctitlees = "Imprimir puntos de repetición al prinicpio de la pieza" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Ein @code{|:}-Taktstrich kann auch zu Beginn eines Stückes ausgegeben werden, indem -man die entsprechende Eigenschaft verändert: - -" - doctitlede = "Ein Wiederholungszeichen zu Beginn eines Stückes ausgeben" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Bien qu'allant à l'encontre des usages en matière de gravure, une barre -de reprise (@code{|:}) s'imprimera en début de partition après surcharge -de la propriété adéquate : - -" - doctitlefr = "Impression d'une barre de reprise en début de morceau" - + lsrtags = "repeats, tweaks-and-overrides" texidoc = " A @code{|:} bar line can be printed at the beginning of a piece, by @@ -67,4 +40,3 @@ overriding the relevant property: d1 d4 e f g } - diff --git a/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly b/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly index f718f981f6..a85373578e 100644 --- a/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly +++ b/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly @@ -9,42 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Se pueden imprimir los números de compás a intervalos regulares -mediante el establecimiento de la propiedad -@code{barNumberVisibility}. Aquí los números de compás se -imprimen a cada dos compases excepto al final de la línea. - -" - - doctitlees = "Imprimir números de compás a intervalos regulares" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Taktnummern können in regelmäßigen Intervallen gesetzt werden, indem -man die Eigenschaft @code{barNumberVisibility} definiert. In diesem -Beispiel werden die Taktnummern jeden zweiten Takt gesetzt, außer -am Ende einer Zeile. - -" - doctitlede = "Setzen der Taktnummern in regelmäßigen Intervallen" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Vous pouvez imprimer un numéro de mesure à intervalle régulier plutôt -qu'en tête de chaque ligne seulement, en recourant à la propriété -@code{barNumberVisibility}. Voici comment afficher le numéro toutes les -deux mesures sauf en fin de ligne. - -" - doctitlefr = "Imprimer les numéros de mesure à intervalle régulier" - texidoc = " Bar numbers can be printed at regular intervals by setting the property @code{barNumberVisibility}. Here the bar numbers are printed every two @@ -66,4 +30,3 @@ measures except at the end of the line. \break c1 | c | c | c | c } - diff --git a/Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly b/Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly index 1f7bf9acfb..5cad34c084 100644 --- a/Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly +++ b/Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly @@ -7,33 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Los números de compás también se pueden imprimir dentro de rectángulos o de circunferencias. - -" - doctitlees = "Imprimir números de compás dentro de rectángulos o circunferencias" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Taktnummern können auch in Boxen oder Kreisen gesetzt werden. - -" - doctitlede = "Setzen von Taktnummern in Kästen oder Kreisen" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les numéros de mesure peuvent être encadrés ou entourés d'un cercle. - -" - doctitlefr = "Inscrire le numéro de mesure dans un cadre ou un cercle" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " Bar numbers can also be printed inside boxes or circles. @@ -61,4 +35,3 @@ Bar numbers can also be printed inside boxes or circles. = #(make-stencil-circler 0.1 0.25 ly:text-interface::print) \repeat unfold 4 { c1 } \bar "|." } - diff --git a/Documentation/snippets/printing-hairpins-using-al-niente-notation.ly b/Documentation/snippets/printing-hairpins-using-al-niente-notation.ly index 42536bd4c3..c32d033384 100644 --- a/Documentation/snippets/printing-hairpins-using-al-niente-notation.ly +++ b/Documentation/snippets/printing-hairpins-using-al-niente-notation.ly @@ -9,35 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden imprimir reguladores con un círculo en la punta (notación -«al niente») estableciendo la propiedad @code{circled-tip} del objeto -@code{Hairpin} al valor @code{#t}. - -" - doctitlees = "Impresión de reguladores utilizando la notación «al niente»" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " - Crescendo-Klammern können mit einem kleinen Kreis vor der Spitze - notiert werden (al niente = bis zum Nichts), indem die -@code{circled-tip}-Eigenschaft des @code{Hairpin}-Objekts auf -@code{#t} gesetzt wird. - -" - doctitlede = "Crescendo Klammern al niente schreiben" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Des crescendos ou decrescendos @emph{al niente} peuvent être indiqués de -manière graphique, en assignant @emph{vrai} (@code{#t}) à la -propriété @code{circled-tip}, ce qui affiche un cercle à leur extrémité. - -" - doctitlefr = "Impression de soufflets « al niente »" - texidoc = " Hairpin dynamics may be printed with a circled tip (@qq{al niente} notation) by setting the @code{circled-tip} property of the @@ -53,4 +24,3 @@ notation) by setting the @code{circled-tip} property of the c2\< c\! c4\> c\< c2\! } - diff --git a/Documentation/snippets/printing-marks-at-the-end-of-a-line.ly b/Documentation/snippets/printing-marks-at-the-end-of-a-line.ly index a1f2e05aad..cb20c585f5 100644 --- a/Documentation/snippets/printing-marks-at-the-end-of-a-line.ly +++ b/Documentation/snippets/printing-marks-at-the-end-of-a-line.ly @@ -9,26 +9,6 @@ \header { lsrtags = "text" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Se pueden imprimir marcas al final de la línea actual, en vez de al -principio de la línea siguiente. En estos casos, puede ser preferible -alinear el borde derecho de la marca con la línea divisoria. - -" - doctitlees = "Imprimir marcas al final de una línea" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les indications textuelles peuvent être imprimées à la fin d'une ligne -plutôt qu'en tête de la suivante. L'alignement sur la barre de mesure -devra alors s'effectuer par l'extrémité droite de l'indication. - -" - doctitlefr = "Indication textuelle en fin de ligne" - texidoc = " Marks can be printed at the end of the current line, instead of the beginning of the following line. In such cases, it might be preferable @@ -49,4 +29,3 @@ to align the right end of the mark with the bar line. g2 b, c1 \bar "||" } - diff --git a/Documentation/snippets/printing-marks-on-every-staff.ly b/Documentation/snippets/printing-marks-on-every-staff.ly index 83e231c82b..3e7bc14789 100644 --- a/Documentation/snippets/printing-marks-on-every-staff.ly +++ b/Documentation/snippets/printing-marks-on-every-staff.ly @@ -9,33 +9,6 @@ \header { lsrtags = "text" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Aunque normalmente las marcas de ensayo textuales sólo se imprimen -sobre el pentagrama superior, también se pueden imprimir en otro -pentagrama cualquiera. - -" - doctitlees = "Imprimir marcas de ensayo en cualquier pentagrama" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Normalerweise werden Textzeichen nur über dem obersten Notensystem gesetzt. Sie -können aber auch über jedem System ausgegeben werden. - -" - doctitlede = "Zeichen über jedem System ausgeben" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Bien que ces indications textuelles ne soient habituellement imprimées -qu'au niveau de la portée supérieure d'un système, leur affectation peut -être répecutée à chacune des portées. - -" - doctitlefr = "Impression des indications sur toutes les portées d'un système" - texidoc = " Although text marks are normally only printed above the topmost staff, they may also be printed on every staff. @@ -63,4 +36,3 @@ they may also be printed on every staff. } } } - diff --git a/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly b/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly index 9eeadbabea..5cb9eddf46 100644 --- a/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly +++ b/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly @@ -7,40 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -De forma predeterminada, las indicaciones metronómicas y las -letras de ensayo se imprimen encima del pentagrama. Para -colocarlas debajo del pentagrama, simplemente ajustamos -adecuadamente la propiedad @code{direction} de -@code{MetronomeMark} o de @code{RehearsalMark}. - -" - - doctitlees = "Impresión de indicaciones metronómicas y letras de ensayo debajo del pentagrama" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Normalerweise werden Metronom- und Übungszeichen über dem Notensystem ausgegeben. -Um sie unter das System zu setzen, muss die @code{direction}-Eigenschaft -von @code{MetronomeMark} oder @code{RehearsalMark} entsprechend verändert werden. - -" - doctitlede = "Metronom- und Übungszeichen unter das System setzen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les indications de tempo et les marques de repère s'impriment par défaut -au-dessus de la portée. Le fait de régler en conséquence la propriété -@code{direction} des objets @code{MetronomeMark} ou @code{RehearsalMark} -les placera au-dessous de la portée. - -" - doctitlefr = "Impression du métronome et des repères sous la portée" + lsrtags = "expressive-marks, rhythms, tweaks-and-overrides" texidoc = " By default, metronome and rehearsal marks are printed above the staff. @@ -65,4 +32,3 @@ of @code{MetronomeMark} or @code{RehearsalMark} appropriately. \mark \default c''1 } - diff --git a/Documentation/snippets/printing-music-with-different-time-signatures.ly b/Documentation/snippets/printing-music-with-different-time-signatures.ly index 2bd69e4fea..998ecaa99d 100644 --- a/Documentation/snippets/printing-music-with-different-time-signatures.ly +++ b/Documentation/snippets/printing-music-with-different-time-signatures.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contemporary-notation, rhythms, real-music, percussion, really-cool" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Bien qu'ayant des métriques bien différentes, les deux parties -ci-dessous présentées restent synchrones. Les barres de mesure ne -peuvent plus être gérées au niveau du contexte @code{Score} ; les -@code{Default_barline_engraver} et @code{Timing_translator} doivent être -déplacés du contexte @code{Score} au contexte @code{Staff} afin de -permettre des barres de mesure individualisées. - -Le @code{Bar_number_engraver} devra lui aussi être déplacé, puisqu'il -dépend de propriétés attachées au @code{Timing_translator}, afin de -numéroter les mesures. L'utilisation d'un bloc @code{\\with} dans la -portée concernée permettra un affichage des numéros de mesure. - -" - doctitlefr = "Impression de musique aux métriques différentes" + lsrtags = "really-cool, real-music, percussion, rhythms, contemporary-notation" texidoc = " In the following snippet, two parts have a completely different time @@ -173,4 +156,3 @@ Perkussion = \new StaffGroup << \Perkussion >> } - diff --git a/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly b/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly index 79e9720b84..77c2b7edb3 100644 --- a/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly +++ b/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly @@ -9,26 +9,6 @@ \header { lsrtags = "tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede usar el contexto @code{NoteNames} para imprimir el valor -textual de las notas. La propiedad @code{printOctaveNames} activa o -desactiva la representación de la octava de las notas. - -" - doctitlees = "Impresión de los nombres de las notas con o sin indicación de la octava" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Le contexte @code{NoteNames} permet d'imprimer le nom des notes. La -propriété @code{printOctaveNames}, une fois activée, leur adjoindra une -indication d'octave. - -" - doctitlefr = "Impression des noms de notes avec ou sans indication d'octave" - texidoc = " The @code{NoteNames} context can be used to print the text value of notes. The @code{printOctaveNames} property turns on or off the @@ -61,4 +41,3 @@ scale = \relative c' { } >> } - diff --git a/Documentation/snippets/printing-text-from-right-to-left.ly b/Documentation/snippets/printing-text-from-right-to-left.ly index c2b9819424..bd3746b1ee 100644 --- a/Documentation/snippets/printing-text-from-right-to-left.ly +++ b/Documentation/snippets/printing-text-from-right-to-left.ly @@ -7,15 +7,7 @@ \version "2.14.2" \header { - lsrtags = "world-music, workaround, text, editorial-annotations" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Du texte, inclus dans un objet @emph{markup}, peut s'imprimer de droite à -gauche, comme illustré ci-dessous. - -" - doctitlefr = "Impression de texte de droite à gauche" + lsrtags = "text, world-music, workaround, editorial-annotations" texidoc = " It is possible to print text from right to left in a markup object, as @@ -35,4 +27,3 @@ demonstrated here. \line { i n g i r u m i m u s n o c t e } } } - diff --git a/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly b/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly index dd1f4c238a..feaa41da78 100644 --- a/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly +++ b/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly @@ -9,49 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -De forma predeterminada se suprime el número del primer compás de una -partitura si es menor o igual a @q{1}. Al establecer el valor de -@code{barNumberVisibility} a @code{all-bar-numbers-visible}, se puede -imprimir cualquier número de compás para el primer compás y todos los -siguientes. Observe que, para que esto funcione, se debe insertar una -líinea divisoria vacía antes de la primera nota. - -" - - doctitlees = "Imprimir el número de compás en el primer compás" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Standardmäßig wird die erste Taktzahl einer Partitur nicht gesetzt, -wenn sie weniger oder gleich '1' ist. Indem man @code{barNumberVisibility} -auf @code{all-bar-numbers-visible} setzt, kann eine beliebige -Taktzahl für den ersten und die folgenden Takte gesetzt werden. -Eine leere Taktlinie muss jedoch vor der ersten Note eingefügt -werden, damit das funktioniert. - -" - doctitlede = "Setzen der Taktnummer für den ersten Takt" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Par défaut, LilyPond n'affiche pas le premier numéro de mesure s'il est -inférieur à@tie{}2. Le fait de définir @code{barNumberVisibility} à -@code{all-bar-numbers-visible} vous permettra d'imprimer n'importe quel -numéro pour la première mesure. Notez que l'impression d'un numéro -de mesure ne peut intervenir que s'il y a une barre. Aussi, pour -pouvoir le faire au début d'un morceau, devrez-vous ajouter une barre -vide avant la première note. - -" - doctitlefr = "Afficher le numéro de la première mesure" - texidoc = " By default, the first bar number in a score is suppressed if it is less than or equal to `1'. By setting @code{barNumberVisibility} to @@ -70,4 +27,3 @@ must be inserted before the first note for this to work. c1 | d | e | f \break g1 | e | d | c } - diff --git a/Documentation/snippets/proportional-strict-notespacing.ly b/Documentation/snippets/proportional-strict-notespacing.ly index 8d42e045c8..ee22d09a5f 100644 --- a/Documentation/snippets/proportional-strict-notespacing.ly +++ b/Documentation/snippets/proportional-strict-notespacing.ly @@ -9,16 +9,6 @@ \header { lsrtags = "spacing, tweaks-and-overrides" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Lorsque la propriété @code{strict-note-spacing} est activée, -l'espacement des notes dans un système ne tient compte ni des barres de -mesure ni des clefs, qui se retrouvent placées juste avant la note qui -tombe au même moment. Ceci peut entraîner certaines collisions. - -" - doctitlefr = "Espacement strictement proportionnel des notes" - texidoc = " If @code{strict-note-spacing} is set spacing of notes is not influenced by bars or clefs within a system. Rather, they are placed just before @@ -41,4 +31,3 @@ the note that occurs at the same time. This may cause collisions. c1 } >> - diff --git a/Documentation/snippets/putting-lyrics-inside-the-staff.ly b/Documentation/snippets/putting-lyrics-inside-the-staff.ly index 1bbc1511c3..cc6fc08941 100644 --- a/Documentation/snippets/putting-lyrics-inside-the-staff.ly +++ b/Documentation/snippets/putting-lyrics-inside-the-staff.ly @@ -9,17 +9,6 @@ \header { lsrtags = "staff-notation, text, vocal-music" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Des paroles peuvent venir s'inscrire dans la portée même. Ces paroles -sont décalées par la dérogation @code{\\override LyricText -#'extra-offset = #'(0 . dimension)} ; des commandes similaires -s'occuperont des extenseurs et des tirets. Le décalage optimal ne peut -s'obtenir qu'en procédant à tâtons. - -" - doctitlefr = "Impression des paroles dans la portée" - texidoc = " Lyrics can be moved vertically to place them inside the staff. The lyrics are moved with @code{\\override LyricText #'extra-offset = #'(0 @@ -40,4 +29,3 @@ hyphens. The offset needed is established with trial and error. \override LyricHyphen #'extra-offset = #'(0 . 8.6) } \lyricsto "voc" { La la -- la __ _ la } >> - diff --git a/Documentation/snippets/quoting-another-voice-with-transposition.ly b/Documentation/snippets/quoting-another-voice-with-transposition.ly index ed7f6d24ed..324c6645db 100644 --- a/Documentation/snippets/quoting-another-voice-with-transposition.ly +++ b/Documentation/snippets/quoting-another-voice-with-transposition.ly @@ -9,44 +9,6 @@ \header { lsrtags = "pitches, staff-notation" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los pasajes citados tienen en cuenta la transposición de la fuente -tanto como la del destino. En este ejemplo, todos los -instrumentos interpreta una nota con el sonido del Do central; el -destino de un instrumento transpositor en Fa. La parte de destino -se puede transponer utilizando @code{\\transpose}. En este caso -se transportan todas las notas (incluidas las citadas). - -" - -doctitlees = "Citar otra voz con transposición" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Zitate berücksichtigen sowohl die Transposition der Quelle als auch -des Zielinstruments. In diesem Beispiel spielen alle Instrumente -klingendes C, das Zielinstrument ist in F. Die Noten für das -Zielinstrument können mit @code{\\transpose} transponiert werden, -in diesem Fall werden alle Noten (auch die zitierten) transponiert. - -" - doctitlede = "Eine Stimme mit Transposition zitieren" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les citations tiennent compte de la transposition, aussi bien celle de -l'instrument d'origine que celle de la partie où elles interviennent. -Dans l'exemple suivant, tous les instruments sont en tonalité de concert -et seront repris par un instrument en fa. Le destinataire de la citation -peut à son tour transposer à l'aide de la commande @code{\\transpose}. -En pareil cas, toutes les hauteurs, y compris celles de la citation, -seront transposées. - -" - doctitlefr = "Citation d'une autre voix et transposition" - texidoc = " Quotations take into account the transposition of both source and target. In this example, all instruments play sounding middle C; the diff --git a/Documentation/snippets/quoting-another-voice.ly b/Documentation/snippets/quoting-another-voice.ly index 0f9930eed2..3b9278a828 100644 --- a/Documentation/snippets/quoting-another-voice.ly +++ b/Documentation/snippets/quoting-another-voice.ly @@ -9,56 +9,6 @@ \header { lsrtags = "staff-notation" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -La propiedad @code{quotedEventTypes} determina los tipos de eventos -musicales que resultan citados. El valor predeterminado es -@code{(note-event rest-event tie-event beam-event tuplet-span-event)}, -que significa que sólo aparecen en la expresión @code{\\quoteDuring} -las notas, silencios, ligaduras, barras y grupos especiales. En el -ejemplo siguiente, el silencio de semicorchea no aparece en el -fragmento citado porque @code{rest-event} no está dentro de los -@code{quotedEventTypes}. - -Para ver una lista de los tipos de evento, consulte la sección -@qq{Music classes} de la Referencia de funcionamiento interno. - - -" - doctitlees = "Citar otra voz" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die @code{quotedEventTypes}-Eigenschaft bestimmt die -Typen an Musikereignissen, die zitiert werden. Die -Standardeinstellung ist @code{(note-event rest-event)}, womit -nur Noten und Pausen der zitierten Stimme für den -@code{\\quoteDuring}-Ausdruck übernommen werden. Im -Beispiel hier wird die 16-Pause nicht übernommen, weil -sich @code{rest-event} nicht in @code{quotedEventTypes} befindet. - -" - - doctitlede = "Eine andere Stimme zitieren" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les types d'événement pris en charge pour la citation sont déterminés par -la propriété @code{quotedEventTypes}. Par défaut, sa valeur est fixée à -@code{(note-event rest-event tie-event beam-event tuplet-span-event)}, -ce qui signifie que seuls les notes, silences, liaisons, ligatures et -nolets seront mentionnés par @code{\\quoteDuring}. Dans l'exemple -suivant, le quart de soupir n'est pas reproduit puisqu'il n'est pas -mentionné parmi les @code{quotedEventTypes}. - -Pour connaître la liste des types d'événements, reportez-vous à la -rubrique @emph{Music classes} de la référence des propriétés internes. - -" - doctitlefr = "Citation d'une autre voix" - texidoc = " The @code{quotedEventTypes} property determines the music event types which should be quoted. The default value is @code{(note-event diff --git a/Documentation/snippets/recorder-fingering-chart.ly b/Documentation/snippets/recorder-fingering-chart.ly index 9a11ad6a04..e390eb7df0 100644 --- a/Documentation/snippets/recorder-fingering-chart.ly +++ b/Documentation/snippets/recorder-fingering-chart.ly @@ -9,24 +9,6 @@ \header { lsrtags = "winds" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -El ejemplo siguiente muestra cómo se pueden realizar diagramas de -digitación para instrumentos de viento. - -" - - doctitlees = "Diagramas de digitación para la flauta dulce" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Cet exemple illustre la manière de créer et afficher des indications de -doigté pour instrument à vent. - -" - doctitlefr = "Doigtés pour flûte à bec" - texidoc = " The following example demonstrates how fingering charts for wind instruments can be realized. @@ -81,5 +63,3 @@ centermarkup = { f''1*1/4^\markup{2)}\stopGroup } } - - diff --git a/Documentation/snippets/redefining-grace-note-global-defaults.ly b/Documentation/snippets/redefining-grace-note-global-defaults.ly index 83512fce2a..e8073d0402 100644 --- a/Documentation/snippets/redefining-grace-note-global-defaults.ly +++ b/Documentation/snippets/redefining-grace-note-global-defaults.ly @@ -8,49 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Los valores predeterminados para las notas de adorno están -almacenados en los identificadores @code{startGraceMusic}, -@code{stopGraceMusic}, @code{startAcciaccaturaMusic}, -@code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic} y -@code{stopAppoggiaturaMusic}, que están definidos en el archivo -@file{ly/grace-init.ly}. Redefiniéndolos se pueden obtener otros -efectos. - -" - - doctitlees = "Redefinición de los valores globales predeterminados para notas de adorno" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die globalen Standardeinstellungen für Verzierungsnoten werden in -den Variablen@code{startGraceMusic}, @code{stopGraceMusic}, -@code{startAcciaccaturaMusic}, @code{stopAcciaccaturaMusic}, -@code{startAppoggiaturaMusic} und @code{stopAppoggiaturaMusic} -gespeichert, die in der Datei @file{ly/grace-init.ly} definiert -sind. Wenn man sie umdefiniert, können andere Effekte erreicht -werden. - -" - doctitlede = "Globale Umdefinition von Verzierungsnoten" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Vous pouvez modifier les valeurs des variables @code{startGraceMusic}, -@code{stopGraceMusic}, @code{startAcciaccaturaMusic}, -@code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic} et -@code{stopAppoggiaturaMusic} afin d'en personnaliser les effets. Pour -plus de détails, voir le fichier @file{ly/grace-init.ly}. - -" - doctitlefr = "Redéfinition des réglages de mise en forme par défaut des notes d'ornement" - lsrtags = "rhythms" texidoc = " @@ -81,4 +38,3 @@ stopAcciaccaturaMusic = { \relative c'' { \acciaccatura d8 c1 } - diff --git a/Documentation/snippets/removing-bar-numbers-from-a-score.ly b/Documentation/snippets/removing-bar-numbers-from-a-score.ly index 9d8afb3c20..c0c45bd1ac 100644 --- a/Documentation/snippets/removing-bar-numbers-from-a-score.ly +++ b/Documentation/snippets/removing-bar-numbers-from-a-score.ly @@ -9,38 +9,6 @@ \header { lsrtags = "contexts-and-engravers, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Se pueden eliminar completamente los números de compás quitando el -grabador @code{Bar_number_engraver} del contexto de @code{Score}. - -" - - doctitlees = "Suprimir los números de compás de toda la partitura" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Taktnummern können vollkommen aus den Noten entfernt werden, indem -man den @code{Bar_number_engraver} aus dem @code{Score}-Kontext -entfernt. - -" - doctitlede = "Entfernung von Taktnummern in einer Partitur" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Désactiver le graveur concerné -- @code{Bar_number_engraver} -- -donnera une partition -- contexte @code{Score} -- sans numéros de -mesure. - -" - doctitlefr = "Suppression des numéros de mesure d'une partition" - texidoc = " Bar numbers can be removed entirely by removing the @code{Bar_number_engraver} from the @code{Score} context. @@ -61,4 +29,3 @@ Bar numbers can be removed entirely by removing the c4 c c c \break c4 c c c } - diff --git a/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly b/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly index 7d485e8f16..49001e06b5 100644 --- a/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly +++ b/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly @@ -7,28 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -De forma predeterminada, las líneas divisorias en los grupos -StaffGroup, PianoStaff o GrandStaff se conectan entre los pentagramas. -Se puede alterar este comportamiento pentagrama a pentagrama. - -" - doctitlees = "Quitar las barras de compás entre los pentagramas de un StaffGroup PianoStaff o GrandStaff" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les barres de mesure des regroupements @code{StaffGroup}, -@code{PianoStaff} et @code{GrandStaff} sont par défaut d'un seul tenant. -La portion entre les portées peut néanmoins être supprimée, portée par -portée. - -" - doctitlefr = "Suppression de la partie inter-portée des barres de mesure d'un regroupement autre que ChoirStaff" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " By default, bar lines in StaffGroup, PianoStaff, or GrandStaff groups @@ -57,4 +36,3 @@ a staff-by-staff basis. } >> } - diff --git a/Documentation/snippets/removing-the-first-empty-line.ly b/Documentation/snippets/removing-the-first-empty-line.ly index 91123b6b1b..2824df970e 100644 --- a/Documentation/snippets/removing-the-first-empty-line.ly +++ b/Documentation/snippets/removing-the-first-empty-line.ly @@ -7,59 +7,7 @@ \version "2.14.2" \header { - lsrtags = "breaks, tweaks-and-overrides, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El primer pentagrama vacío también se puede suprimir de la -partitura estableciendo la propiedad @code{remove-first} de -@code{VerticalAxisGroup}. Esto se puede hacer globalmente dentro -del bloque @code{\\layout}, o localmente dentro del pentagrama -concreto que se quiere suprimir. En este último caso, tenemos que -especificar el contexto (@code{Staff} se aplica sólo al pentagrama -actual) delante de la propiedad. - -El pentagrama inferior del segundo grupo no se elimina, porque el -ajuste sólo se aplica al pentagrama concreto dentro del que se -escribe. - -" - doctitlees = "Quitar la primera línea vacía" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Ein leeres Notensystem kann auch aus der ersten Zeile einer Partitur -entfernt werden, indem die Eigenschaft @code{remove-first} der -@code{VerticalAxisGroup}-Eigenschaft eingesetzt wird. Das kann -man global in einer @code{\\layout}-Umgebung oder lokal in dem -bestimmten Notensystem machen, das entfernt werden soll. In letzterem -Fall muss man den Kontext angeben. - -Das untere Notensystem der zweiten Systemgruppe wird nicht entfernt, -weil in die Einstellungen in dem Schnipsel nur für das eine Notensystem -gültig sind. - -" - doctitlede = "Die erste leere Notenzeile auch entfernen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Par défaut, le premier système comportera absolument toutes les portées. -Si vous préférez masquer les portées vides y compris pour le premier -système, vous devrez activer la propriété @code{remove-first} du -@code{VerticalAxisGroup}. Mentionnée dans un bloc @code{\\layout}, -cette commande agira de manière globale. Pour qu'elle ne soit effective -que pour une portée particulière, vous devrez également spécifier le -contexte (@code{Staff} pour qu'il ne concerne que la portée en cours) en -préfixe de la propriété. - -La première ligne inférieure du deuxième @code{StaffGroup} est bien -présente, pour la simple raison que le réglage en question ne s'applique -qu'à la portée dans laquelle il a été inscrit. - -" - doctitlefr = "Masquage de la première ligne si elle est vide" + lsrtags = "breaks, staff-notation, tweaks-and-overrides" texidoc = " The first empty staff can also be removed from the score by setting the @@ -108,4 +56,3 @@ written. R } >> - diff --git a/Documentation/snippets/rest-styles.ly b/Documentation/snippets/rest-styles.ly index d3f4944f99..3f5d938caf 100644 --- a/Documentation/snippets/rest-styles.ly +++ b/Documentation/snippets/rest-styles.ly @@ -7,29 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms, ancient-notation, symbols-and-glyphs" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Estilos de silencios" - texidoces = " -Los silencios se pueden imprimir en distintos estilos. -" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - - doctitlede = "Pausenstile" - texidocde = " -Pausen können in verschiedenen Stilen dargestellt werden. -" - - - -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 - texidocfr = " -Les silences peuvent être gravés selon différents styles. - -" - doctitlefr = "Styles de silences" + lsrtags = "ancient-notation, symbols-and-glyphs, rhythms, tweaks-and-overrides" texidoc = " Rests may be used in various styles. @@ -71,4 +49,3 @@ Rests may be used in various styles. r\maxima^\markup \typewriter { default } r\longa r\breve r1 r2 r4 r8 r16 r32 r64 r128 s128 } - diff --git a/Documentation/snippets/reverting-default-beam-endings.ly b/Documentation/snippets/reverting-default-beam-endings.ly index b5394be4d1..7cfce876a9 100644 --- a/Documentation/snippets/reverting-default-beam-endings.ly +++ b/Documentation/snippets/reverting-default-beam-endings.ly @@ -9,36 +9,6 @@ \header { lsrtags = "version-specific, rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Para tipografiar las barras agrupadas en la forma @code{3-4-3-2} sólo -es necesario modificar la estructura de pulsos: - -" - doctitlees = "Alteración de los finales de barra predeterminados" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Um Balken im 12/8-Takt als @code{3-4-3-2} zu gruppieren, muss man zuerst die -Standardwerte für die Balken im 12/8-Takt rückgängig machen und dann die neuen -Werte setzen: - -" - doctitlede = "Standard-Balkenwerte rückgängig machen" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Pour obtenir des ligatures en groupes de @code{3-4-3-2} croches, dans -une mesure à 12/8, il faudra préalablement annuler les réglages par -défaut relatifs à 12/8, puis ajouter les règles adaptées : - -" - doctitlefr = "Annulation des règles de ligature par défaut" - texidoc = " To typeset beams grouped @code{3-4-3-2} in 12/8 it is necessary first to override the default beam endings in 12/8, and then to set up the diff --git a/Documentation/snippets/rhythmic-slashes.ly b/Documentation/snippets/rhythmic-slashes.ly index fe6797d5e0..3283145fec 100644 --- a/Documentation/snippets/rhythmic-slashes.ly +++ b/Documentation/snippets/rhythmic-slashes.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Il arrive, dans une feuille de chant « simple », que les notes soient -remplacées par une « pulsation » et que la structure de la chanson soit -indiquées par les accords au-dessus des mesures. Ceci peut être utile -lorsque l'on crée ou retranscrit la structure d'une chanson, ainsi que -pour donner au guitariste et musiciens de jazz une pseudo partition. Le -fonctionnement standard d'un @code{\\repeat percent} n'est pas ici -applicable puisque le premier temps doit être une note ou un silence. -Le code ci-dessous propose deux alternatives à ce problème en -redéfinissant l'aspect d'un silence. Si la durée d'un temps ne -correspond pas à la noire, le @code{r4} inclus dans la définition devra -être remplacé par un silence de durée appropriée. - -" - doctitlefr = "Barres rythmiques" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " In @qq{simple} lead-sheets, sometimes no actual notes are written, @@ -70,4 +53,3 @@ comp = #(define-music-function (parser location count) (integer?) \comp #4 | } } - diff --git a/Documentation/snippets/satb-choir-template---four-staves.ly b/Documentation/snippets/satb-choir-template---four-staves.ly index 31bbd6175d..11d8a86860 100644 --- a/Documentation/snippets/satb-choir-template---four-staves.ly +++ b/Documentation/snippets/satb-choir-template---four-staves.ly @@ -7,39 +7,7 @@ \version "2.14.2" \header { - lsrtags = "vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Plantilla de coro SATB (en cuatro pentagramas) - -" - doctitlees = "Plantilla de coro SATB a cuatro pentagramas" - -%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Modello per coro SATB (quattro righi) - -" - doctitleit = "Modello per coro SATB - quattro righi" - -%% Translation of GIT committish: 144cd434d02e6d90b2fb738eeee99119a7c5e1d2 - - texidocde = " -SATB-Chorvorlage auf vier Systemen - -" - doctitlede = "SATB-Chorvorlage auf vier Systemen" - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Modèle pour chœur à quatre voix mixtes, chaque pupitre ayant sa propre -portée. - -" - doctitlefr = "Modèle pour chœur SATB sur quatre portées" + lsrtags = "template, vocal-music" texidoc = " SATB choir template (four staves) @@ -105,4 +73,3 @@ basswords = \lyricmode { mi mi mi mi } >> >> } - diff --git a/Documentation/snippets/score-for-diatonic-accordion.ly b/Documentation/snippets/score-for-diatonic-accordion.ly index efafe02db0..51e2a2d179 100644 --- a/Documentation/snippets/score-for-diatonic-accordion.ly +++ b/Documentation/snippets/score-for-diatonic-accordion.ly @@ -245,4 +245,3 @@ staffBassRhytm = >> } %} - diff --git a/Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly b/Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly index f6eb4f054d..148699d7c5 100644 --- a/Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly +++ b/Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly @@ -7,25 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, pitches" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les altérations supprimées lors d'un changement de tonalité sont par -défaut accolés à la nouvelle armure. Ce comportement peut s'adapter -grâce à la propriété @code{'break-align-orders} de l'objet -@code{BreakAlignment}. - -La valeur de @code{'break-align-orders} est constituée d'un vecteur à -trois composantes listant l'ordre des éléments à l'occasion d'une -rupture. Seule la deuxième liste est ici modifiée, -@code{key-cancellation} étant déplacé avant @code{staff-bar}. En ne -modifiant que la deuxième liste, cette modification dans l'ordre -d'apparition des éléments sera effective seulement en cours de système, -et non en début ou fin de ligne. - -" - doctitlefr = "Séparation entre altérations annulées et nouvelle armure" + lsrtags = "pitches, tweaks-and-overrides" texidoc = " By default, the accidentals used for key cancellations are placed diff --git a/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly b/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly index 14d2130eb3..5f526678d9 100644 --- a/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly +++ b/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly @@ -9,38 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Si la nota que da fin a un regulador cae sobre la primera parte de -un compás, el regulador se detiene en la línea divisoria -inmediatamente precedente. Se puede controlar este comportamiento -sobreescribiendo la propiedad @code{'to-barline}. - -" - doctitlees = "Establecer el comportamiento de los reguladores en las barras de compás" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Wenn die Note, an welcher eine Crescendo-Klammer endet, die erste Note -eines Taktes ist, wird die Klammer an der vorhergehenden Taktlinie -beendet. Dieses Verhalten kann auch mit der Eigenschaft -@code{'to-barline} geändert werden: -" - doctitlede = "Das Verhalten von Crescendo-Klammern an Taktlinien beeinflussen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -En principe, un soufflet -- (de)crescendo imprimé sous forme graphique -- -commence au bord gauche de la note de départ, et se termine au -bord droit de la note d'arrivée. Cependant, si la note d'arrivée -est sur un premier temps, le soufflet s'arrêtera au niveau de la -barre de mesure qui la précède. Ce comportement peut être annulé -en assignant @emph{faux} (@code{#f}) à la propriété @code{'to-barline}. - -" - doctitlefr = "Soufflets et barres de mesure" - texidoc = " If the note which ends a hairpin falls on a downbeat, the hairpin stops at the bar line immediately preceding. This behavior can be controlled diff --git a/Documentation/snippets/setting-system-separators.ly b/Documentation/snippets/setting-system-separators.ly index 78345b9f9f..9891db1194 100644 --- a/Documentation/snippets/setting-system-separators.ly +++ b/Documentation/snippets/setting-system-separators.ly @@ -7,28 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, paper-and-layout, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden insertar separadores sistema entre los sistemas de una -página. Se puede usar cualquier elemento de marcado, pero -@code{\\slashSeparator} está disponible como una elección -predeterminada adecuada. - -" - doctitlees = "Fijar un separador entre los sistemas" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La séparation entre deux systèmes consécutifs peut être mise en -évidence par n'importe quel @emph{markup}. LilyPond dispose à cet effet -d'une double oblique inversée : @code{\\slashSeparator}. - -" - doctitlefr = "Séparation visuelle entre les systèmes" + lsrtags = "staff-notation, paper-and-layout, tweaks-and-overrides" texidoc = " System separators can be inserted between systems. Any markup can be @@ -58,4 +37,3 @@ notes = \relative c' { >> } } - diff --git a/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly index 07b34fb043..b95d182b06 100644 --- a/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly +++ b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly @@ -9,27 +9,6 @@ \header { lsrtags = "repeats" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Existen tres estilos distintos de repeticiones dobles para la primera -y segunda vez, que se pueden ajustar utilizando -@code{doubleRepeatType}. - -" - - doctitlees = "Establecer el tipo de repetición doble predeterminado para la primera y segunda vez" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -LilyPond dispose de trois différents styles de barre pour indiquer une -succession de reprises. Vous devez opter pour un style par défaut, à -l'aide de la propriété @code{doubleRepeatType}. - -" - doctitlefr = "Succession de reprise et style de barre par défaut" - texidoc = " There are three different styles of double repeats for volte, that can be set using @code{doubleRepeatType}. diff --git a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly b/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly index 112ab27c7f..31179a3a3d 100644 --- a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly +++ b/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly @@ -9,33 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Si los reguladores son demasiado cortos, se pueden alargar -modificando la propiedad @code{minimum-length} del objeto -@code{Hairpin}. - -" - doctitlees = "Ajustar la longitud mínima de los reguladores" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Wenn Crescendo-Klammern zu kurz sind, können sie verlängert werden, indem -die @code{minimum-length}-Eigenschaft des @code{Hairpin}-Objektes -verändert wird. - -" - doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Si un soufflet est trop court, il suffit d'ajuster la propriété -@code{minimum-length} de l'objet @code{Hairpin} pour l'allonger. - -" - doctitlefr = "Ajustement de la longueur d'un soufflet" - texidoc = " If hairpins are too short, they can be lengthened by modifying the @code{minimum-length} property of the @code{Hairpin} object. @@ -50,4 +23,3 @@ If hairpins are too short, they can be lengthened by modifying the \override Hairpin #'minimum-length = #5 << f1 { s4 s\< s\> s\! } >> } - diff --git a/Documentation/snippets/shortening-volta-brackets.ly b/Documentation/snippets/shortening-volta-brackets.ly index 7dc6ac4c27..721209eb0f 100644 --- a/Documentation/snippets/shortening-volta-brackets.ly +++ b/Documentation/snippets/shortening-volta-brackets.ly @@ -9,38 +9,6 @@ \header { lsrtags = "repeats" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -De forma predeterminada, los corchetes de primera y segunda vez se -trazan encima de los finales alternativos completos, pero es posible -acortartlos estableciendo un valor cierto para -@code{voltaSpannerDuration}. En el ejemplo siguiente, el corchete -sólo dura un compás, que corresponde a una duración de 3/4. - -" - doctitlees = "Acortar los corchetes de primera y segunda vez" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Volta-Klammern werden normalerweise über alle Noten der Klammer gezogen, aber -es ist möglich sie zu verkürzen. Hierzu muss -@code{voltaSpannerDuration} definiert werden, in dem Beispiel etwa als -3/4, sodass die Klammer nur einen Takt dauert. - -" - doctitlede = "Volta-Klammern verkürzen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les crochets indiquant les fins alternatives s'étalent tout au long de -celles-ci. On peut les raccourcir en jouant sur la propriété -@code{voltaSpannerDuration}. Dans l'exemple suivant, le crochet ne se -prolonge que sur une mesure à 3/4. - -" - doctitlefr = "Diminution de la taille du crochet d'alternative" - texidoc = " By default, the volta brackets will be drawn over all of the alternative music, but it is possible to shorten them by setting @@ -65,4 +33,3 @@ lasts one measure, which is a duration of 3/4. { g4 g g } } } - diff --git a/Documentation/snippets/showing-chords-at-changes.ly b/Documentation/snippets/showing-chords-at-changes.ly index 240b5898e0..bc72c0c5fc 100644 --- a/Documentation/snippets/showing-chords-at-changes.ly +++ b/Documentation/snippets/showing-chords-at-changes.ly @@ -9,31 +9,6 @@ \header { lsrtags = "chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se pueden imprimir los acordes exclusivamente al comienzo de las -líneas y cuando cambia el acorde. - -" - doctitlees = "Imprimir los acordes cuando se produce un cambio" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile -und bei Akkordwechseln angezeigt werden. - -" - doctitlede = "Akkordsymbole bei Wechsel anzeigen" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Vous pouvez faire ressortir les chiffrages d'accords s'ils ne sont -imprimés qu'aux changements d'accord ou en début de ligne. - -" - doctitlefr = "Impression des accords si changement" - texidoc = " Chord names can be displayed only at the start of lines and when the chord changes. @@ -55,4 +30,3 @@ harmonies = \chordmode { \relative c' { \harmonies } } >> - diff --git a/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly b/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly index 6f72c31fed..276a97b33c 100644 --- a/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly +++ b/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly @@ -7,28 +7,7 @@ \version "2.14.2" \header { - lsrtags = "expressive-marks, tweaks-and-overrides, version-specific" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -LilyPond ne permet pas, par défaut, qu'une même articulation (accent, -flageolet, point d'orgue etc.) se retrouve à la fois au-dessus et -au-dessous d'une note. Par exemple, @code{c4_\\fermata^\\fermata} ne -donnera qu'un seul point d'orgue en dessous du do ; celui du dessus sera -tout bonnement ignoré. On peut néanmoins accoler des scripts, tels des -doigtés, à l'intérieur d'un accord ; il peut donc y avoir autant -d'articulations que de besoin, ce qui, par voie de conséquence, permet -de s'affranchir de la présence de hampes et de positionner l'articulation -relativement à la tête de note comme dans le cas du flageolet -ci-dessous. L'imitation du traitement d'un script externe à un accord -requérant un @code{'add-stem-support}, la solution consiste à libeller -la note comme étant un accord et ajouter les articulations au sein de la -construction @code{<...>}. Un simple amendement permettra de rectifier -le positionnement habituel en surplomb : -@code{} - -" - doctitlefr = "Impression d'une même articulation des deux côtés d'une note ou d'un accord" + lsrtags = "expressive-marks, version-specific, tweaks-and-overrides" texidoc = " By default, LilyPond does not allow the same articulation (e.g., an diff --git a/Documentation/snippets/simple-lead-sheet.ly b/Documentation/snippets/simple-lead-sheet.ly index e86ed0f5d0..2b471cc2fa 100644 --- a/Documentation/snippets/simple-lead-sheet.ly +++ b/Documentation/snippets/simple-lead-sheet.ly @@ -9,30 +9,6 @@ \header { lsrtags = "chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Al juntar nombres de acorde en cifrado americano, melodía y letra, -obtenemos una hoja guía de acordes o «lead sheet»: - -" - doctitlees = "Hoja guía de acordes o «lead sheet» sencilla" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext: - -" - doctitlede = "Ein einfaches Liedblatt" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Assembler des noms d'accords, une mélodie et des paroles permet -d'obtenir la partition d'un chanson@tie{}: - -" - doctitlefr = "Chanson simple" - texidoc = " When put together, chord names, a melody, and lyrics form a lead sheet: @@ -49,4 +25,3 @@ When put together, chord names, a melody, and lyrics form a lead sheet: } \addlyrics { One day this shall be free __ } >> - 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 a276e816ea..6341ab3cfd 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 @@ -7,47 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, chords, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta plantilla facilita la preparación de una canción con melodía, -letra y acordes. - -" - doctitlees = "Plantilla de pentagrama único con música letra y acordes" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -これは旋律、単語、コードを持つ歌曲の楽譜のためのテンプレートです。 -" - -%% 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 -per chitarra. - -" - doctitleit = "Modello di rigo singolo con note testo accordi e tasti" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Mit diesem Beispiel können Sie einen Song mit Melodie, -Text und Akkorden schreiben. -" - - doctitlede = "Vorlage für eine Notenzeile mit Noten Text und Akkorden" - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Ce canevas comporte tous les éléments d'une chanson : la mélodie, -les paroles, les accords. - -" - doctitlefr = "Paroles musique et accords" + lsrtags = "really-simple, template, chords, vocal-music" texidoc = " This template allows the preparation of a song with melody, words, and @@ -86,4 +46,3 @@ harmonies = \chordmode { \layout { } \midi { } } - diff --git a/Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly b/Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly index 0bf3aee7f7..a5bd045804 100644 --- a/Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly +++ b/Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly @@ -7,24 +7,7 @@ \version "2.14.2" \header { - lsrtags = "chords, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Presentamos a continuación un ejemplo de plantilla para una hoja -guía de acordes con melodía, letra, acordes y diagramas de -trastes. -" - - doctitlees = "Plantilla para un pentagrama único con música letra acordes y trastes" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Ce canevas comporte, en plus de la mélodie, des paroles et des accords, -les diagrammes de fret. - -" - doctitlefr = "Paroles musique accords et diagrammes de fret" + lsrtags = "template, chords, vocal-music" texidoc = " Here is a simple lead sheet template with melody, lyrics, chords and @@ -75,4 +58,3 @@ staffMelody = \relative c' { \layout { } \midi { } } - 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 4d7c4a1e3c..24d07977ab 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly @@ -7,47 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, chords, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -¿Quiere preparar una hoja guía de acordes (o «lead sheet») con -melodía y acordes? ¡No busque más! - -" - -doctitlees = "Plantilla de pentagrama único con música y acordes" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません! -" - -%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Vuoi preparare uno spartito semplificato (lead sheet) con melodia e -accordi? La tua ricerca è finita! - -" - doctitleit = "Modello di rigo singolo con note e accordi" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben? Hier ist -das richtige Beispiel für Sie! -" - - doctitlede = "Vorlage für eine Notenzeile mit Akkorden" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Vous avez besoin de la partition d'une mélodie avec les accords@tie{}? -N'allez pas plus loin@tie{}! - -" - doctitlefr = "Mélodie simple et accords" + lsrtags = "really-simple, template, chords" texidoc = " Want to prepare a lead sheet with a melody and chords? Look no further! @@ -83,4 +43,3 @@ harmonies = \chordmode { \layout{ } \midi { } } - 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 ae0b2ed1e5..e372559a12 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly @@ -7,64 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta pequeña plantilla muestra una melodía sencilla con letra. Córtela -y péguela, escriba las notas y luego la letra. Este ejemplo desactiva -el barrado automático, que es lo más frecuente en las partes vocales -antiguas. Para usar el barrado automático modifique o marque como un -comentario la línea correspondiente. - -" - doctitlees = "Plantilla de pentagrama único don notas y letra" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -この小さなテンプレートは歌詞を持つ簡単な旋律を表しています。カット&ペーストして、音符@c -を付け加えて、それから歌詞の単語を付け加えてください。この例は自動ビームを off にして@c -います。これはボーカル パートでは一般的なことです。自動ビームを使用するには、対応する@c -行を変更するか、コメント アウトしてください。 -" - - -%% 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 -disposizione automatica delle travature, come è consuetudine per le parti -vocali. Per usare la disposizione automatica delle travature, cambia o -commenta la relativa linea di codice. - -" - doctitleit = "Modello di rigo singolo con note e testo" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das nächste Beispiel zeigt eine einfache Melodie mit Text. Kopieren -Sie es in Ihre Datei, fügen Sie Noten und Text hinzu und übersetzen -Sie es mit LilyPond. In dem Beispiel wird die automatische -Balkenverbindung ausgeschaltet (mit dem Befehl @code{\\autoBeamOff}), -wie es für Vokalmusik üblich ist. -Wenn Sie die Balken wieder einschalten wollen, müssen Sie die -entsprechende Zeile entweder ändern oder auskommentieren. -" - - doctitlede = "Vorlage für ein Notensystem mit Noten und Gesangstext" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Ce canevas comporte une simple ligne mélodique agrémentée de paroles. -Recopiez-le, ajoutez-y d'autres notes et paroles. Les ligatures -automatiques sont ici désactivées, comme il est d'usage en matière de -musique vocale. Pour activer la fonction de ligature automatique, -modifiez ou commentez la ligne en question. - -" - doctitlefr = "Portée unique et paroles" + lsrtags = "really-simple, template, vocal-music" texidoc = " This small template demonstrates a simple melody with lyrics. Cut and @@ -100,4 +43,3 @@ text = \lyricmode { \layout { } \midi { } } - diff --git a/Documentation/snippets/single-staff-template-with-only-notes.ly b/Documentation/snippets/single-staff-template-with-only-notes.ly index be5f44a5cd..c1032aa1e4 100644 --- a/Documentation/snippets/single-staff-template-with-only-notes.ly +++ b/Documentation/snippets/single-staff-template-with-only-notes.ly @@ -9,53 +9,6 @@ \header { lsrtags = "really-simple, template" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta plantilla simple prepara un pentagrama con notas, adecuado para -un instrumento solista o un fragmento melódico. Córtelo y péguelo en -un archivo, escriba las notas y ¡ya está! - -" - doctitlees = "Plantilla de un solo pentagrama con notas únicamente" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -これは音符を持つ譜表を提供するとても簡単なテンプレートであり、ソロの楽器や旋律に適しています。@c -これをファイルにカット&ペーストして、音符を付け加えれば完了です! -" - - -%% 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 -melodico. Copialo e incollalo in un file, aggiungi le note e hai finito! - -" - doctitleit = "Modello di rigo singolo con solo note" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das erste Beispiel zeigt ein Notensystem mit Noten, passend für ein -Soloinstrument oder ein Melodiefragment. Kopieren Sie es und fügen -Sie es in Ihre Datei ein, schreiben Sie die Noten hinzu, und Sie haben -eine vollständige Notationsdatei. -" - - doctitlede = "Vorlage für ein Notensystem" - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Cet exemple simpliste se compose d'une portée agrémentée de quelques -notes. Il convient tout à fait pour un instrument seul ou un -fragment mélodique. Recopiez-le dans un nouveau fichier, ajoutez-y -d'autres notes et c'est prêt ! - -" - doctitlefr = "Portée unique avec quelques notes" - texidoc = " This very simple template gives you a staff with notes, suitable for a solo instrument or a melodic fragment. Cut and paste this into a file, @@ -79,4 +32,3 @@ melody = \relative c' { \layout { } \midi { } } - diff --git a/Documentation/snippets/skips-in-lyric-mode-2.ly b/Documentation/snippets/skips-in-lyric-mode-2.ly index d2e155dd41..e3fdcaa3c3 100644 --- a/Documentation/snippets/skips-in-lyric-mode-2.ly +++ b/Documentation/snippets/skips-in-lyric-mode-2.ly @@ -9,16 +9,6 @@ \header { lsrtags = "really-simple, rhythms, vocal-music" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Sachant qu'un @code{s} au sein d'un bloc @code{\\lyricmode} est -interprété non comme de l'espace mais comme un mot, l'utilisation de -paires de guillemets informatiques (@code{\"\"}) ou un caractère -souligné simple (@code{_}) permet de « sauter » une note. - -" - doctitlefr = "Sauts de notes en mode paroles (2)" - texidoc = " Although @code{s} skips cannot be used in @code{\\lyricmode} (it is taken to be a literal @qq{s}, not a space), double quotes (@code{\"\"}) @@ -33,4 +23,3 @@ or underscores (@code{_}) are available.So for example: \relative c'' { a4 b c d } \new Lyrics \lyricmode { a4 "" _ gap } >> - diff --git a/Documentation/snippets/skips-in-lyric-mode.ly b/Documentation/snippets/skips-in-lyric-mode.ly index 5f8e5a1dc2..9b9aee5093 100644 --- a/Documentation/snippets/skips-in-lyric-mode.ly +++ b/Documentation/snippets/skips-in-lyric-mode.ly @@ -9,16 +9,6 @@ \header { lsrtags = "really-simple, rhythms, vocal-music" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La syntaxe @code{s} qui permet de « faire un saut dans le temps » n'est -disponible qu'en mode notes et en mode accords. Dans les autres -situations, comme en mode paroles par exemple, la commande @code{\\skip} -produit les mêmes effets. - -" - doctitlefr = "Sauts de notes en mode paroles" - texidoc = " The @code{s} syntax for skips is only available in note mode and chord mode. In other situations, for example, when entering lyrics, using the @@ -33,4 +23,3 @@ mode. In other situations, for example, when entering lyrics, using the \relative c'' { a1 | a } \new Lyrics \lyricmode { \skip 1 bla1 } >> - diff --git a/Documentation/snippets/slides-in-tablature.ly b/Documentation/snippets/slides-in-tablature.ly index 2e2605f06a..d5912a9860 100644 --- a/Documentation/snippets/slides-in-tablature.ly +++ b/Documentation/snippets/slides-in-tablature.ly @@ -9,30 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Los deslizamientos se pueden componer tipográficamente tanto en los -contextos de @code{Staff} como en los de @code{TabStaff}: - -" - - doctitlees = "Deslizamientos en tablatura" - -%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 - texidocde = " -Gleiten kann sowohl in normalem Notensystem als auch in Tabulaturen notiert werden: -" - doctitlede = "Gleiten (Glissando) in Tabulatur" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Un glissando s'indique dans un @code{TabStaff} tout comme dans un -@code{Staff}. - -" - doctitlefr = "Glissando et tablature" - texidoc = " Slides can be typeset in both @code{Staff} and @code{TabStaff} contexts: diff --git a/Documentation/snippets/snap-pizzicato-or-bartok-pizzicato.ly b/Documentation/snippets/snap-pizzicato-or-bartok-pizzicato.ly index 4fc7b2db9c..7ff4174035 100644 --- a/Documentation/snippets/snap-pizzicato-or-bartok-pizzicato.ly +++ b/Documentation/snippets/snap-pizzicato-or-bartok-pizzicato.ly @@ -9,18 +9,6 @@ \header { lsrtags = "expressive-marks, unfretted-strings" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Un @emph{slap}, aussi appelé @emph{pizzicato à la Bartók}, est un -pizzicato où, au lieu de tirer la corde de côté comme à l'accoutumée, -« on la pince en la soulevant plus fortement, et à la verticale, en la -lâchant violemment. Celle-ci frappe alors la touche, et produit à la fois la -note et le son percussif » (Wikipedia). Il s'indique par un cercle -flanqué d'un trait vertical. - -" - doctitlefr = "Slap ou pizzicato Bartok" - texidoc = " A snap-pizzicato (also known as @qq{Bartok pizzicato}) is a @qq{strong pizzicato where the string is plucked vertically by snapping and diff --git a/Documentation/snippets/staff-headword.ly b/Documentation/snippets/staff-headword.ly index 1ffa89b9a8..150a126c95 100644 --- a/Documentation/snippets/staff-headword.ly +++ b/Documentation/snippets/staff-headword.ly @@ -128,4 +128,3 @@ lower = \relative do { \tempo 4 = 72 } } - diff --git a/Documentation/snippets/stand-alone-two-column-markup.ly b/Documentation/snippets/stand-alone-two-column-markup.ly index 50a74ead1c..ceb2a1e691 100644 --- a/Documentation/snippets/stand-alone-two-column-markup.ly +++ b/Documentation/snippets/stand-alone-two-column-markup.ly @@ -9,31 +9,6 @@ \header { lsrtags = "text" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Los textos independientes se pueden disponer en varias columnas -utilizando instrucciones @code{\\markup}: - -" - doctitlees = "Elemento de marcado de texto independiente en dos columnas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Isolierter Text kann in mehreren Spalten mit @code{\\markup}-Befehlen -angeordnet werden: - -" - doctitlede = "Isolierter Text in zwei Spalten" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -L'utilisation de la commande @code{\\markup} permet de distribuer un bloc -de texte indépendant sur plusieurs colonnes. - -" - doctitlefr = "Bloc de texte indépendant sur deux colonnes" - texidoc = " Stand-alone text may be arranged in several columns using @code{\\markup} commands: diff --git a/Documentation/snippets/stem-and-beam-behavior-in-tablature.ly b/Documentation/snippets/stem-and-beam-behavior-in-tablature.ly index 1d7310157e..c251cd0bcf 100644 --- a/Documentation/snippets/stem-and-beam-behavior-in-tablature.ly +++ b/Documentation/snippets/stem-and-beam-behavior-in-tablature.ly @@ -9,34 +9,6 @@ \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La dirección de las plicas se contola de la misma forma en la -tablatura que en la notación tradicional. Las barras se pueden -poner horizontales, como se muestra en este ejemplo. - -" - doctitlees = "Comportamiento de las plicas y las barras de corchea en tablaturas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Richtung von Hälsen wird in Tabulaturen genauso wie in normaler Notation -eingestellt. Balken können horizontal eingestellt werden, wie das Beispiel -zeigt. - -" - doctitlede = "Hals- und Balkenverhalten in einer Tabulatur" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La direction des hampes se gère dans les tablatures tout comme en -notation traditionnelle. Les ligatures peuvent être mises à l'horizontale -comme le montre cet exemple. - -" - doctitlefr = "Hampes et ligatures en mode tablature" - texidoc = " The direction of stems is controlled the same way in tablature as in traditional notation. Beams can be made horizontal, as shown in this diff --git a/Documentation/snippets/stem-cross-staff-engraver.ly b/Documentation/snippets/stem-cross-staff-engraver.ly index 8dff41952a..e04cae57b3 100644 --- a/Documentation/snippets/stem-cross-staff-engraver.ly +++ b/Documentation/snippets/stem-cross-staff-engraver.ly @@ -8,16 +8,6 @@ \version "2.15.35" \header { -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Le code ci-dessous illustre la manière de concevoir un graveur en -Scheme, ici chargé de connecter des hampes entre les portées. Nul n'est -besoin de spécifier la taille des hampes ; la fonction tient compte de -la distance relative des têtes de note avec les portées. - -" - doctitlefr = "Graveur de hampes inter-portées" - lsrtags = "staff-notation, tweaks-and-overrides, contexts-and-engravers" texidoc = "This file defines and demonstrates a scheme engraver that connects stems across staves. The stem length need not be specified, as diff --git a/Documentation/snippets/stemlets.ly b/Documentation/snippets/stemlets.ly index 276526f730..5627d94e59 100644 --- a/Documentation/snippets/stemlets.ly +++ b/Documentation/snippets/stemlets.ly @@ -7,26 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contemporary-notation, rhythms" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Certaines conventions en matière de notation autorisent les ligatures à -enjamber des silences. Dans certains cas, des moignons de hampe -accrochés à la ligature offrent une meilleure visibilité du rythme, et -certaines éditions modernes vont même alors jusqu'à omettre le silence. - -Cet exemple illustre la progression : notation traditionnelle, ligature -enjambant le silence, silence surplombé d'un moignon et enfin seule une -hampe tronquée. Les moignons s'obtiennent par amendement de la -propriété @code{'stemlet-length} de l'objet @code{Stem}, alors que les -silences sont masqués par activation de la propriété de transparence. - -Les @emph{markups} ajoutés au code ci-dessous mettent en exergue les -différentes notations. - -" - doctitlefr = "Moignons de hampe" + lsrtags = "rhythms, contemporary-notation" texidoc = " In some notational conventions beams are allowed to extend over rests. @@ -64,4 +45,3 @@ the different notations. \once \override Rest #'transparent = ##t r16 d'] } - diff --git a/Documentation/snippets/strict-beat-beaming.ly b/Documentation/snippets/strict-beat-beaming.ly index 95ecfb75c2..b06c1aa83c 100644 --- a/Documentation/snippets/strict-beat-beaming.ly +++ b/Documentation/snippets/strict-beat-beaming.ly @@ -8,38 +8,6 @@ \version "2.15.28" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede hacer que las barras secundarias apunten en la dirección del -pulso o fracción a que pertenecen. La primera barra evita los -corchetes sueltos (que es el comportamiento predeterminado); la -segunda barra sigue el pulso o fracción estrictamente. - -" - doctitlees = "Barras que se atienen al pulso estrictamente" - -%% Translation of GIT committish: fc1ca638e0b5f66858b9b7a073ceefc1eccb3ed2 - - texidocde = " -Sekundäre Balken können in die Richtung gesetzt werden, die ihrer rhythmischen -Zugehörigkeit entspricht. Der erste Balken ist zusammengefasst (Standard), -der zweite Sechszehntelbalken zeigt den Taktschlag an. -" - - doctitlede = "Bebalkung nach Taktschlag" - - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Une sous-ligature tronquée peut pointer en direction de la pulsation à -laquelle elle se rattache. Dans l'exemple suivant, la première ligature -évite toute troncature (comportement par défaut), alors que la deuxième -respecte rigoureusement la pulsation. - -" - doctitlefr = "Ligature à la pulsation" - texidoc = " Beamlets can be set to point in the direction of the beat to which they belong. The first beam avoids sticking out flags (the default); diff --git a/Documentation/snippets/string-number-extender-lines.ly b/Documentation/snippets/string-number-extender-lines.ly index 5e60c52696..7064de1e66 100644 --- a/Documentation/snippets/string-number-extender-lines.ly +++ b/Documentation/snippets/string-number-extender-lines.ly @@ -8,15 +8,6 @@ \version "2.15.20" \header { -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Voici comment ajouter une ligne de prolongation à une indication de -numéro de corde, afin de stipuler que les notes qui suivent doivent être -jouées sur la corde en question. - -" - doctitlefr = "Ligne de prolongation pour numéro de corde" - lsrtags = "editorial-annotations, text, fretted-strings, tweaks-and-overrides" texidoc = " @@ -48,4 +39,3 @@ stringNumberSpanner = g\startTextSpan a bes4 a g2\stopTextSpan } - diff --git a/Documentation/snippets/string-quartet-template-simple.ly b/Documentation/snippets/string-quartet-template-simple.ly index 0b28772744..fa591480f2 100644 --- a/Documentation/snippets/string-quartet-template-simple.ly +++ b/Documentation/snippets/string-quartet-template-simple.ly @@ -9,47 +9,6 @@ \header { lsrtags = "really-simple, unfretted-strings, template" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta plantilla muestra un cuarteto de cuerda normal. También utiliza -una sección @code{\\global} para el compás y la armadura - -" - doctitlees = "Plantilla de cuarteto de cuerda (sencilla)" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために -@code{@bs{}global} セクションを使っています。 -" - -%% 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. - -" - doctitleit = "Modello per quartetto d'archi (semplice)" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Dieses Beispiel demonstriert die Partitur für ein Streichquartett. Hier -wird auch eine @qq{@code{\\global}}-Variable für Taktart und -Vorzeichen benutzt. -" - - doctitlede = "Vorlage für Streichquartett (einfach)" - - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Voici un canevas pour quatuor à cordes. Notez l'utilisation de la -variable @code{\\global} pour traiter la métrique et la tonalité. - -" - doctitlefr = "Quatuor à cordes (conducteur)" - texidoc = " This template demonstrates a simple string quartet. It also uses a @code{\\global} section for time and key signatures @@ -112,4 +71,3 @@ cello = \new Voice \relative c' { \layout { } \midi { } } - diff --git a/Documentation/snippets/string-quartet-template-with-separate-parts.ly b/Documentation/snippets/string-quartet-template-with-separate-parts.ly index fd47339751..9477e0e29e 100644 --- a/Documentation/snippets/string-quartet-template-with-separate-parts.ly +++ b/Documentation/snippets/string-quartet-template-with-separate-parts.ly @@ -7,103 +7,7 @@ \version "2.14.2" \header { - lsrtags = "unfretted-strings, preparing-parts, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El fragmento de código @qq{Plantilla de cuarteto de cuerda} produce un -resultado satisfactorio para el cuarteto, pero ¿y si tenemos que -imprimir las particellas? Esta nueva plantilla muestra cómo usar la -funcionalidad @code{\\tag} (etiqueta) para dividir fácilmente una -pieza en particellas indicviduales. - -Tenemos que dividir esta plantilla en archivos independientes; los -nombres de archivo están dentro de los comentarios al principio de -cada archivo. @file{piece.ly} contiene todas las definiciones de -música. Los otros archivos (@file{score.ly}, @file{vn1.ly}, -@file{vn2.ly}, @file{vla.ly} y @file{vlc.ly}) producen la particella -correspondiente. - -¡No olvide quitar los comentarios que hemos especificado cuando use -los archivos independientes! - -" - doctitlees = "Plantilla de cuarteto de cuerda con particellas independientes" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -\"弦楽四重奏テンプレート\" は適切な弦楽四重奏の楽譜を作り出しますが、個々の@c -パート譜を譜刻する必要がある場合はどうでしょうか?今度の新しいテンプレートは -@code{@bs{}tag} 機能を用いて容易に楽曲を個々のパートに分ける方法を示しています。 - -このテンプレートは別々のファイルに分ける必要があります。ファイル名は各ファイル@c -の開始部分のコメントの中に記述されています。@code{piece.ly} はすべての音楽定義@c -を保持しています。他のファイル - @code{score.ly}, @code{vn1.ly}, @code{vn2.ly}, -@code{vla.ly} それに @code{vlc.ly} - は対応するパートを作り出します。 - - -別々のファイルに分ける場合は、指定されたコメントを外すことを忘れないでください! -" - -%% 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 -nuovo modello mostra come usare la funzionalità @code{\\tag} per dividere -facilmente un pezzo in parti staccate. - -Occorre dividere questo modello in file separati; i nomi dei file sono -indicati nei commenti all'inizio di ogni file. @code{piece.ly} -contiene tutte le definizioni musicali. Gli altri file – @code{score.ly}, -@code{vn1.ly}, @code{vn2.ly}, @code{vla.ly} e @code{vlc.ly} – -creano ciascuna parte. - - -Non dimenticare di togliere i commenti quando usi i file separati! - -" - doctitleit = "Modello per quartetto d'archi con parti separate" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Mit diesem Beispiel können Sie ein schönes Streichquartett notieren, -aber wie gehen Sie vor, wenn Sie Stimmen brauchen? Das Beispiel -oben hat gezeigt, wie Sie mit Variablen einzelne Abschnitte getrennt -voneinander notieren können. Im nächsten Beispiel wird nun -gezeigt, wie Sie mit diesen Variablen einzelne Stimmen erstellen. - -Sie müssen das Beispiel in einzelne Dateien aufteilen; die Dateinamen -sind in den Kommentaren am Anfang jeder Datei enthalten. @file{piece.ly} -enthält die Noten. Die anderen Dateien -- @file{score.ly}, -@file{vn1.ly}, @file{vn2.ly}, @file{vla.ly} und -@file{vlc.ly} -- erstellen daraus die entsprechenden Stimmen bzw. die -Partitur (@file{score.ly}). Mit @code{\\tag} wird den Stimmen ein Name -zugewiesen, auf den zurückgegriffen werden kann. -" - - doctitlede = "Vorlage für Streichquartett mit einzelnen Stimmen" - - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Grâce à ce canevas, vous pouvez obtenir une partition d'excellente -facture pour quatuor à cordes mais aussi, si le besoin s'en faisait -sentir, une partie séparée par instrument. Par ailleurs, cet exemple -illustre l'utilisation de la fonction @code{\\tag} dans le but -d'extraire des parties séparées. - -Il vous faudra découper ce canevas en plusieurs fichiers séparés ; leur -nom respectif est indiqué en commentaire : @file{piece.ly} comporte tout -ce qui a trait à la musique, les autres fichiers -- @file{score.ly}, -@file{vn1.ly}, @file{vn2.ly}, @file{vla.ly} et @file{vlc.ly} -- vous -permettront d'obtenir les parties selon le pupitre. - -N'oubliez pas de supprimer les commentaires superflus des fichiers -individualisés ! - -" - doctitlefr = "Quatuor à cordes avec parties séparées" + lsrtags = "preparing-parts, unfretted-strings, template" texidoc = " The @qq{String quartet template} snippet produces a nice string @@ -226,4 +130,3 @@ music = { } %} - diff --git a/Documentation/snippets/subdividing-beams.ly b/Documentation/snippets/subdividing-beams.ly index 0d524d8e72..0271740ca7 100644 --- a/Documentation/snippets/subdividing-beams.ly +++ b/Documentation/snippets/subdividing-beams.ly @@ -9,49 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Las barras de semicorchea, o de figuras más breves, no se subdividen -de forma predeterminada. Esto es, las tres (o más) barras se amplían -sin romperse sobre grupos completos de notas. Este comportamiento se -puede modificar para subdividir las barras en subgrupos mediante el -establecimiento de la propiedad @code{subdivideBeams}. Cuando está -activada, las barras se subdividen a intervalos definidos por el valor -actual de @code{baseMoment} mediante la reducción de las barras -repetidas a una sola entre los subgrupos. Observe que el valor -predeterminado de @code{baseMoment} es uno más que el denominador del -tipo de compás actual, si no se fija explícitamente. Se debe ajustar -a una fracción que da la duración del subgrupo de barras utilizando la -función @code{ly:make-moment}, como se ve en este fragmento de código. -Asimismo, cuando se modifica @code{baseMoment}, se debería cambiar -también @code{beatStructure} para que corresponda al @code{baseMoment} -nuevo: - -" - doctitlees = "Subdivisión de barras" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Les ligatures d'une succession de notes de durée inférieure à la croche -ne sont pas subdivisées par défaut. Autrement dit, tous les traits de -ligature (deux ou plus) seront continus. Ce comportement peut être -modifié afin de diviser la ligature en sous-groupes grâce à la propriété -@code{subdivideBeams}. Lorsqu'elle est activée, les ligatures seront -subdivisées selon un intervalle défini par @code{baseMoment}@tie{}; il n'y -aura alors plus qu'un seul trait de ligature entre chaque sous-groupe. -Par défaut, @code{baseMoment} fixe la valeur de référence par rapport à -la métrique en vigueur. Il faudra donc lui fournir, à l'aide de la -fonction @code{ly:make-moment}, une fraction correspondant à la durée du -sous-groupe désiré comme dans l'exemple ci-dessous. Gardez à l'esprit -que, si vous venez à modifier @code{baseMoment}, vous devrez -probablement adapter @code{beatStrusture} afin qu'il reste en adéquation -avec les nouvelles valeurs de @code{baseMoment}. - -" - doctitlefr = "Subdivision des ligatures" - texidoc = " The beams of consecutive 16th (or shorter) notes are, by default, not subdivided. That is, the three (or more) beams stretch unbroken over @@ -86,4 +43,3 @@ in this snippet. Also, when @code{baseMoment} is changed, \set beatStructure = #'(4 4 4 4) c32[ c c c c c c c] } - diff --git a/Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly b/Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly index ab0559dfbf..b1c228cefe 100644 --- a/Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly +++ b/Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly @@ -9,22 +9,6 @@ \header { lsrtags = "tweaks-and-overrides, simultaneous-notes" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidoc = " -Lorsque des notes simultanées appartenant à des voix différentes ont la -même orientation de hampe et qu'aucun décalage n'a été appliqué ou qu'il -est identique, LilyPond émettra l'avertissement « @emph{ignoring too -many clashing note columns} » (trop d'empilements de notes se -chevauchent. On fera au mieux). On peut s'exonérer de cet avertissement -en activant la propriété @code{'ignore-collision} de l'objet -@code{NoteColumn}. Notez bien que ceci n'aura pas pour seul effet de -supprimer les avertissement ; les routines de résolution de collisions -sont par la même occasion déactivées, ce qui peut engendrer certains -désagréments si vous en abusez. - -" - doctitlefr = "Suppression des avertissements de chevauchement" - texidoc = " If notes from two voices with stems in the same direction are placed at the same position, and both voices have no shift or the same shift diff --git a/Documentation/snippets/table-of-contents.ly b/Documentation/snippets/table-of-contents.ly index b0238b2c70..cae2479773 100644 --- a/Documentation/snippets/table-of-contents.ly +++ b/Documentation/snippets/table-of-contents.ly @@ -9,15 +9,6 @@ \header { lsrtags = "paper-and-layout" -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -L'instruction @code{\\markuplist \\table-of-contents} permet d'inclure -une table des matières. Ses éléments sont ajoutés à l'aide de la -commande @code{\\tocItem}. - -" - doctitlefr = "Table des matières" - texidoc = " A table of contents is included using @code{\\markuplist \\table-of-contents}. The TOC items are added with the diff --git a/Documentation/snippets/three-sided-box.ly b/Documentation/snippets/three-sided-box.ly index dd5771c7b5..192f55a0ba 100644 --- a/Documentation/snippets/three-sided-box.ly +++ b/Documentation/snippets/three-sided-box.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "rhythms, text, scheme-language" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Voici comment construire une commande de @emph{markup} chargée -d'agrémenter du texte ou autre annotation, d'une bordure sur trois -côtés. - -" - doctitlefr = "Encadrement sur trois côtés" + lsrtags = "scheme-language, text, rhythms" texidoc = " This example shows how to add a markup command to get a three sided box @@ -62,4 +53,3 @@ thickness and padding around the markup." c1^\markup { \NWS-box ABCD } c1^\markup { \NWS-box \note #"4" #1.0 } } - diff --git a/Documentation/snippets/tick-bar-lines.ly b/Documentation/snippets/tick-bar-lines.ly index 269632891f..4a8f07924e 100644 --- a/Documentation/snippets/tick-bar-lines.ly +++ b/Documentation/snippets/tick-bar-lines.ly @@ -9,15 +9,6 @@ \header { lsrtags = "staff-notation" -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Lorsque les barres de mesure ne sont là que dans un but de coordination -et non pour accentuer le rythme, il arrive souvent qu'elles se -présentent sous la forme d'une simple encoche. - -" - doctitlefr = "Barre de mesure en encoche" - texidoc = " 'Tick' bar lines are often used in music where the bar line is used only for coordination and is not meant to imply any rhythmic stress. diff --git a/Documentation/snippets/time-signature-in-parentheses---method-3.ly b/Documentation/snippets/time-signature-in-parentheses---method-3.ly index b64120e7b0..8a4f03ba3e 100644 --- a/Documentation/snippets/time-signature-in-parentheses---method-3.ly +++ b/Documentation/snippets/time-signature-in-parentheses---method-3.ly @@ -7,14 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, tweaks-and-overrides, staff-notation" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Autre manière de mettre la métrique entre parenthèses. - -" - doctitlefr = "Métrique entre parenthèses - méthode 3" + lsrtags = "staff-notation, specific-notation, tweaks-and-overrides" texidoc = " Another way to put the time signature in parenthesis diff --git a/Documentation/snippets/time-signature-in-parentheses.ly b/Documentation/snippets/time-signature-in-parentheses.ly index 57b3cb2380..72e01f4a81 100644 --- a/Documentation/snippets/time-signature-in-parentheses.ly +++ b/Documentation/snippets/time-signature-in-parentheses.ly @@ -7,14 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, tweaks-and-overrides, staff-notation" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Une métrique peut être mise entre parenthèses. - -" - doctitlefr = "Métrique entre parenthèses" + lsrtags = "staff-notation, specific-notation, tweaks-and-overrides" texidoc = " The time signature can be enclosed within parentheses. @@ -30,4 +23,3 @@ The time signature can be enclosed within parentheses. \time 2/4 a4 b8 c } - diff --git a/Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly b/Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly index 2c78a9233c..f89810e48f 100644 --- a/Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly +++ b/Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly @@ -7,36 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -A veces, la indicación de compás no debe imprimir la fracción completa -(p.ej. 7/4), sino sólo el numerador (7 en este caso). Esto se puede -hacer fácilmente utilizando @code{\\override Staff.TimeSignature -#'style = #'single-digit} para cambiar el estilo -permanentemente. Usando @code{\\revert Staff.TimeSignature #'style}, -se puede revertir el cambio. Para aplicar el estilo de un dígito -único a una sola indicación de compás, utilice la instrucción -@code{\\override} y anteponga la instrucción @code{\\once}. - -" - doctitlees = "Indicación de compás imprimiendo sólo el numerador (en lugar de la fracción)" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -La métrique est parfois indiquée non pas par une fraction (par ex. 7/4) -mais simplement par son numérateur (7 dans ce cas). L'instruction -@code{\\override Staff.TimeSignature #'style = #'single-digit} permet de -déroger au style par défaut de manière permanente -- un @code{\\revert -Staff.TimeSignature #'style} annulera ces modifications. Lorsque cette -métrique sous la forme d'un seul chiffre ne se présente qu'une seule -fois, il suffit de faire précéder l'instruction @code{\\override} d'un -simple @code{\\once}. - -" - doctitlefr = "Affichage seulement du numérateur d'une métrique (au lieu d'une fraction)" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " Sometimes, a time signature should not print the whole fraction (e.g. @@ -72,4 +43,3 @@ the single-digit style to only one time signature, use the \time 2/4 c4 c } - diff --git a/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly b/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly index fe114362c9..43f1dfa0e8 100644 --- a/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly +++ b/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly @@ -7,31 +7,7 @@ \version "2.14.2" \header { - lsrtags = "specific-notation, tweaks-and-overrides, workaround, ancient-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -A modo de alternativa para obtener auténticos «incipit» -independientes de la partitura principal, se incluyen como -elemento de marcado en el campo que se usa normalmente para el -nombre del instrumento. Por el momento, la letra sólo se puede -añadir como marcado directo. Por desgracia, su espaciado no es -análogo al de la letra principal. - -" - doctitlees = "Transcripción de música antigua con incipit" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Voici une méthode alternative pour ajouter un @emph{incipit} -indépendamment de la partition principale. Pour ce faire, il est inclus -sous forme de @emph{markup} dans le champ dévolu au nom d'instrument. -Les paroles ne peuvent, à ce jour, être ajoutées que sous forme -d'annotation directe, ce qui donne un espacement des paroles loin -d'égaler celui de la partition réelle. - -" - doctitlefr = "Transcription de musique ancienne avec incipit" + lsrtags = "specific-notation, ancient-notation, workaround, tweaks-and-overrides" texidoc = " As a workaround to get real incipits which are independent from the @@ -310,4 +286,3 @@ incipitBassus = \markup { indent = 5\cm } } - 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 8362de66cf..afc18dfc95 100644 --- a/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly +++ b/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly @@ -7,124 +7,7 @@ \version "2.14.2" \header { - lsrtags = "workaround, pitches, scheme-language" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa -doctitlees = "Transportar música con el menor número de alteraciones" -texidoces = " -Este ejemplo utiliza código de Scheme para forzar las -modificaciones enarmónicas de las notas, y así tener el menor -número de alteraciones accidentales. En este caso se aplican las -siguientes reglas: - -@itemize -@item -Se quitan las dobles alteraciones - -@item -Si sostenido -> Do - -@item -Mi sistenido -> Fa - -@item -Do bemol -> Si - -@item -Fa bemol -> Mi - -@end itemize - -De esta forma se selecciona el mayor número de notas enarmónicas -naturales. - -" - - -%% 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 -alterazioni. In questo caso si applica la seguente regola: - -Le doppie alterazioni devono essere eliminate - - -Si diesis -> Do - - -Mi diesis -> Fa - - -Do bemolle -> Si - - -Fa bemolle -> Mi - - -In questo modo vengono scelti i suoni enarmonici più semplici. - -" - doctitleit = "Trasposizione delle altezze con numero minimo di alterazioni" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Noten mit minimaler Anzahl an Versetzungszeichen transponieren." - texidocde = "Dieses Beispiel benutzt Scheme-Code, um enharmonische -Verwechslungen für Noten zu erzwingen, damit nur eine minimale Anzahl -an Versetzungszeichen ausgegeben wird. In diesem Fall gelten die -folgenden Regeln: - -@itemize -@item -Doppelte Versetzungszeichen sollen entfernt werden - -@item -His -> C - -@item -Eis -> F - -@item -Ces -> B - -@item -Fes -> E - -@end itemize - -Auf diese Art werden am meisten natürliche Tonhöhen als enharmonische -Variante gewählt. -" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Cet exemple, grâce à un peu de code Scheme, donne la priorité aux -enharmoniques afin de limiter le nombre d'altérations supplémentaires. -La règle applicable est : - -@itemize -@item -Les altérations doubles sont supprimées - -@item -Si dièse -> Do - -@item -Mi dièse -> Fa - -@item -Do bémol -> Si - -@item -Fa bémol -> Mi - -@end itemize - -Cette façon de procéder aboutit à plus d'enharmoniques naturelles. - -" - doctitlefr = "Transposition et réduction du nombre d'altérations accidentelles" + lsrtags = "pitches, scheme-language, workaround" texidoc = " This example uses some Scheme code to enforce enharmonic modifications @@ -207,4 +90,3 @@ music = \relative c' { c4 d e g } } \layout { } } - diff --git a/Documentation/snippets/tweaking-clef-properties.ly b/Documentation/snippets/tweaking-clef-properties.ly index d77879380d..d4c5d6ed3e 100644 --- a/Documentation/snippets/tweaking-clef-properties.ly +++ b/Documentation/snippets/tweaking-clef-properties.ly @@ -7,145 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, pitches, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Trucaje de las propiedades de clave" - texidoces = " -La instrucción @code{\\clef \"treble_8\"} equivale a un ajuste de -@code{clefGlyph}, @code{clefPosition} (que controla la posición -vertical de la clave), @code{middleCPosition} y -@code{clefOctavation}. Se imprime una clave cada vez que se -modifica cualquiera de las propiedades excepto -@code{middleCPosition}. - -Observe que la modificación del glifo, la posición de la clave o -su octavación, no cambian 'per se' la posición de las siguientes -notas del pentagrama: para hacer esto también se debe especificar -la posición del Do central. Los parámetros posicionales están en -relación con la tercera línea del pentagrama, los números -positivos desplazan hacia arriba, contando una unidad por cada -línea y espacio. El valor de @code{clefOctavation} se -establecería normalmente a 7, -7, 15 or -15, pero son válidos -otros valores. - -Cuando se produce un cambio de clave en el salto de línea se -imprime la clave nueva tanto al final de la línea anterior como al -principio de la nueva, de forma predeterminada. Si no se necesita -la clave de advertencia al final de la línea anterior, se puede -quitar estableciendo el valor de la propiedad -@code{explicitClefVisibility} de @code{Staff}, a -@code{end-of-line-invisible}. El comportamiento predeterminado se -puede recuperar con @code{\\unset Staff.explicitClefVisibility}. - -Los siguientes ejemplos muestran las posibilidades cuando se -ajustan estas propiedades manualmente. En la primera línea, los -cambios manuales preservan el posicionamiento relativo estándar de -las claves y las notas, pero no lo hacen en la segunda línea. -" - - -%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Il comando @code{\\clef \"treble_8\"} equivale a impostare -@code{clefGlyph}, @code{clefPosition} (che regola la posizione -verticale della chiave), @code{middleCPosition} e -@code{clefOctavation}. Viene stampata una chiave quando cambia una -di queste proprietà, eccetto @code{middleCPosition}. - - -La modifica del glifo, della posizione della chiave o -dell'ottavazione non è sufficiente per cambiare la posizione delle -note che seguono sul rigo: bisogna anche specificare la posizione -del Do centrale (middle C). I parametri di posizione sono relativi -alla linea centrale del rigo, con i numeri positivi che indicano -la parte superiore: ogni linea e spazio valgono uno. Il valore -@code{clefOctavation} di norma è impostato su 7, -7, 15 -o -15, ma altri valori sono considerati validi. - - -Quando un cambio di chiave avviene in corrispondenza di un'interruzione di -linea, di norma il simbolo della nuova chiave viene inserito sia alla fine -del rigo precedente sia all'inizio di quello successivo. Se la -chiave di avvertimento a fine rigo non fosse necessaria, -può essere nascosta impostando la proprietà @code{explicitClefVisibility} -del contesto @code{Staff} su @code{end-of-line-invisible}. Il comportamento -predefinito può essere ripristinato con @code{\\unset Staff.explicitClefVisibility}. - -Gli esempi seguenti mostrano le possibilità date dall'impostazione -manuale di tali proprietà. Sulla prima linea le modifiche manuali preservano -il posizionamento relativo standard di chiavi e note, mentre sulla seconda -linea non lo fanno. - - -" - doctitleit = "Modifiche manuali della proprietà della chiave" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Eigenschaften des Schlüssels optimieren" - texidocde = " -Der Befehl @code{\\clef \"treble_8\"} ist gleichbedeutend mit einem -expliziten Setzen der Eigenschaften von @code{clefGlyph}, -@code{clefPosition} (welche die vertikale Position des Schlüssels bestimmt), -@code{middleCPosition} und @code{clefOctavation}. Ein Schlüssel wird -ausgegeben, wenn eine der Eigenschaften außer @code{middleCPosition} sich -ändert. - -Eine Änderung des Schriftzeichens (Glyph), der Schlüsselposition oder der -Oktavierung selber ändert noch nicht die Position der darauf folgenden Noten -auf dem System: das geschieht nur, wenn auch die Position des -eingestrichenen@tie{}C (middleCPosition) angegeben wird. Die -Positionsparameter sind relativ zur Mittellinie des Systems, dabei versetzen -positive Zahlen die Position nach oben, jeweils eine Zahl für jede Linie -plus Zwischenraum. Der @code{clefOctavation}-Wert ist normalerweise auf 7, --7, 15 oder -15 gesetzt, aber auch andere Werte sind gültig. - -Wenn ein Schlüsselwechsel an einem Zeilenwechsel geschieht, wird das neue -Symbol sowohl am Ende der alten Zeilen als auch am Anfang der neuen Zeile -ausgegeben. Wenn der Warnungs-Schlüssel am Ende der alten Zeile nicht -erforderlich ist, kann er unterdrückt werden, indem die -@code{explicitClefVisibility}-Eigenschaft des @code{Staff}-Kontextes auf den -Wert @code{end-of-line-invisible} gesetzt wird. Das Standardverhalten kann -mit @code{\\unset Staff.explicitClefVisibility} wieder hergestellt werden. - -Die folgenden Beispiele zeigen die Möglichkeiten, wenn man diese -Eigenschaften manuell setzt. Auf der ersten Zeile erhalten die manuellen -Änderungen die ursprüngliche relative Positionierung von Schlüssel und -Noten, auf der zweiten Zeile nicht. -" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -La commande @code{\\clef \"treble_8\"} équivaut à définir @code{clefGlyph}, -@code{clefPosition} -- qui contrôle la position verticale de la clef -- -@code{middleCPosition} et @code{clefOctavation}. Une clef est imprimée -lorsque l'une de ces propriétés, hormis @code{middleCPosition}, est -modifiée. Les exemples suivant font apparaître des possibilités de -réglage manuel de ces propriétés. - -Modifier le glyphe, la position de la clef ou son octaviation ne -changera pas la position des notes ; il faut pour y parvenir -modifier aussi la position du do médium. Le positionnement est relatif -à la ligne médiane, un nombre positif faisant monter, chaque ligne ou -interligne comptant pour 1. La valeur de @code{clefOctavation} -devrait être de 7, -7, 15 ou -15, bien que rien n'empêche de lui -affecter une autre valeur. - -Lorsqu'un changement de clef intervient en même temps qu'un saut de -ligne, la nouvelle clef est imprimée à la fois en fin de ligne et au -début de la suivante. Vous pouvez toujours supprimer cette « clef de -précaution » en affectant la valeur @code{end-of-line-invisible} à la -propriété @code{explicitClefVisibility} du contexte @code{Staff}. Le -comportement par défaut sera réactivé par -@code{\\unset Staff.explicitClefVisibility}. - -Les exemples qui suivent illustrent les différentes possibilités de -définir ces propriétés manuellement. Sur la première ligne, la -position relative des notes par rapport aux clefs est préservée, ce -qui n'est pas le cas pour la deuxième ligne. - -" - doctitlefr = "Affinage des propriétés d'une clef" + lsrtags = "pitches, staff-notation, tweaks-and-overrides" texidoc = " The command @code{\\clef \"treble_8\"} is equivalent to setting @@ -230,4 +92,3 @@ line, they do not. \set Staff.middleCPosition = #0 c'1 } - diff --git a/Documentation/snippets/tweaking-grace-layout-within-music.ly b/Documentation/snippets/tweaking-grace-layout-within-music.ly index b128a7dc1c..d71de8ece8 100644 --- a/Documentation/snippets/tweaking-grace-layout-within-music.ly +++ b/Documentation/snippets/tweaking-grace-layout-within-music.ly @@ -7,49 +7,7 @@ \version "2.15.40" \header { - lsrtags = "tweaks-and-overrides, rhythms" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -La disposición de las expresiones de adorno se puede cambiar a lo -largo de toda la música usando las funciones -@code{add-grace-property} y @code{remove-grace-property}. El -ejemplo siguiente borra la definición de la dirección de la plica -para esta nota de adorno, de manera que las plicas no siemmpre -apuntan hacia arriba, y cambia la forma predeterminada de las -cabezas a aspas. - -" - - doctitlees = "Trucar la disposición de las notas de adorno dentro de la música" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das Layout von Verzierungsausdrücken kann in der Musik verändert -werden mit den Funktionen @code{add-grace-property} und -@code{remove-grace-property}. Das folgende Beispiel definiert -die Richtung von Hälsen (Stem) für diese Verzierung, sodass die -Hälse nicht immer nach unten zeigen, und ändert den Standardnotenkopf -in ein Kreuz. -" - doctitlede = "Veränderung des Layouts von Verzierungen innerhalb der Noten" - - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Il est possible de changer globalement la mise en forme des notes d'ornement -dans un morceau, au moyen des fonctions @code{add-grace-property} et -@code{remove-grace-property}. Ici, par exemple, on ôte la définition de -l'orientation des objets @code{Stem} pour toutes les petites notes, afin -que les hampes ne soient pas toujours orientées vers le haut, et on leur -préfère des têtes en forme de croix. - -" - doctitlefr = "Mise en forme des notes d'ornement" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " The layout of grace expressions can be changed throughout the music diff --git a/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly b/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly index bd0501afe1..ff79209285 100644 --- a/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly +++ b/Documentation/snippets/use-square-bracket-at-the-start-of-a-staff-group.ly @@ -7,36 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contexts-and-engravers, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede usar el delimitador de comienzo de un sistema -@code{SystemStartSquare} estableciéndolo explícitamente dentro de -un contexto @code{StaffGroup} o @code{ChoirStaffGroup}. - -" - doctitlees = "Uso del corchete recto al comienzo de un grupo de pentagramas" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Klammer zu Beginn von Systemgruppen kann auch in eine eckige Klammer -(@code{SystemStartSquare}) umgewandelt werden, wenn man sie explizit -im @code{StaffGroup}- oder @code{ChoirStaffGroup}-Kontext setzt. - -" - doctitlede = "Eine eckige Klammer zu Beginn von Systemgruppen benutzen" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Un regroupement de portées sera indiqué par un simple rectangle --- @code{SystemStartSquare} -- en début de ligne dès lors que vous le -mentionnerez explicitement au sein d'un contexte @code{StaffGroup} ou -@code{ChoirStaff}. - -" - doctitlefr = "Indication de regroupement de portées par un rectangle" + lsrtags = "staff-notation, contexts-and-engravers" texidoc = " The system start delimiter @code{SystemStartSquare} can be used by @@ -55,4 +26,3 @@ context. \new Staff { c'4 d' e' f' } >> } } - diff --git a/Documentation/snippets/using-alternative-flag-styles.ly b/Documentation/snippets/using-alternative-flag-styles.ly index 30b1a8fcb8..27742d4060 100644 --- a/Documentation/snippets/using-alternative-flag-styles.ly +++ b/Documentation/snippets/using-alternative-flag-styles.ly @@ -8,29 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Se pueden imprimir estilos alternativos del corchete o gancho de las -corcheas y figuras menores, mediante la sobreescritura de la propiedad -@code{stencil} del objeto @code{Flag}. Son valores válidos -@code{modern-straight-flag} y @code{old-straight-flag}. - -" - doctitlees = "Uso de estilos alternativos para los corchetes" - - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Une dérogation à la propriété @code{stencil} de l'objet @code{Flag} -permet aux croches et notes de durée inférieure d'adopter une autre -forme de crochet. Sont disponibles les variantes -@code{modern-straight-flag} et @code{old-straight-flag}. - -" - doctitlefr = "Crochets de style alternatif" - lsrtags = "rhythms, tweaks-and-overrides" texidoc = " @@ -61,4 +38,3 @@ testnotes = { \revert Flag #'stencil \testnotes } - diff --git a/Documentation/snippets/using-arpeggiobracket-to-make-divisi-more-visible.ly b/Documentation/snippets/using-arpeggiobracket-to-make-divisi-more-visible.ly index f906b79a18..25dc77445b 100644 --- a/Documentation/snippets/using-arpeggiobracket-to-make-divisi-more-visible.ly +++ b/Documentation/snippets/using-arpeggiobracket-to-make-divisi-more-visible.ly @@ -9,37 +9,6 @@ \header { lsrtags = "expressive-marks, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El corchete de arpegios @code{arpeggioBracket} se puede usar para -indicar la división de voces cuando no hay plicas que puedan ofrecer -esta información. Se suele encontrar en la música coral. - -" - - doctitlees = "Uso de arpeggioBracket para hacer más visible un divisi" - - -%% Translation of GIT committish: 27b1197f3bae8512c14d946752cd3e40e7c76016 - - texidocde = " -Das @code{arpeggioBracket}-Klammerobjekt kann benutzt werden, um geteilte -Stimmen anzuzeigen, wenn keine Hälse diese Information bieten. Das sieht -man oft in Chormusik. - -" - doctitlede = "Arpeggio-Klammern benutzen um geteilte Stimmen besser sichtbar zu machen" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Un crochet d'arpège (@code{arpeggioBracket}) permet de mettre en -évidence les divisions d'un pupitre en l'absence de hampe, comme on le -voit régulièrement dans les partitions pour chœur. - -" - doctitlefr = "Utilisation d'un arpeggioBracket pour rendre les divisions plus évidentes" - texidoc = " The @code{arpeggioBracket} can be used to indicate the division of voices where there are no stems to provide the information. This is @@ -78,4 +47,3 @@ often seen in choral music. } \layout { ragged-right = ##t } } - diff --git a/Documentation/snippets/using-double-slurs-for-legato-chords.ly b/Documentation/snippets/using-double-slurs-for-legato-chords.ly index 6535c1e079..90f6928d11 100644 --- a/Documentation/snippets/using-double-slurs-for-legato-chords.ly +++ b/Documentation/snippets/using-double-slurs-for-legato-chords.ly @@ -9,32 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Algunos compositores escriben dos ligaduras cuando quieren acordes -legato. Esto se puede conseguir estableciendo @code{doubleSlurs}. - -" - doctitlees = "Utilizar ligaduras dobles para acordes legato" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Einige Komponisten schreiben doppelte Bögen, wenn Legato-Akkorde notiert -werden. Das kann mit der Eigenschaft @code{doubleSlurs} erreicht werden. - -" - doctitlede = "Doppelte Bögen für Legato-Akkorde benutzen" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Certains auteurs utilisent deux liaisons lorsqu'ils veulent lier des -accords. Dans LilyPond, il faut pour cela activer la propriété -@code{doubleSlurs}. - -" - doctitlefr = "Accords et double liaison d'articulation" - texidoc = " Some composers write two slurs when they want legato chords. This can be achieved by setting @code{doubleSlurs}. @@ -48,4 +22,3 @@ be achieved by setting @code{doubleSlurs}. \set doubleSlurs = ##t 4( ) } - diff --git a/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly b/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly index 47d5dcfc62..009e45bd59 100644 --- a/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly +++ b/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly @@ -8,26 +8,6 @@ \version "2.15.15" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Es posible aplicar la barrita que cruza la barra de las -acciaccaturas, en otras situaciones. - -" - - doctitlees = "Utilizar la barra que tacha las notas de adorno con notas normales" - - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Le trait que l'on trouve sur les hampes des acciaccatures peut -être appliqué dans d'autres situations. - -" - doctitlefr = "Utilisation de hampe barrée pour une note normale" - lsrtags = "rhythms" texidoc = " @@ -43,4 +23,3 @@ other situations. \override Flag #'stroke-style = #"grace" c8( d2) e8( f4) } - diff --git a/Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly b/Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly index ac92ccdc0a..83f293068d 100644 --- a/Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly +++ b/Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly @@ -7,76 +7,7 @@ \version "2.14.2" \header { - lsrtags = "devel, tweaks-and-overrides, scheme-language" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Se puede acceder @qq{lateralmente} a algunos grobs desde dentro de la -función de callback de otro grob. Éstos se encuentran relacionados -normalmente como @qq{layout objects} (objetos de presentación) en la -sección @qq{Internal properties} (propiedades internas) de un -interface de grob. Se usa la función @code{ly:grob-object} para -acceder a estos grobs. - - -Se presentan más abajo como ejemplo algunas formas de addecer a grobs -desde dentro de una función de callback de NoteHead, pero la técnica -no se limita a las cabezas de nota. Sin embargo, la función de -callback de NoteHead es especialmente importante, porque es la función -de callback implícita que utiliza la instrucción @code{\\tweak}. - - -La función de ejemplo que se define abajo (\"display-grobs\") no es -probablemente tan útil, pero muestra que se está accediendo -efectivamente a los grobs. - - -Salida de ejemplo de la consola: - - -@example --------------------- -#-Grob Accidental - -#-Grob Arpeggio - -#-Grob Stem - -@end example - - -" - - doctitlees = "Utilizar ly:grob-object para acceder a los grobs con \\tweak" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Certains objets graphiques ne sont accessibles que par le biais d'un -@emph{callback} à partir d'un autre @code{grob}. Ils sont normalement -listés dans les « @emph{layout objects} » au sein de la section -« Propriétés internes » d'une @emph{grob-interface}. La fonction -@code{ly:grob-object} permet d'accéder à ces objets. - -Voici plusieurs moyens d'accéder aux objets par un @emph{callback} sur -@code{NoteHead}. D'autres biais sont naturellement possible ; -@code{NoteHead} a cependant l'avantage incontestable d'être utilisé -implicitement par la commande @code{\\tweak}. - -La fonction @code{display-grobs} définie ci-dessous n'est probablement -pas très utile. Elle indique toutefois qu'il est tout à fait possible -d'accéder aux objets. - -Voici par exemple ce qui sera émis dans la console : - -@example --------------------- -# -# -# -@end example - -" - doctitlefr = "Utilisation de ly:grob-object pour accéder aux grobs avec \\tweak" + lsrtags = "scheme-language, tweaks-and-overrides, devel" texidoc = " Some grobs can be accessed @qq{laterally} from within another grob's diff --git a/Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly b/Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly index 6fbdc1d7c5..fba144878c 100644 --- a/Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly +++ b/Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly @@ -7,17 +7,7 @@ \version "2.14.2" \header { - lsrtags = "tweaks-and-overrides, scheme-language, really-cool, editorial-annotations" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Lorsqu'il est impossible d'obtenir facilement une allure particulière -pour les têtes de note en recourant à la technique du @code{\\markup}, un -code PostScript peut vous tirer d'embarras. Voici comment générer des -têtes ressemblant à des parallélogrammes. - -" - doctitlefr = "Utilisation de PostScript pour générer des têtes de note à l'allure particulière" + lsrtags = "really-cool, scheme-language, editorial-annotations, tweaks-and-overrides" texidoc = " When a note head with a special shape cannot easily be generated with diff --git a/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly b/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly index 671c93e758..9713bd74d2 100644 --- a/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly +++ b/Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly @@ -9,14 +9,6 @@ \header { lsrtags = "really-simple, tweaks-and-overrides" -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -La commande @code{\\tweak} permet de retoucher directement n'importe -quel objet graphique. En voici quelques exemples : - -" - doctitlefr = "Utilisation de \\tweak pour retoucher des objets particuliers" - texidoc = " With the @code{\\tweak} command, every grob can be tuned directly. Here are some examples of available tweaks. @@ -36,4 +28,3 @@ Here are some examples of available tweaks. \tweak #'duration-log #2 a >2 } - diff --git a/Documentation/snippets/using-the-whiteout-property.ly b/Documentation/snippets/using-the-whiteout-property.ly index 123b3dd4e0..374d4c6c53 100644 --- a/Documentation/snippets/using-the-whiteout-property.ly +++ b/Documentation/snippets/using-the-whiteout-property.ly @@ -9,52 +9,6 @@ \header { lsrtags = "expressive-marks, editorial-annotations" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -Se puede imprimir cualquier objeto gráfico sobre un fondo blanco para -enmascarar parte de los objetos que están por debajo. Esto puede ser -útil para mejorar el aspecto de las colisiones en situaciones -complejas cuando no es práctico reposicionar los objetos. Es -necesario establecer explícitamente la propiedad de capa -(@code{layer}) para controlar qué objetos resultan enmascarados por el -fondo blanco. - -En este ejemplo, la colisión de la ligadura de unión con la indicación -de compás resulta mejorada enmascarando la parte de la ligadura que -cruza a la indicación de compás mediante el establecimiento de la -propiedad @code{whiteout} de @code{TimeSignature}. Para hacer esto, -se mueve @code{TimeSignature} a una capa por encima de @code{Tie}, que -se deja en la capa predeterminada de 1, y @code{StaffSymbol} se mueve -a una capa por encima de @code{TimeSignature} de manera que no resulte -enmascarada. - -" - - doctitlees = "Uso de la propiedad whiteout" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Tout objet graphique peut s'imprimer sur un fond blanc afin de masquer -une partie des objets qu'il recouvre. Ceci trouve toute son utilité -pour améliorer certaines collisions, notamment dans des situations où un -repositionnement d'objets est irréaliste. Il faut alors explicitement -définir la propriété @code{layer} afin de contrôler quels objets seront -masqués par le fond blanc. - -Dans l'exemple ci-dessous, la liaison est en collision avec la -métrique ; la situation est améliorée dès lors que la portion de liaison -qui traverse la métrique est masquée par l'affectation de la propriété -@code{whiteout} à l'objet @code{TimeSignature}. Pour ce faire, -@code{TimeSignature} est déplacé sur un calque au-dessus de celui de -@code{Tie} -- il reste sur le calque par défaut (1) --, puis le -@code{StaffSymbol} est placé sur un calque supérieur à celui de -@code{TimeSignature} pour ne pas être masqué. - -" - doctitlefr = "Utilisation de la propriété whiteout" - texidoc = " Any graphical object can be printed over a white background to mask parts of objects that lie beneath. This can be useful to improve the diff --git a/Documentation/snippets/using-ties-with-arpeggios.ly b/Documentation/snippets/using-ties-with-arpeggios.ly index 7287636b18..0c2e01d2e9 100644 --- a/Documentation/snippets/using-ties-with-arpeggios.ly +++ b/Documentation/snippets/using-ties-with-arpeggios.ly @@ -9,43 +9,6 @@ \header { lsrtags = "rhythms" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - doctitlees = "Uso de ligaduras en los arpegios" - texidoces = " -En ocasiones se usan ligaduras de unión para escribir los arpegios. -En este caso, las dos notas ligadas no tienen que ser consecutivas. -Esto se puede conseguir estableciendo la propiedad -@code{tieWaitForNote} al valor @code{#t}. La misma funcionalidad -es de utilidad, por ejemplo, para ligar un trémolo a un acorde, pero -en principio también se puede usar para notas normales consecutivas. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " - Überbindungen werden teilweise benutzt, um Arpeggios zu notieren. In - diesem Fall stehen die übergebundenen Noten nicht unbedingt hintereinander. -Das Verhalten kann erreicht werden, indem die @code{tieWaitForNote}-Eigenschaft -auf @code{#t} gesetzt wird. Diese Funktion ist auch sinnvoll, um etwa -ein Tremolo mit einem Akkord zu überbinden, kann aber prinzipiell auch -für normale Überbindungen eingesetzt werden -" - doctitlede = "Überbindungen für Arpeggio benutzen" - - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Les liaisons de tenue servent parfois à rendre un accord arpégé. Dans -ce cas, les notes liées ne sont pas toutes consécutives. Il faut alors -assigner à la propriété @code{tieWaitForNote} la valeur @code{#t} -(@emph{true} pour « vrai »). Cette même méthode peut servir, par -exemple, à lier un trémolo à un accord. - -" - doctitlefr = "Liaison de tenue et arpège" - texidoc = " Ties are sometimes used to write out arpeggios. In this case, two tied notes need not be consecutive. This can be achieved by setting the @@ -69,4 +32,3 @@ can also be used for ordinary consecutive notes. \tieDotted g8 ~ c g2 } - diff --git a/Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly b/Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly index a4df6718b5..7930ea31ce 100644 --- a/Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly +++ b/Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly @@ -9,16 +9,6 @@ \header { lsrtags = "expressive-marks, ancient-notation" -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -On trouve régulièrement, en musique baroque, cette courte ligne -verticale. Sa signification peut varier, mais elle indique le plus -souvent une note plus « appuyée ». Voici comment générer ce signe -particulier. - -" - doctitlefr = "Articulation baroque en forme de coche" - texidoc = " This short vertical line placed above the note is commonly used in baroque music. Its meaning can vary, but generally indicates notes diff --git a/Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly b/Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly index 25c58e92db..7c63ea8988 100644 --- a/Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly +++ b/Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly @@ -7,52 +7,7 @@ \version "2.14.2" \header { - lsrtags = "spacing, tweaks-and-overrides, workaround" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Mediante el establecimiento de la propiedad @code{'Y-extent} a un valor -adecuado, todos los objetos @code{DynamicLineSpanner} (reguladores e -indicaciones dinámicas textuales) se pueden alinear con un punto de -referencia común, independientemente de sus dimensiones. De esta -manera, todos los elementos estarán alineados verticalmente, -produciendo así un resultado más satisfactorio. - -Se usa una idea similar para alinear las inscripciones de texto a lo -largo de su línea de base. - -" - doctitlees = "Indicaciones dinámicas y textuales alineadas verticalmente" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Indem man die @code{'Y-extent}-Eigenschaft auf einen passenden Wert setzt, -können alle @code{DynamicLineSpanner}-Objekte (Crescendo-Klammern und -Dynamik-Texte) (hairpins and dynamic texts) unabhängig von ihrer -wirklichen Ausdehnung an einem gemeinsamen Referenzpunkt ausgerichtet werden. -Auf diese Weise ist jedes Element vertikal ausgerichtet und der Notensatz -sieht ansprechender aus. - -Die gleiche Idee wird benutzt, um Textbeschriftungen an ihrer -Grundlinie auszurichten. - -" - doctitlede = "Vertikale Ausrichtung von Dynamik und Textbeschriftung beeinflussen" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Vous pourrez, en jouant sur la propriété @code{'Y-extent}, aligner les -différents objets @code{DynamicLineSpanner} (soufflets ou textuels) -quelle que soit leur étendue, par rapport à un même point de référence. -Tous les éléments seront alors centrés sur une même ligne, ce qui sera -visuellement plus agréable. - -C'est le même principe qui sert à aligner les indications textuelles sur -une ligne de référence. - -" - doctitlefr = "Alignement vertical des nuances indications textuelles" + lsrtags = "spacing, workaround, tweaks-and-overrides" texidoc = " By setting the @code{'Y-extent} property to a suitable value, all @@ -82,5 +37,3 @@ music = \relative c' { \override TextScript #'Y-extent = #'(-1.5 . 1.5) \music } - - diff --git a/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly b/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly index aadce82b39..784071dd88 100644 --- a/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly +++ b/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly @@ -9,27 +9,6 @@ \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Las expresiones dinámicas que se comienzan, terminan o se producen -en la misma nota se alinean verticalmente. Para asegurar que las -expresiones dinámicas se alinean cuando no se producen sobre la -misma nota, incremente la propiedad @code{staff-padding} del -objeto @code{DynamicLineSpanner}. - -" - doctitlees = "Alinear verticalmente expresiones dinámicas que abarcan varias notas" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Des nuances qui commencent, finissent ou se produisent sur une même note -auront le même alignement vertical. L'augmentation de la propriété -@code{staff-padding} de l'objet @code{DynamicLineSpanner} permet -d'aligner différentes nuances affectées à différentes notes. - -" - doctitlefr = "Alignement vertical des nuances sur plusieurs notes" - texidoc = " Dynamics that occur at, begin on, or end on the same note will be vertically aligned. To ensure that dynamics are aligned when they do @@ -46,4 +25,3 @@ of the @code{DynamicLineSpanner} object. c2\p f\mf g2\< b4\> c\! } - diff --git a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly index 49e47eabe5..4491c56f1b 100644 --- a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly +++ b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly @@ -9,34 +9,6 @@ \header { lsrtags = "spacing, tweaks-and-overrides, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este fragmento de código muestra el uso de las propiedades de -contexto @code{alignBelowContext} y @code{alignAboveContext} para -controlar la posición de la letra y los compases de ossia. - -" - doctitlees = "Alineación vertical de la letra y los compases de ossia" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Dieser Schnipsel zeigt, wie man die Kontexteigenschaften -@code{alignBelowContext} und @code{alignAboveContext} benutzen kann, um -die Positionierung von Gesangstext und Ossia-Abschnitten zu kontrollieren. - -" - doctitlede = "Gesangstext und Ossia vertikal ausrichten" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Cet exemple illustre la manière de positionner une portée d'ossia et -des paroles à l'aide des propriétés de contexte @code{alignBelowContext} -et @code{alignAboveContext}. - -" - doctitlefr = "Positionnement d'une ossia et des paroles" - texidoc = " This snippet demonstrates the use of the context properties @code{alignBelowContext} and @code{alignAboveContext} to control the @@ -75,4 +47,3 @@ positioning of lyrics and ossias. >> } >> - diff --git a/Documentation/snippets/vertically-centered-common-lyrics.ly b/Documentation/snippets/vertically-centered-common-lyrics.ly index 29cb90364b..9ed15f30c8 100644 --- a/Documentation/snippets/vertically-centered-common-lyrics.ly +++ b/Documentation/snippets/vertically-centered-common-lyrics.ly @@ -9,15 +9,6 @@ \header { lsrtags = "vocal-music" -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Il arrive, dans certaines partitions vocales, que quelques paroles -soient communes à tous les couplets. Cette partie commune peut peut se -présenter verticalement centrée, comme dans l'exemple suivant. - -" - doctitlefr = "Centrage vertical de paroles communes" - texidoc = " In a vocal piece where there are several (two,four or more) lines of lyrics, and common lyrics for all voices at some point, these common @@ -66,4 +57,3 @@ melody = \relative c' { c4 d e f g f e8( e f) d4 c e d c } \new Lyrics \lyricsto m \lyricsD >> } - diff --git a/Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly b/Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly index a8912c7748..23a36136b4 100644 --- a/Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly +++ b/Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly @@ -9,31 +9,6 @@ \header { lsrtags = "tweaks-and-overrides, chords" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Allí donde se utilicen líneas extensoras para el bajo cifrado mediante -el establecimiento de @code{useBassFigureExtenders} al valor -verdadero, las parejas de líneas extensoras congruentes se centran -verticalmente si el valor de @code{figuredBassCenterContinuations} -tiene el valor verdadero. - -" - doctitlees = "Centrado vertical de las líneas de bajo cifrado emparejadas" - - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -L'activation de la propriété @code{useBassFigureExtenders} permet -d'afficher des lignes de prolongation pour les chiffres qui se répètent. -Deux chiffres prolongés sur la même durée se verront affublés d'un -unique prolongateur, verticalement centré entre eux, dès lors que la -propriété @code{figuredBassCenterContinuations} aura elle aussi été -activée. - -" - doctitlefr = "Prolongateur commun de basse figurée" - texidoc = " Where figured bass extender lines are being used by setting @code{useBassFigureExtenders} to true, pairs of congruent figured bass @@ -63,4 +38,3 @@ extender lines are vertically centered if <6+ 4 3>4 <6 4 3>8 <4 3+>8 } >> - 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 065ca5b46c..3c10e82071 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly @@ -7,61 +7,7 @@ \version "2.14.2" \header { - lsrtags = "automatic-notation, keyboards, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Esta plantilla añade una reducción de piano automática a la partitura -vocal SATB estándar que se mostró en la @qq{Plantilla de conjunto -vocal}. Esto presenta uno de los puntos fuertes de LilyPond: podemos -usar una definición de música más de una vez. Si se hace cualquier -cambio en las notas de la parte vocal (digamos @code{tenorMusic}), -entonces los cambios se aplicarán también a la reducción de piano. - -" - doctitlees = "Plantilla de conjunto vocal con reducción de piano automática" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -このテンプレートは、\"合唱テンプレート\"で示された標準の SATB ボーカル譜に自動@c -ピアノ譜を付け加えています。これは LilyPond の強みの 1 つを示しています - 音楽@c -定義を何回も使用することができます。ボーカルの音符 (例えば、@code{tenorMusic} -の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 -" - -%% 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 -dimostra così uno dei punti di forza di LilyPond – è possibile usare una -definizione musicale più di una volta. Qualsiasi modifica venga fatta alle note -delle voci (ad esempio, @code{tenorMusic}) verrà applicata anche alla riduzione -per pianoforte. -" - doctitleit = "Modello per gruppo vocale con automatica riduzione per pianoforte" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -In diesem Beispiel wird ein automatischer Klavierauszug zu der -Chorpartitur hinzugefügt. Das zeigt eine der Stärken von LilyPond --- man kann eine Variable mehr als einmal benutzen. Wenn Sie -irgendeine Änderung an einer Chorstimme vornehmen, (etwa -tenorMusic), verändert sich auch der Klavierauszug entsprechend. -" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Ce canevas ajoute une réduction pour piano à une partition standard pour -chœur à quatre voix mixtes. Ceci illustre l'un des avantages de -LilyPond : une expression musicale peut être réutilisée sans effort. -Toute modification apportée à l'une des voix, mettons @code{tenorMusique}, -sera automatiquement reportée dans la réduction pour piano. - -" - doctitlefr = "Ensemble vocal avec réduction pour piano" + lsrtags = "automatic-notation, keyboards, template, vocal-music" texidoc = " This template adds an automatic piano reduction to the standard SATB 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 abf2433fb3..fce82b1487 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 @@ -7,52 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contexts-and-engravers, text, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Esta plantilla es, básicamente, la misma que la sencilla plantilla -@qq{Conjunto vocal}, excepto que aquí todas las líneas de letra se -colocan utilizando @code{alignAboveContext} y -@code{alignBelowContext}. - -" - doctitlees = "Plantilla para conjunto vocal con letras alineadas encima y debajo de los pentagramas" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -このテンプレートは基本的に単純な \"合唱\" テンプレートと同じですが、歌詞が -@code{alignAboveContext} と @code{alignBelowContext} を用いて配置されています。 -" - -%% 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 -usando @code{alignAboveContext} e @code{alignBelowContext}. - -" - doctitleit = "Modello per gruppo vocale con testo allineato sotto e sopra i righi" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -In diesem Beispiel werden die Texte mit den Befehlen -@code{alignAboveContext} und @code{alignBelowContext} -über und unter dem System angeordnet. -" - - doctitlede = "Vorlage für Vokalensemble mit dem Gesangstext über und unter dem System" - - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Ce canevas ressemble beaucoup à celui pour chœur à quatre voix mixtes. -La différence réside dans le fait que les paroles sont positionnées en -ayant recours à @code{alignAboveContext} et @code{alignBelowContext}. - -" - doctitlefr = "Ensemble vocal avec alignement des paroles selon le contexte" + lsrtags = "text, contexts-and-engravers, template, vocal-music" texidoc = " This template is basically the same as the simple @qq{Vocal ensemble} @@ -124,4 +79,3 @@ bassWords = \lyricmode { % \new Lyrics \lyricsto "basses" \bassWords >> } - 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 72a4d566ca..dbfe0b4c7e 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly @@ -7,53 +7,7 @@ \version "2.14.2" \header { - lsrtags = "contexts-and-engravers, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Esta plantilla crea una partitura que comienza con una estrofa para -solista y continúa con un estribillo a dos voces. también muestra el -uso de silencios de separación dentro de la variable @code{\\global} -para definir cambios de compás (y otros elementos que son comunes a -todas las partes) a lo largo de toda la partitura. - -" - - doctitlees = "Estrofa para solista y estribillo a dos voces" - -%% 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 -pause spaziatrici all'interno della variabile @code{\\global} per definire -i cambi di tempo (e altri elementi comuni a tutte le parti) nel corso di -tutta la partitura. -" - doctitleit = "Modello per gruppo vocale con strofa e ritornello" - -%% Translation of GIT committish: 64feeff58e5ce3397de87188a08ac99f7ef8e37b - - texidocde = " -Diese Vorlage erstellt eine Partitur, die mit Sologesang beginnt und einen -Refrain für zwei Stimmen enthält. Sie zeigt auch die Benutzung von -Platzhalter-Pausen innerhalb der @code{\\global}-Variable, um Taktwechsel -(und andere Elemente, die für alle Stimmen gleich sind) für das gesamte -Stück zu definieren. - -" - doctitlede = "Sologesang und zweistimmiger Refrain" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Ce canevas illustre la manière d'agencer une œuvre vocale où le couplet -est chanté en solo et le refrain à deux voix. Vous noterez le recours -aux silences invisibles dans la variable @code{\\global} ; ils -permettent de positionner les changements de métrique et autres éléments -communs à toutes les parties, ce pour l'intégralité du morceau. - -" - doctitlefr = "Ensemble vocal avec couplet et refrain" + lsrtags = "contexts-and-engravers, template, vocal-music" texidoc = " This template creates a score which starts with a solo verse and @@ -151,4 +105,3 @@ BassLyrics = \lyricmode { } } } - diff --git a/Documentation/snippets/vocal-ensemble-template.ly b/Documentation/snippets/vocal-ensemble-template.ly index de3a3e48ca..9d1b204da7 100644 --- a/Documentation/snippets/vocal-ensemble-template.ly +++ b/Documentation/snippets/vocal-ensemble-template.ly @@ -7,60 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, vocal-music, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -He aquí una partitura vocal estándar para cuatro voces SATB. Con -grupos mayores, suele ser útil incluir una sección que aparezca en -todas las partes. Por ejemplo, el compás y la armadura casi siempre -son los mismos para todas. Como en la plantilla @qq{Himno}, las cuatro -voces se reagrupan en sólo dos pentagramas. - -" - doctitlees = "Plantilla de conjunto vocal" - - -%% Translation of GIT committish: bfc88203ac2572737480e78ef2635ed35b458441 - texidocja = " -これは標準の 4 パート SATB (ソプラノ、アルト、テナー、バス) ボーカル譜です。@c -もっと大きな合唱では、すべてのパートで使用されるセクションをインクルードすると@c -便利です。例えば、拍子記号と調号はほとんど常にすべてのパートで同じです。\"賛美@c -歌\" テンプレートのように、4 つのボイスは 2 つの譜にグループ分けされています。" - -%% 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 -verrà poi inclusa in tutte le parti. Ad esempio, l'indicazione di tempo e -l'armatura di chiave sono quasi sempre le stesse per tutte le parti. Come nel -modello dell'@qq{Inno}, le quattro voci sono ripartite in due soli righi. -" - doctitleit = "Modello per complesso vocale" - -%% Translation of GIT committish: bfc88203ac2572737480e78ef2635ed35b458441 - texidocde = " -Dieses Beispiel ist für vierstimmigen Gesang (SATB). Bei größeren -Stücken ist es oft sinnvoll, eine allgemeine Variable zu bestimmen, -die in allen Stimmen eingefügt wird. Taktart und Vorzeichen etwa -sind fast immer gleich in allen Stimmen. -" - - doctitlede = "Vorlage für Vokalensemble" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Ce fichier constitue un canevas standard de partition pour chœur à -quatre voix mixtes. Lorsque les ensembles s'étoffent, il est judicieux -de recourir à une section spécifique incluse dans chacune des parties, -tout particulièrement pour gérer la métrique et la tonalité qui, -la plupart du temps, sont communes à tous les pupitres. Comme il est -d'usage pour les hymnes, les quatre voix sont réparties sur deux -portées. - -" - doctitlefr = "Ensemble vocal (simple)" + lsrtags = "really-simple, template, vocal-music" texidoc = " Here is a standard four-part SATB vocal score. With larger ensembles, @@ -152,4 +99,3 @@ bassWords = \lyricmode { \context Lyrics = "basses" \lyricsto "basses" \bassWords >> } - diff --git a/Documentation/snippets/vocal-headword.ly b/Documentation/snippets/vocal-headword.ly index 22f47ad758..b627e8abb0 100644 --- a/Documentation/snippets/vocal-headword.ly +++ b/Documentation/snippets/vocal-headword.ly @@ -73,4 +73,3 @@ Vocal headword % Freu -- de, Freu -- de,__ } } - diff --git a/Documentation/snippets/volta-below-chords.ly b/Documentation/snippets/volta-below-chords.ly index 3d88d19809..26087af677 100644 --- a/Documentation/snippets/volta-below-chords.ly +++ b/Documentation/snippets/volta-below-chords.ly @@ -7,35 +7,7 @@ \version "2.14.2" \header { - lsrtags = "chords, staff-notation, repeats" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Mediante la adición del grabador @code{Volta_engraver} al -pentagrama pertinente, se pueden poner los corchetes de primera y -segunda vez debajo de los acordes. - -" - doctitlees = "Corchetes de primera y segunda vez debajo de los acordes" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Indem man den @code{Volta_engraver} zu dem entsprechenden Notensystem -hinzufügt, können Wiederholungsklammern unterhalb der Akkorde gesetzt -werden. - -" - doctitlede = "Wiederholungs-(Volta-)Klammern unterhalb der Akkordsymbole" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'ajout du @code{Volta_engraver} à la bonne portée permet d'imprimer les -crochets de reprise entre les chiffrages et la portée. - -" - doctitlefr = "Crochet de reprise sous les chiffrages d'accord" + lsrtags = "staff-notation, repeats, chords" texidoc = " By adding the @code{Volta_engraver} to the relevant staff, volte can be diff --git a/Documentation/snippets/volta-multi-staff.ly b/Documentation/snippets/volta-multi-staff.ly index 4323cc1617..48f6f674ed 100644 --- a/Documentation/snippets/volta-multi-staff.ly +++ b/Documentation/snippets/volta-multi-staff.ly @@ -7,16 +7,7 @@ \version "2.14.2" \header { - lsrtags = "really-simple, staff-notation, repeats" - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -L'ajout du @code{Volta_engraver} à la portée appropriée permet de -répéter les indications de reprise qui normalement n'apparaissent que -sur la portée supérieure de la partition. - -" - doctitlefr = "Volta multiportée" + lsrtags = "staff-notation, really-simple, repeats" texidoc = " By adding the @code{Volta_engraver} to the relevant staff, volte can be @@ -48,4 +39,3 @@ voltaMusic = \relative c'' { \new Staff \voltaMusic >> >> - diff --git a/Documentation/snippets/volta-text-markup-using-repeatcommands.ly b/Documentation/snippets/volta-text-markup-using-repeatcommands.ly index 256aab25b9..a261831650 100644 --- a/Documentation/snippets/volta-text-markup-using-repeatcommands.ly +++ b/Documentation/snippets/volta-text-markup-using-repeatcommands.ly @@ -9,23 +9,6 @@ \header { lsrtags = "text, repeats, symbols-and-glyphs" -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -La commande @code{\\repeat volta} permet d'indiquer facilement des -reprises. Il est certains cas où l'adjonction d'un texte sous forme de -@code{\\markup} nécessite cependant de recourir à la propriété de -contexte @code{repeatCommands}. - -Dans la mesure où l'argument de @code{repeatCommands} est constitué -d'une liste, le plus simple est de définir le texte dans une variable -qui sera ensuite incorporée dans la liste en respectant la syntaxe Scheme -@code{#(list (list 'volta texteIdentificateur))}. Les commandes de -début et de fin de reprise peuvent s'ajouter séparément à la liste des -éléments. - -" - doctitlefr = "Indication de reprise avec texte grâce à repeatCommands" - texidoc = " Though volte are best specified using @code{\\repeat volta}, the context property @code{repeatCommands} must be used in cases where the diff --git a/Documentation/snippets/wind-headword.ly b/Documentation/snippets/wind-headword.ly index f6798a5a3e..09c7a99759 100644 --- a/Documentation/snippets/wind-headword.ly +++ b/Documentation/snippets/wind-headword.ly @@ -51,4 +51,3 @@ Wind headword } >> } - diff --git a/Documentation/snippets/woodwind-diagrams-key-lists.ly b/Documentation/snippets/woodwind-diagrams-key-lists.ly index 6353c4128f..95a9895bbf 100644 --- a/Documentation/snippets/woodwind-diagrams-key-lists.ly +++ b/Documentation/snippets/woodwind-diagrams-key-lists.ly @@ -8,48 +8,6 @@ \version "2.14.0" \header { -%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " - -El fragmento de código que aparece a continuación produce una lista de -todas las llaves y disposiciones de llave posibles para los diagramas -de posiciones de instrumentos de viento madera, tal y como están -definidos en @file{scm/define-woodwind-diagrams.scm}. La lista se -muestra en el archivo de registro, pero no en la música. Si desea una -salida por la consola, omita el @code{(current-error-port)} de las -instrucciones. - -" - - doctitlees = "Listas de llaves para los diagramas de viento madera" - -%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - texidocde=" -Dieses Schnipsel erzeugt eine Liste aller möglichen Löcher und Locheinstellungen -für Holzbläserdiagramme, wie sie in der Datei -@file{scm/define-woodwind-diagrams.scm} definiert sind. Die Liste wird -in der Log-Datei angezeigt, nicht in den Noten. Wenn Ausgabe auf der Kommandozeile -gewünscht ist, muss @code{(current-error-port)} von den Befehlen weggelassen -werden. - -" - doctitlede = "Liste der Löcher für Holzbläserdiagramme" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Le code suivant permet d'obtenir une liste de toutes les possibilités en -matière de doigtés pour bois, tels qu'ils sont définis dans le fichier -@file{scm/define-woodwind-diagrams.scm}. Cette liste sera produite en -dans le fichier de journalisation, mais pas sous forme de musique. Pour -un affichage en console, supprimez la partie @code{(current-error-port)} -des commandes. - -" - doctitlefr = "Liste des différents diagrammes de doigtés pour bois" - lsrtags = "winds" texidoc=" diff --git a/Documentation/snippets/woodwind-diagrams-listing.ly b/Documentation/snippets/woodwind-diagrams-listing.ly index 596901fcc6..500bd03293 100644 --- a/Documentation/snippets/woodwind-diagrams-listing.ly +++ b/Documentation/snippets/woodwind-diagrams-listing.ly @@ -9,34 +9,6 @@ \header { lsrtags = "specific-notation, winds" -%%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -El fragmento de música que aparece a continuación presenta todos los -diagramas de viento madera que se encuentran definidos en LilyPond por -el momento. - -" - doctitlees = "Listado de los diagramas para viento madera" - -%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - - texidocde=" -Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond -definiert sind. - -" - doctitlede = "Liste der Holzbläserdiagramme" - - -%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f - texidocfr = " -Voici les différents instruments à vent de la section des bois pour -lesquels LilyPond peut, à ce jour, afficher des doigtés. - -" - doctitlefr = "Liste des diagrammes de doigtés pour bois" - texidoc = " The following music shows all of the woodwind diagrams currently defined in LilyPond.