From 0df2bb78fce35e0c34e9f620de875e6c15317fc5 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Fri, 2 Oct 2009 01:29:09 +0100 Subject: [PATCH] LSR: Update. --- ...ging-the-tempo-without-a-metronome-mark.ly | 9 ++++ ...signature-without-affecting-the-beaming.ly | 27 ++++------- ...creating-metronome-marks-in-markup-mode.ly | 9 ++++ ...bracket-with-only-one-staff-in-a-system.ly | 15 ++++++ ...ome-staff-lines-thicker-than-the-others.ly | 12 +++++ ...che-layout-bar-lines-between-the-staves.ly | 10 ++++ Documentation/snippets/nesting-staves.ly | 16 +++++++ ...signature-without-affecting-the-beaming.ly | 46 ++----------------- ...ome-and-rehearsal-marks-below-the-staff.ly | 10 ++++ ...uoting-another-voice-with-transposition.ly | 13 ++++++ .../snippets/quoting-another-voice.ly | 16 +++++++ .../snippets/removing-the-first-empty-line.ly | 18 ++++++++ ...e-bracket-at-the-start-of-a-staff-group.ly | 10 ++++ .../vertically-aligning-ossias-and-lyrics.ly | 9 ++++ 14 files changed, 161 insertions(+), 59 deletions(-) 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 5d7453910b..705d1cc331 100644 --- a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly +++ b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly @@ -23,6 +23,15 @@ Noten auszugeben, kann die Metronombezeichnung unsichtbar gemacht werden: " doctitlede = "Das Tempo ohne Metronom-Angabe verändern" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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" + texidoc = " To change the tempo in MIDI output without printing anything, make the diff --git a/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly b/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly index 528a885001..301d6c54d5 100644 --- a/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly +++ b/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly @@ -1,11 +1,10 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.4" +% Do not edit this file; it is automatically +% generated from Documentation/snippets/new +% This file is in the public domain. +%% Note: this file works from version 2.13.5 +\version "2.13.5" \header { - lsrtags = "rhythms" - %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca texidoces = " La instrucción @code{\time} establece las propiedades @@ -19,6 +18,7 @@ de compás sin que cambie ninguna de las demás propiedades: doctitlees = "Cambio de compás sin afectar al barrado" + %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d texidocde = " Der @code{\\time}-Befehl verändert die Eigenschaften @@ -32,6 +32,7 @@ Taktart ausgegeben, ohne die anderen Eigenschaften zu beeinflussen: doctitlede = "Die Taktart verändern ohne die Bebalkung zu beeinflussen" + %% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df texidocfr = " La commande @code{\\time} gère les propriétés @@ -45,6 +46,7 @@ métrique : " doctitlefr = "Changement de métrique sans affecter les règles de ligature" + lsrtags = "rhythms" texidoc = " The @code{\\time} command sets the properties @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} @@ -57,17 +59,8 @@ printed without changing any of the other properties: doctitle = "Changing the time signature without affecting the beaming" } % begin verbatim -\relative c'' { - \time 3/4 - a16 a a a a a a a a a a a - - % Change time signature symbol but keep 3/4 beaming - % due to unchanged underlying time signature - \set Score.timeSignatureFraction = #'(12 . 16) - a16 a a a a a a a a a a a - \time 12/16 - % Lose 3/4 beaming now \time has been changed - a16 a a a a a a a a a a a +\markup { + This snippet is deprecated as of 2.13.5 and will be removed in 2.14 } diff --git a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly index d6d9ce1ab0..86181dacf0 100644 --- a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly +++ b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly @@ -22,6 +22,15 @@ aber sie ändern nicht das Tempo für die MIDI-Ausgabe. " doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + texidocfr = " +Vous pouvez créer des indications de tempo sous la forme d'étiquettes +textuelles -- des objets @code{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 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 c393dff4d5..057b6c8245 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 @@ -35,6 +35,21 @@ wie das zweite Beispiel zeigt. " doctitlede = "Klammer anzeigen, wenn nur ein System gesetzt wird" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + texidocfr = " +Lorsque, dans des regoupements 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 +@emph{système} de l'exemple. + +" + doctitlefr = "Indicateur de regroupement et portée unique" + texidoc = " If there is only one staff in one of the staff types @code{ChoirStaff} 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 a64904c8ce..cc27e87e27 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 @@ -27,6 +27,18 @@ herangezogen. " doctitlede = "Eine Linie des Notensystems dicker als die anderen machen" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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 clé de sol. Il +suffit pour cela d'ajouter une ligne qui sera accolée à celle qui doît +ê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" + texidoc = " For pedagogical purposes, a staff line can be thickened (e.g., the 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 a09a2e74f1..fe743c8a82 100644 --- a/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly +++ b/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly @@ -27,6 +27,16 @@ Systemen werden mit der the @code{transparent}-Eigenschaft ausgelöscht. " doctitlede = "Mensurstriche-Layout (Taktstriche zwischen den Systemen" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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 « transparentes » +les portions de barre qui recouvrent les portées. + +" + doctitlefr = "Présentation à l'ancienne (barres de mesure entre les portées)" + texidoc = " The mensurstriche-layout where the bar lines do not show on the staves diff --git a/Documentation/snippets/nesting-staves.ly b/Documentation/snippets/nesting-staves.ly index 65e785b79a..c6c8efca4d 100644 --- a/Documentation/snippets/nesting-staves.ly +++ b/Documentation/snippets/nesting-staves.ly @@ -39,6 +39,22 @@ die gesamte Gruppe. Die Möglichkeiten der Anfangsklammer sind: @code{SystemSta " doctitlede = "Systeme schachteln" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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 doît ê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" + texidoc = " The property @code{systemStartDelimiterHierarchy} can be used to make diff --git a/Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly b/Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly index 34feb0345d..f045606ee7 100644 --- a/Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly +++ b/Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly @@ -2,46 +2,6 @@ \header { lsrtags = "rhythms" - -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca - texidoces = " -La instrucción @code{\time} establece las propiedades -@code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} y -@code{measureLength} en el contexto @code{Timing}, que normalmente -tiene el alias @code{Score}. La modificación del valor de -@code{timeSignatureFraction} hace que se imprima la nueva indicación -de compás sin que cambie ninguna de las demás propiedades: - -" - doctitlees = "Cambio de compás sin afectar al barrado" - - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Der @code{\\time}-Befehl verändert die Eigenschaften -@code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} -und @code{measureLength} im @code{Timing}-Kontext, welcher normalerweise -gleichbedeutend mit @code{Score} ist. Wenn der Wert von -@code{timeSignatureFraction} verändert wird, wird die neue -Taktart ausgegeben, ohne die anderen Eigenschaften zu beeinflussen: - -" - doctitlede = "Die Taktart verändern ohne die Bebalkung zu beeinflussen" - - -%% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df - texidocfr = " -La commande @code{\\time} gère les propriétés -@code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} -et @code{measureLength} dans le contexte @code{Timing}, normallement -rattaché à @code{Score}. Le fait de modifier la valeur de -@code{timeSignatureFraction} aura pour effet de changer l'apparence du -symbole affiché sans pour autant affecter les autres propriétés de la -métrique : - -" - doctitlefr = "Changement de métrique sans affecter les règles de ligature" - texidoc = " The @code{\\time} command sets the properties @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} @@ -52,7 +12,9 @@ printed without changing any of the other properties: " doctitle = "Changing the time signature without affecting the beaming" -} % begin verbatim +} -\markup {This snippet is deprecated as of 2.13.5 and will be removed in 2.14} +\markup { + This snippet is deprecated as of 2.13.5 and will be removed in 2.14 +} 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 1ca3f4918f..0c8b059c3a 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 @@ -27,6 +27,16 @@ von @code{MetronomeMark} oder @code{RehearsalMark} entsprechend verändert werde " doctitlede = "Metronom- und Übungszeichen unter das System setzen" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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" + texidoc = " By default, metronome and rehearsal marks are printed above the staff. diff --git a/Documentation/snippets/quoting-another-voice-with-transposition.ly b/Documentation/snippets/quoting-another-voice-with-transposition.ly index 18a1d3ca8f..271ca588cf 100644 --- a/Documentation/snippets/quoting-another-voice-with-transposition.ly +++ b/Documentation/snippets/quoting-another-voice-with-transposition.ly @@ -29,6 +29,19 @@ in diesem Fall werden alle Noten (auch die zitierten) transponiert. " doctitlede = "Eine Stimme mit Transposition zitieren" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + texidocfr = " +Les citations tiennent compte de la transposition, aussi bien celle de +l'instrument d'origine que celle de la partie où elle intervient. 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 celle 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 diff --git a/Documentation/snippets/quoting-another-voice.ly b/Documentation/snippets/quoting-another-voice.ly index d24db260d8..0fbf51c8db 100644 --- a/Documentation/snippets/quoting-another-voice.ly +++ b/Documentation/snippets/quoting-another-voice.ly @@ -32,6 +32,22 @@ sich @code{rest-event} nicht in @code{quotedEventTypes} befindet. " doctitlede = "Eine andere Stimme zitieren" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + texidocfr = " +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}. +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 au +chapitre @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 diff --git a/Documentation/snippets/removing-the-first-empty-line.ly b/Documentation/snippets/removing-the-first-empty-line.ly index b4201b186d..cb3d3fa101 100644 --- a/Documentation/snippets/removing-the-first-empty-line.ly +++ b/Documentation/snippets/removing-the-first-empty-line.ly @@ -38,6 +38,24 @@ gültig sind. " doctitlede = "Die erste leere Notenzeile auch entfernen" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + texidocfr = " +Par défaut, le premier système comportera absolument toutes les portées. +Si vous voulez 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 individuelle, 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" + texidoc = " The first empty staff can also be removed from the score by setting the 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 251b4976d7..7cc4ba4bf1 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 @@ -23,6 +23,16 @@ im @code{StaffGroup}- oder @code{ChoirStaffGroup}-Kontext setzt. " doctitlede = "Eine eckige Klammer zu Beginn von Systemgruppen benutzen" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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{ChoirStaffGroup}. + +" + doctitlefr = "Indication de regroupement de portées par un rectangle" + texidoc = " The system start delimiter @code{SystemStartSquare} can be used by diff --git a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly index fafa35c12b..944b9d58f0 100644 --- a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly +++ b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly @@ -23,6 +23,15 @@ die Positionierung von Gesangstext und Ossia-Abschnitten zu kontrollieren. " doctitlede = "Gesangstext und Ossia vertikal ausrichten" +%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 + 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 -- 2.39.5