X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fsimultaneous.itely;h=71b3a166ea86a5cd2a1ddbdbd679960078bc3828;hb=f38331f2a44d40bb22b1b0a321463d0eae05e1bf;hp=eafcc36d243f2d7e4b7439b9807dc6df4be4282a;hpb=3730dbfbaf899a65f552e8c60bc62c58a9a222ab;p=lilypond.git diff --git a/Documentation/user/simultaneous.itely b/Documentation/user/simultaneous.itely index eafcc36d24..71b3a166ea 100644 --- a/Documentation/user/simultaneous.itely +++ b/Documentation/user/simultaneous.itely @@ -9,8 +9,7 @@ @node Simultaneous notes @section Simultaneous notes -@lilypondfile[quote,ragged-right,line-width=16\cm,staffsize=16] -{simultaneous-headword.ly} +@lilypondfile[quote]{simultaneous-headword.ly} Polyphony in music refers to having more than one voice occurring in a piece of music. Polyphony in LilyPond refers to having more @@ -31,7 +30,7 @@ than one voice on the same staff. @end menu @node Chorded notes -@unnumberedsubsubsec Chorded notes +@subsubsection Chorded notes @cindex Chords @@ -52,9 +51,9 @@ Music Glossary: @rglos{chord}. Notation Reference: @ref{Introducing chord names}. -Snippets: @lsrdir{simultaneous}. +Snippets: @lsrdir{Simultaneous,Simultaneous-notes}. -@refbugs +@knownissues Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed accurately. Use @code{8 8} instead. @@ -62,7 +61,7 @@ accurately. Use @code{8 8} instead. @node Clusters -@unnumberedsubsubsec Clusters +@subsubsection Clusters @cindex cluster @@ -82,13 +81,13 @@ clusters. @seealso -Snippets: @lsrdir{simultaneous}. +Snippets: @lsrdir{Simultaneous,Simultaneous-notes}. Internals Reference: @internalsref{ClusterSpanner}, @internalsref{ClusterSpannerBeacon}, @internalsref{Cluster_spanner_engraver}. -Examples: @lsr{contemporary,cluster@/.ly}. +Examples: @c @lsr{contemporary,cluster@/.ly}. @@ -102,7 +101,7 @@ Examples: @lsr{contemporary,cluster@/.ly}. @end menu @node Collision resolution -@unnumberedsubsubsec Collision resolution +@subsubsection Collision resolution @cindex merging notes @cindex note collisions @@ -191,7 +190,7 @@ voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice) -@refcommands +@predefined @funindex \oneVoice @code{\oneVoice}, @@ -250,14 +249,14 @@ override typesetting decisions. @seealso -Snippets: @lsrdir{simultaneous}. +Snippets: @lsrdir{Simultaneous,Simultaneous-notes}. Internals Reference: the objects responsible for resolving collisions are @internalsref{NoteCollision} and @internalsref{RestCollision}. -@refbugs +@knownissues When using @code{merge-differently-headed} with an upstem eighth or a shorter note, and a downstem half note, the eighth note gets @@ -270,7 +269,7 @@ cluster notation (see @ref{Clusters}). @node Automatic part combining -@unnumberedsubsubsec Automatic part combining +@subsubsection Automatic part combining @cindex automatic part combining @cindex part combiner @cindex combining parts @@ -353,11 +352,11 @@ has no effect on the pitches of @var{musicexpr1} and Music Glossary: @rglos{a due}. -Snippets: @lsrdir{simultaneous}. +Snippets: @lsrdir{Simultaneous,Simultaneous-notes}. Internals Reference: @internalsref{PartCombineMusic}, @internalsref{Voice}. -@refbugs +@knownissues When @code{printPartCombineTexts} is set, if the two voices play the same notes on and off, the part combiner may typeset @code{a2} @@ -375,7 +374,7 @@ events in those will be ignored. @node Writing music in parallel -@unnumberedsubsubsec Writing music in parallel +@subsubsection Writing music in parallel @cindex Writing music in parallel @cindex Interleaved music @@ -444,5 +443,5 @@ music = { @seealso -Snippets: @lsrdir{simultaneous} +Snippets: @lsrdir{Simultaneous,Simultaneous-notes}