]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixes from Erik.
authorGraham Percival <graham@percival-music.ca>
Wed, 1 Feb 2006 20:14:32 +0000 (20:14 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 1 Feb 2006 20:14:32 +0000 (20:14 +0000)
ChangeLog
Documentation/user/putting.itely

index df45f6d6c37ee6b93a09eacd5a361d923c7239df..0d57a291bff86d87a63265b39ba42afef09d9a7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-01  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/putting.itely: fixes from Erik.
+
 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * flower/test-std.cc: Add simple unit test for vector migration.
index 1d540097afa5df1dd77a35e2dfa06144981f36f8..acf0bab2d70d42d7864f7f05c524705aebfe8f51 100644 (file)
@@ -493,10 +493,10 @@ though.
 \score @{
   @{
     <<
-      \context Staff = singer @{
-      @}
-      \context PianoStaff = piano @{
-      @}
+      \context Staff = singer <<
+      >>
+      \context PianoStaff = piano <<
+      >>
     >>
   @}
   \layout @{ @}
@@ -511,14 +511,14 @@ the vocal part and piano part at the same time!
 \score @{
   @{
     <<
-      \context Staff = singer @{
+      \context Staff = singer <<
         \context Voice = vocal @{ @}
-        \lyricsto vocal \new Lyrics @{ @}
-      @}
-      \context PianoStaff = piano @{
+      >>
+      \new Lyrics \lyricsto vocal \new Lyrics @{ @}
+      \context PianoStaff = piano <<
         \context Staff = upper @{ @}
         \context Staff = lower @{ @}
-      @}
+      >>
     >>
   @}
   \layout @{ @}
@@ -556,14 +556,14 @@ lower = @{ @}
 \score @{
   @{
     <<
-      \context Staff = singer @{
+      \context Staff = singer <<
         \context Voice = vocal @{ \melody @}
-        \lyricsto vocal \new Lyrics @{ \text @}
-      @}
-      \context PianoStaff = piano @{
+      >>
+      \new Lyrics \lyricsto vocal \new Lyrics @{ \text @}
+      \context PianoStaff = piano <<
         \context Staff = upper @{ \upper @}
         \context Staff = lower @{ \lower @}
-      @}
+      >>
     >>
   @}
   \layout @{ @}