X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-the-current-date-to-a-score.ly;h=32fd66cdfd1e47fcbc6ccc8c8c57a0b0300aae15;hb=85d4958c021936c64b6ef9d514a6a2b0d269cc58;hp=e3533daefd792f2f3beacf584a2388e1bfd5443a;hpb=58933e3e40e9cfbdc70b846bc808c723e053f7b3;p=lilypond.git diff --git a/Documentation/snippets/adding-the-current-date-to-a-score.ly b/Documentation/snippets/adding-the-current-date-to-a-score.ly index e3533daefd..32fd66cdfd 100644 --- a/Documentation/snippets/adding-the-current-date-to-a-score.ly +++ b/Documentation/snippets/adding-the-current-date-to-a-score.ly @@ -4,25 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.16.0" \header { - lsrtags = "text, titles, scheme-language, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - 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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - 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" + lsrtags = "really-cool, scheme-language, text, titles" texidoc = " With a little Scheme code, the current date can easily be added to a @@ -51,4 +36,3 @@ date = #(strftime "%d-%m-%Y" (localtime (current-time))) \markup { \date } -