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

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

Utilisation de lilypond-book


From: christophe_cgy.godefroy
Subject: Utilisation de lilypond-book
Date: Tue, 25 Dec 2007 18:48:33 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Bonjour,

la curiosité du contenu de certains échange sur cette liste ma poussé à regarder de prêt latex et sont intégration avec lilypond.
J'ai repris l'exemple suivant: http://lilypond.org/doc/v2.11/Documentation/user/lilypond-program/An-example-of-a-musicological-document#An-example-of-a-musicological-document
et voici le résultat de la sortie !

C:\>lilypond-book --output=out --psfonts lilybook.tex
lilypond-book.py (GNU LilyPond) 2.11.34
Reading lilybook.tex...
Running latex...This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.7)
entering extended mode
(c:/docume~1/hp_adm~1/locals~1/temp/tmptpuydk.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, french, loaded.

("C:\Program Files\MiKTeX 2.7\tex\latex\base\article.cls"
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
("C:\Program Files\MiKTeX 2.7\tex\latex\base\size10.clo"))
No file tmptpuydk.aux.
textwidth=345.0pt
columnsep=10.0pt
(tmptpuydk.aux) )
No pages of output.
Transcript written on tmptpuydk.log.
Dissecting...
lilypond-book.py: error: file not found: screech-boink.ly

Voila c'est la que j'ai besoin de votre aide. comment puis-je corriger ce problème ?
Je vous donne ma configuration: XP; lilypond 2.11.34; MikTex 2.7; gvim pour l'édition des textes. et winedt si besoin

Merci pour votre aide
Christophe
--
Christophe GODEFROY

\documentclass[a4paper]{article}
     
     \begin{document}
     
     Documents for @command{lilypond-book} may freely mix music and text.
     For example,
     
     \begin{lilypond}
     \relative c' {
       c2 g'2 \times 2/3 { f8 e d } c'2 g4
     }
     \end{lilypond}
     
     Options are put in brackets.
     
     \begin[fragment,quote,staffsize=26,verbatim]{lilypond}
       c'4 f16
     \end{lilypond}
     
     Larger examples can be put into a separate file, and introduced with
     \verb+\lilypondfile+.
     
     \lilypondfile[quote,noindent]{screech-boink.ly}
     
     \end{document}


reply via email to

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