]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-the-current-date-to-a-score.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / adding-the-current-date-to-a-score.ly
index 32fd66cdfd1e47fcbc6ccc8c8c57a0b0300aae15..9b79e4f4479e9c0287e31a940b092d6e23e3053a 100644 (file)
@@ -1,10 +1,10 @@
 %% 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.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "really-cool, scheme-language, text, titles"
@@ -17,7 +17,6 @@ score.
   doctitle = "Adding the current date to a score"
 } % begin verbatim
 
-
 % first, define a variable to hold the formatted date:
 date = #(strftime "%d-%m-%Y" (localtime (current-time)))