]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-the-current-date-to-a-score.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / adding-the-current-date-to-a-score.ly
index d7c99133cf92b1dc6a7aa5f8b3ec440c76a3ecd1..101014ec274c2031ae30ec43c319a4f4d92105cc 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.55"
+\version "2.12.0"
 
 \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)))