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