Re: Issue 699 in lilypond: unwanted character changes on Windows Vista

2010-01-16 Thread lilypond


Comment #6 on issue 699 by tdanielsmusic: unwanted character changes on  
Windows Vista

http://code.google.com/p/lilypond/issues/detail?id=699

This now appears to work correctly in Vista too, even though the font  
appears to be

unchanged, so closure is correct.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 699 in lilypond: unwanted character changes on Windows Vista

2009-12-05 Thread lilypond


Comment #5 on issue 699 by pkx1...@hotmail.com: unwanted character changes  
on Windows Vista

http://code.google.com/p/lilypond/issues/detail?id=699

I ran this in latest version of Windows 7 and this prints 'nN' - see  
attached. I am using latest stable version of

Lilypond

Attachments:
screenshot.png  8.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 699 in lilypond: unwanted character changes on Windows Vista

2009-12-03 Thread lilypond

Updates:
Status: Verified

Comment #4 on issue 699 by v.villenave: unwanted character changes on  
Windows Vista

http://code.google.com/p/lilypond/issues/detail?id=699

IWBN to check if they've fixed this bug in the latest Microsoft Windows  
version.


Not that I really do care.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 699 in lilypond: unwanted character changes on Windows Vista

2009-01-03 Thread codesite-noreply

Updates:
Status: Invalid
Labels: -Type-Defect -Priority-Low Type-Other Priority-Postponed

Comment #3 on issue 699 by lemzwerg: unwanted character changes on Windows  
Vista

http://code.google.com/p/lilypond/issues/detail?id=699

The glyph name problem with times.ttf version 5.010 has been confirmed by
Microsoft people.  They don't provide an update of this font, however.

So this isn't a bug with lilypond.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 699 in lilypond: unwanted character changes on Windows Vista

2008-10-25 Thread codesite-noreply

Issue 699: unwanted character changes on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=699

Comment #1 by v.villenave:
New comment from Trevor D:

a comparison of the PS file from XP as supplied
by Nick Payne with the one generated under Vista shows obvious
differences.  The Times New Roman fonts are different versions:
version 3.000 on XP and version 5.010 on Vista.  Version 5
seems to be almost twice as long as Version 3.

Also Nick tells me that Adobe Acrobat/Distiller 9 fails when given
the PS file produced by Vista.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 699 in lilypond: unwanted character changes on Windows Vista

2008-10-25 Thread codesite-noreply

Issue 699: unwanted character changes on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=699

Comment #2 by v.villenave:
New comment from Michael Lauer:

I think it's a bug in the font itself(!). The glyph names seem
to be a bit mangled; the name N is assigned to several codepoints,
including that I-with-dot-below. (If you look in the ps file you can
see that in the font definition.)

[If anyone with a Vista box DOESN'T see this, what version of times.ttf
do you have? Mine is 5.01.]

An easy but really lousy fix would be to copy the old times.ttf from an
XP machine into your Vista machines c:\windows\fonts directory (backing up
the existing times.ttf, of course!). That would mean that all your software,
most of which probably doesn't look at the glyph names, would see
the old font.

A somewhat better fix is to copy the old times.ttf (and the bold/italic
versions, and any other system fonts you may want to use)) into
c:\users\username\.fonts\ , and then tell fontconfig to ignore
the system fonts. The only way I can see to do that is to edit
c:\program files\lilypond\etc\fonts\fonts.conf and remove the line
   dirWINDOWSFONTDIR/dir




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 699 in lilypond: unwanted character changes on Windows Vista

2008-10-25 Thread sdfgsdhdshd

Sorry, this is a workaround, not a solution.


codesite-noreply wrote:
 
 Issue 699: unwanted character changes on Windows Vista
 http://code.google.com/p/lilypond/issues/detail?id=699
 
 Comment #2 by v.villenave:
 New comment from Michael Lauer:
 
 I think it's a bug in the font itself(!). The glyph names seem
 to be a bit mangled; the name N is assigned to several codepoints,
 including that I-with-dot-below. (If you look in the ps file you can
 see that in the font definition.)
 
 [If anyone with a Vista box DOESN'T see this, what version of times.ttf
 do you have? Mine is 5.01.]
 
 An easy but really lousy fix would be to copy the old times.ttf from an
 XP machine into your Vista machines c:\windows\fonts directory (backing up
 the existing times.ttf, of course!). That would mean that all your
 software,
 most of which probably doesn't look at the glyph names, would see
 the old font.
 
 A somewhat better fix is to copy the old times.ttf (and the bold/italic
 versions, and any other system fonts you may want to use)) into
 c:\users\username\.fonts\ , and then tell fontconfig to ignore
 the system fonts. The only way I can see to do that is to edit
 c:\program files\lilypond\etc\fonts\fonts.conf and remove the line
 dirWINDOWSFONTDIR/dir
 

-- 
View this message in context: 
http://www.nabble.com/Issue-699-in-lilypond%3A-unwanted-character-changes-on-Windows-Vista-tp20165994p20166028.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 699 in lilypond: unwanted character changes on Windows Vista

2008-10-24 Thread codesite-noreply

Issue 699: unwanted character changes on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=699

New issue report by v.villenave:
% Another character is printed instead of the N.
% This issue seems to be specific to Windows Vista.

\score {
 
  \override Score.LyricText #'font-name = #Times New Roman
  \relative c'' { g }
  \addlyrics { nN }
 
}



Attachments:
badN.png  10.7 KB


Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Low OpSys-Windows

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Windows Vista

2008-10-16 Thread Mats Bengtsson
In addition to the previous answer, note that, as usual with Vista, you 
will need an account with administrator privileges to install LilyPond.
Please send future usage questions to the lilypond-user mailing list and 
reserve the bug-lilypond list for bug reports.


   /Mats

Deborah Luke wrote:

Hello Team,

I have had to replace my laptop and the new one has Windows Vista instead of 
XP.  I would be grateful if you could comfirm whether or not Lilypond is 
compatible with Vista as I do not see it listed on your website.


Thank you.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Windows Vista

2008-10-15 Thread Deborah Luke
Hello Team,

I have had to replace my laptop and the new one has Windows Vista instead of 
XP.  I would be grateful if you could comfirm whether or not Lilypond is 
compatible with Vista as I do not see it listed on your website.

Thank you.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Windows Vista

2008-10-15 Thread Valentin Villenave
2008/10/15 Deborah Luke [EMAIL PROTECTED]:

 I have had to replace my laptop and the new one has Windows Vista instead of
 XP.  I would be grateful if you could comfirm whether or not Lilypond is
 compatible with Vista as I do not see it listed on your website.

Greetings Deborah,

yes it is. We had a few issue several months ago but it's fixed now.

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-03-30 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

Comment #4 by [EMAIL PROTECTED]:
It would appear that the problem has been resolved with 2.11.43-2... 
Thank you!




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-03-30 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

Comment #5 by hanwenn:
(No comment was entered for this change.)


Issue attribute updates:
Status: Fixed
Labels: fixed_2_11_43

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-03-30 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

Comment #6 by v.villenave:
I cannot verify it myself, so I'll just trust in comment #4 and close 
the issue.



Issue attribute updates:
Status: Verified

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-03-29 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

Comment #3 by hanwenn:
can someone check wether 2.11.43-2 still has this problem?



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-03-11 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

Comment #2 by v.villenave:
This issue seems to be reproduced on Windows XP as of version 2.11.42 
(see issue #588)




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-01-04 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

Comment #1 by v.villenave:
Here's the fix that has been suggested by Thomas Kaiser:

(1) I replaced LilyPond/usr/bin/fontconfig-1.dll with the version from
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/fontconfig-2.4.2-tml-20071015.zip
(as suggested by David Gippner (dgippner) at www.lilypondforum.de),

(2) then I had to replace LilyPond/usr/bin/fc-cache.exe with the version
from the MiKTeX 2.6 distribution at
http://www.ctan.org/get/systems/win32/miktex/tm/packages/miktex-fontconfig-bin-2.6.tar.bz2.

Can anyone verify this?



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 545 in lilypond: LilyPond is excessively slow on Windows Vista

2008-01-04 Thread codesite-noreply

Issue 545: LilyPond is excessively slow on Windows Vista
http://code.google.com/p/lilypond/issues/detail?id=545

New issue report by v.villenave:
Lilypond takes around a minute to parse and render a .ly file,
whereas it used to take (on Linux and WinXP) only a few seconds.  This is
true of even the shortest .ly files.


Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium OpSys-Windows Performance

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Lilypond slow on Windows Vista

2008-01-03 Thread Tomas Kaiser

Here is what worked for me. I am using LilyPond 2.11.37-1 and Windows Vista.

(1) I replaced LilyPond/usr/bin/fontconfig-1.dll with the version from
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/fontconfig-2.4.2-tml-20071015.zip
(as suggested by David Gippner (dgippner) at www.lilypondforum.de),

(2) then I had to replace LilyPond/usr/bin/fc-cache.exe with the version
from the MiKTeX 2.6 distribution at
http://www.ctan.org/get/systems/win32/miktex/tm/packages/miktex-fontconfig-bin-2.6.tar.bz2.

Hope this helps,
Tomas


corey-29 wrote:
 
 Basically, Lilypond takes around a minute to parse and render a .ly file,
 whereas it used to take (on Linux and WinXP) only a few seconds.  This is
 true
 of even the shortest .ly files.
 

-- 
View this message in context: 
http://www.nabble.com/Lilypond-slow-on-Windows-Vista-tp14562778p14605941.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Lilypond slow on Windows Vista

2007-12-31 Thread corey
I'm sorry to be complaining about how Lilypond runs on Vista, but my laptop
doesn't have the hard drive space for a dual boot like my last one did. :(

Basically, Lilypond takes around a minute to parse and render a .ly file,
whereas it used to take (on Linux and WinXP) only a few seconds.  This is true
of even the shortest .ly files.

I didn't find any other bug reports about this, but I'm a noob, so I could have
missed it.

Thanks for all the great work!

-Corey



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Lilypond slow on Windows Vista

2007-12-31 Thread Graham Percival
There was some discussion on -devel about this; I believe it has
to do with the .fontcache information not being solved.

Let me know if it still occurs with .37 when it's released.

Cheers,
- Graham

On Mon, 31 Dec 2007 21:52:32 + (UTC)
corey [EMAIL PROTECTED] wrote:

 I'm sorry to be complaining about how Lilypond runs on Vista, but my
 laptop doesn't have the hard drive space for a dual boot like my last
 one did. :(
 
 Basically, Lilypond takes around a minute to parse and render a .ly
 file, whereas it used to take (on Linux and WinXP) only a few
 seconds.  This is true of even the shortest .ly files.
 
 I didn't find any other bug reports about this, but I'm a noob, so I
 could have missed it.
 
 Thanks for all the great work!
 
 -Corey
 
 
 
 ___
 bug-lilypond mailing list
 bug-lilypond@gnu.org
 http://lists.gnu.org/mailman/listinfo/bug-lilypond


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond