From: Graham Percival Date: Thu, 4 Oct 2007 03:29:05 +0000 (-0700) Subject: Close for bug 246. X-Git-Tag: release/2.11.35-1~46^2~94 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dac44d1d665bfcf8b5f87843424bbdd4dd8b5daf;p=lilypond.git Close for bug 246. --- diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely index 695b0c5391..7f1b7702f6 100644 --- a/Documentation/user/tweaks.itely +++ b/Documentation/user/tweaks.itely @@ -526,5 +526,18 @@ manual tweaks. \override Score.PaperColumn #'keep-inside-line = ##t @end example +@c see issue 246 +In some cases, this must be done before @code{\override} commands +can be processed. + +@verbatim +\new Score \with { + \override PaperColumn #'keep-inside-line = ##t + } { + .. +} +@end verbatim + +