X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Foutputting-the-version-number.ly;h=8804e3d002103a2784d0565703352ca415d4de00;hb=cfc4cbf34569db6a6c8968694f86e36b206a9d05;hp=91935cbed134553066166c466f68d9794ac6ce1f;hpb=03aeb8ec429f88b99aa00e7ad44b593e94737760;p=lilypond.git diff --git a/input/lsr/outputting-the-version-number.ly b/input/lsr/outputting-the-version-number.ly index 91935cbed1..8804e3d002 100644 --- a/input/lsr/outputting-the-version-number.ly +++ b/input/lsr/outputting-the-version-number.ly @@ -1,13 +1,17 @@ -%% Do not edit this file; it is auto-generated from input/new +%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.62" +\version "2.13.1" \header { - lsrtags = "text" + lsrtags = "text, titles" + texidoc = " -By putting the output of @code{lilypond-version} into a lyric or a -text markup, it is possible to print the version number of LilyPond in -a score, or in a document generated with @code{lilypond-book}. +By putting the output of + @code{lilypond-version} into a lyric, it is possible to print the + version number of LilyPond in a score, or in a document generated + with @code{lilypond-book}. Another possibility is to append the + version number to the doc-string, in this manner: + " doctitle = "Outputting the version number" } % begin verbatim @@ -15,8 +19,9 @@ a score, or in a document generated with @code{lilypond-book}. \score { \new Lyrics { \override Score.RehearsalMark #'self-alignment-X = #LEFT - \mark #(ly:export (string-append "Processed with LilyPond version " - (lilypond-version))) + \mark #(string-append "Processed with LilyPond version " (lilypond-version)) s2 } } + +