]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/book-parts.ly
LSR: update.
[lilypond.git] / Documentation / snippets / book-parts.ly
index b1aecf6b4597b9e4dd5e4e1ad7462512fac684e5..7a05b7dbae9b3d182b6355f54f6c1f9413b89019 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.31"
 
 \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,7 +48,7 @@ with the book last page.
     parttagline = "Part tagline"
     tagline = "Book tagline"
   }
-  
+
   \bookpart {
     %% a different page breaking function may be used on each part
     \paper { page-breaking = #ly:minimal-breaking }
@@ -62,7 +62,7 @@ with the book last page.
 
   \bookpart {
     \header { subtitle = "Second part" }
-    { c' }
+    { c'4 }
   }
 
 }