From 9e8f8d622bf2e4712ae85dbe676fc1ea49fabcf6 Mon Sep 17 00:00:00 2001
From: matsb <matsb>
Date: Thu, 10 Nov 2005 11:40:58 +0000
Subject: [PATCH] 	* Documentation/user/examples.itely (Piano templates):
 Minor 	modification to the Piano centered lyrics example.

---
 ChangeLog                         | 5 +++++
 Documentation/user/examples.itely | 7 +++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00004b40a0..aff41da433 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+	* Documentation/user/examples.itely (Piano templates): Minor
+	modification to the Piano centered lyrics example.
+
 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* Documentation/user/point-and-click.itely: simplify p&c
diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely
index 27c42eeaa6..5d4a8d106b 100644
--- a/Documentation/user/examples.itely
+++ b/Documentation/user/examples.itely
@@ -271,13 +271,12 @@ text = \lyricmode {
 
 \score {
   \context GrandStaff <<
-    \context Staff = upper {
-        \context Voice = singer \upper }
+    \context Staff = upper { \context Voice = singer \upper }
     \lyricsto "singer" \new Lyrics \text
-    \context Staff = lower <<
+    \context Staff = lower {
       \clef bass
       \lower
-    >>
+    }
   >>
   \layout {
     \context { \GrandStaff \accepts "Lyrics" }
-- 
2.39.5