lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dynamics in between a PianoStaff


From: Jule Slootbeek
Subject: Re: dynamics in between a PianoStaff
Date: Tue, 8 Oct 2002 19:05:52 -0400

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
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]