]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bookparts.ly
Support for testing min and max versions of Guile.
[lilypond.git] / input / regression / bookparts.ly
index 4e002ba0d21f756adbf87e619b93ae976c776773..52660c9312e8c1e57302c426308344b1e4173528 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.16.0"
 
 \header {
   texidoc = "A book can be split into several parts with different paper settings,
@@ -30,10 +30,10 @@ Page labels are also collected into the top-level paper."
     }
     \tocItem \markup "Second part"
     \markup \justify { Second part, with different margins and page header. }
-    { c'1 }
+    { c' }
   }
 
   \tocItem \markup "Third part"
   \markup { Third part }
-  \markuplines \table-of-contents
+  \markuplist \table-of-contents
 }