Re: gh deprecation

2004-04-06 Thread Jan Nieuwenhuizen
Michael Welsh Duggan writes: > I have a lilypond tree in which I have replaced all gh_ calls by ly_ > or scm_ calls. (And all ly_ calls have been converted to use the > scm_ API.) I tried to send it here as a patch, but I am afraid it > was much too large. Would you be interested in said patch?

Re: Piano Pedal performace across a PianoStaff

2004-04-06 Thread Edward Sanford Sutton, III
On Tuesday April 6 2004 03:02, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > A pedal-event is currently performed by the staff context within > > which it is declared. As a piano's pedal tends to affect the entire > > output of the piano and not just one hand, it would be nice if > > ped

Portuguese note names

2004-04-06 Thread Pedro Kroger
Hi, Here are Portuguese names for notes. As I guess we still cannot send files to the list I'm sending the content of "portugues.py" in this email. I did some basic testing but would be nice to have real users testing (I only use the default lilypond duch names). The syntax for quarter-tones is q

gh deprecation

2004-04-06 Thread Michael Welsh Duggan
I have a lilypond tree in which I have replaced all gh_ calls by ly_ or scm_ calls. (And all ly_ calls have been converted to use the scm_ API.) I tried to send it here as a patch, but I am afraid it was much too large. Would you be interested in said patch? -- Michael Welsh Duggan ([EMAIL PRO

Piano Pedal performace across a PianoStaff

2004-04-06 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > A pedal-event is currently performed by the staff context within > which it is declared. As a piano's pedal tends to affect the entire > output of the piano and not just one hand, it would be nice if > pedal-events could be automatically performed across the staves in a

Re: Piano Pedal performace across a PianoStaff

2004-04-06 Thread Mats Bengtsson
Interesting, you get a SIGSEGV! However, if you replace "Piano_pedal_performer" with "Piano_pedal_engraver", LilyPond will process the file without crashing. Still, it doesn't do what you want. The next time, you try these things, remember that "_performer":s deal with MIDI file creation, whereas

Piano Pedal performace across a PianoStaff

2004-04-06 Thread Michael Welsh Duggan
A pedal-event is currently performed by the staff context within which it is declared. As a piano's pedal tends to affect the entire output of the piano and not just one hand, it would be nice if pedal-events could be automatically performed across the staves in a PianoStaff. My instinct was to u