]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/outputting-the-version-number.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / outputting-the-version-number.ly
index 748c9079813e722b580dda49fba0210c405ef6c3..3c7656f92db4217233b875f82c7f3c49013cec92 100644 (file)
@@ -1,20 +1,22 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.35"
+\version "2.11.51"
 
 \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
   }
 }