On Thu, 15 Aug 2002, Werner LEMBERG wrote:
> > [EMAIL PROTECTED] writes:
> > > \context PianoStaff <
> > > \context Staff = upper \upper
> > > \context Dynamics = pedal
> > > \context Staff = lower \lower
> > > % \context Dynamics = pedal
> >
> > There is no argument to this \context Dynamics.
>
> But why does it work if Dynamics is between the two staffs?
>
If you like analogies, then just have a look at the following snippet of
C code:
int dummy() { return 0; }
void demo() {
int a;
dummy();
a =
dummy();
/* a = */
}
This should compile, but if you comment out the first "a =" rather than
the second one, it will not compile.
Greetings,
Juergen
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel