X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Foutputting-the-version-number.ly;h=a61dd62a1771eb12e089224a93d143a9961e9f23;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=2fd28cb86795193906370e7f5fbb5f4a4e7318a1;hpb=e5751bd57f29c80d7c1ce3a323d6e5a3925cebcb;p=lilypond.git diff --git a/input/lsr/outputting-the-version-number.ly b/input/lsr/outputting-the-version-number.ly index 2fd28cb867..a61dd62a17 100644 --- a/input/lsr/outputting-the-version-number.ly +++ b/input/lsr/outputting-the-version-number.ly @@ -1,19 +1,22 @@ %% 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.49" \header { - doctitle = "Outputting the version number" lsrtags = "text" 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}. " -} -% 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 } }