X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Foutputting-the-version-number.ly;h=bf5663a4a5c83a5ca586b9c7b31b9316f231bcca;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=2fd28cb86795193906370e7f5fbb5f4a4e7318a1;hpb=4c1b01719b22ed0ae8d1aa393f14d1c205c3ac88;p=lilypond.git diff --git a/input/lsr/outputting-the-version-number.ly b/input/lsr/outputting-the-version-number.ly index 2fd28cb867..bf5663a4a5 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.64" \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 } }