lilypond-devel
[Top][All Lists]
Advanced

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

Re: dynamics for piano


From: Juergen Reuter
Subject: Re: dynamics for piano
Date: Thu, 15 Aug 2002 16:12:52 +0200 (CEST)

On Thu, 15 Aug 2002, Werner LEMBERG wrote:

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





reply via email to

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