summaryrefslogtreecommitdiff
path: root/Documentation/snippets/adding-the-current-date-to-a-score.ly
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
commitf22c889b1389cb7d761580762fe77973780f2f86 (patch)
treed325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/adding-the-current-date-to-a-score.ly
parent2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff)
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/adding-the-current-date-to-a-score.ly')
-rw-r--r--Documentation/snippets/adding-the-current-date-to-a-score.ly18
1 files changed, 1 insertions, 17 deletions
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..576ab1202d 100644
--- a/Documentation/snippets/adding-the-current-date-to-a-score.ly
+++ b/Documentation/snippets/adding-the-current-date-to-a-score.ly
@@ -7,22 +7,7 @@
\version "2.14.2"
\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
}
-