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/) }
> }
> }
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user