lilypond-user
[Top][All Lists]
Advanced

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

Re: Making Large-Print Music


From: Ruven Gottlieb
Subject: Re: Making Large-Print Music
Date: Mon, 23 Feb 2004 02:11:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6) Gecko/20040113


Put it into the paper block:

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

I'd tried this before. The problem was a typo in the manual (determined by trial-and-error...). It's actually:

              \override VerticalAlignment #'forced-distance = #9


It works when it's written correctly. :-)

Ruven




reply via email to

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