]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/outputting-the-version-number.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / outputting-the-version-number.ly
index e613d665a4eb2ba4e4fadedd80c05d727d3fcfe4..b825f8cb919b5dd617ca8bd49b109f74f9adc69a 100644 (file)
@@ -1,22 +1,20 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: other
-%%  Do not edit this file; it is auto-generated from LSR!
-\version "2.11.35"
-
-\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:  
-" }
+%% Do not edit this file; it is auto-generated from input/new
+%% This file is in the public domain.
+\version "2.11.38"
 
+\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)))
     s2
   }
 }
-
-
-