]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/header-ifelse.ly
instrument name fixup.
[lilypond.git] / input / test / header-ifelse.ly
index bab5d1e22a32de3bdf63d75e5e9ae1052ecf3153..9d717be65102aa81ed51db08bda73ae2834227d6 100644 (file)
@@ -1,24 +1,21 @@
-\version "2.1.30"
+\version "2.7.39"
 
 
 #(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{ \notes{ c'4 }
-\paper {raggedright=##t}
-}
+\layout {ragged-right=##t}
+{ c'4 }