]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-the-current-date-to-a-score.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / adding-the-current-date-to-a-score.ly
index 46f05979862fab5d61cad5fdb301338d6e8bb19b..1afd80eb5414864cadef37a32be8fbe0e728a319 100644 (file)
@@ -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)))