From: Han-Wen Nienhuys Date: Thu, 26 Jan 2006 11:07:50 +0000 (+0000) Subject: (Score is a single musical X-Git-Tag: release/2.7.29~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=32666ceb04d43968c3a17e6d50a25463dc8f7784;p=lilypond.git (Score is a single musical expression): typo. (Score is a single musical expression): more typos. --- diff --git a/ChangeLog b/ChangeLog index 1f82b9c2d4..925558bbbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-01-26 Han-Wen Nienhuys + * 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. diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index a094a389b3..7c25c1193f 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -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 @} @}