lilypond-user
[Top][All Lists]
Advanced

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

Re: pushing items "through" or "beyond" other contexts


From: Kieren MacMillan
Subject: Re: pushing items "through" or "beyond" other contexts
Date: Sat, 3 Jun 2017 11:41:58 -0400

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




reply via email to

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