Re: Problem running LP on win32.

2008-10-24 Thread David Picón Álvarez
From: "Nick Payne" <[EMAIL PROTECTED]> On my system (same Lilypond version) that file is in C:\Program Files\LilyPond\usr\share\guile\1.8\ice-9. Is it there on your system? It is there. When I decided to check if there was any trouble with it, I realized my antivirus is detecting guile.exe as

Re: How to create a double glissando?

2008-10-24 Thread Arjan Bos
On 23 okt 2008, at 17:55, Kieren MacMillan wrote: Hi Arjan, all within the same voice You can attach each gliss to hidden notes in two separate Voice contexts and then combine them into the Staff with the other two Voices (which contain the visible notes). But otherwise you can't do it

Re: How to create a double glissando?

2008-10-24 Thread Arjan Bos
On 23 okt 2008, at 17:55, Kieren MacMillan wrote: Hi Arjan, all within the same voice You can attach each gliss to hidden notes in two separate Voice contexts and then combine them into the Staff with the other two Voices (which contain the visible notes). But otherwise you can't do it

RE: Problem running LP on win32.

2008-10-24 Thread Helge Kruse
David, What version of antivirus software are you using. I have got a infected message too. I have Avira Antivir installed. Regards, Helge From: "Nick Payne" <[EMAIL PROTECTED]> > On my system (same Lilypond version) that file is in C:\Program Files\LilyPond\usr\share\guile\1.8\ice-9. Is it ther

Re: Problem running LP on win32.

2008-10-24 Thread David Picón Álvarez
From: "Helge Kruse" <[EMAIL PROTECTED]> What version of antivirus software are you using. I have got a infected message too. I have Avira Antivir installed. Same. Updated Avira AntiVir. Maybe (hopefully) this is a false positive. Do you also get same error when trying to run lilypond? --Davi

Re: Problem running LP on win32.

2008-10-24 Thread Mats Bengtsson
You are the second person to bring up this problem, see http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00718.html Unfortunately, I haven't had the time to verify it myself, but I guess the problematic line in the error message is: programming error: cannot find absolute argv0 which te

Character change on Vista

2008-10-24 Thread sdfgsdhdshd
With 2.11.62 on a PC with XP and another PC with Vista, i tested the code below. The result is fine on both. Then i uncomment the line. The result is still fine on XP, but on Vista the uppercase N (and only this one) is changed to another character. Any ideas? \include "italiano.ly" #(ly:set-

Re: Problem running LP on win32.

2008-10-24 Thread Francisco Vila
2008/10/24 Mats Bengtsson <[EMAIL PROTECTED]>: > You are the second person to bring up this problem, see > http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00718.html I can confirm this in XP SP2, both without arguments and with a valid one. Same exact message and no PDF output. The Desk

Re: Unexpected character change on Vista

2008-10-24 Thread sdfgsdhdshd
Thanks. I wrote the two alphabets to show the problem is only with N. Moreover, i tried many other characters, including letters with accents: no other problem. The N problem is also unconditional: it happens in all my scores with N on Vista. Could not reproduce it on XP. Trevor Daniels wrote: >

Re: Character change on Vista

2008-10-24 Thread Trevor Daniels
I get the same result on Vista. Here's a minimal example which shows the problem: \score { << \override Score.LyricText #'font-name = #"Times New Roman" \relative c'' { g } \addlyrics { nN } >> } Trevor - Original Message - From: "sdfgsdhdshd" <[EMAIL PROTECTED]> To: Sent

midi2ly

2008-10-24 Thread Martin Tarenskeen
Hi Lilyponders, Following my request to update and debug the midi2ly utility: I'm also a user of Mup, a program similar to Lilypond but shareware, and slightly less advanced. ( Which reminds me: whatever happened to mup2ly ? Can't find it anywhere anymore. ) In the mup-users mailing list was

Re: Character change on Vista

2008-10-24 Thread Valentin Villenave
2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>: > I get the same result on Vista. Here's a minimal > example which shows the problem: Hi Trevor, may i ask you to send a png? (since you're about the only one who can reproduce it :-) Cheers, Valentin __

Re: Unexpected character change on Vista

2008-10-24 Thread sdfgsdhdshd
A first look to the ps file shows the N is present. So a gs bug? sdfgsdhdshd wrote: > > Thanks. I wrote the two alphabets to show the problem is only with N. > Moreover, i tried many other characters, including letters with accents: > no other problem. > The N problem is also unconditional: it

Re: Character change on Vista

2008-10-24 Thread Trevor Daniels
Valentin Villenave wrote Friday, October 24, 2008 12:02 PM 2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>: I get the same result on Vista. Here's a minimal example which shows the problem: Hi Trevor, may i ask you to send a png? (since you're about the only one who can reproduce it :-) Su

Re: Character change on Vista

2008-10-24 Thread Valentin Villenave
2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>: > Sure - attached. Thanks - added: http://code.google.com/p/lilypond/issues/detail?id=699 :-) Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: How to create a double glissando?

2008-10-24 Thread Kieren MacMillan
Hi Arjan, This is my solution. Looks good! Otherwise an ugly gap appears between the `real' note and the start of the glissando. Even in this solution, the gap is (to my eye) a little large… but don't forget that you can always use \override Glissando #'bound-details #'right #'pad

Re: Character change on Vista

2008-10-24 Thread Mats Bengtsson
I hope you have verified that the specific font is included in the list of available fonts, which you obtain from lilypond -dshow-available-fonts x on both platforms. Can you repeat the same problem with other fonts? /Mats Quoting sdfgsdhdshd <[EMAIL PROTECTED]>: With 2.11.62 on a PC with X

Re: Character change on Vista

2008-10-24 Thread Jonathan Kulp
I got the same results as Trevor under Vista. Output is correct on Linux though. Jon Valentin Villenave wrote: 2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>: I get the same result on Vista. Here's a minimal example which shows the problem: Hi Trevor, may i ask you to send a png? (since yo

Re: Cross staff notation

2008-10-24 Thread Jonathan Kulp
The way I dealt with this issue was just to put the \change Staff command into variables: csu = \change Staff = u % change staff upper csl = \change Staff = l % change staff lower Then issue the \csu or \csd commands when necessary. You still have to make it change staves a lot, but at lea

Re: midi2ly

2008-10-24 Thread Wilbert Berendsen
Op vrijdag 24 oktober 2008, schreef Martin Tarenskeen: > ( Which reminds me: whatever happened to mup2ly > ? Can't find it anywhere anymore. ) Mup2ly was unmaintained and I think only avaiable til version 2.6 or something. I am also an experienced MUP user and I started a mup2ly replacement. The

global time signature style in 2.11.62

2008-10-24 Thread plutek-infinity
greetings! in 2.11.61, this changed time signature style to numeric: \layout { \context { \Staff \override TimeSignature #'style = #'() } } in 2.11.62, it no longer does so, but the definition for numericTimeSignature in property-init.ly is: \override Staff.TimeSignat

Re: global time signature style in 2.11.62

2008-10-24 Thread Mats Bengtsson
It certainly works over here in version 2.11.63. /Mats plutek-infinity wrote: greetings! in 2.11.61, this changed time signature style to numeric: \layout { \context { \Staff \override TimeSignature #'style = #'() } } in 2.11.62, it no longer does so, but the defin

Re: Character change on Vista

2008-10-24 Thread Trevor Daniels
Mats Bengtsson wrote Friday, October 24, 2008 1:21 PM I hope you have verified that the specific font is included in the list of available fonts, which you obtain from lilypond -dshow-available-fonts x on both platforms. It certainly is available on Vista, where the fault occurs, and it do

Re: global time signature style in 2.11.62

2008-10-24 Thread Trevor Daniels
plutek-infinity wrote Friday, October 24, 2008 4:34 PM greetings! in 2.11.61, this changed time signature style to numeric: \layout { \context { \Staff \override TimeSignature #'style = #'() } } in 2.11.62, it no longer does so It does in 2.11.62 here. Are you sure this

Re: global time signature style in 2.11.62

2008-10-24 Thread plutek-infinity
>Date: Fri, 24 Oct 2008 17:43:52 +0200 >From: Mats Bengtsson <[EMAIL PROTECTED]> >It certainly works over here in version 2.11.63. sorry my mistake. i had this later in my layout block: \context { \RemoveEmptyStaffContext } that command, of course, defines a staff context,

Re: global time signature style in 2.11.62

2008-10-24 Thread Mats Bengtsson
plutek-infinity wrote: sorry my mistake. i had this later in my layout block: \context { \RemoveEmptyStaffContext } that command, of course, defines a staff context, so i guess the two staff contexts were conflicting. The last definition in your file is the one tha

Re: global time signature style in 2.11.62

2008-10-24 Thread plutek-infinity
>Date: Fri, 24 Oct 2008 18:05:46 +0200 >From: Mats Bengtsson <[EMAIL PROTECTED]> > >plutek-infinity wrote: >> >> sorry my mistake. i had this later in my layout block: >> >> \context { >> \RemoveEmptyStaffContext >> } >> >> that command, of course, defines a staff context, so i gues

RE: Character change on Vista

2008-10-24 Thread Nick Payne
My suggestion would be to also generate the PDF from the PS using Acrobat on Vista and see if the result is the same as the PDF generated by GS on Vista. I have Acrobat but not Vista (only XP) or I would try it myself. Nick > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

Re: Character change on Vista

2008-10-24 Thread Trevor Daniels
Nick Payne wrote Friday, October 24, 2008 8:41 PM My suggestion would be to also generate the PDF from the PS using Acrobat on Vista and see if the result is the same as the PDF generated by GS on Vista. I have Acrobat but not Vista (only XP) or I would try it myself. and I have Vista but

feta.ttf?

2008-10-24 Thread Albert Frantz
Hello, Has anyone by chance made a TTF version of the beautiful Feta font? It would be wonderful to be able to use this font with other programs such as Finale. Many thanks, Albert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.g

Re: feta.ttf?

2008-10-24 Thread Andrew Hawryluk
After installing LilyPond you will have OpenType versions of the fonts (probably in a directory like .../lilypond/current/fonts/otf), but they won't work with Finale. This is because the two programs actually use different sets of glyphs and the two fonts store them under different character codes.

Re: piano introduction marks

2008-10-24 Thread Cordilow
This post is in response to an old post questioning about how to do hymn-style piano introduction brackets. Cordilow wrote: >Nevermind, actually! > >I think I found what I was looking for: ┌ (U+250C) and ┐(U+2510). > >The tops are a little shorter than the bottoms, though, but I think that's fo