Hi Mark,

> What about
> \context Staff = "upper" s2^\p

You mean

\version "2.19.60"

upperStuff = {
 c''2 d''4( c'')
}

centredDynamics = {
  s2\f
  \context Staff = "upper" s2^\p
}

lowerStuff = {
  \clef bass
  c1
}

\new PianoStaff <<
  \new Staff = “upper” \upperStuff
  \new Dynamics = “dyn” \centredDynamics
  \new Staff = “lower” \lowerStuff
>>

?? That doesn’t work (at least here).

Thanks,
Kieren.

________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to