Re: Ambitus engraver should prefer its key signature

2009-03-06 Thread Valentin Villenave
2009/3/6 David Kastrup : > > 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 __

Issue 762 in lilypond: Ambitus engraver should be smarter about accidentals

2009-03-06 Thread codesite-noreply
Status: Accepted Owner: v.villenave Labels: Type-Enhancement Priority-Low New issue 762 by v.villenave: Ambitus engraver should be smarter about accidentals http://code.google.com/p/lilypond/issues/detail?id=762 New report from David: The ambitus engraver will, when determining the ambitus i

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

Issue 761 in lilypond: Enhancement: Voice contexts should be kept alive

2009-03-06 Thread codesite-noreply
Status: Accepted Owner: v.villenave Labels: Type-Enhancement Priority-Low New issue 761 by v.villenave: Enhancement: Voice contexts should be kept alive http://code.google.com/p/lilypond/issues/detail?id=761 \version "2.12.2" %The dontDie is necessary to keep the voices alive. dontDie = {

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

2009-03-06 Thread codesite-noreply
Updates: Status: Accepted Labels: Type-Enhancement Priority-Low Comment #2 on issue 760 by v.villenave: Feature request: polyphony shortcut could be better http://code.google.com/p/lilypond/issues/detail?id=760 Now, a much better example from James: \version "2.12.2" musOne

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

2009-03-06 Thread Valentin Villenave
2009/3/6 James E. Bailey > I'm of the opinion anything Mats does is better than anything I do. The goal > is that <<{}\\{}>> doesn't create two new voice contexts, but rather keeps > the first one active, and just creates a second new voice context. Remember > that the goal here is that one vo

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

2009-03-06 Thread James E. Bailey
El 06.03.2009, a las 13:54, Valentin Villenave escribió: 2009/3/6 James E. Bailey : \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}>>\o

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

2009-03-06 Thread Valentin Villenave
2009/3/6 James E. Bailey : > \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. }

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"

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

2009-03-06 Thread Valentin Villenave
2009/3/6 : > 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 << {

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

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

2009-03-06 Thread codesite-noreply
Status: New Owner: New issue 760 by jameselihubailey: Feature request: polyphony shortcut could be better http://code.google.com/p/lilypond/issues/detail?id=760 The shortcut for multiple voices could be better. It would be nice if the shorthand, <<{}\\{}>> were equivalent to <<{\voiceOne

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