]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-the-current-date-to-a-score.ly
Doc-de: update macros.itely and nitpicks
[lilypond.git] / input / lsr / adding-the-current-date-to-a-score.ly
index c73bb109051d28c06b700e5442d833e375ccf7a0..57c10abcfdb3f4fdb1663c9eb868095523f32b63 100644 (file)
@@ -5,12 +5,14 @@
 \header {
   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.
@@ -44,3 +46,4 @@ date = #(strftime "%d-%m-%Y" (localtime (current-time)))
 \markup {
   \date
 }
+