]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/outputting-the-version-number.ly
Fix "make top-doc" (and thus "make dist") on clean build tree
[lilypond.git] / Documentation / snippets / outputting-the-version-number.ly
index d3657a955682feafd0b4505549237f63bddf3f39..de2c373b66278331725dfe8c27bc83747078b7f2 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "text, titles"
+  lsrtags = "really-simple, scheme-language, text, titles"
 
   texidoc = "
 By putting the output of
@@ -20,6 +20,7 @@ By putting the output of
   doctitle = "Outputting the version number"
 } % begin verbatim
 
+
 \score {
   \new Lyrics {
     \override Score.RehearsalMark #'self-alignment-X = #LEFT
@@ -27,6 +28,3 @@ By putting the output of
     s2
   }
 }
-
-
-