Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Bob Tennent
> Don: How are converting pdf to jpg?

I did the following, which is simpler than it sounds:

1. In Outlook, Format Text tab, select HTML.

2. Highlight the Acrobat window displaying the PDF

3. Click Alt-PrtScr

4. Highlight the Outlook window

5. Click Ctrl-V. Pasted image appears in the email.

6. Highlight the image in the Outlook window

7. Click Picture Tools Format|Crop

8. Crop away the unwanted parts of the pasted image.


So that's simple?  :+)At one of these steps you're getting a default
resolution, likely 72 dpi or 100 dpi.

Install ImageMagick from

https://www.imagemagick.org/script/binary-releases.php#windows

It's easy to use and allows *you* to determine the resolution of the raster
graphic.

Bob
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Bob Tennent
 >|for that kind of image, png is a more
 >|economical format than jpg.

Example:

  convert -density 300 palms.pdf palms.png

produces a file of size 118649 bytes.

  convert -density 300 palms.pdf palms.jpg

produces a file of size 596466 bytes.

And pngs can be compressed further (losslessly).

  optipng palms.png

reduces the size another 12%.

Bob
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread maurizio .mau. codogno
On Tue, Aug 29, 2017 at 1:28 PM, Jean-Pierre Coulon 
wrote:

>
> On Tue, 29 Aug 2017, Bob Tennent wrote:
>
>> >|Does anybody see anything other than a black surface?
>>
>> Works for me on Windows 7.  Perhaps 600 dpi was overkill.
>>
>
> Is black with Irfanview, but OK with Firefox. The sharp is OK.


maybe there is some problem with transparent color which is displayed as
black.
ciao, .mau.
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Jean-Pierre Coulon

On Tue, 29 Aug 2017, Bob Tennent wrote:


>|> P.S. jpg isn't a good format to use for line-oriented images.
>|> I've attached a png image generated using
>|
>|Does anybody see anything other than a black surface?

Works for me on Windows 7.  Perhaps 600 dpi was overkill.


Is black with Irfanview, but OK with Firefox. The sharp is OK.

Bye,
--
Jean-Pierre

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Bob Tennent
 >|> P.S. jpg isn't a good format to use for line-oriented images.
 >|> I've attached a png image generated using
 >|
 >|Does anybody see anything other than a black surface?

Works for me on Windows 7.  Perhaps 600 dpi was overkill.

 >|AFAIK the png format describes pixels like jpg. It is not vector
 >|graphics like
 >|pdf or PostScript.

Yes. But I presume Don had some reason to convert PDF to a
raster graphic. And for that kind of image, png is a more
economical format than jpg.

Don: How are converting pdf to jpg? Can you not contrul the
resolution?  

Bob
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Jean-Pierre Coulon

If I print the pdf the sharp is strange.

--
Jean-Pierre

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Jean-Pierre Coulon

On Mon, 28 Aug 2017, Bob Tennent wrote:


P.S. jpg isn't a good format to use for line-oriented images.
I've attached a png image generated using


Does anybody see anything other than a black surface?

AFAIK the png format describes pixels like jpg. It is not vector graphics like 
pdf or PostScript.


Bye,
--
Jean-Pierre

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Don Simons
Strange indeed!!

Confirming Jean-Pierre's observation, when I use Adobe Acrobat in Windows 7
to view the pdf I posted, I see the white gaps at magnifications of 253% or
less, but solid black at higher magnification.

--Don

> -Original Message-
> From: TeX-Music [mailto:tex-music-boun...@tug.org] On Behalf Of Jean-
> Pierre Coulon
> Sent: Monday, August 28, 2017 11:09 PM
> To: Werner Icking Music Archive <tex-music@tug.org>
> Subject: Re: [Tex-music] Strange "#" symbol
> 
> On Mon, 28 Aug 2017, Don Simons wrote:
> 
> > I don't know what governs the resolution in the conversion. But the
> > PDF
> > (attached) has the same appearance on screen regardless of the screen
> > resolution, with white where the lines cross within the "#" symbol.
> 
> Strange :I see a regular sharp with Acrobat reader if I zoom the pdf a
lot, but
> the sharp is strange if I zoom it moderately. See the screen captures
> attached. The sharp is always OK with Sumatra.
> 
> The sharp is OK if I say magick palms.pdf -density 300 palms.jpg
> 
> Bye,
> --
> Jean-Pierre

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-29 Thread Jean-Pierre Coulon

On Mon, 28 Aug 2017, Don Simons wrote:


I don't know what governs the resolution in the conversion. But the PDF
(attached) has the same appearance on screen regardless of the screen
resolution, with white where the lines cross within the "#" symbol.


Strange :I see a regular sharp with Acrobat reader if I zoom the pdf a lot, 
but the sharp is strange if I zoom it moderately. See the screen captures 
attached. The sharp is always OK with Sumatra.


The sharp is OK if I say magick palms.pdf -density 300 palms.jpg

Bye,
--
Jean-Pierre
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-28 Thread Jean-Pierre Coulon

On Mon, 28 Aug 2017, Don Simons wrote:


I don't know what governs the resolution in the conversion. But the PDF
(attached) has the same appearance on screen regardless of the screen
resolution, with white where the lines cross within the "#" symbol.


Thanks. Perhaps a feature of this funny font? What is its name? Can you try a 
good old font?


Bye,
--
Jean-Pierre

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Strange "#" symbol

2017-08-28 Thread Jean-Pierre Coulon

On Sun, 27 Aug 2017, Don Simons wrote:


The image below is from a PDF. When I print it out, the "#" symbol looks
normal !?


What governs the resolution of the jpg in the conversion? Can't you attach the 
pdf?


Bye,
--
Jean-Pierre

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


[Tex-music] Strange "#" symbol

2017-08-27 Thread Don Simons
The image below is from a PDF. When I print it out, the "#" symbol looks
normal !?

 

From: TeX-Music [mailto:tex-music-boun...@tug.org] On Behalf Of Don Simons
Sent: Sunday, August 27, 2017 11:38 AM
To: 'Werner Icking Music Archive' 
Subject: Re: [Tex-music] X - noteheads

 

Since no one responded to my plea, I bit the bullet and dug into
musixtex.tex. I did come up with a method. But I wanted to use it in PMX,
enabling PMX to replace ordinary quarters and 8ths with X-notes. So it got
very ugly. Didn't use musixper at all, except for clues on how to substitute
an alternate symbol for a notehead. If anyone cares to have a look, I'd
appreciate it if you could figure out how to do this more efficiently.

 

Unfortunately you'll need to have installed the jazz fonts and musixjaz.tex
to compile the sample file.

 

While we're at it, does anyone have any idea why the "#" symbol in the
subtitle looks weird? I got the same result both with ghostview and with
acrobat distiller.

 

--Don

 



 

 

 

 

 

> -Original Message-

> From: TeX-Music [mailto:tex-music-boun...@tug.org] On Behalf Of Don

> Simons

> Sent: Saturday, August 26, 2017 12:51 PM

> To: 'Werner Icking Music Archive'  >

> Subject: [Tex-music] X - noteheads

> 

> musixper activates commands like \doqu which give notes that have an X

> symbol as a notehead. However, the stem goes too low for my taste...it

> seems like it should stop when it first touches the X symbol, rather than

> extending to the midheight of the symbol. Can any of you TeXperts out
there

> figure out how to shorten the stem that way? I'll probably also want to do

> this for beamed notes.

> 

> --Don Simons

> 

> ---

>   TeX-music@tug.org mailing list

> If you want to unsubscribe or look at the archives, go to

>  
http://tug.org/mailman/listinfo/tex-music

---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music