X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-the-current-date-to-a-score.ly;h=1afd80eb5414864cadef37a32be8fbe0e728a319;hb=c6554467b0a9beddf0d7ef12746ae31a25fe36e7;hp=8441592e2ffcb10944d26bcbefe58d752af629df;hpb=b59eedcb6fbda723022e42121880fb8c27618eda;p=lilypond.git diff --git a/input/lsr/adding-the-current-date-to-a-score.ly b/input/lsr/adding-the-current-date-to-a-score.ly index 8441592e2f..1afd80eb54 100644 --- a/input/lsr/adding-the-current-date-to-a-score.ly +++ b/input/lsr/adding-the-current-date-to-a-score.ly @@ -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.49" +\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)))