1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
7 lsrtags
= "text, titles"
10 By putting the output of
11 @code{lilypond-version} into a lyric, it is possible to print the
12 version number of LilyPond in a score, or in a document generated
13 with @code{lilypond-book}. Another possibility is to append the
14 version number to the doc-string, in this manner:
17 doctitle
= "Outputting the version number"
22 \override Score
.RehearsalMark
#'self-alignment-X
= #LEFT
23 \mark #(string-append
"Processed with LilyPond version " (lilypond-version
))