]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-the-current-date-to-a-score.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / lsr / adding-the-current-date-to-a-score.ly
index 0f61c4e9c4927a858e8bd5f20084d4e5892adbec..c4a1393491e299e39b5ef0f1208b780f5d896737 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.52"
+\version "2.11.64"
 
 \header {
   lsrtags = "titles"
@@ -19,6 +19,7 @@ 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)))