]> git.donarmstrong.com Git - lilypond.git/blob - input/test/header-ifelse.ly
831e9d829a4c5e33bdf289576f77a99e6de544df
[lilypond.git] / input / test / header-ifelse.ly
1 % #(define pieceTagLine "Copyright 2002 (C) Mutopia")
2
3 #(if (not (defined? 'pieceTagLine))
4     (define pieceTagLine (string-append "Jeremie " (numbers->string (ly-version)) " was here")))
5
6
7 pieceTagLine = #pieceTagLine
8 \header {
9          tagline = \pieceTagLine
10          texidoc = "High level functionality can be accomplished with GUILE. Semantics aren't nice though." 
11          }
12 \score { \notes { c4 }}