>From d453290b4123b771c85f1c985ec7ccb4dcc8a7ed Mon Sep 17 00:00:00 2001
From: Phil Holmes <mail@philholmes.net>
Date: Mon, 2 Jan 2012 11:28:14 +0000
Subject: [PATCH 1/2] LSR Local updates

---
 .../adding-orchestral-cues-to-a-vocal-score.ly     |   18 ++++++++++--------
 ...hords-notation-for-guitar--with-text-spanner.ly |   14 ++++++++------
 .../snippets/string-number-extender-lines.ly       |   14 ++++++++------
 3 files changed, 26 insertions(+), 20 deletions(-)

diff --git a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
index e854429..b8792a7 100644
--- a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
+++ b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
@@ -1,14 +1,13 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.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.
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.20
 \version "2.15.20"
 
 \header {
-  lsrtags = "staff-notation, vocal-music"
-
 %% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f
 
   texidoces = "
@@ -71,6 +70,8 @@ effectuer plusieurs citations, elle ne peuvent être simultanées.
  doctitlefr = "Indication de l'instrument cité dans l'accompagnement d'une partition pour chœur"
 
 
+  lsrtags = "staff-notation, vocal-music"
+
   texidoc = "
 This shows one approach to simplify adding many orchestral cues to the
 piano reduction in a vocal score.  The music function @code{\\cueWhile}
@@ -87,6 +88,7 @@ can be cued, but they cannot overlap each other in time.
   doctitle = "Adding orchestral cues to a vocal score"
 } % begin verbatim
 
+
 cueWhile =
 #(define-music-function
    (parser location instrument name dir music)
diff --git a/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly b/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
index e31034d..a34f7fa 100644
--- a/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
+++ b/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
@@ -1,9 +1,10 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.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.
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.20
 \version "2.15.20"
 
 \header {
@@ -22,6 +23,7 @@ The syntax is @code{\\bbarre #'fret_number' @{ notes @} }
   doctitle = "Bar chords notation for Guitar ( with Text Spanner)"
 } % begin verbatim
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% %%%%%%%  Cut here ----- Start 'bbarred.ly'
 
diff --git a/Documentation/snippets/string-number-extender-lines.ly b/Documentation/snippets/string-number-extender-lines.ly
index 5beadf4..7023df2 100644
--- a/Documentation/snippets/string-number-extender-lines.ly
+++ b/Documentation/snippets/string-number-extender-lines.ly
@@ -1,9 +1,10 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.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.
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.20
 \version "2.15.20"
 
 \header {
@@ -17,6 +18,7 @@ series of notes is supposed to be played all on the same string.
   doctitle = "String number extender lines"
 } % begin verbatim
 
+
 stringNumberSpanner =
 #(define-music-function (parser location StringNumber) (string?)
   #{
-- 
1.7.0.4

