]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/outputting-the-version-number.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / outputting-the-version-number.ly
index e613d665a4eb2ba4e4fadedd80c05d727d3fcfe4..c0b58ca0f097065ebab34ad483d471d8a600a691 100644 (file)
@@ -1,22 +1,23 @@
-%% 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"
+%% Do not edit this file; it is auto-generated from input/new
+%% This file is in the public domain.
+\version "2.13.0"
 
-\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:  
-" }
+\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 { \context Lyrics  {
-    \override Score.RehearsalMark  #'self-alignment-X = #LEFT
-    \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version)))
+
+\score {
+  \new Lyrics {
+    \override Score.RehearsalMark #'self-alignment-X = #LEFT
+    \mark #(ly:export (string-append "Processed with LilyPond version "
+                       (lilypond-version)))
     s2
   }
 }
-
-
-