lilypond-user
[Top][All Lists]
Advanced

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

EPS files


From: Jannik Jeppesen
Subject: EPS files
Date: Tue, 7 Mar 2006 23:49:05 +0100

Hi, have a few questions regarding EPS files.

1.<<<<
If I generate an EPS file it generates alot of white emty space at the top of the document. So when I open the EPS file in word there is a lot of emty space between my text and the image. Here is a example of a file converted to EPS:
---
\version "2.6.3"

\paper {
 #(set-paper-size "a4")
 tagline = ""
 indent = 0\cm
}

blues = \relative c {
 \time 4/4
 \repeat volta 20 {
 a8\6 c\6 d\5 dis\5 e\5 g\4 a\4 c\3 d\3 dis\3 e\2 g\2 a\1 c\1
 a\1 g\2 e\2 dis\3 d\3 c\3 a\4 g\4 e\5 dis\5 d\5 c\6
 }
}

guitar = \context Staff = "guitar" {
 \set Staff.midiInstrument = "acoustic guitar (nylon)"
 \key a \minor
 \clef "G_8"
 \blues
}

guitartab = \context TabStaff = "guitartab" {
 \override Beam #'transparent = ##t
 \override Stem #'transparent = ##t
 \blues
}

\score {
 <<
   \guitar
   \guitartab
 >>
 \layout {}
}
\score {}
---

2.<<<<
Do any of you know where I tell it to ONLY generate the eps files... (not tex/texi
and eps.pdf) I do not use these files...

Thanks for all your help.

/Jannik




reply via email to

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