14 Mar 2004 15:27:26 +0000, David a dit : 

 > Maybe I'm displaying my ignorance some more but here goes:
 > I noticed that the *.el files had been updated and assumed that I should
 > copy them to the appropriate places so that emacs would understand what
 > to do with *.ly files these days.  After doing that (and also compiling
 > Lily) I found that doing C-c C-l in emacs only produces the *.tex file
 > rather than going all the way through to making *.ps and *.pdf files. 
 > Running 'lilypond' in the console does the whole thing, though.

 > Is this intentional?  Did I miss something about this?

 > -David

M-x describe-key RET C-c C-l
----
C-c C-l runs the command LilyPond-command-lilypond
   which is an interactive Lisp function in `lilypond-mode'.
(LilyPond-command-lilypond)

Run lilypond for the current document.
----
    ^^^^^^^^ should be read lilypond-bin, hence to generation of .tex
    files


`C-c C-f' does what you want.

`C-h m' describes the LilyPond-mode commands (while visiting a .ly
file).

nicolas



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to