]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/examples.itely (Piano templates): Minor
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 10 Nov 2005 11:40:58 +0000 (11:40 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 10 Nov 2005 11:40:58 +0000 (11:40 +0000)
modification to the Piano centered lyrics example.

ChangeLog
Documentation/user/examples.itely

index 00004b40a0cb51380428913ae2a899dfb09eb292..aff41da433ece3efe4a5daccb23dafc799071c4d 100644 (file)
--- 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
index 27c42eeaa6560d1628ff48b58bd4029dbb87176b..5d4a8d106b171c0d6e330b054d4116338ebbce6b 100644 (file)
@@ -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" }