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 the dedication field. You should build a custom 
> bookTitleMarkup and/or scoreTitleMarkup definition, which includes the image. 
> For more details, see 
> .
>
> Hope this helps!
> Kieren.
Maybe for the next or second next project.
I agree with you but it looks nice and fits my needs.
Kind regard Bernhard

-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
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




signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 
bookTitleMarkup and/or scoreTitleMarkup definition, which includes the image. 
For more details, see 
.

Hope this helps!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 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
> bernhard.kle...@gmx.net
> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 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
bernhard.kle...@gmx.net
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




signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
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




signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user