]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/header-ifelse.ly
remove padding tweaks. Add
[lilypond.git] / input / test / header-ifelse.ly
index 2efe3a730222a4a892b2a43c99d317a8eafb5b9b..d7f47e723612361b8e752555a1c9173ef8cdc805 100644 (file)
@@ -1,24 +1,21 @@
-\version "2.3.4"
+\version "2.6.0"
 
 
 #(if (not (defined? 'pieceTagLine))
-  (define pieceTagLine (string-append "Jeremie " (lilypond-version) " was here")))
+  (define pieceTagLine (string-append "Title has version " (lilypond-version))))
 
 \header{
-
-    tagline = \pieceTagLine
+    title = \pieceTagLine
     texidoc = "
 
-High level functionality (eg. conditional defines),
-can be accomplished with GUILE.
+High level functionality (eg. conditional defines), can be
+accomplished with GUILE.
 
-This example puts the current version in the tagline via Scheme,
-however, the tagline is not printed to the collated webpage snippets.
+This example puts the current version in the title via Scheme.
 
 " 
 }
 
-\score{ { c'4 }
-\paper {raggedright=##t}
-}
+\layout {raggedright=##t}
+{ c'4 }