lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Insérer un verbatim dans ma partition


From: flup
Subject: Re: Insérer un verbatim dans ma partition
Date: Sun, 14 Mar 2010 10:55:24 -0800 (PST)

À l'attention de François-Xavier:

Pour faire fonctionner lilypond-book dans TeXShop, j'utilise un "engine"
spécifique (je n'arrive bizarrement pas à faire tourner lilypond-book avec
JEdit); j'en ai parlé quelque part sur la liste. 

Il faut dupliquer un "engine"existant (dans le dossier
Moi/Bibliothèque/TeXShop/Engines), le renommer, l'ouvrir avec TeXShop et
coller ceci:

#!/bin/tcsh
# Updated on 2006/10/17 - Thanks to Marc Schonbrun!
#
set LILYPONDFOLDER = /Applications
set path = ($path $LILYPONDFOLDER/LilyPond.app/Contents/Resources/bin/)

rm -r dir
lilypond-book --output=dir --pdf "$1"
cd dir
#pdflatex "$1"
pdflatex --shell-escape --synctex=1 "$1"
mv "$1:r".pdf ..

-- 
View this message in context: 
http://n2.nabble.com/Inserer-un-verbatim-dans-ma-partition-tp4708195p4733005.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.




reply via email to

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