lilypond-user
[Top][All Lists]
Advanced

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

EPS file expression


From: Bernardo Barros
Subject: EPS file expression
Date: Thu, 15 Apr 2010 10:25:34 -0300

Hi there,

I'm trying to use the method \epsfile to make some of the symbols I need to use.
Should I put the files in the same folder of the .ly file, shouldn't I?
I'm having this error:

Interpreting music... 
Preprocessing graphical objects...
error: cannot find file: `circular-cheio.eps' (load path: `/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/svg/:/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/type1/:/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/otf/:/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm:/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/ps:/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/ly:')


HERE IS THE INPUT FILE

\version "2.12.3"
\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}
\layout {
  
}
{ c'4-\markup { \epsfile #X #10 #"circular-cheio.eps" } } 

Processing `teste.ly'
Parsing...
teste.ly:0: warning: no \version statement found, please add

\version "2.12.3"


reply via email to

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