]> git.donarmstrong.com Git - lilypond.git/blob - input/test/header-ifelse.ly
release commit
[lilypond.git] / input / test / header-ifelse.ly
1 \version "2.8.0"
2
3
4 #(if (not (defined? 'pieceTagLine))
5   (define pieceTagLine (string-append "Title has version " (lilypond-version))))
6
7 \header{
8     title = \pieceTagLine
9     texidoc = "
10
11 High level functionality (eg. conditional defines), can be
12 accomplished with GUILE.
13
14 This example puts the current version in the title via Scheme.
15
16
17 }
18
19 \layout {ragged-right=##t}
20 { c'4 }
21