X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-the-current-date-to-a-score.ly;h=57c10abcfdb3f4fdb1663c9eb868095523f32b63;hb=d31248d7770fb5770c2caacfb3547984bf8dcdc3;hp=c4df90943157bc65c9c1105fcde7b71471d2e981;hpb=4311a6488800130567ebc7847105156122ba0c76;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 c4df909431..57c10abcfd 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,24 @@ %% 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.48" +\version "2.13.1" \header { - lsrtags = "titles" + lsrtags = "text, titles" + +%% Translation of GIT committish: 00e3a8264e138ad61b4f115a173190d5e9dc7533 + 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" + +%% Translation of GIT committish: 7eb450e8e6c935410b8f3212cb53e5a731f4f33f + 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 +27,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))) @@ -30,3 +46,4 @@ date = #(strftime "%d-%m-%Y" (localtime (current-time))) \markup { \date } +