bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-c C-l in emacs only makes *.tex


From: Nicolas Sceaux
Subject: Re: C-c C-l in emacs only makes *.tex
Date: Sun, 14 Mar 2004 16:45:52 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]