Comment #4 on issue 1033 by pkx1...@hotmail.com: Documentation: \new Score must die
http://code.google.com/p/lilypond/issues/detail?id=1033

ok...I'll go through these itely/itexi/ly files and where it isn't obvious I will
have to ask here for each instance I need to change.

First one.

--

Learning Manual.

To be effective under all circumstances these checks must be enabled by placing
the overrides
in a Score \with block, rather than in-line in music, as follows:
      \new Score \with {
         % Makes sure text scripts and lyrics are within the paper margins
         \override PaperColumn #'keep-inside-line = ##t
         \override NonMusicalPaperColumn #'keep-inside-line = ##t
      } {
          ..
      }
However, keep-inside-line is expensive and the recommendation is to not enable it, to
allow for faster processing, until creating a final version...

--

So are you saying this now needs to be simply:

\layout {
  % Makes sure text scripts and lyrics are within the paper margins
  \override PaperColumn #'keep-inside-line = ##t
  \override NonMusicalPaperColumn #'keep-inside-line = ##t
}

or do I need a \context also?

This is the only one in the LM




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to