From c908e6796619d560b56af3a8f285acfb0b0b6537 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Sat, 1 Dec 2007 19:26:55 -0800
Subject: [PATCH] LSR: automatic update.

---
 ...reventing-extra-naturals-from-being-automatically-added.ly | 4 ++--
 ...signs-from-being-printed-when-the-key-signature-changes.ly | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly b/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly
index 6c166a224e..cf2a95685b 100644
--- a/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly
+++ b/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly
@@ -8,8 +8,8 @@ note needs to be canceled.  To change this behavior, set the
 extraNatural property to \"false\" in the Staff context. 
 " }
 
-{
-aeses4 aes ais a
+\relative {
+aeses'4 aes ais a
 \set Staff.extraNatural = ##f
 aeses4 aes ais a
 }
diff --git a/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly b/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 784599bade..3d28a1530a 100644
--- a/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
+++ b/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
@@ -8,7 +8,7 @@ altered by setting to \"false\" the printKeyCancellation property in
 the Staff context.
 " }
 
-{
+\relative {
 \key d \major
 a b cis d
 \key g \minor
-- 
2.39.5