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


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to