]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/other/outputting-the-version-number.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / other / outputting-the-version-number.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 By putting the output of
6     @code{lilypond-version} into a lyric, it is possible to print the 
7     version number of LilyPond in a score, or in a document generated
8     with @code{lilypond-book}.  Another possibility is to append the 
9     version number to the doc-string, in this manner:  
10 " }
11
12 \score { \context Lyrics  {
13     \override Score.RehearsalMark  #'self-alignment-X = #LEFT
14     \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version)))
15     s2
16   }
17 }
18
19
20