]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/book-parts.ly
Doc: CG: minor updates to Releases.
[lilypond.git] / Documentation / snippets / book-parts.ly
index 609b6072244004b961e97f0991b6152be7c896e8..f0aa8c55dee7f7fc820b2e778044dc3b0983e6b4 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.20"
 
 \header {
   lsrtags = "paper-and-layout"
@@ -18,7 +19,6 @@ with the book last page.
 #(set-default-paper-size "a6")
 
 \book {
-
   %% book paper, which is inherited by all children bookparts
   \paper {
     ragged-last-bottom = ##t
@@ -48,10 +48,10 @@ with the book last page.
     parttagline = "Part tagline"
     tagline = "Book tagline"
   }
-  
+
   \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 }
@@ -62,7 +62,7 @@ with the book last page.
 
   \bookpart {
     \header { subtitle = "Second part" }
-    { c' }
+    { c'4 }
   }
 
 }