lilypond-user
[Top][All Lists]
Advanced

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

Re: Making Large-Print Music


From: Matthias Kilian
Subject: Re: Making Large-Print Music
Date: Mon, 23 Feb 2004 07:19:31 +0100
User-agent: Mutt/1.3.28i

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




reply via email to

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