]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-the-current-date-to-a-score.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / lsr / adding-the-current-date-to-a-score.ly
index a7b8ad7f4d959b9ae94d1be6e9603f4f8b18d721..c4a1393491e299e39b5ef0f1208b780f5d896737 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.52"
+\version "2.11.64"
 
 \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)))