]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Feb 2004 11:28:37 +0000 (11:28 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Feb 2004 11:28:37 +0000 (11:28 +0000)
Documentation/topdocs/NEWS.texi
input/test/beam-isknee.ly
scm/music-functions.scm
scripts/lilypond-book.py

index d718ed07610667704e6752704ace88f9aae91f43..1a83b04de6d5925a2011b71f870775b14a59cce0 100644 (file)
@@ -18,8 +18,7 @@ Version 2.1.13
 
 @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
index e5844385ede0e46d75a4dabf85e4edd9587e8edf..54b567cbafb83c2c6e5c93301beda7017722a7b0 100644 (file)
@@ -2,8 +2,12 @@
 \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'{
index 3ef7eccc666b52b0cdbccf449f82bfa1e8a2921e..38e4239967cfe67660317448fdf65acbc1767e71 100644 (file)
@@ -508,7 +508,7 @@ without context specification. Called  from parser."
   "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))
index 0d7659714c039837e40a78a5d7818f4ee21dc04e..71a182aa6ce5baaa1c8da11d39c42b7be2ab123f 100644 (file)
@@ -570,7 +570,7 @@ class Lilypond_snippet (Snippet):
                        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