]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-the-current-date-to-a-score.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / adding-the-current-date-to-a-score.ly
index a3f28666f88b92e06f2502d8dc2a2a0a5f0274b9..9b79e4f4479e9c0287e31a940b092d6e23e3053a 100644 (file)
@@ -17,7 +17,6 @@ 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)))