Update .ly files.
[lilypond.git] / input / lsr / outputting-the-version-number.ly
blob43ea09d16e68a9017d3e5306d4bcef7b38ab02d7
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.12.0"
5 \header {
6 lsrtags = "text"
7 texidoc = "
8 By putting the output of @code{lilypond-version} into lyrics or a
9 text markup, it is possible to print the version number of LilyPond in
10 a score, or in a document generated with @code{lilypond-book}.
12 doctitle = "Outputting the version number"
13 } % begin verbatim
16 \score {
17 \new Lyrics {
18 \override Score.RehearsalMark #'self-alignment-X = #LEFT
19 \mark #(ly:export (string-append "Processed with LilyPond version "
20 (lilypond-version)))