]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Score is a single musical
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Jan 2006 11:07:50 +0000 (11:07 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Jan 2006 11:07:50 +0000 (11:07 +0000)
expression): typo.
(Score is a single musical expression): more typos.

ChangeLog
Documentation/user/putting.itely

index 1f82b9c2d4cfeccb7b67d7060109dc8549caf294..925558bbbc75e9bbb8e040b736500734cdb87a2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/putting.itely (Score is a single musical
+       expression): typo.
+       (Score is a single musical expression): more typos.
+
        * scm/page.scm (annotate-space-left): thinko.
        (annotate-page): more thinkos.
 
index a094a389b339eb29eafae8f7737ce15ba3898ce2..7c25c1193f70d3f1fcd868e47fcb76abf85ca898 100644 (file)
@@ -476,7 +476,7 @@ though.
     <<
                  \context Staff = singer @{
                        @}
-                       \context PianoStaff = piano {@
+                       \context PianoStaff = piano @{
                        @}
     >>
   @}
@@ -496,7 +496,7 @@ the vocal part and piano part at the same time!
                          \context Voice = vocal @{ @}
                                \lyricsto vocal \new Lyrics @{ @}
                        @}
-                       \context PianoStaff = piano {@
+                       \context PianoStaff = piano @{
                          \context Staff = upper @{ @}
                                \context Staff = lower @{ @}
                        @}
@@ -540,7 +540,7 @@ lower = @{ @}
                          \context Voice = vocal @{ \melody @}
                                \lyricsto vocal \new Lyrics @{ \text @}
                        @}
-                       \context PianoStaff = piano {@
+                       \context PianoStaff = piano @{
                          \context Staff = upper @{ \upper @}
                                \context Staff = lower @{ \lower @}
                        @}