]> 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 c7d155ea1f6cdc5493e217c6fa5c2fcf6e1bb399..1afd80eb5414864cadef37a32be8fbe0e728a319 100644 (file)
@@ -1,10 +1,17 @@
 %% 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.50"
+\version "2.11.62"
 
 \header {
   lsrtags = "titles"
 
+  texidoces = "
+Con algo de código de Scheme, se puede añadir fácilmente la fecha
+actual a una partitura.
+
+"
+  doctitlees = "Añadir la fecha actual a una partitura"
+
   texidoc = "
 With a little Scheme code, the current date can easily be added to a
 score.
@@ -12,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)))