lilypond-user
[Top][All Lists]
Advanced

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

Re: eps image inclusion


From: Noeck
Subject: Re: eps image inclusion
Date: Sun, 23 Oct 2016 00:11:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

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 ... }
  ...
}

or (my recommendation) you put it separately:

\markup { ... }

Does that help you?

Joram

Am 22.10.2016 um 23:10 schrieb Bernhard Kleine:
> \header {

this part is the problem
>   \markup {
>     \general-align #Y #DOWN {
>       \epsfile #X #110 #"201610GerokVorWeihnachten-1.eps"
>     }
>   }
until here

>   title = "Heilge Nacht, auf Engelschwingen"
>   subtitle = "Robert Prutz 1833"
>   composer = "Fr. H. Himmel 1765-1814"
> 
>   tagline = \markup {
>     Gesetzt durch Bernhard Kleine mit
>     \line { LilyPond \simple #(lilypond-version) (http://lilypond.org/) }
>   }
> }




reply via email to

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