6 texidoc = #(string-append "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: "
17 \score { \context Lyrics {
18 \override Score.RehearsalMark #'self-alignment-X = #LEFT
19 \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version)))