[translations] Re: Review of a German docs patch |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Till Rettig <till.rettig@xxxxxx>
- Subject: [translations] Re: Review of a German docs patch
- From: Francisco Vila <paconet.org@xxxxxxxxx>
- Date: Mon, 25 Oct 2010 16:29:24 +0200
- Cc: Translations list at lilynet <translations@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=1GLxbPlFbpuYXZKh6grF/p9a4r7RTF0oLiKG6zluUQI=; b=lN/PZ40FaGK6HTWVgY/FyeFXdCEzMHQk7KFEjoo4nEfb9olxDXDELUuUdfdKUd3bXP 34Wfc7tqgH8Hoh1VvaCPD5LWX0ncuNw6sx8o05Nf0eiV/gOnaxvbyQ5RLbgQzF+NRAeI SyAJ1HIQT5SiqMJ+aZqs+3yfuV3gH3sLAjzlA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KWGqvvU3PhjNZRM250eqfAbIdcpIIwVwgSBjUt9oRsmLka0SaV5Wbh3XnJbUmMjWkw XhOwxXk4uuVxauwirMd3lgn89fVxebcFGmNsXsMD6fo3O0VcTlWbT30d3qSIxtLoXg8o 1oCkaEh4uO17QEYA/L5YOe8t9hJC+g0GEf5hc=
2010/10/25 Francisco Vila <paconet.org@xxxxxxxxx>:
> Till, please take a look at this
>
> http://code.google.com/p/lilypond/issues/detail?id=1344
>
> I can not extract the patch from here. Are you able to?
> --
Valentin has sent it to me. It's attached. Graham says the English
doc correction is fine. Please apply the whole patch it you're okay
with the rest of it.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
From eab315b158dc295fd1234eae4966e822e32709af Mon Sep 17 00:00:00 2001
From: Marc Hohl <marc@xxxxxxxxxx>
Date: Sun, 26 Sep 2010 11:21:34 +0200
Subject: [PATCH] Doc: corrections in notation/spacing.itely and de/notation/spacing/itely
---
Documentation/de/notation/spacing.itely | 22 ++++++++++++++--------
Documentation/notation/spacing.itely | 2 +-
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/Documentation/de/notation/spacing.itely b/Documentation/de/notation/spacing.itely
index 46b8d41..2860953 100644
--- a/Documentation/de/notation/spacing.itely
+++ b/Documentation/de/notation/spacing.itely
@@ -195,11 +195,11 @@ auf einer Seite zu produzieren:
Gibt an, wie der Abstand zwischen Titel (oder der obersten Beschriftung) und
dem darauffolgenden Notensystem berechnet wird. Das ist eine assoziative
-Liste mit fünf Einrägen:
+Liste mit vier Einträgen:
@itemize @bullet
@item
-@var{Platz} -- Die Grö�e an dehnbarem Platz zwischen der Grundlinie eines
+@var{Platz (space)} -- Die Grö�e an dehnbarem Platz zwischen der Grundlinie eines
Titels und dem Mittelpunkt des folgenden Notensystems.
@item
@@ -207,11 +207,17 @@ Titels und dem Mittelpunkt des folgenden Notensystems.
System und der Ã?berschrift erhalten bleiben muss.
@item
-@var{Dehnbarkeit} -- Wie leicht der Platz zwischen Titel und erstem System
+@var{Dehnbarkeit (stretchability)} -- Wie leicht der Platz zwischen Titel und erstem System
geweitet wird, wenn eine Seite gedehnt wird.
-Wenn der Wert von @var{Dehnbarkeit} Null ist, dann wird der Abstand zum
-nächsten System überhaupt nicht gedehnt. Das hat den Unterschied zu
-@var{Verschiebung}, dass die Höhe eines Systems keinen Einfluss auf die
+Wenn der Wert von @var{stretchability} Null ist, dann wird der Abstand zum
+nächsten System überhaupt nicht gedehnt.
+
+@item
+@var{Mindestabstand (minimum-distance)} -- der minimale Abstand, der
+zwischen der Grundlinie des Titels und dem Zentrum der darauffolgenden Notenzeile
+eingefügt wird.
+Dies unterscheidet sich von @var{Verschiebung} dahingehend, dass die Höhe eines Systems
+keinen Einfluss auf die
Anwendung von @var{minimum-distance} (minimaler Abstand) hat (während die Höhe
eines Systems ausdrücklich für @var{Verschiebung} verlangt wird.
@@ -220,10 +226,10 @@ eines Systems ausdrücklich für @var{Verschiebung} verlangt wird.
Der Standard beispielsweise ist:
@example
-after-title-spacing = #'((Platz . 2) Verschiebung . 0.5))
+after-title-spacing = #'((space . 2) (padding . 0.5))
@end example
-Wenn eine Seite einen keinen ausgeglichenen unteren Rand hat, wird @var{Platz}
+Wenn eine Seite keinen ausgeglichenen unteren Rand hat, wird @var{Platz}
nicht gestreckt. Insbesondere der Abstand auf einer derartigen Seite der
grö�te Wert von
diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely
index da64448..9e9540f 100644
--- a/Documentation/notation/spacing.itely
+++ b/Documentation/notation/spacing.itely
@@ -205,7 +205,7 @@ page:
@funindex after-title-spacing
Specifies how to calculate the space between a title (or top-level markup)
-and the system that follows it. This is an associative list with five
+and the system that follows it. This is an associative list with four
components:
@itemize @bullet
@item @var{space} -- the amount of stretchable space between the baseline
--
1.5.4.3