commit bcc3275a2c25037a150b7240ab76deacbacef661
Author: Neil Puttock <n.puttock@gmail.com>
Date:   Fri Oct 2 01:29:09 2009 +0100

    LSR: Update.

diff --git a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly
index 5d74539..705d1cc 100644
--- a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly
+++ b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly
@@ -23,6 +23,15 @@ Noten auszugeben, kann die Metronombezeichnung unsichtbar gemacht werden:
 "
 
   doctitlede = "Das Tempo ohne Metronom-Angabe verändern"
+%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6
+  texidocfr = "
+Vous pouvez indiquer un changement de tempo pour le fichier MIDI sans
+pour autant l'imprimer.  Il suffit alors de le rendre invisible aux
+interprètes. 
+
+"
+  doctitlefr = "Changement de tempo sans indication sur la partition"
+
 
   texidoc = "
 To change the tempo in MIDI output without printing anything, make the
diff --git a/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly b/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly
index 528a885..301d6c5 100644
--- a/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly
+++ b/Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly
@@ -1,11 +1,10 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.4"
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+%% Note: this file works from version 2.13.5
+\version "2.13.5"
 
 \header {
-  lsrtags = "rhythms"
-
 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
   texidoces = "
 La instrucción @code{\time} establece las propiedades
@@ -19,6 +18,7 @@ de compás sin que cambie ninguna de las demás propiedades:
   doctitlees = "Cambio de compás sin afectar al barrado"
 
 
+
 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
   texidocde = "
 Der @code{\\time}-Befehl verändert die Eigenschaften
@@ -32,6 +32,7 @@ Taktart ausgegeben, ohne die anderen Eigenschaften zu beeinflussen:
   doctitlede = "Die Taktart verändern ohne die Bebalkung zu beeinflussen"
 
 
+
 %% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df
   texidocfr = "
 La commande @code{\\time} gère les propriétés
@@ -45,6 +46,7 @@ métrique :
 "
   doctitlefr = "Changement de métrique sans affecter les règles de ligature"
 
+  lsrtags = "rhythms"
   texidoc = "
 The @code{\\time} command sets the properties
 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping}
@@ -57,17 +59,8 @@ printed without changing any of the other properties:
   doctitle = "Changing the time signature without affecting the beaming"
 } % begin verbatim
 
-\relative c'' {
-  \time 3/4
-  a16 a a a a a a a a a a a
-
-  % Change time signature symbol but keep 3/4 beaming
-  % due to unchanged underlying time signature
-  \set Score.timeSignatureFraction = #'(12 . 16)
-  a16 a a a a a a a a a a a
 
-  \time 12/16
-  % Lose 3/4 beaming now \time has been changed
-  a16 a a a a a a a a a a a
+\markup {
+  This snippet is deprecated as of 2.13.5 and will be removed in 2.14
 }
 
diff --git a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly
index d6d9ce1..86181da 100644
--- a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly
+++ b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly
@@ -22,6 +22,15 @@ aber sie ändern nicht das Tempo für die MIDI-Ausgabe.
 "
 
   doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen"
+%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6
