X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-the-current-date-to-a-score.ly;h=9b79e4f4479e9c0287e31a940b092d6e23e3053a;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=32fd66cdfd1e47fcbc6ccc8c8c57a0b0300aae15;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;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 32fd66cdfd..9b79e4f447 100644 --- a/Documentation/snippets/adding-the-current-date-to-a-score.ly +++ b/Documentation/snippets/adding-the-current-date-to-a-score.ly @@ -1,10 +1,10 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.16.0" +\version "2.18.0" \header { lsrtags = "really-cool, scheme-language, text, titles" @@ -17,7 +17,6 @@ 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)))