]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/simultaneous.itely
Revert "unstaged change from master"
[lilypond.git] / Documentation / user / simultaneous.itely
index eafcc36d243f2d7e4b7439b9807dc6df4be4282a..897cd9aa54c3d505456bb2562e913bac0650a81b 100644 (file)
@@ -6,11 +6,12 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.11.38"
+
 @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 +32,7 @@ than one voice on the same staff.
 @end menu
 
 @node Chorded notes
-@unnumberedsubsubsec Chorded notes
+@subsubsection Chorded notes
 
 @cindex Chords
 
@@ -52,9 +53,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{<g a>8 <e a>8} instead.
@@ -62,7 +63,7 @@ accurately.  Use @code{<g a>8 <e a>8} instead.
 
 
 @node Clusters
-@unnumberedsubsubsec Clusters
+@subsubsection Clusters
 
 @cindex cluster
 
@@ -82,13 +83,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 +103,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 +192,7 @@ voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)
 
 
 
-@refcommands
+@predefined
 
 @funindex \oneVoice
 @code{\oneVoice},
@@ -250,14 +251,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 +271,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 +354,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 +376,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 +445,5 @@ music = {
 
 @seealso
 
-Snippets: @lsrdir{simultaneous}
+Snippets: @lsrdir{Simultaneous,Simultaneous-notes}