X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Foutputting-the-version-number.ly;h=155408b3266303ac9e422542c2f5df0054c3269e;hb=660da7cb9cbd8282aedb458bbc7769643a6ff8ef;hp=dbbe21981033912fbbc8a729925edfc37cbea6cc;hpb=a7f76aae921157b3ebc50e40628fd911a308edf3;p=lilypond.git diff --git a/input/lsr/outputting-the-version-number.ly b/input/lsr/outputting-the-version-number.ly index dbbe219810..155408b326 100644 --- a/input/lsr/outputting-the-version-number.ly +++ b/input/lsr/outputting-the-version-number.ly @@ -1,21 +1,23 @@ -%% Do not edit this file; it is auto-generated from LSR! -%% Tags: other -\version "2.11.35" +%% Do not edit this file; it is auto-generated from input/new +%% This file is in the public domain. +\version "2.13.1" -\header { texidoc = " -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: -" } -% begin verbatim -\score { \context Lyrics { - \override Score.RehearsalMark #'self-alignment-X = #LEFT - \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version))) +\header { + lsrtags = "text" + texidoc = " +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}. +" + 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 } } - - -