bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1033 in lilypond: Documentation: \new Score must die


From: lilypond
Subject: Re: Issue 1033 in lilypond: Documentation: \new Score must die
Date: Wed, 07 Apr 2010 10:46:07 +0000


Comment #4 on issue 1033 by address@hidden: 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




reply via email to

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