From: Graham Percival Date: Fri, 31 Aug 2007 14:10:01 +0000 (-0700) Subject: Fix confusing order of polypony/chords. X-Git-Tag: release/2.11.32-1~2^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8117034bb4bae9cfeb93db5a79d3e9494f565fca;p=lilypond.git Fix confusing order of polypony/chords. --- diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 6c8613b580..f7a997bf9c 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -860,8 +860,8 @@ one voice on the same staff. * Music expressions explained:: * Multiple staves:: * Piano staves:: -* Single staff polyphony:: * Combining notes into chords:: +* Single staff polyphony:: @end menu @@ -1047,6 +1047,29 @@ See @ref{Piano music}. @end quotation +@node Combining notes into chords +@subsection Combining notes into chords + +@cindex chords +Chords can be made by surrounding pitches with single angle brackets. Angle +brackets are the symbols @samp{<} and @samp{>}. + +@lilypond[quote,fragment,verbatim,relative=2,fragment] +r4 4 2 +@end lilypond + +You can combine markings like beams and ties with chords. They must +be placed outside the angle brackets + +@lilypond[quote,fragment,verbatim,relative=2,fragment] +r4 8[ ]~ 2 +@end lilypond + +@lilypond[quote,fragment,verbatim,relative=2,fragment] +r4 8\>( 4 \!) +@end lilypond + + @node Single staff polyphony @subsection Single staff polyphony @@ -1104,29 +1127,6 @@ See @ref{Basic polyphony}. @end quotation -@node Combining notes into chords -@subsection Combining notes into chords - -@cindex chords -Chords can be made by surrounding pitches with single angle brackets. Angle -brackets are the symbols @samp{<} and @samp{>}. - -@lilypond[quote,fragment,verbatim,relative=2,fragment] -r4 4 2 -@end lilypond - -You can combine markings like beams and ties with chords. They must -be placed outside the angle brackets - -@lilypond[quote,fragment,verbatim,relative=2,fragment] -r4 8[ ]~ 2 -@end lilypond - -@lilypond[quote,fragment,verbatim,relative=2,fragment] -r4 8\>( 4 \!) -@end lilypond - - @node Songs @section Songs