convert-ly on macosx 10.4

2009-03-06 Thread James E. Bailey
I just noticed that convert-ly does not work from the lilypond.app  
menu item in osx 10.4. I have python installed. convert-ly works from  
the terminal, but here are the problems with the menu item.


• If I update the convert-ly file to be: env python, lilypond does  
not find python. That's not unreasonable, the GUI versions of most  
command-line applications don't load the path properly. (It's a known  
issue with programs like Emacs.app or Aquamacs.app)
• If I update the convert-ly file to be the exact path to my python  
installation (in this case /Users/jamesebailey/bin/python), lilypond  
finds python, but reports the error:

 'import site' failed; use -v for traceback
Traceback (most recent call last):
  File /Users/jamesebailey/Applications/LilyPond.app/Contents/ 
Resources/bin/convert-ly, line 14, in module

import os
ImportError: No module named os

With either modification, running convert-ly from the terminal works  
without problem. Can this be resolved, or should convert-ly simply be  
removed from the menu in 10.4?


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


Issue 729 in lilypond: MIDI #47 instrument's name is incorrect

2009-03-06 Thread codesite-noreply

Updates:
Status: Fixed
Labels: fixed_2_13_0

Comment #2 on issue 729 by v.villenave: MIDI #47 instrument's name is  
incorrect

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

Thanks Andrew, I'll verify it as soon as the next GUB build is out.

--
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 760 in lilypond: Feature request: polyphony shortcut could be better

2009-03-06 Thread Valentin Villenave
2009/3/6  codesite-nore...@google.com:
 New issue 760 by jameselihubailey: Feature request: polyphony shortcut could
 be better
 http://code.google.com/p/lilypond/issues/detail?id=760

Hi James (assuming that it's your pseudo),

could you provide us with a minimal example of a situation where  \\
 screws up while  {} \new Voice {}  works fine ? I think Mats
gave us one a couple years ago, but I can't find it right now.

Regards,
Valentin


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


Issue 760 in lilypond: Feature request: polyphony shortcut could be better

2009-03-06 Thread codesite-noreply


Comment #1 on issue 760 by v.villenave: Feature request: polyphony shortcut  
could be better

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

Here's an example from James involving lyrics and voice names. I'm not sure  
how this

could be handled automatically though.

\version 2.12.2
musOne = \context Voice = upperOne \relative f' { f4 {g a}\\{e d}f }
musTwo = \context Voice = upperTwo \relative f' { f4 {\voiceOne g  
a}\context Voice

= lowerTwo {\voiceTwo e d}\oneVoice f }
lyr = \lyricmode { This text splits here. }

\score {
   
   \new Staff \musOne
   \new Lyrics \lyricsto upperOne \lyr
   
}
\score {
   
   \new Staff \musTwo
   \new Lyrics \lyricsto upperTwo \lyr
   
}

--
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: Ambitus engraver should prefer its key signature

2009-03-06 Thread David Kastrup

Ping?  Anybody out here?

-- 
David Kastrup



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


Re: Ambitus engraver should prefer its key signature

2009-03-06 Thread Valentin Villenave
2009/3/6 David Kastrup d...@gnu.org:

 Ping?  Anybody out here?

Yeah, I'm right here.

Added as http://code.google.com/p/lilypond/issues/detail?id=762

(when I see that a bug report is more than 2 lines long, I tend to
easily be discouraged ;-)

Regards,
Valentin


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