From: Frédéric Bron Date: Thu, 12 Jul 2012 04:31:47 +0000 (+0200) Subject: fixed 3/4 snippets in German NR (issue 2401) fixed wrong comment in same snippet... X-Git-Tag: release/2.15.42-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8219d572245d4856349ea0d46b439dfb3978e896;p=lilypond.git fixed 3/4 snippets in German NR (issue 2401) fixed wrong comment in same snippet (all translations) --- diff --git a/Documentation/de/notation/rhythms.itely b/Documentation/de/notation/rhythms.itely index 9c50526191..3c4a0b3b88 100644 --- a/Documentation/de/notation/rhythms.itely +++ b/Documentation/de/notation/rhythms.itely @@ -2268,11 +2268,11 @@ Regel wird durch die Eigenschaft @code{beamWholeMeasure} bestimmt. @lilypond[quote,verbatim,relative=2] \time 3/4 -% By default we beam in one -\repeat unfold 6 { a8 } -% We can avoid beaming in one -\set Timing.beamWholeMeasure = ##f -\repeat unfold 6 { a8 } +% by default we beam in (6) due to beamExceptions +\repeat unfold 6 {a8} | +% This will beam (1 1 1) due to beatLength +\set Timing.beamExceptions = #'() +\repeat unfold 6 {a8} @end lilypond In einigen Notenstichen der romantischen und klassischen Periode kann auch @@ -2282,10 +2282,8 @@ die Eigenschaft @code{beamHalfMeasure} bestimmt: @lilypond[quote,verbatim,relative=2] \time 3/4 -% By default we avoid half-measure beams r4. a8 a a | -% We can allow half-measure beams -\set Timing.beamHalfMeasure = ##t +\set Timing.beamHalfMeasure = ##f r4. a8 a a | @end lilypond diff --git a/Documentation/es/notation/rhythms.itely b/Documentation/es/notation/rhythms.itely index 57bcb3082c..8afb312247 100644 --- a/Documentation/es/notation/rhythms.itely +++ b/Documentation/es/notation/rhythms.itely @@ -2216,7 +2216,7 @@ las corcheas en 3/4 mediante una barra en cada parte, reinicie @lilypond[quote,verbatim,relative=2] \time 3/4 -% by default we beam in (3) due to beamExceptions +% by default we beam in (6) due to beamExceptions \repeat unfold 6 {a8} | % This will beam (1 1 1) due to beatLength \set Timing.beamExceptions = #'() diff --git a/Documentation/fr/notation/rhythms.itely b/Documentation/fr/notation/rhythms.itely index 3ff5d64308..1a3107a378 100644 --- a/Documentation/fr/notation/rhythms.itely +++ b/Documentation/fr/notation/rhythms.itely @@ -2225,7 +2225,7 @@ la mesure par défaut. Ligaturer sur le temps requiert un appel à @lilypond[quote,verbatim,relative=2] \time 3/4 -% by default we beam in (3) due to beamExceptions +% by default we beam in (6) due to beamExceptions \repeat unfold 6 {a8} | % This will beam (1 1 1) due to beatLength \set Timing.beamExceptions = #'() diff --git a/Documentation/ja/notation/rhythms.itely b/Documentation/ja/notation/rhythms.itely index 2eec31efef..73befdbab5 100644 --- a/Documentation/ja/notation/rhythms.itely +++ b/Documentation/ja/notation/rhythms.itely @@ -2211,7 +2211,7 @@ c16 c c | @c KEEP LY @lilypond[quote,verbatim,relative=2] \time 3/4 -% デフォルトでは beamExceptions のため、(3) の連桁になります +% デフォルトでは beamExceptions のため、(6) の連桁になります \repeat unfold 6 {a8} | % 以下は beatLength のため、(1 1 1) の連桁になります \set Timing.beamExceptions = #'() diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index aeff800bc8..d46674a12a 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -2155,7 +2155,7 @@ reset @code{beamExceptions}. @lilypond[quote,verbatim,relative=2] \time 3/4 -% by default we beam in (3) due to beamExceptions +% by default we beam in (6) due to beamExceptions \repeat unfold 6 {a8} | % This will beam (1 1 1) due to beatLength \set Timing.beamExceptions = #'()