X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Foutputting-the-version-number.ly;h=5e99a2ad33b14a207e2aff61eb6e6254fdca539d;hb=77320a48ed671c658f04256d087880c1701eb746;hp=714bc1a4381c72457f88cc8439941584a738ad05;hpb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;p=lilypond.git diff --git a/Documentation/snippets/outputting-the-version-number.ly b/Documentation/snippets/outputting-the-version-number.ly index 714bc1a438..5e99a2ad33 100644 --- a/Documentation/snippets/outputting-the-version-number.ly +++ b/Documentation/snippets/outputting-the-version-number.ly @@ -1,13 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.14.2" +\version "2.18.0" \header { - lsrtags = "text, really-simple, titles, scheme-language" + lsrtags = "really-simple, scheme-language, text, titles" texidoc = " By putting the output of @@ -20,14 +20,10 @@ By putting the output of doctitle = "Outputting the version number" } % begin verbatim - \score { \new Lyrics { - \override Score.RehearsalMark #'self-alignment-X = #LEFT + \override Score.RehearsalMark.self-alignment-X = #LEFT \mark #(string-append "Processed with LilyPond version " (lilypond-version)) s2 } } - - -