From 799fd79584550d031e2962578ad033671b69a970 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sun, 23 Mar 2008 15:47:13 +0100 Subject: [PATCH] Small French updates, including texidoc test --- Documentation/fr/user/lilypond-learning.tely | 4 ++-- Documentation/fr/user/lilypond-program.tely | 4 ++-- Documentation/fr/user/lilypond.tely | 2 +- Documentation/fr/user/pitches.itely | 23 ++++++++----------- ...als-from-being-automatically-added.texidoc | 6 +++++ 5 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 input/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc diff --git a/Documentation/fr/user/lilypond-learning.tely b/Documentation/fr/user/lilypond-learning.tely index 646db44a20..36666791cc 100644 --- a/Documentation/fr/user/lilypond-learning.tely +++ b/Documentation/fr/user/lilypond-learning.tely @@ -1,6 +1,6 @@ \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 007d0b5b94c36f9d9e228309d5b0e6a67ae27ebc + Translation of GIT committish: 6a56196b4b7dc895e7be90159f3b0fb94650fb9b When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -25,7 +25,7 @@ @c don't remove this comment. @ignore @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival -@omfdescription User manual of the LilyPond music engraving system +@omfdescription Learning Manual of the LilyPond music engraving system @omftype program usage @omfcategory Applications|Publishing @omflanguage French diff --git a/Documentation/fr/user/lilypond-program.tely b/Documentation/fr/user/lilypond-program.tely index 1db7f1862c..2655d490fb 100644 --- a/Documentation/fr/user/lilypond-program.tely +++ b/Documentation/fr/user/lilypond-program.tely @@ -1,6 +1,6 @@ \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- @ignore - Translation of GIT committish: a8a6ce84e2b7d1bdda6d3cad2f15e6c380edad11 + Translation of GIT committish: 6a56196b4b7dc895e7be90159f3b0fb94650fb9b When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -24,7 +24,7 @@ @c don't remove this comment. @ignore @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival -@omfdescription User manual of the LilyPond music engraving system +@omfdescription Program Usage of the LilyPond music engraving system @omftype user manual @omfcategory Applications|Publishing @omflanguage French diff --git a/Documentation/fr/user/lilypond.tely b/Documentation/fr/user/lilypond.tely index 98a082aedc..89024223bb 100644 --- a/Documentation/fr/user/lilypond.tely +++ b/Documentation/fr/user/lilypond.tely @@ -1,6 +1,6 @@ \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- @ignore - Translation of GIT committish: 007d0b5b94c36f9d9e228309d5b0e6a67ae27ebc + Translation of GIT committish: 6a56196b4b7dc895e7be90159f3b0fb94650fb9b When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. diff --git a/Documentation/fr/user/pitches.itely b/Documentation/fr/user/pitches.itely index fc269ae52d..4e9774f2e2 100644 --- a/Documentation/fr/user/pitches.itely +++ b/Documentation/fr/user/pitches.itely @@ -12,7 +12,11 @@ @node Pitches @section Pitches -This section discusses how to specify the pitch of notes. +@lilypondfile[quote]{pitches-headword.ly} + +Cette section détaille la façon d'indiquer les hauteurs de notes, sous +trois aspects : la saisie des hauteurs, la modification des hauteurs +et les options de gravure. @menu * Writing pitches:: @@ -25,7 +29,7 @@ This section discusses how to specify the pitch of notes. @node Writing pitches @subsection Writing pitches -Intro text. +Cette section @menu * Normal pitches:: @@ -124,19 +128,10 @@ d e fis g @end lilypond -@commonprop - -En accord avec les règles standards de l'écriture musicale, on imprime -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, spécifiez -@code{\set Staff.extraNatural = ##f} - -@lilypond[fragment,quote,ragged-right,verbatim,relative=2] -ceses4 ces cis c -\set Staff.extraNatural = ##f -ceses4 ces cis c -@end lilypond +@snippets +@lilypondfile[verbatim,lilyquote,ragged-right,texidoc] +{preventing-extra-naturals-from-being-automatically-added.ly} @seealso diff --git a/input/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc b/input/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc new file mode 100644 index 0000000000..75d3e46e79 --- /dev/null +++ b/input/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc @@ -0,0 +1,6 @@ + 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, assignez la propriété +@code{extraNatural} du contexte @code{Staff} à la valeur @code{##f} (faux). +" -- 2.39.5