]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix docs build: remove or comment out deleted spacing features
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 31 Jul 2009 10:16:52 +0000 (12:16 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 31 Jul 2009 10:16:52 +0000 (12:16 +0200)
Documentation/de/notation/spacing.itely
Documentation/es/notation/spacing.itely
Documentation/notation/spacing.itely
Documentation/snippets/book-parts.ly

index 5e0b005a548d7384cb584afaeb065cfbc4e5c627..27768de27c135dfd30c4a2a1e40eb4ed1c7378d1 100644 (file)
@@ -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.
index 1b993eb71e1b931fe8aab0df1a315b0342e0c9e8..67d735bfbc296484d198ca5a8303f136a86cc34d 100644 (file)
@@ -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
index 74ff921843e68045b13e982d3db2c6c95675ca2e..70ef916fc02942708956dfb0b5ce4ef2fe20d34f 100644 (file)
@@ -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
index 609b6072244004b961e97f0991b6152be7c896e8..b1aecf6b4597b9e4dd5e4e1ad7462512fac684e5 100644 (file)
@@ -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 }