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