2008/7/3 Nick Baskin <[EMAIL PROTECTED]>:
> Where does the "\override Score.PaperColumn #'keep-inside-line = ##t" line go?

Either:
- At the beginning of one of your voices
- or inside \score, between your topmost << >>
- or (which I use) in the \layout block, in a \context block:

\layout {
  \context {
    \Score
    \override PaperColumn #'keep-inside-line = ##t
  }
}

(since you already specify the context when using \context, you don't
have to use Score.PaperColumn anymore).


Cheers,
Valentin


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to