lilypond-user
[Top][All Lists]
Advanced

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

Re: eps image inclusion


From: Pierre Perol-Schneider
Subject: Re: eps image inclusion
Date: Sun, 23 Oct 2016 09:53:49 +0200

Hi Bernhard,
This should work too:

piece = \markup\column {
    \vspace #.5 % <= put some space here
    \fill-line { \epsfile #X #110 #"201610GerokVorWeihnachten-1.eps" }
    \vspace #.5 % <= put some space here
  }

Cheers,
Pierre

2016-10-23 7:50 GMT+02:00 Bernhard Kleine <address@hidden>:
Am 23.10.2016 um 06:29 schrieb Bernhard Kleine:
> Am 23.10.2016 um 00:11 schrieb Noeck:
>> Dear Bernhard,
>>
>> you put the markup containing the eps file in your header block. This
>> can not work. You can think of the \header block like setting variables.
>> Code without a 'variable =' before it breaks the header block syntax. It
>> is not like where you put the header in your code there it is on paper.
>> It just collects the information for a header that is printed later - in
>> your case where you write \score.
>>
>> You can either put it into a header variable like
>>
>> \header {
>>   composer = \markup { ... \epsfile ... }
>>   ...
>> }
>>
>> ...
>> Does that help you?
>>
>> Joram
>>
>>
> Dear Joram,
>
> I found that the dedication field is better suited to my needs since it
> allows the image before the title of the song. However, the title is
> glued to the bottom of the image. How to change that?
>
> Thank you very much
>
> Bernhard
>
I enlarge the image with white space, that has solved this issue.
Thanks again
Bernhard

--
spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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