X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-the-current-date-to-a-score.ly;h=c73bb109051d28c06b700e5442d833e375ccf7a0;hb=e9135d834819eba63b64ec711542480250b42b78;hp=8441592e2ffcb10944d26bcbefe58d752af629df;hpb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;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..c73bb10905 100644 --- a/input/lsr/adding-the-current-date-to-a-score.ly +++ b/input/lsr/adding-the-current-date-to-a-score.ly @@ -1,9 +1,22 @@ %% 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.13.1" \header { - lsrtags = "titles" + lsrtags = "text, 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" + + texidocfr = " +Avec un peu de code Scheme, voici comment ajouter facilement +la date du jour à votre partition. +" + + doctitlefr = "Ajout de la date du jour à une partition" texidoc = " With a little Scheme code, the current date can easily be added to a @@ -12,6 +25,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)))