From 89fb38c1ae1e65f3d5f4358e6a2cf86801c092fa Mon Sep 17 00:00:00 2001
From: Frederic Bron <frederic.bron@m4x.org>
Date: Sun, 8 Jul 2012 21:44:40 +0200
Subject: [PATCH] fixed documentation inconsistency about baseMoment

---
 Documentation/fr/notation/rhythms.itely |    4 ++--
 Documentation/notation/rhythms.itely    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/fr/notation/rhythms.itely b/Documentation/fr/notation/rhythms.itely
index 6c32a57..3ff5d64 100644
--- a/Documentation/fr/notation/rhythms.itely
+++ b/Documentation/fr/notation/rhythms.itely
@@ -2048,8 +2048,8 @@ et @code{beatStructure} qui détermineront là où prend fin la pulsation.
 La propriété @code{beatStructure} est constituée d'une liste d'éléments
 Scheme qui définit la longueur de chaque pulsation, prenant
 @code{baseMoment} comme unité.  L'unité de base (le @code{baseMoment})
-correspond par défaut au dénominateur de la métrique.  D'autre part,
-chaque unité de @code{baseMoment} constitue une seule pulsation.
+correspond par défaut à l'inverse du dénominateur de la métrique.
+D'autre part, chaque unité de @code{baseMoment} constitue une seule pulsation.
 
 @lilypond[quote,relative=2,verbatim]
 \time 5/16
diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely
index 8f0827b..f90f067 100644
--- a/Documentation/notation/rhythms.itely
+++ b/Documentation/notation/rhythms.itely
@@ -1989,7 +1989,7 @@ The ending points for beats are determined by the context properties
 @code{baseMoment} and @code{beatStructure}.  @code{beatStructure}
 is a scheme list that defines the length of each beat in the measure
 in units of @code{baseMoment}.  By default, @code{baseMoment} is
-the one over numerator of the time signature.  By default,
+the one over denominator of the time signature.  By default,
 each unit of length @code{baseMoment} is a single beat.
 
 @lilypond[quote,relative=2,verbatim]
-- 
1.7.10.4

