]> 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 0556f8f6aab1707d3c9528e4bbb4d1b5d9b022d3..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.61"
+\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)))