]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
release commit
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 27dafed49022add0559989f970cd96d020041f6c..89ccdb9556f598e0beee9a4d2deb442f0203f23a 100644 (file)
@@ -47,9 +47,23 @@ the @uref{../,LilyPond Documentation}
 
 @itemize @bullet
 
+@ignore
+
+HINTS
+
+* only show verbatim input for syntax/input changes
+
+* try to be as brief possible in those cases
+
+* don't try to provide real-world examples, they often get too big,
+which scares away people.
+
+@end ignore
+
 @item
 Music may for multiple parts can be interleaved, similar to MUP input.
-This is done with the \parallelMusic function,
+This is done with the @code{\parallelMusic} function,
   
 @lilypond[verbatim,raggedright]
 \parallelMusic #'(voiceA voiceB) {
@@ -62,7 +76,7 @@ This is done with the \parallelMusic function,
   \new Staff
     \new Voice \voiceA 
   \new Staff
-    \new Voice \voice
+    \new Voice \voiceB
 >> 
 @end lilypond