From: John Mandereau Date: Fri, 31 Jul 2009 10:16:52 +0000 (+0200) Subject: Fix docs build: remove or comment out deleted spacing features X-Git-Tag: release/2.13.4-1~244 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16;p=lilypond.git Fix docs build: remove or comment out deleted spacing features --- diff --git a/Documentation/de/notation/spacing.itely b/Documentation/de/notation/spacing.itely index 5e0b005a54..27768de27c 100644 --- a/Documentation/de/notation/spacing.itely +++ b/Documentation/de/notation/spacing.itely @@ -941,11 +941,6 @@ aber der Wert kann in der @code{\paper}-Umgebung geändert werden: @} @end example -Der alte Algorithmus für Umbruch hat die Bezeichnung -@code{optimal-page-breaks}. Wenn Sie Problememit der neuen -Umbruchsfunktion haben, können sie die alte vorläufig wieder -aktivieren. - @funindex \bookpart When a book has many scores and pages, the page breaking problem may be @@ -1335,6 +1330,9 @@ ist die erste Zahl immer negativ. Die Zahlen müssen nicht gleich sein: man kann etwa die Ausdehnung nach unten vergrößern, indem man @code{(-6 . 4)} setzt. +@ignore +FIXME: update this section + Nachdem die Seitenumbrüche bestimmt wurden, wird die vertikale Platzverteilung innerhalb jeder Systemgruppe neu ausgewertet um die Seite so gleichmäßig wie möglich zu füllen. Wenn auf @@ -1400,6 +1398,7 @@ vornehmen: } } @end lilypond +@end ignore Die vertikale Ausrichtung von Notensystemen wird von dem @code{VerticalAlignment}-Objekt vorgenommen. diff --git a/Documentation/es/notation/spacing.itely b/Documentation/es/notation/spacing.itely index 1b993eb71e..67d735bfbc 100644 --- a/Documentation/es/notation/spacing.itely +++ b/Documentation/es/notation/spacing.itely @@ -923,13 +923,6 @@ cambiar en el bloque @code{\paper}: @} @end example -@c TODO Check this -td -El antiguo algoritmo de división de páginas se llama -@code{optimal-page-breaks}. Si tiene problemas con los nuevos -divisores de página, puede habilitar el antiguo como forma de rodear -el problema. - - @funindex \bookpart Cuando un libro tiene muchas partituras y páginas, puede ser difícil @@ -1321,6 +1314,9 @@ lo que el primer número es negativo en general. Los números no tienen que coincidir; por ejemplo, el pentagrama se puede hacer mayor por debajo dándole el valor @code{(-6 . 4)}. +@ignore +FIXME: update this section + Después de que se han determinado los saltos de página, se reevalúa el espaciado vertical dentro de cada sistema para llenar la página de forma más regular; si una página tiene más espacio de sobra, se @@ -1385,6 +1381,7 @@ pentagrama del piano: } } @end lilypond +@end ignore La alineación vertical de los pentagramas está manejada por el objeto @code{VerticalAlignment}. Los parámetros de contexto que especifican diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely index 74ff921843..70ef916fc0 100644 --- a/Documentation/notation/spacing.itely +++ b/Documentation/notation/spacing.itely @@ -940,11 +940,6 @@ but the value can be changed in the @code{\paper} block: @} @end example -@c TODO Check this -td -The old page breaking algorithm is called -@code{optimal-page-breaks}. If you are having trouble with the new page -breakers, you can enable the old one as a workaround. - @funindex \bookpart When a book has many scores and pages, the page breaking problem may be @@ -1307,6 +1302,9 @@ first number is generally negative. The numbers need not match; for example, the staff can be made larger at the bottom by setting it to @code{(-6 . 4)}. +@ignore +FIXME: update this section + After page breaks are determined, the vertical spacing within each system is reevaluated in order to fill the page more evenly; if a page has space left over, systems are stretched in order to fill that space. @@ -1368,6 +1366,7 @@ the second piano staff: } } @end lilypond +@end ignore Vertical alignment of staves is handled by the @code{VerticalAlignment} object. The context parameters diff --git a/Documentation/snippets/book-parts.ly b/Documentation/snippets/book-parts.ly index 609b607224..b1aecf6b45 100644 --- a/Documentation/snippets/book-parts.ly +++ b/Documentation/snippets/book-parts.ly @@ -51,7 +51,7 @@ with the book last page. \bookpart { %% a different page breaking function may be used on each part - \paper { #(define page-breaking optimal-page-breaks) } + \paper { page-breaking = #ly:minimal-breaking } \header { subtitle = "First part" } \markup { The first book part } \markup { a page break }