From: Graham Percival Date: Sat, 6 Oct 2007 04:41:41 +0000 (-0700) Subject: General fixes and draft preparation. X-Git-Tag: release/2.11.35-1~46^2~75 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=132d4d93c5b4acee439f4af474b8804945e36beb;p=lilypond.git General fixes and draft preparation. --- diff --git a/Documentation/user/simultaneous.itely b/Documentation/user/simultaneous.itely index 1db3c4c579..70b33fab33 100644 --- a/Documentation/user/simultaneous.itely +++ b/Documentation/user/simultaneous.itely @@ -43,6 +43,12 @@ articulations, just like simple notes For more information about chords, see @ref{Introducing chord names}. +@refbugs + +Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed +accurately. Use @code{8 8} instead. + + @node Clusters @unnumberedsubsubsec Clusters @@ -71,44 +77,19 @@ Program reference: @internalsref{ClusterSpanner}, Examples: @lsr{contemporary,cluster@/.ly}. -@refbugs - -Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed -accurately. Use @code{8 8} instead. - @node Multiple voices @subsection Multiple voices @menu -* TODO new sec voices:: -* Collision Resolution:: +* Collision resolution:: * Automatic part combining:: * Writing music in parallel:: @end menu -@node TODO new sec voices -@unnumberedsubsubsec TODO new sec voices - -In some instances of complex polyphonic music, you may need -additional voices to avoid collisions between notes. Additional -voices are added by defining an variable, as shown below: - -@lilypond[quote,verbatim,ragged-right,relative=2] -voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice) - -\relative c''' << - { \voiceOne g4 ~ \stemDown g32[ f( es d c b a b64 )g] } \\ - { \voiceThree b4} \\ - { \voiceFive d,} \\ - { \voiceTwo g,} ->> -@end lilypond - - -@node Collision Resolution -@unnumberedsubsubsec Collision Resolution +@node Collision resolution +@unnumberedsubsubsec Collision resolution Normally, note heads with a different number of dots are not merged, but when the object property @@ -171,6 +152,22 @@ move the top @code{g} out of the column, and >> @end lilypond +In some instances of complex polyphonic music, you may need +additional voices to avoid collisions between notes. Additional +voices are added by defining an variable, as shown below: + +@lilypond[quote,verbatim,ragged-right,relative=2] +voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice) + +\relative c''' << + { \voiceOne g4 ~ \stemDown g32[ f( es d c b a b64 )g] } \\ + { \voiceThree b4} \\ + { \voiceFive d,} \\ + { \voiceTwo g,} +>> +@end lilypond + + @refcommands diff --git a/Documentation/user/staff.itely b/Documentation/user/staff.itely index 4b4d8eea8c..e8b73df439 100644 --- a/Documentation/user/staff.itely +++ b/Documentation/user/staff.itely @@ -314,7 +314,8 @@ For more details, see @ref{Text markup}. @seealso -Program reference: @internalsref{MetronomeMark}. +Program reference: @internalsref{MetronomeMark}, @ref{MIDI +output}. @refbugs