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?
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
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
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
[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
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
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