Re: eps image inclusion

2016-10-23 Thread Bernhard Kleine
Am 23.10.2016 um 15:13 schrieb Kieren MacMillan: > Hi Bernhard, > >> 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? > You shouldn’t overload th

Re: eps image inclusion

2016-10-23 Thread Kieren MacMillan
Hi Bernhard, > 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? You shouldn’t overload the dedication field. You should build a custom bookTitleMa

Re: eps image inclusion

2016-10-23 Thread Pierre Perol-Schneider
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 : > Am 23.10.2016 um

Re: eps image inclusion

2016-10-22 Thread Bernhard Kleine
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

Re: eps image inclusion

2016-10-22 Thread 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

Re: eps image inclusion

2016-10-22 Thread 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 pa