From 5e107bca9e65eb017d4e6905bcd1e73e70b49894 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Mon, 30 Apr 2007 01:41:40 -0700
Subject: [PATCH] LSR: Sorry, version number update.  I forgot to compile these
 before uploading.  :(

---
 input/lsr/staff/AAA-intro-advanced.ly                     | 2 +-
 input/lsr/staff/adding-an-extra-staff.ly                  | 2 +-
 .../lsr/staff/changing-the-number-of-lines-in-a-staff.ly  | 2 +-
 input/lsr/staff/displaying-bar-numbers-on-all-measures.ly | 2 +-
 input/lsr/staff/inserting-bar-lines-everywhere.ly         | 2 +-
 .../making-bar-numbers-appear-at-regular-intervals.ly     | 2 +-
 input/lsr/staff/naming-a-whole-grandstaff.ly              | 8 ++++----
 .../removing-the-key-signature-at-the-end-of-a-line.ly    | 2 +-
 input/lsr/staff/staff-line-positions.ly                   | 2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/input/lsr/staff/AAA-intro-advanced.ly b/input/lsr/staff/AAA-intro-advanced.ly
index b907dd0d52..48fe478494 100644
--- a/input/lsr/staff/AAA-intro-advanced.ly
+++ b/input/lsr/staff/AAA-intro-advanced.ly
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.15"
 %% +.ly: Be the first .ly file for lys-to-tely.py.
 %% Better to make lys-to-tely.py include "introduction.texi" or
 %% other .texi documents too?
diff --git a/input/lsr/staff/adding-an-extra-staff.ly b/input/lsr/staff/adding-an-extra-staff.ly
index 38d41f1391..2cc8caa162 100644
--- a/input/lsr/staff/adding-an-extra-staff.ly
+++ b/input/lsr/staff/adding-an-extra-staff.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 You can add (possibly temporarily) an extra staff after the beginning
diff --git a/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly b/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly
index 416e87d2fc..f4149b4596 100644
--- a/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly
+++ b/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 The number of lines in a staff may changed by overriding
diff --git a/input/lsr/staff/displaying-bar-numbers-on-all-measures.ly b/input/lsr/staff/displaying-bar-numbers-on-all-measures.ly
index 430cdd4284..226ebb3b0d 100644
--- a/input/lsr/staff/displaying-bar-numbers-on-all-measures.ly
+++ b/input/lsr/staff/displaying-bar-numbers-on-all-measures.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 By default, bar numbers are printed only in the first measure.  This 
diff --git a/input/lsr/staff/inserting-bar-lines-everywhere.ly b/input/lsr/staff/inserting-bar-lines-everywhere.ly
index a23e297235..7148fb5da4 100644
--- a/input/lsr/staff/inserting-bar-lines-everywhere.ly
+++ b/input/lsr/staff/inserting-bar-lines-everywhere.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 By setting @code{barAlways} and @code{defaultBarType}, barlines may be
diff --git a/input/lsr/staff/making-bar-numbers-appear-at-regular-intervals.ly b/input/lsr/staff/making-bar-numbers-appear-at-regular-intervals.ly
index f870af2df6..1084a0b45d 100644
--- a/input/lsr/staff/making-bar-numbers-appear-at-regular-intervals.ly
+++ b/input/lsr/staff/making-bar-numbers-appear-at-regular-intervals.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 If you would like the bar numbers to appear at regular intervals, but
diff --git a/input/lsr/staff/naming-a-whole-grandstaff.ly b/input/lsr/staff/naming-a-whole-grandstaff.ly
index 2cfc0b9cba..355878ef82 100644
--- a/input/lsr/staff/naming-a-whole-grandstaff.ly
+++ b/input/lsr/staff/naming-a-whole-grandstaff.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 You can have a name for the whole @code{GrandStaff} in addition to 
@@ -10,9 +10,9 @@ individual @code{Staff}s.
   
    \context GrandStaff <<
     \context Staff = "treble"    {
-      \set GrandStaff.instrument = "Violini  "
-      \set Staff.instrument = " vn I" { c''4 }}
-    \context Staff = "bass" { \set Staff.instrument = " vn II" c''4 }>>
+      \set GrandStaff.instrumentName = "Violini  "
+      \set Staff.instrumentName = " vn I" { c''4 }}
+    \context Staff = "bass" { \set Staff.instrumentName = " vn II" c''4 }>>
 
 
 \layout {
diff --git a/input/lsr/staff/removing-the-key-signature-at-the-end-of-a-line.ly b/input/lsr/staff/removing-the-key-signature-at-the-end-of-a-line.ly
index 7688dc6210..88abeade96 100644
--- a/input/lsr/staff/removing-the-key-signature-at-the-end-of-a-line.ly
+++ b/input/lsr/staff/removing-the-key-signature-at-the-end-of-a-line.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 According to normal typesetting conventions, LilyPond typesets key
diff --git a/input/lsr/staff/staff-line-positions.ly b/input/lsr/staff/staff-line-positions.ly
index a33e356662..5e1b486d31 100644
--- a/input/lsr/staff/staff-line-positions.ly
+++ b/input/lsr/staff/staff-line-positions.ly
@@ -1,5 +1,5 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.15"
 
 \header { texidoc = "
 The vertical positions of staff lines may be specified individually, by
-- 
2.39.5