From: Graham Percival Date: Sun, 19 Sep 2010 16:06:33 +0000 (+0100) Subject: LSR: local update. X-Git-Tag: release/2.13.34-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c790889dc6028d7050dcf0067aeaa43cb9d71e55;p=lilypond.git LSR: local update. --- 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 010d32abcd..3c8c45c66e 100644 --- a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly +++ b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly @@ -9,11 +9,11 @@ texidoc=" This shows one approach to simplify adding many orchestral cues to the piano reduction in a vocal score. The music function -@code{\cueWhile} takes four arguments: the music from which the cue -is to be taken, as defined by @code{\addQuote}, the name to be +@code{\\cueWhile} takes four arguments: the music from which the cue +is to be taken, as defined by @code{\\addQuote}, the name to be inserted before the cue notes, then either @code{#UP} or @code{#DOWN} -to specify either @code{\voiceOne} with the name above the staff or -@code{\voiceTwo} with the name below the staff, and finally the piano +to specify either @code{\\voiceOne} with the name above the staff or +@code{\\voiceTwo} with the name below the staff, and finally the piano music in parallel with which the cue notes are to appear. The name of the cued instrument is positioned to the left of the cued notes. Many passages can be cued, but they cannot overlap each other in time. 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 7f6b9da69c..b6ae0fda4d 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 @@ -62,8 +62,8 @@ 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 +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 diff --git a/Documentation/snippets/arabic-improvisation.ly b/Documentation/snippets/arabic-improvisation.ly index 407294ec66..4200fbccff 100644 --- a/Documentation/snippets/arabic-improvisation.ly +++ b/Documentation/snippets/arabic-improvisation.ly @@ -10,7 +10,7 @@ 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 +@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}: @@ -22,7 +22,7 @@ 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} +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 diff --git a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly index 183ea6d638..cfb6e65e27 100644 --- a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly +++ b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly @@ -76,13 +76,13 @@ Beat grouping within a measure is controlled by the context property @code{beatStructure}. Values of @code{beatStructure} are established for many time signatures in @file{scm/time-signature-settings.scm}. Values of @code{beatStructure} -can be changed or set with @code{\set}. +can be changed or set with @code{\\set}. Alternatively, the Scheme function @code{set-time-signature} can be used to both set the time signature and establish the beat structure. @code{set-time-signature}, takes three arguments: the number of beats, the beat length, and the internal grouping of beats in -the measure. @code{\time} and @code{set-time-signature} both apply +the measure. @code{\\time} and @code{set-time-signature} both apply to the @code{Timing} context, so they will not reset values of @code{beatStructure} or @code{baseMoment} that are set in other lower-level contexts, such as @code{Voice}. diff --git a/Documentation/snippets/customizing-fretboard-fret-diagrams.ly b/Documentation/snippets/customizing-fretboard-fret-diagrams.ly index 158364022c..ed1a240b63 100644 --- a/Documentation/snippets/customizing-fretboard-fret-diagrams.ly +++ b/Documentation/snippets/customizing-fretboard-fret-diagrams.ly @@ -24,7 +24,7 @@ sobreescritura de propiedades. 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 +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. diff --git a/Documentation/snippets/customizing-markup-fret-diagrams.ly b/Documentation/snippets/customizing-markup-fret-diagrams.ly index 936c733509..737f2923ec 100644 --- a/Documentation/snippets/customizing-markup-fret-diagrams.ly +++ b/Documentation/snippets/customizing-markup-fret-diagrams.ly @@ -32,7 +32,7 @@ Beschriftung vorgenommen werden. texidocfr = " Les propriétés d'un diagramme de fret sont modifiables grâce au @code{'fret-diagram-details}. Lorsqu'ils sont générés sous forme -de @code{\markup}, rien n'empêche de les modifier en jouant sur les +de @code{\\markup}, rien n'empêche de les modifier en jouant sur les réglages de l'objet @code{Voice.TextScript} ou bien directement sur le @qq{markup}. diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index 3cb3c16d68..b394945974 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -17,7 +17,6 @@ Text unter die Noten hinzufügt. " doctitlede = "Hymnus-Vorlage" - %% Translation of GIT committish: 26375d5016d8d180fc914bfd07cf76f4168f2e37 texidocfr = " diff --git a/Documentation/snippets/jazz-combo-template.ly b/Documentation/snippets/jazz-combo-template.ly index 1749f1ba02..5273310de7 100644 --- a/Documentation/snippets/jazz-combo-template.ly +++ b/Documentation/snippets/jazz-combo-template.ly @@ -21,9 +21,9 @@ dentro de una sección @code{\\transpose}. %% 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 +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. +sich die Noten innerhalb eines @code{\\transpose}-Abschnitts befinden. " @@ -33,7 +33,7 @@ sich die Noten innerhalb eines @code{\transpose}-Abschnitts befinden. 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 +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}. diff --git a/Documentation/snippets/partcombine-and-autobeamoff.ly b/Documentation/snippets/partcombine-and-autobeamoff.ly index b5ed0aad66..b23ccb2653 100644 --- a/Documentation/snippets/partcombine-and-autobeamoff.ly +++ b/Documentation/snippets/partcombine-and-autobeamoff.ly @@ -21,23 +21,22 @@ Es kann besser sein, anstatt dessen 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 +@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} +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 +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} +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: e1a149d0cc60b02e86209387958f4028567dd366 texidocfr = " Le fonction @code{@bs{}autoBeamOff} dans le cadre d'un @@ -52,18 +51,18 @@ pourquoi il vaut mieux tout d'abord recourir à pour désactiver les ligatures automatiques pour l'ensemble de la portée concernée. -L'instruction @code{\partcombine} fonctionne apparament sur la base de +L'instruction @code{\\partcombine} fonctionne apparament sur la base de trois voix@tie{}: solo hampes montantes, solo hampes descendantes et ensemble hampes montantes. -Lorsque @code{\autoBeamOff} apparaît dans le premier argument de la +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. +@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 +Vous devrez donc, afin que @code{\\autoBeamOff} soit pleinement +opérationnel dans le cadre d'un @code{\\partcombine}, l'introduire aux @strong{trois} niveaux. " diff --git a/Documentation/snippets/quoting-another-voice.ly b/Documentation/snippets/quoting-another-voice.ly index 5e262fc8d6..e35a801723 100644 --- a/Documentation/snippets/quoting-another-voice.ly +++ b/Documentation/snippets/quoting-another-voice.ly @@ -46,7 +46,7 @@ Les types d'événement pris en charge pour la citation peuvent se régler avec 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}. +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}. 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 4deb03de35..08938eb63d 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly @@ -32,7 +32,7 @@ comentario la línea correspondiente. 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}), +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. diff --git a/Documentation/snippets/string-quartet-template-simple.ly b/Documentation/snippets/string-quartet-template-simple.ly index 57e26c7cc0..4e0b26834f 100644 --- a/Documentation/snippets/string-quartet-template-simple.ly +++ b/Documentation/snippets/string-quartet-template-simple.ly @@ -24,7 +24,7 @@ una sección @code{\\global} para el compás y la armadura %% 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 +wird auch eine @qq{@code{\\global}}-Variable für Taktart und Vorzeichen benutzt. " diff --git a/Documentation/snippets/string-quartet-template-with-separate-parts.ly b/Documentation/snippets/string-quartet-template-with-separate-parts.ly index d9b537cd0b..942d927aea 100644 --- a/Documentation/snippets/string-quartet-template-with-separate-parts.ly +++ b/Documentation/snippets/string-quartet-template-with-separate-parts.ly @@ -56,7 +56,7 @@ sind in den Kommentaren am Anfang jeder Datei enthalten. @code{piece.ly} enthält die Noten. Die anderen Dateien -- @code{score.ly}, @code{vn1.ly}, @code{vn2.ly}, @code{vla.ly} und @code{vlc.ly} -- erstellen daraus die entsprechenden Stimmen bzw. die -Partitur (@code{score.ly}). Mit @code{\tag} wird den Stimmen ein Name +Partitur (@code{score.ly}). Mit @code{\\tag} wird den Stimmen ein Name zugewiesen, auf den zurückgegriffen werden kann. " 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 3d70986120..442d3d2b47 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly @@ -10,7 +10,7 @@ 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} +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. @@ -23,7 +23,7 @@ todas las partes) a lo largo de toda la partitura. 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 +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. @@ -35,7 +35,7 @@ Stück zu definieren. 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}@tie{}; ils +aux silences invisibles dans la variable @code{\\global}@tie{}; ils permettent de positionner les changements de métrique et autres éléments communs à toutes les parties et pour l'intégralité du morceau. " @@ -45,7 +45,7 @@ communs à toutes les parties et pour l'intégralité du morceau. texidoc = " This template creates a score which starts with a solo verse and continues into a refrain for two voices. It also demonstrates the -use of spacer rests within the @code{\global} variable to define +use of spacer rests within the @code{\\global} variable to define meter changes (and other elements common to all parts) throughout the entire score. "