]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/outputting-the-version-number.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / outputting-the-version-number.ly
diff --git a/input/lsr/outputting-the-version-number.ly b/input/lsr/outputting-the-version-number.ly
deleted file mode 100644 (file)
index 1666f20..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.12.3"
-
-\header {
-  lsrtags = "text, titles"
-
-  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: 
-
-"
-  doctitle = "Outputting the version number"
-} % begin verbatim
-
-\score {
-  \new Lyrics {
-    \override Score.RehearsalMark #'self-alignment-X = #LEFT
-    \mark #(string-append "Processed with LilyPond version " (lilypond-version))
-    s2
-  }
-}
-
-
-