On Sun, Feb 22, 2004 at 08:18:34PM -0500, Ruven Gottlieb wrote:
> ...If you want to override this, use a |\translator| block as follows:
> 
>       \translator {
>         \PianoStaffContext
>         VerticalAlignment \override #'forced-distance = #9
>       }
> 
> **********
> But I don't know where to put the /translator block. I can't find 
> anything that illustrates how to use it, and no matter where I put it in 
> an input file, I get error messages.

Put it into the paper block:

\score {
    ...
    \paper {
        \translator {
              \PianoStaffContext
              VerticalAlignment \override #'forced-distance = #9
        }
    }
}


Regards,
        Kili


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

Reply via email to