From: hanwen Date: Sat, 28 Feb 2004 11:28:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.1.36~237 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c6edfc82ee20a63da0af673ae678a7b8e88b4d52;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index d718ed0761..1a83b04de6 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -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 diff --git a/input/test/beam-isknee.ly b/input/test/beam-isknee.ly index e5844385ed..54b567cbaf 100644 --- a/input/test/beam-isknee.ly +++ b/input/test/beam-isknee.ly @@ -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'{ diff --git a/scm/music-functions.scm b/scm/music-functions.scm index 3ef7eccc66..38e4239967 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -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)) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 0d7659714c..71a182aa6c 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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