]> git.donarmstrong.com Git - lilypond.git/commitdiff
Close for bug 246.
authorGraham Percival <graham@percival-music.ca>
Thu, 4 Oct 2007 03:29:05 +0000 (20:29 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:23 +0000 (09:48 +0100)
Documentation/user/tweaks.itely

index 695b0c53911c3b26b0e0b846599c1faa50a784c8..7f1b7702f6e522f9fa0d6cf4f2e45d7df754f832 100644 (file)
@@ -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
+
+