X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-the-current-date-to-a-score.ly;h=9b8edee9b94a01e83b1c6e967eb61d3d85b4ef8b;hb=99552330a45304e455f547bd0f668aaf7b09a558;hp=d7c99133cf92b1dc6a7aa5f8b3ec440c76a3ecd1;hpb=23d3278caf38abc7175defa7f6ecf4b9bc4f4469;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 d7c99133cf..9b8edee9b9 100644 --- a/input/lsr/adding-the-current-date-to-a-score.ly +++ b/input/lsr/adding-the-current-date-to-a-score.ly @@ -1,6 +1,6 @@ %% 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.55" +\version "2.13.0" \header { lsrtags = "titles" @@ -8,9 +8,15 @@ 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 @@ -19,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)))