X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Foutputting-the-version-number.ly;h=0a8b1af650d036661fa530dedc09839ba55e1083;hb=e9b10d6b0e1549a3d3d9ca81c63e1b2d9b431910;hp=2fd28cb86795193906370e7f5fbb5f4a4e7318a1;hpb=d80964027b03ec524debefcc6cbf4e23ed12e2e1;p=lilypond.git diff --git a/input/lsr/outputting-the-version-number.ly b/input/lsr/outputting-the-version-number.ly index 2fd28cb867..0a8b1af650 100644 --- a/input/lsr/outputting-the-version-number.ly +++ b/input/lsr/outputting-the-version-number.ly @@ -1,19 +1,23 @@ %% Do not edit this file; it is auto-generated from input/new -\version "2.11.35" +%% This file is in the public domain. +\version "2.11.62" \header { - doctitle = "Outputting the version number" lsrtags = "text" texidoc = " -By putting the output of @code{lilypond-version} into a lyric or a +By putting the output of @code{lilypond-version} into lyrics 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}. " -} -% begin verbatim -\score { \context Lyrics { - \override Score.RehearsalMark #'self-alignment-X = #LEFT - \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version))) + doctitle = "Outputting the version number" +} % begin verbatim + + +\score { + \new Lyrics { + \override Score.RehearsalMark #'self-alignment-X = #LEFT + \mark #(ly:export (string-append "Processed with LilyPond version " + (lilypond-version))) s2 } }