]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-the-current-date-to-a-score.ly
LSR: update.
[lilypond.git] / input / lsr / adding-the-current-date-to-a-score.ly
index c1045bdfed1fc841a8c61dc0437ad1afb8a6f8fa..85ac4910c5c5544cf210efacfd2229d082330396 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.11.35"
+\version "2.11.38"
 
 \header {
   lsrtags = "titles"
@@ -24,7 +24,7 @@ solution, you can format the date just as you like it by adapting the
 details on this format string: Formatting Calendar Time. 
 " }
 % begin verbatim
-\version "2.11.35"
+\version "2.11.38"
 % first, define a variable to hold the formatted date:
 date = #(strftime "%d-%m-%Y" (localtime (current-time)))