what i have now is this

\score {
        \notes
        \context PianoStaff <
                \property PianoStaff.instrument = "Piano   "
                \property PianoStaff.instr = "Pno.   "
                \context Staff = treble {
                        \property Staff.midiInstrument = "acoustic grand"
                        \global
                        <
                                \dynamics
                                \treble
                        >
                }
                
                \context Staff = bass {
                        \property Staff.midiInstrument = "acoustic grand"
                        \global
                        <
                                \dynamics
                                \bass
                        >
                }
        >
        \paper {}
        \midi {
                \tempo 4 = 170
        }
}

\dynamics is made up of s8's with dynamics attached to them. yes, this 
way i do get the dynamcs for both hands, but it's an assignemnt for my 
composition class. so i'll have to hand in the printout.
thus i want the dynamics to be in the center, but when i place them 
under the treble staff, whenever there's a note with ledger lines it 
will be placed lower than the previous dynamic, so is there a way to 
get the dynamics all on one line?

TIA,

Jule

On Tuesday, Oct 8, 2002, at 18:13 US/Eastern, Rune Zedeler wrote:

> 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 you have the 
> good old "voices play the same notes interleaved-problem")
>
> -Rune
>
>
Jule Slootbeek
[EMAIL PROTECTED]



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to