@itemize @bullet
-@item Info documentation with images.
-In eager anticipation of Emacs 21.4 or 22.1, the info docs contain
+@item In anticipation of Emacs 21.4 or 22.1, the info documentation contains
images.
@item Cue notes can be quoted directly from the parts that
\version "2.1.26"
\header{
texidoc="@cindex Beam Isknee
-Beams can be placed across a \code{PianoStaff}.
-" }
+
+Beams can be placed across a @code{PianoStaff}.
+
+"
+
+}
\score{
\context PianoStaff <<
\context Staff=one \notes\relative c'{
"Make a new vector consisting of V, with X added to the end."
(let*
((n (vector-length v))
- gm(nv (make-vector (+ n 1) '())))
+ (nv (make-vector (+ n 1) '())))
(vector-move-left! v 0 n nv 0)
(vector-set! nv n x)
nv))
verb = verbatim_texinfo (self.substring ('code'))
str += (output[TEXINFO][VERBATIM] % vars ())
- str += ('@ifinfo\n' + self.output_info () + '\n@end ifinfo\n')
+# str += ('@ifinfo\n' + self.output_info () + '\n@end ifinfo\n')
str += ('@tex\n' + self.output_latex () + '\n@end tex\n')
str += ('@html\n' + self.output_html () + '\n@end html\n')
# need par after image