Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Ryan Wieghard
lol! a true genius approaches things simply
> On May 5, 2016, at 11:23 PM, Sven Axelsson  wrote:
> 
> On 6 May 2016 at 07:53, Ryan Michael  wrote:
>> 
>> On Thu, May 5, 2016 at 10:44 PM, Sven Axelsson 
>> wrote:
>>> 
>>> The file contains a binary header and binary preview data. I suppose
>>> Lilypond does not like that. Is it possible to save without preview
>>> and thumbnail images in Illustrator (I don't have the program myself)?
>> 
>> You are brilliant Sven! how could you inspect / intuit the binary header?
>> 
>> Currently would just like to shift the eps image to the left of its current
>> placement. How can I do that?
> 
> I just opened the file in VIM. Easy peasy.
> 
> -- 
> Sven Axelsson
> ++[>++>+++>++>++
>> <-]>.+..>+.>+.<<-.>>+.>.<<.
> +++.>-.<<++.>>.<++.>>>++..>>.<.


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


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Sven Axelsson
On 6 May 2016 at 07:53, Ryan Michael  wrote:
>
> On Thu, May 5, 2016 at 10:44 PM, Sven Axelsson 
> wrote:
>>
>> The file contains a binary header and binary preview data. I suppose
>> Lilypond does not like that. Is it possible to save without preview
>> and thumbnail images in Illustrator (I don't have the program myself)?
>
> You are brilliant Sven! how could you inspect / intuit the binary header?
>
> Currently would just like to shift the eps image to the left of its current
> placement. How can I do that?

I just opened the file in VIM. Easy peasy.

-- 
Sven Axelsson
++[>++>+++>++>++
><-]>.+..>+.>+.<<-.>>+.>.<<.
+++.>-.<<++.>>.<++.>>>++..>>.<.

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


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Ryan Michael
For future thread reference, in adobe illustrator, if you do "Save As > EPS
file"

You want to set the "Preview Format" field to "None"

On Thu, May 5, 2016 at 10:53 PM, Ryan Michael 
wrote:

> You are brilliant Sven! how could you inspect / intuit the binary header?
>
> Currently would just like to shift the eps image to the left of its
> current placement. How can I do that?
>
> On Thu, May 5, 2016 at 10:44 PM, Sven Axelsson 
> wrote:
>
>> On 6 May 2016 at 00:34, Ryan Michael  wrote:
>> >
>> > Forgive me. The error is:
>> >
>> >
>> > lilypond/current/scm/stencil.scm:779:26: Wrong type argument in
>> position 1:
>> > #f
>> >
>> > On Thu, May 5, 2016 at 3:23 PM, Simon Albrecht 
>> > wrote:
>> >>
>> >> On 06.05.2016 00:14, Ryan Michael wrote:
>> >>>
>> >>> I have the following snippet
>> >>>
>> >>> %%%
>> >>>
>> >>> 2\fermata^\markup{
>> >>>  \epsfile #X #20 #"recorder_fingering.eps"
>> >>> }
>> >>>
>> >>> %%%
>> >>>
>> >>> Where I use an eps file generated from Adobe Illustrator.
>> >>> Here is the .eps file
>> >>>
>> >>>
>> http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps
>> >>>
>> >>>
>> >>> I have had this problem before. I don't know how to solve it.
>> >>
>> >>
>> >> And what _is_ the problem? :-)
>>
>> The file contains a binary header and binary preview data. I suppose
>> Lilypond does not like that. Is it possible to save without preview
>> and thumbnail images in Illustrator (I don't have the program myself)?
>>
>> --
>> Sven Axelsson
>> ++[>++>+++>++>++
>> ><-]>.+..>+.>+.<<-.>>+.>.<<.
>> +++.>-.<<++.>>.<++.>>>++..>>.<.
>>
>
>
>
> --
> ॐ नमः शिवाय
>



-- 
ॐ नमः शिवाय
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Ryan Michael
You are brilliant Sven! how could you inspect / intuit the binary header?

Currently would just like to shift the eps image to the left of its current
placement. How can I do that?

On Thu, May 5, 2016 at 10:44 PM, Sven Axelsson 
wrote:

> On 6 May 2016 at 00:34, Ryan Michael  wrote:
> >
> > Forgive me. The error is:
> >
> >
> > lilypond/current/scm/stencil.scm:779:26: Wrong type argument in position
> 1:
> > #f
> >
> > On Thu, May 5, 2016 at 3:23 PM, Simon Albrecht 
> > wrote:
> >>
> >> On 06.05.2016 00:14, Ryan Michael wrote:
> >>>
> >>> I have the following snippet
> >>>
> >>> %%%
> >>>
> >>> 2\fermata^\markup{
> >>>  \epsfile #X #20 #"recorder_fingering.eps"
> >>> }
> >>>
> >>> %%%
> >>>
> >>> Where I use an eps file generated from Adobe Illustrator.
> >>> Here is the .eps file
> >>>
> >>>
> http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps
> >>>
> >>>
> >>> I have had this problem before. I don't know how to solve it.
> >>
> >>
> >> And what _is_ the problem? :-)
>
> The file contains a binary header and binary preview data. I suppose
> Lilypond does not like that. Is it possible to save without preview
> and thumbnail images in Illustrator (I don't have the program myself)?
>
> --
> Sven Axelsson
> ++[>++>+++>++>++
> ><-]>.+..>+.>+.<<-.>>+.>.<<.
> +++.>-.<<++.>>.<++.>>>++..>>.<.
>



-- 
ॐ नमः शिवाय
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Sven Axelsson
On 6 May 2016 at 00:34, Ryan Michael  wrote:
>
> Forgive me. The error is:
>
>
> lilypond/current/scm/stencil.scm:779:26: Wrong type argument in position 1:
> #f
>
> On Thu, May 5, 2016 at 3:23 PM, Simon Albrecht 
> wrote:
>>
>> On 06.05.2016 00:14, Ryan Michael wrote:
>>>
>>> I have the following snippet
>>>
>>> %%%
>>>
>>> 2\fermata^\markup{
>>>  \epsfile #X #20 #"recorder_fingering.eps"
>>> }
>>>
>>> %%%
>>>
>>> Where I use an eps file generated from Adobe Illustrator.
>>> Here is the .eps file
>>>
>>> http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps
>>>
>>>
>>> I have had this problem before. I don't know how to solve it.
>>
>>
>> And what _is_ the problem? :-)

The file contains a binary header and binary preview data. I suppose
Lilypond does not like that. Is it possible to save without preview
and thumbnail images in Illustrator (I don't have the program myself)?

-- 
Sven Axelsson
++[>++>+++>++>++
><-]>.+..>+.>+.<<-.>>+.>.<<.
+++.>-.<<++.>>.<++.>>>++..>>.<.

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


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread David Wright
On Fri 06 May 2016 at 01:14:11 (+0200), Thomas Morley wrote:
> 2016-05-06 0:34 GMT+02:00 Ryan Michael :
> > Forgive me. The error is:
> >
> > lilypond/current/scm/stencil.scm:779:26: Wrong type argument in position 1:
> > #f
> >
> > On Thu, May 5, 2016 at 3:23 PM, Simon Albrecht  
> > wrote:
> >> On 06.05.2016 00:14, Ryan Michael wrote:
> >>> I have the following snippet
> >>>
> >>> %%%
> >>>
> >>> 2\fermata^\markup{
> >>>  \epsfile #X #20 #"recorder_fingering.eps"
> >>> }
> >>>
> >>> %%%
> >>>
> >>> Where I use an eps file generated from Adobe Illustrator.
> >>> Here is the .eps file
> >>>
> >>> http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps

I used wget on that address and got an HTML page. So I browsed instead,
and got taken to a download button with 846.19KB inscribed on it.

> >>> I have had this problem before. I don't know how to solve it.
> >>
> >> And what _is_ the problem? :-)
> 
> I've no idea what Adobe Illustrator thinks it is doing.
> I had a hard time to open it in any text-editor, most of them simply crashed.
> 
> Then I opened it with gimp and stored it without any change under a
> different name.
> Now it works on my machine.

Your new attachment is 11KB of base64, or just 8643 bytes!
(I left the problem alone.)

Cheers,
David.

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


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Thomas Morley
2016-05-06 0:34 GMT+02:00 Ryan Michael :
>
> Forgive me. The error is:
>
>
> lilypond/current/scm/stencil.scm:779:26: Wrong type argument in position 1:
> #f
>
> On Thu, May 5, 2016 at 3:23 PM, Simon Albrecht 
> wrote:
>>
>> On 06.05.2016 00:14, Ryan Michael wrote:
>>>
>>> I have the following snippet
>>>
>>> %%%
>>>
>>> 2\fermata^\markup{
>>>  \epsfile #X #20 #"recorder_fingering.eps"
>>> }
>>>
>>> %%%
>>>
>>> Where I use an eps file generated from Adobe Illustrator.
>>> Here is the .eps file
>>>
>>> http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps
>>>
>>>
>>> I have had this problem before. I don't know how to solve it.
>>
>>
>> And what _is_ the problem? :-)
>>
>> Best, Simon
>
>
>
>
> --
> ॐ नमः शिवाय


I've no idea what Adobe Illustrator thinks it is doing.
I had a hard time to open it in any text-editor, most of them simply crashed.

Then I opened it with gimp and stored it without any change under a
different name.
Now it works on my machine.

{
  2
  \fermata^\markup{
   \epsfile #X #20 #"recorder_fingering-harm.eps"
  }
}

Cheers,
  Harm


recorder_fingering-harm.eps
Description: PostScript document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Ryan Michael
Forgive me. The error is:


lilypond/current/scm/stencil.scm:779:26: Wrong type argument in position 1:
#f

On Thu, May 5, 2016 at 3:23 PM, Simon Albrecht 
wrote:

> On 06.05.2016 00:14, Ryan Michael wrote:
>
>> I have the following snippet
>>
>> %%%
>>
>> 2\fermata^\markup{
>>  \epsfile #X #20 #"recorder_fingering.eps"
>> }
>>
>> %%%
>>
>> Where I use an eps file generated from Adobe Illustrator.
>> Here is the .eps file
>>
>> http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps
>>
>>
>> I have had this problem before. I don't know how to solve it.
>>
>
> And what _is_ the problem? :-)
>
> Best, Simon
>



-- 
ॐ नमः शिवाय
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem with Illustrator exported eps using \epsfile

2016-05-05 Thread Simon Albrecht

On 06.05.2016 00:14, Ryan Michael wrote:

I have the following snippet

%%%

2\fermata^\markup{
 \epsfile #X #20 #"recorder_fingering.eps"
}

%%%

Where I use an eps file generated from Adobe Illustrator.
Here is the .eps file

http://www.mediafire.com/download/f3st88sh146vbja/recorder_fingering.eps


I have had this problem before. I don't know how to solve it.


And what _is_ the problem? :-)

Best, Simon

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