]> git.donarmstrong.com Git - lilypond.git/commitdiff
LM - Remove obsolete statement
authorJames Lowe <pkx166h@gmail.com>
Thu, 1 Mar 2012 21:21:49 +0000 (21:21 +0000)
committerJames Lowe <pkx166h@gmail.com>
Fri, 9 Mar 2012 10:46:06 +0000 (10:46 +0000)
Issue 2370

Remove statement about example producing 'overlapping' output, as that
no longer seems to be the case.

Documentation/learning/tweaks.itely

index 361b14b3e80822ba72c287a77aab0c827f59a236..806b2743338391d47e925027b0a5f760ed5de92b 100644 (file)
@@ -3706,14 +3706,12 @@ inst =
 }
 @end lilypond
 
-There are some problems with overlapping output; we'll fix those using
-the techniques in @ref{Moving objects}.  But let's also
-do something about the @code{mpdolce} and @code{inst}
-definitions.  They produce the output we desire, but we might want
-to use them in another piece.  We could simply copy-and-paste them
-at the top of every file, but that's an annoyance.  It also leaves
-those definitions in our input files, and I personally find all
-the @code{#()} somewhat ugly.  Let's hide them in another file:
+Let's do something about the @code{mpdolce} and @code{inst} definitions.
+They produce the output we desire, but we might want to use them in
+another piece.  We could simply copy-and-paste them at the top of every
+file, but that's an annoyance.  It also leaves those definitions in our
+input files, and I personally find all the @code{#()} somewhat ugly.
+Let's hide them in another file:
 
 @example
 %%% save this to a file called "definitions.ily"