X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fsimultaneous.itely;h=0b9b14c57648869eecc48f0456b5ef4db6c89c29;hb=48bf29cfe7e13b2cb61c51a276305472ec84c08b;hp=920cf09a929d479e44588ebb24c7cb2ceacf653d;hpb=25a23aab67a694f28c8e272078d829ff2da528db;p=lilypond.git diff --git a/Documentation/user/simultaneous.itely b/Documentation/user/simultaneous.itely index 920cf09a92..0b9b14c576 100644 --- a/Documentation/user/simultaneous.itely +++ b/Documentation/user/simultaneous.itely @@ -35,13 +35,17 @@ than one voice on the same staff. @subsubsection Chorded notes @cindex chords +@cindex brackets, angle +@funindex < +@funindex > +@funindex <...> -A chord is formed by a enclosing a set of pitches between @code{<} -and @code{>}. A chord may be followed by a duration, and a set of +A chord is formed by a enclosing a set of pitches between @code{<} and +@code{>}. A chord may be followed by a duration and/or a set of articulations, just like simple notes: @lilypond[verbatim,ragged-right,fragment,quote,relative=1] -4 8 +1 -> @end lilypond For more information about chords, see @ref{Modern chords}. @@ -51,6 +55,9 @@ For more information about chords, see @ref{Modern chords}. Music Glossary: @rglos{chord}. +Learning Manual: +@rlearning{Combining notes into chords}. + Notation Reference: @ref{Modern chords}. @@ -63,28 +70,30 @@ Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed accurately. Use @code{8 8} instead. - @node Clusters @subsubsection Clusters @cindex cluster +@funindex \makeClusters -A cluster indicates a continuous range of pitches to be played. -They can be denoted as the envelope of a set of notes. They are -entered by applying the function @code{makeClusters} to a sequence -of chords, e.g., +A cluster indicates a continuous range of pitches to be played. They +can be denoted as the envelope of a set of notes. They are entered by +applying the function @code{\makeClusters} to a sequence of chords, +e.g., @lilypond[quote,ragged-right,relative=2,fragment,verbatim] -\makeClusters { } +\makeClusters { 2 } @end lilypond Ordinary notes and clusters can be put together in the same staff, even simultaneously. In such a case no attempt is made to -automatically avoid collisions between ordinary notes and -clusters. +automatically avoid collisions between ordinary notes and clusters. @seealso +Music Glossary: +@rglos{cluster}. + Snippets: @lsrdir{Simultaneous,Simultaneous-notes}. @@ -93,9 +102,16 @@ Internals Reference: @internalsref{ClusterSpannerBeacon}, @internalsref{Cluster_spanner_engraver}. -Examples: @c @lsr{contemporary,cluster@/.ly}. +@c Examples: @lsr{contemporary,cluster@/.ly}. + +@knownissues +Clusters only look good if they span at least two chords; otherwise +they appear too narrow. +Clusters do not have a stem and can not indicate durations by +themselves. Separate clusters would need a separating rest between +them. @node Multiple voices @subsection Multiple voices