what i have now is this
\score {
\notes
\context PianoStaff <
\property PianoStaff.instrument = "Piano "
\property PianoStaff.instr = "Pno. "
\context Staff = treble {
\property Staff.midiInstrument = "aco
Simon Bailey wrote:
> \context Staff = rh <
> \dynamics
> \rightHand
> >
> \context Staff = lh <
> \dynamics
> \leftHand
> >
Usually I just do
\context Staff=pia < \dynamics \rightHand \leftHand >
No need to use two midi channels for the piano (unless y
On Tue, 2002-10-08 at 23:45, Jule Slootbeek wrote:
> i have a piece for piano and i want the dynamics to be printed once in
> between the staves but that they do affect both the hands in the MIDI.
> I also want the dynamics to be centered betwent he two staves in stead
> of aligned with one of
I ran into this problem lately.
i have a piece for piano and i want the dynamics to be printed once in
between the staves but that they do affect both the hands in the MIDI.
I also want the dynamics to be centered betwent he two staves in stead
of aligned with one of them. what would be the be