]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/editorial.itely
Add dynamic script fffff; update docs.
[lilypond.git] / Documentation / user / editorial.itely
index ec0748740e926c53154ec8e73e98f3ce2bba9f21..eec43dd741bcd24dada7446df197e6d452cecd9b 100644 (file)
@@ -403,7 +403,8 @@ c2 \parenthesize <c e g>
 c2 <c \parenthesize e g>
 @end lilypond
 
-Non-note objects may be parenthesized as well.
+Non-note objects may be parenthesized as well. For articulations, 
+a hyphen is needed before the @code{\parenthesize} command.
 
 @lilypond[verbatim,quote,relative=2]
 c2-\parenthesize -. d
@@ -441,11 +442,18 @@ chord.
 @funindex stemDown
 @funindex \stemNeutral
 @funindex stemNeutral
+@cindex stem, direction
+@cindex stem, up
+@cindex stem, down
+@cindex stem, neutral
 
 Whenever a note is found, a @code{Stem} object is created
 automatically.  For whole notes and rests, they are also created but
 made invisible.
 
+Stems may be manually placed to point up or down; see
+@ref{Direction and placement}.
+
 
 @predefined
 @code{\stemUp},
@@ -456,11 +464,6 @@ made invisible.
 
 @snippets
 
-@cindex stem, direction
-@cindex stem, up
-@cindex stem, down
-@cindex stem, neutral
-
 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
 {default-direction-of-stems-on-the-center-line-of-the-staff.ly}