lilypond-user
[Top][All Lists]
Advanced

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

Re: piano dynamics and midi


From: Rune Zedeler
Subject: Re: piano dynamics and midi
Date: Sat, 11 May 2002 16:44:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

Peter Dixon wrote:

 Any suggestions?

Yes. Wait for 1.6 (or download one of the resent 1.5 versions) and check out input/template/piano-dynamics.ly

Alternatively you can create two score blocks and do something like (untested but modulo typos it works)

upper = \notes ...
lower = \notes ...
dynamics = \notes ...
\score{
  \context PianoStaff <
    \context Staff=up < \upper \dynamics >
    \context Staff=down < \lower >
  >
  \paper{}
}
\score{
  \context Staff <
    \upper
    \lower
    \dynamics
  >
  \midi{}
}


-Rune




reply via email to

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