From: gpercival Date: Wed, 1 Feb 2006 20:14:32 +0000 (+0000) Subject: Fixes from Erik. X-Git-Tag: release/2.7.38^2~224 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=926a97b8eef64fee81173c556e950bd5ebc07eaa;p=lilypond.git Fixes from Erik. --- diff --git a/ChangeLog b/ChangeLog index df45f6d6c3..0d57a291bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-01 Graham Percival + + * Documentation/user/putting.itely: fixes from Erik. + 2006-02-01 Jan Nieuwenhuizen * flower/test-std.cc: Add simple unit test for vector migration. diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index 1d540097af..acf0bab2d7 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -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 @{ @}