]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/simultaneous.itely
Add dynamic script fffff; update docs.
[lilypond.git] / Documentation / user / simultaneous.itely
index 387de711a2e833cacc3dc5503d08a31381ea6444..f3d8be5d05723c85c43d427845b1351600649613 100644 (file)
@@ -6,7 +6,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.61"
+@c \version "2.12.0"
 
 
 @node Simultaneous notes
@@ -92,13 +92,13 @@ The following examples show simultaneous expressions on one staff:
 
 @lilypond[quote,verbatim,relative=2]
 \new Voice {  % explicit single voice
-  << {a4 b g2} {d4 g c,2} >>
+  << { a4 b g2 } { d4 g c,2 } >>
 }
 @end lilypond
 
 @lilypond[quote,verbatim,relative=2]
 % single first note
-a << {a4 b g}  {d4 g c,} >>
+a << { a4 b g } { d4 g c, } >>
 @end lilypond
 
 This can be useful if the simultaneous sections have identical
@@ -110,7 +110,7 @@ generate multiple staves implicitly:
 
 @lilypond[quote,verbatim,relative=2]
 % no single first note
-<< {a4 b g2}  {d4 g2 c,4} >>
+<< { a4 b g2 } { d4 g2 c,4 } >>
 @end lilypond
 
 Here different rhythms cause no problems.
@@ -341,7 +341,8 @@ Learning Manual:
 
 Notation Reference:
 @ref{Percussion staves},
-@ref{Invisible rests}.
+@ref{Invisible rests},
+@ref{Stems}.
 
 Snippets:
 @rlsr{Simultaneous notes}.
@@ -571,11 +572,6 @@ Internals Reference:
 
 @knownissues
 
-When using @code{\mergeDifferentlyHeadedOn} with an upstem eighth
-or a shorter note, and a downstem half note, the eighth note stem
-gets a slightly wrong offset because of the different width of the
-half note head symbol.
-
 @ignore
 @c TODO investigate! Sometimes it works, sometimes not. --FV
 The requirements for successfully merging different note heads that