]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/outputting-the-version-number.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / outputting-the-version-number.ly
index bade2a58eebb43cf9c91758ef984851be40a68fb..2baa1545b575edd8d23eaf5ab237415d6648475c 100644 (file)
@@ -1,21 +1,26 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "text, titles"
+  lsrtags = "scheme-language, really-simple, text, titles"
 
   texidoc = "
 By putting the output of
-    @code{lilypond-version} into a lyric, it is possible to print the 
+    @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: 
+    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
@@ -23,6 +28,3 @@ By putting the output of
     s2
   }
 }
-
-
-